mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Added network discovery in the menu
This commit is contained in:
parent
9572ec8730
commit
34714d92e1
2 changed files with 3 additions and 1 deletions
|
|
@ -78,8 +78,9 @@ end
|
|||
|
||||
print [["><i class="fa fa-dashboard"></i> Traffic Dashboard</a></li>]]
|
||||
|
||||
print('<li><a href="'..ntop.getHttpPrefix()..'/lua/discover.lua"><i class="fa fa-lightbulb-o"></i> Network Discovery</a></li>')
|
||||
if(ntop.isPro()) then
|
||||
print('<li><a href="'..ntop.getHttpPrefix()..'/lua/pro/report.lua"><i class="fa fa-area-chart"></i> Traffic Report</a></li>')
|
||||
print('<li><a href="'..ntop.getHttpPrefix()..'/lua/pro/report.lua"><i class="fa fa-area-chart"></i> Traffic Report</a></li>')
|
||||
end
|
||||
|
||||
if ntop.isPro() and prefs.is_dump_flows_to_mysql_enabled then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue