initial implementaton of ports sidebar
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
[% FOREACH tab IN vars.tabs %]
|
||||
<div id="[% tab.id %]_search" class="tab-pane [% 'active' IF params.tab == tab.id %]">
|
||||
<div class="clearfix">
|
||||
<h3>[% d.ip %]</h3><p>[% d.dns.remove(settings.domain_suffix) %]</p>
|
||||
<h3 class="device_label">[% d.ip %]</h3>
|
||||
<p class="device_label">[% d.dns.remove(settings.domain_suffix) %]</p>
|
||||
</div>
|
||||
[%+ TRY %][% INCLUDE "inc/device/${tab.id}.tt" %][% CATCH %]<!-- no "[% tab.id %]" search options -->[% END %]
|
||||
</div> <!-- /tab-pane -->
|
||||
|
||||
Reference in New Issue
Block a user