mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 16:26:09 -06:00
8424 fix merge
This commit is contained in:
parent
517ebcfbcd
commit
1c8cd3a738
@ -286,6 +286,24 @@
|
|||||||
</div>
|
</div>
|
||||||
{% include 'inc/panels/contacts.html' %}
|
{% include 'inc/panels/contacts.html' %}
|
||||||
{% include 'inc/panels/image_attachments.html' %}
|
{% include 'inc/panels/image_attachments.html' %}
|
||||||
|
|
||||||
|
{% if object.rack and object.position %}
|
||||||
|
<div class="row" style="margin-bottom: 20px">
|
||||||
|
<div class="col col-md-6 col-sm-6 col-xs-12 text-center">
|
||||||
|
<div style="margin-left: 30px">
|
||||||
|
<h4>Front</h4>
|
||||||
|
{% include 'dcim/inc/rack_elevation.html' with object=object.rack face='front' extra_params=svg_extra %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col col-md-6 col-sm-6 col-xs-12 text-center">
|
||||||
|
<div style="margin-left: 30px">
|
||||||
|
<h4>Rear</h4>
|
||||||
|
{% include 'dcim/inc/rack_elevation.html' with object=object.rack face='rear' extra_params=svg_extra %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% plugin_right_page object %}
|
{% plugin_right_page object %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user