mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 19:36:26 -06:00
add icons to headers
This commit is contained in:
parent
644bbe1a1d
commit
2510621c31
@ -19,8 +19,10 @@
|
|||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
{% if consoleport.pk %}
|
{% if consoleport.pk %}
|
||||||
|
<span class="glyphicon glyphicon-pencil" aria-hidden="true"></span>
|
||||||
<strong>Editing {{ consoleport }}</strong>
|
<strong>Editing {{ consoleport }}</strong>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
|
||||||
<strong>Add a Console Port</strong>
|
<strong>Add a Console Port</strong>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user