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