mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Bootstrap migration pref layout fix
This commit is contained in:
parent
a72d9c2320
commit
0ee7feb539
1 changed files with 1 additions and 1 deletions
|
|
@ -727,7 +727,7 @@ function loggingSelector(label, comment, submit_field, redis_key)
|
|||
end
|
||||
|
||||
function printPageSection(section_name)
|
||||
print('<tr><th colspan=2 class="info">'..section_name..'</th></tr>')
|
||||
print('<thead class="thead-light"><tr><th colspan=2 class="info">'..section_name..'</th></tr></thead>')
|
||||
end
|
||||
|
||||
function printSaveButton(some_content)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue