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

@@ -40,10 +40,6 @@
<th scope="row">NAPALM Driver</th>
<td>{{ object.napalm_driver|placeholder }}</td>
</tr>
<tr>
<th scope="row">NAPALM Arguments</th>
<td><pre>{{ object.napalm_args }}</pre></td>
</tr>
<tr>
<th scope="row">Devices</th>
<td>
@@ -56,6 +52,14 @@
{% plugin_left_page object %}
</div>
<div class="col col-md-6">
<div class="card">
<h5 class="card-header">
NAPALM Arguments
</h5>
<div class="card-body">
<pre>{{ object.napalm_args }}</pre>
</div>
</div>
{% include 'inc/custom_fields_panel.html' %}
{% plugin_right_page object %}
</div>