mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-26 18:38:38 -06:00
Removes debugging code; Updates rack to use obj
This commit is contained in:
parent
4074ed9674
commit
b88c4079bb
@ -84,7 +84,7 @@ RACKGROUP_ELEVATIONS = """
|
||||
|
||||
UTILIZATION_GRAPH = """
|
||||
{% load helpers %}
|
||||
{% utilization_graph value.0 value.1 value %}
|
||||
{% utilization_graph value.0 value.1 %}
|
||||
"""
|
||||
|
||||
#
|
||||
|
@ -150,7 +150,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Utilization</td>
|
||||
<td>{% utilization_graph rack.get_utilization.0 rack.get_utilization.1 %}</td>
|
||||
<td>{% utilization_graph object.get_utilization.0 object.get_utilization.1 %}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user