@ -0,0 +1,16 @@
<table class="table table-hover table-condensed table-bordered" >
<thead>
<tr>
<th>Interface</th>
<th>IP</th>
</tr>
</thead>
<tbody>
{% for data in getip %}
{% cycle '<tr>' ''%}
<td>{{data}}</td>
{% cycle '' '</tr>' %}
{% endfor %}
</tbody>
</table>
@ -168,10 +168,8 @@
</div>
<!-- /widget-header -->
<div class="widget-content">
<table id="ip_dashboard" class="table table-hover table-condensed table-bordered" >
{{ getip }}
<div class="widget-content" id="getip">
{% include 'ip.html' %}
<!-- /widget-content -->