mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
unified tab style (#4471)
This commit is contained in:
parent
6c1280a8e5
commit
de1674080d
7 changed files with 11 additions and 11 deletions
|
|
@ -529,7 +529,7 @@ function internals_utils.printInternals(ifid, print_hash_tables, print_periodic_
|
|||
local ts_creation = areInternalTimeseriesEnabled(ifid or getSystemInterfaceId()) and ntop.getPref("ntopng.prefs.internals_rrd_creation") == "1"
|
||||
print[[<div class='card'>]]
|
||||
print[[<div class='card-header'>]]
|
||||
print[[<ul class="nav nav-pills card-header-pills" role="tablist">]]
|
||||
print[[<ul class="nav nav-tabs card-header-tabs card-header-pills" role="tablist">]]
|
||||
|
||||
if print_hash_tables then
|
||||
if not tab then tab = "hash_tables" end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue