mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
add responsive div wrapper for necessary tables (#4681)
This commit is contained in:
parent
e5d97d7120
commit
4eaedf5c75
23 changed files with 139 additions and 94 deletions
|
|
@ -260,7 +260,9 @@ local function printPeriodicActivitiesTable(base_url, ifid, ts_creation)
|
|||
}
|
||||
|
||||
print[[
|
||||
<div class='table-responsive'>
|
||||
<div id="table-internals-periodic-activities"></div>
|
||||
</div>
|
||||
<b>]] print(i18n("notes")) print[[</b>
|
||||
<ul>
|
||||
<li>]] print(i18n("internals.status_description")) print[[</li><ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue