Added copy button for the systemid

This commit is contained in:
Luca Deri 2022-09-05 12:16:03 +02:00
parent 9542831745
commit 8b7c86ebaa
3 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,5 @@
--
-- (C) 2020 - ntop.org
-- (C) 2020-22 - ntop.org
--
local dirs = ntop.getDirs()
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
@ -66,6 +66,7 @@ local context = {
external_link = external_link,
version = version,
systemIdHref = systemIdHref,
systemId = info["pro.systemid"],
is_admin = isAdministrator()
}
}