1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Layout improvements

This commit is contained in:
jeremystretch
2021-07-20 15:30:49 -04:00
parent e4c668c252
commit c0bf1576c2
5 changed files with 39 additions and 28 deletions

View File

@@ -5,7 +5,7 @@
{% block content %}
<div class="row">
<div class="col col-md-4">
<div class="col col-md-6">
<div class="card">
<h5 class="card-header">
Provider
@@ -14,7 +14,7 @@
<table class="table table-hover attr-table">
<tr>
<th scope="row">ASN</th>
<td><code>{{ object.asn|placeholder }}</code></td>
<td>{{ object.asn|placeholder }}</td>
</tr>
<tr>
<th scope="row">Account</th>
@@ -65,8 +65,8 @@
</div>
</div>
{% plugin_right_page object %}
</div>
<div class="col col-md-8">
</div>
<div class="col col-md-12">
<div class="card">
<h5 class="card-header">
Circuits

View File

@@ -29,7 +29,7 @@
</tr>
<tr>
<th scope="row">Description</th>
<td>{{ object.description }}</td>
<td>{{ object.description|placeholder }}</td>
</tr>
</table>
</div>