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
45bdffee62
commit
5467dd8bd9
@ -57,6 +57,7 @@
|
|||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
|
<i class="fa fa-fw fa-align-justify"></i>
|
||||||
<strong>Rack</strong>
|
<strong>Rack</strong>
|
||||||
</div>
|
</div>
|
||||||
<table class="table table-hover panel-body">
|
<table class="table table-hover panel-body">
|
||||||
@ -108,6 +109,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
|
<span class="glyphicon glyphicon-full-screen" aria-hidden="true"></span>
|
||||||
<strong>Non-Racked Devices</strong>
|
<strong>Non-Racked Devices</strong>
|
||||||
</div>
|
</div>
|
||||||
{% if nonracked_devices %}
|
{% if nonracked_devices %}
|
||||||
@ -143,6 +145,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
|
Comments: <i class="fa fa-fw fa-commenting"></i>
|
||||||
<strong>Comments</strong>
|
<strong>Comments</strong>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
|
Loading…
Reference in New Issue
Block a user