Closes #1990: Improved search function when assigning an IP address to an interface

This commit is contained in:
Jeremy Stretch
2018-03-29 09:45:17 -04:00
parent 88adc5ca86
commit 4ec6e52e73
3 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@
</form>
{% if table %}
<div class="row">
<div class="col-md-10 col-md-offset-1" style="margin-top: 20px">
<div class="col-md-12" style="margin-top: 20px">
<h3>Search Results</h3>
{% include 'utilities/obj_table.html' with table_template='panel_table.html' %}
</div>