mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Tweaked IP address layout
This commit is contained in:
@ -43,7 +43,7 @@
|
|||||||
<h1>{{ ipaddress }}</h1>
|
<h1>{{ ipaddress }}</h1>
|
||||||
{% include 'inc/created_updated.html' with obj=ipaddress %}
|
{% include 'inc/created_updated.html' with obj=ipaddress %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-6">
|
<div class="col-md-4">
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<strong>IP Address</strong>
|
<strong>IP Address</strong>
|
||||||
@ -137,7 +137,7 @@
|
|||||||
{% include 'inc/custom_fields_panel.html' %}
|
{% include 'inc/custom_fields_panel.html' %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-8">
|
||||||
{% include 'panel_table.html' with table=parent_prefixes_table heading='Parent Prefixes' %}
|
{% include 'panel_table.html' with table=parent_prefixes_table heading='Parent Prefixes' %}
|
||||||
{% if duplicate_ips_table.rows %}
|
{% if duplicate_ips_table.rows %}
|
||||||
{% include 'panel_table.html' with table=duplicate_ips_table heading='Duplicate IP Addresses' panel_class='danger' %}
|
{% include 'panel_table.html' with table=duplicate_ips_table heading='Duplicate IP Addresses' panel_class='danger' %}
|
||||||
|
Reference in New Issue
Block a user