mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Minor changes
This commit is contained in:
parent
93be3e87d8
commit
4204fa208d
19 changed files with 5 additions and 20 deletions
|
|
@ -23,7 +23,6 @@ local page_params = {
|
|||
local title = ternary(isEmptyString(page_params.pod), i18n("containers_stats.containers_list"), i18n("containers_stats.containers_of_pod", {pod=shortenString(page_params.pod)}))
|
||||
|
||||
print [[
|
||||
<hr>
|
||||
<div id="table-containers"></div>
|
||||
<script>
|
||||
var url_update = "]] print(getPageUrl(ntop.getHttpPrefix() .. "/lua/get_containers_data.lua", page_params)) print[[";]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue