mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
unified tab style across the pages (#4471)
This commit is contained in:
parent
2afc279caf
commit
ea8e30bac0
15 changed files with 79 additions and 45 deletions
|
|
@ -659,7 +659,7 @@ function historicalTopApplicationsTable(ifid, epoch_begin, epoch_end, host, vlan
|
|||
|
||||
top_apps_url_params = top_apps_url_params.."&epoch_begin="..epoch_begin
|
||||
top_apps_url_params = top_apps_url_params.."&epoch_end="..epoch_end
|
||||
|
||||
|
||||
if vlan ~= "" and vlan ~= nil and tonumber(vlan) ~= nil then
|
||||
top_apps_url_params = top_apps_url_params.."&vlan="..tostring(vlan)
|
||||
container_params = container_params..' vlan="'..(tostring(vlan) or '')..'"'
|
||||
|
|
@ -972,7 +972,7 @@ var populateFlowsPerHostPairByApplicationTable = function(peer1, peer2, l7_proto
|
|||
$(div_id).datatable({
|
||||
title: "",]]
|
||||
print("url: '"..ntop.getHttpPrefix().."/lua/get_db_flows.lua?ifid="..tostring(ifId)..top_apps_url_params.."&peer1=' + peer1 + '&peer2=' + peer2 + '&l7_proto_id=' + l7_proto_id")
|
||||
|
||||
|
||||
if not allowedNetworksRestrictions() then
|
||||
-- speed up by passing the number of flows that is already calculated when browsing raw flows
|
||||
print("+ '&limit=' + num_flows")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue