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
4e21c79354
commit
377a765432
@ -18,7 +18,7 @@
|
||||
{% endif %}
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<strong>{% if module %}Editing {{ module.device }} {{ module }}{% else %}Add a Module to {{ device }}{% endif %}</strong>
|
||||
<strong>{% if module %}<span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> Editing {{ module.device }} {{ module }}{% else %}<span class="glyphicon glyphicon-plus" aria-hidden="true"></span> Add a Module to {{ device }}{% endif %}</strong>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="form-group">
|
||||
|
Loading…
Reference in New Issue
Block a user