Removes debugging code; Updates rack to use obj

This commit is contained in:
Josh VanDeraa 2021-02-11 01:59:35 +00:00
parent 4074ed9674
commit b88c4079bb
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ RACKGROUP_ELEVATIONS = """
UTILIZATION_GRAPH = """ UTILIZATION_GRAPH = """
{% load helpers %} {% load helpers %}
{% utilization_graph value.0 value.1 value %} {% utilization_graph value.0 value.1 %}
""" """
# #

View File

@ -150,7 +150,7 @@
</tr> </tr>
<tr> <tr>
<td>Utilization</td> <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> </tr>
</table> </table>
</div> </div>