unified tab style (#4471)

This commit is contained in:
gabryon99 2020-09-23 14:52:09 +02:00
parent 6c1280a8e5
commit de1674080d
7 changed files with 11 additions and 11 deletions

View file

@ -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