mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Added copy button for the systemid
This commit is contained in:
parent
9542831745
commit
8b7c86ebaa
3 changed files with 7 additions and 2 deletions
|
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue