mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Bootstrap migration table-condensed to table-sm
This commit is contained in:
parent
2a3fbf828a
commit
10a4367f86
8 changed files with 14 additions and 14 deletions
|
|
@ -23,7 +23,7 @@ local edition = _GET["edition"] or ""
|
|||
|
||||
local function printUserScripts(title, scripts)
|
||||
print[[<h3>]] print(title) print[[</h3>
|
||||
<table class="table table-bordered table-condensed table-striped">
|
||||
<table class="table table-bordered table-sm table-striped">
|
||||
<tr><th class='text-center' width="30%">Script</th><th width="10%">Availability</th><th width="30%">Hooks</th><th>Filters</th></tr>]]
|
||||
|
||||
for name, script in pairsByKeys(scripts.modules) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue