mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Corrected status display
This commit is contained in:
parent
e9d09d9a16
commit
8105600536
@ -59,7 +59,7 @@
|
||||
<tr>
|
||||
<td>Status</td>
|
||||
<td>
|
||||
<span class="label label-{{ prefix.status.get_bootstrap_class_display|lower }}">{{ prefix.status }}</span>
|
||||
<span class="label label-{{ prefix.get_status_class }}">{{ prefix.get_status_display }}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -58,7 +58,7 @@
|
||||
<tr>
|
||||
<td>Status</td>
|
||||
<td>
|
||||
<span class="label label-{{ vlan.status.get_bootstrap_class_display|lower }}">{{ vlan.status }}</span>
|
||||
<span class="label label-{{ vlan.get_status_class }}">{{ vlan.get_status_display }}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user