mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-23 12:08:43 -06:00
Add rack panel
This commit is contained in:
2
netbox/templates/components/attrs/utilization.html
Normal file
2
netbox/templates/components/attrs/utilization.html
Normal file
@@ -0,0 +1,2 @@
|
||||
{% load helpers %}
|
||||
{% utilization_graph value %}
|
||||
@@ -120,6 +120,7 @@
|
||||
{% plugin_left_page object %}
|
||||
</div>
|
||||
<div class="col col-12 col-xl-7">
|
||||
{{ rack_panel }}
|
||||
<div class="text-end mb-4">
|
||||
<select class="btn btn-outline-secondary no-ts rack-view">
|
||||
<option value="images-and-labels" selected="selected">{% trans "Images and Labels" %}</option>
|
||||
|
||||
Reference in New Issue
Block a user