mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 12:06:53 -06:00
Clever icon thing
This commit is contained in:
parent
957de0cd98
commit
4ad7882762
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
{# Name #}
|
{# Name #}
|
||||||
<td>
|
<td>
|
||||||
<i class="fa fa-fw fa-square-o"></i> {{ frontport }}
|
<i class="fa fa-fw fa-square{% if not cable %}-o{% endif %}"></i> {{ frontport }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
{# Type #}
|
{# Type #}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
{# Name #}
|
{# Name #}
|
||||||
<td>
|
<td>
|
||||||
<i class="fa fa-fw fa-square-o"></i> {{ rearport }}
|
<i class="fa fa-fw fa-square{% if not cable %}-o{% endif %}"></i> {{ rearport }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
{# Type #}
|
{# Type #}
|
||||||
|
Loading…
Reference in New Issue
Block a user