Browse Source

Tweaked IP address layout

Jeremy Stretch 7 years ago
parent
commit
3876a96b67
1 changed files with 2 additions and 2 deletions
  1. 2 2
      netbox/templates/ipam/ipaddress.html

+ 2 - 2
netbox/templates/ipam/ipaddress.html

@@ -43,7 +43,7 @@
 <h1>{{ ipaddress }}</h1>
 {% include 'inc/created_updated.html' with obj=ipaddress %}
 <div class="row">
-	<div class="col-md-6">
+	<div class="col-md-4">
         <div class="panel panel-default">
             <div class="panel-heading">
                 <strong>IP Address</strong>
@@ -137,7 +137,7 @@
             {% include 'inc/custom_fields_panel.html' %}
         {% endwith %}
 	</div>
-	<div class="col-md-6">
+	<div class="col-md-8">
         {% include 'panel_table.html' with table=parent_prefixes_table heading='Parent Prefixes' %}
         {% if duplicate_ips_table.rows %}
             {% include 'panel_table.html' with table=duplicate_ips_table heading='Duplicate IP Addresses' panel_class='danger' %}