mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Adds n2disk historical pcap retieval support
This commit is contained in:
parent
fe49640c2c
commit
9bfd5a30b4
3 changed files with 120 additions and 3 deletions
|
|
@ -56,6 +56,14 @@ print [[
|
|||
</li>
|
||||
|
||||
]]
|
||||
if ntop.isPro() and ntop.getCache("ntopng.prefs.nbox_integration") == "1" then
|
||||
print('<li><a href="'..ntop.getHttpPrefix()..'/lua/n2disk_pcaps_download.lua"><i class="fa fa-download"></i> n2disk pcaps</a></li>')
|
||||
end
|
||||
|
||||
print [[
|
||||
</li>
|
||||
|
||||
]]
|
||||
if(ntop.isPro()) then
|
||||
print('<li><a href="'..ntop.getHttpPrefix()..'/lua/pro/report.lua"><i class="fa fa-area-chart"></i> Report</a></li>')
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue