mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Add dashboard title from context. Add small buttons when range picker is not enabled.
This commit is contained in:
parent
1370c7ba69
commit
8a33a9cef6
2 changed files with 23 additions and 11 deletions
|
|
@ -131,6 +131,7 @@ elseif (page == "report") then
|
|||
local context = {
|
||||
ifid = ifid,
|
||||
page = "vs-report",
|
||||
title = "Last Scan Report",
|
||||
template = "vs_result",
|
||||
printable = true,
|
||||
csrf = ntop.getRandomCSRFValue(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue