mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Bootstrap migration tabs
This commit is contained in:
parent
a26d707713
commit
db272831e9
14 changed files with 86 additions and 68 deletions
|
|
@ -399,7 +399,6 @@ print [[
|
|||
|
||||
if((page == "overview") or (page == nil)) then
|
||||
local tags = {ifid = ifstats.id}
|
||||
|
||||
print("<table class=\"table table-striped table-bordered\">\n")
|
||||
print("<tr><th width=15%>"..i18n("if_stats_overview.id").."</th><td colspan=6>" .. ifstats.id .. " ")
|
||||
if(ifstats.description ~= ifstats.name) then print(" ("..ifstats.description..")") end
|
||||
|
|
@ -964,7 +963,7 @@ print[[
|
|||
<li><a data-toggle="tab" role="tab" href="#categories">]] print(i18n("categories")) print[[</a></li>
|
||||
</ul>
|
||||
<div class="tab-content">
|
||||
<div id="applications" class="tab-pane fade in active">
|
||||
<div id="applications" class="tab-pane in active">
|
||||
<br>
|
||||
<table class="table table-bordered table-striped">
|
||||
]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue