mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Add line for PowerPanel count
This commit is contained in:
parent
6c3c6fba62
commit
7a41b02fdd
@ -115,6 +115,16 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<p class="list-group-item-text text-muted">Electrical circuits delivering power from panels</p>
|
<p class="list-group-item-text text-muted">Electrical circuits delivering power from panels</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="list-group-item">
|
||||||
|
{% if perms.dcim.view_powerpanel %}
|
||||||
|
<span class="badge pull-right">{{ stats.powerpanel_count }}</span>
|
||||||
|
<h4 class="list-group-item-heading"><a href="{% url 'dcim:powerpanel_list' %}">Power Panels</a></h4>
|
||||||
|
{% else %}
|
||||||
|
<span class="badge pull-right"><i class="fa fa-lock"></i></span>
|
||||||
|
<h4 class="list-group-item-heading">Power Panels</h4>
|
||||||
|
{% endif %}
|
||||||
|
<p class="list-group-item-text text-muted">Electrical panels receiving utility power</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
|
Loading…
Reference in New Issue
Block a user