mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Bootstrap migration tabs
This commit is contained in:
parent
a26d707713
commit
db272831e9
14 changed files with 86 additions and 68 deletions
|
|
@ -1,5 +1,5 @@
|
|||
--
|
||||
-- (C) 2017-18 - ntop.org
|
||||
-- (C) 2017-19 - ntop.org
|
||||
--
|
||||
|
||||
dirs = ntop.getDirs()
|
||||
|
|
@ -262,12 +262,12 @@ local ifstats = interface.getStats()
|
|||
print [[
|
||||
|
||||
<ul id="hostPoolsNav" class="nav nav-tabs" role="tablist">
|
||||
<li><a data-toggle="tab" role="tab" href="#manage">]] print(i18n("host_pools.manage_pools")) print[[</a></li>
|
||||
<li><a data-toggle="tab" role="tab" href="#create">]] print(i18n("host_pools.create_pools")) print[[</a></li>
|
||||
<li class="nav-item"><a class="nav-link" data-toggle="tab" role="tab" href="#manage">]] print(i18n("host_pools.manage_pools")) print[[</a></li>
|
||||
<li class="nav-item"><a class="nav-link" data-toggle="tab" role="tab" href="#create">]] print(i18n("host_pools.create_pools")) print[[</a></li>
|
||||
]]
|
||||
|
||||
if ifstats.has_macs then
|
||||
print[[<li><a data-toggle="tab" role="tab" href="#unassigned">]] print(i18n("unknown_devices.unassigned_devices")) print[[</a></li>]]
|
||||
print[[<li class="nav-item"><a class="nav-link" data-toggle="tab" role="tab" href="#unassigned">]] print(i18n("unknown_devices.unassigned_devices")) print[[</a></li>]]
|
||||
end
|
||||
|
||||
print[[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue