Add dashboard title from context. Add small buttons when range picker is not enabled.

This commit is contained in:
Alfredo Cardigliano 2023-10-26 12:11:03 +02:00
parent 1370c7ba69
commit 8a33a9cef6
2 changed files with 23 additions and 11 deletions

View file

@ -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(),