Added the command line option used to start ntopng in the about page (helpful for troubleshooting)

This commit is contained in:
Luca Deri 2016-04-27 22:48:37 +02:00
parent 91b4315ea7
commit ea4f4138cc
4 changed files with 35 additions and 13 deletions

View file

@ -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>&nbsp;</th></tr>\n")
ndpi_ver = info["version.ndpi"]