mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Adds missing quotes to href attributes
This commit is contained in:
parent
696137ca0b
commit
05d4956fbd
22 changed files with 91 additions and 91 deletions
|
|
@ -120,7 +120,7 @@ for _key, _value in pairsByKeys(vals, funct) do
|
|||
local k = string.gsub(key, "%.", "___") -- Needed as JQuery does not like . in id= field
|
||||
|
||||
print('\"key\" : \"'.. k ..'\",\n')
|
||||
print(' \"column_http_virtual_host\" : \"<A HREF=http://'..key..'>'..key.."</A> <i class='fa fa-external-link'></i>")
|
||||
print(' \"column_http_virtual_host\" : \"<A HREF=\'http://'..key..'\'>'..key.."</A> <i class='fa fa-external-link'></i>")
|
||||
|
||||
print(" <A HREF='")
|
||||
url = ntop.getHttpPrefix().."/lua/flows_stats.lua?vhost="..key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue