mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 22:50:26 +00:00
Replace old template buttons with new for slave domains.
This commit is contained in:
parent
b4e96ceda8
commit
b8b238b25a
@ -75,8 +75,9 @@
|
|||||||
Edit <i class="fa fa-edit"></i>
|
Edit <i class="fa fa-edit"></i>
|
||||||
</button>
|
</button>
|
||||||
{% else %}
|
{% else %}
|
||||||
<!-- TODO: replace this link for slave records -->
|
<button type="button" class="btn btn-flat btn-warning"">
|
||||||
<a href="#" class="btn default btn-xs purple"> <i class="fa fa-exclamation-circle"></i></a>
|
<i class="fa fa-exclamation-circle"></i>
|
||||||
|
</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td width="6%">
|
<td width="6%">
|
||||||
@ -85,16 +86,20 @@
|
|||||||
Delete <i class="fa fa-trash"></i>
|
Delete <i class="fa fa-trash"></i>
|
||||||
</button>
|
</button>
|
||||||
{% else %}
|
{% else %}
|
||||||
<!-- TODO: replace this link for slave records -->
|
<button type="button" class="btn btn-flat btn-warning"">
|
||||||
<a href="#" class="btn default btn-xs red"> <i class="fa fa-exclamation-circle"></i></a>
|
<i class="fa fa-exclamation-circle"></i>
|
||||||
|
</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<!-- TODO: replace these links for slave records -->
|
|
||||||
<td width="6%">
|
<td width="6%">
|
||||||
<a href="#" class="btn default btn-xs purple"> <i class="fa fa-exclamation-circle"></i></a>
|
<button type="button" class="btn btn-flat btn-warning"">
|
||||||
|
<i class="fa fa-exclamation-circle"></i>
|
||||||
|
</button>
|
||||||
</td>
|
</td>
|
||||||
<td width="6%">
|
<td width="6%">
|
||||||
<a href="#" class="btn default btn-xs purple"> <i class="fa fa-exclamation-circle"></i></a>
|
<button type="button" class="btn btn-flat btn-warning"">
|
||||||
|
<i class="fa fa-exclamation-circle"></i>
|
||||||
|
</button>
|
||||||
</td>
|
</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user