mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added the command line option used to start ntopng in the about page (helpful for troubleshooting)
This commit is contained in:
parent
91b4315ea7
commit
ea4f4138cc
4 changed files with 35 additions and 13 deletions
|
|
@ -102,6 +102,7 @@ print("<tr><th>Currently Logged User</th><td><i class='fa fa-user fa-lg'></i> ".
|
|||
if(isAdministrator()) then print("Administrator") else print("Unprivileged User") end
|
||||
print("]</td></tr>\n")
|
||||
print("<tr><th>Uptime</th><td><i class='fa fa-clock-o fa-lg'></i> "..secondsToTime(info["uptime"]).."</td></tr>\n")
|
||||
print("<tr><th>Command Line</th><td>ntopng "..info["command_line"].."</td></tr>\n")
|
||||
print("<tr><th colspan=2 align=center> </th></tr>\n")
|
||||
|
||||
ndpi_ver = info["version.ndpi"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue