mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Added --online-license-check for checing licenses online instead of using the license file
This commit is contained in:
parent
99668c736d
commit
ea31046f3d
4 changed files with 14 additions and 5 deletions
|
|
@ -278,7 +278,8 @@ for _key, _value in pairsByKeys(vals, funct) do
|
|||
if((num < perPage) or (all ~= nil))then
|
||||
if(num > 0) then print ",\n" end
|
||||
print ('{ ')
|
||||
print ('\"key\" : \"'..hostinfo2jqueryid(hosts_stats[key])..'\",')
|
||||
symkey = hostinfo2jqueryid(hosts_stats[key])
|
||||
print ('\"key\" : \"'..symkey..'\",')
|
||||
|
||||
print ("\"column_ip\" : \"<A HREF='")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue