made a new page for the license (#3665)

This commit is contained in:
gabryon99 2020-11-30 18:02:01 +01:00
parent da2f0048f5
commit 0936df6d01
8 changed files with 183 additions and 95 deletions

View file

@ -139,6 +139,7 @@ page_utils.menu_entries = {
-- Help
about = {key = "about", i18n_title = "about.about", section = "about", visible_iface = true, visible_system = true, help_link = "https://www.ntop.org/guides/ntopng/web_gui/help_menu.html?#about"},
license = {key = "license", i18n_title = "license_page.license", section = "about", visible_iface = true, visible_system = true},
telemetry = {key = "telemetry", i18n_title = "telemetry", section = "about", visible_iface = true, visible_system = true},
blog = {key = "blog", i18n_title = "about.ntop_blog", section = "about"},
telegram = {key = "telegram", i18n_title = "about.telegram", section = "about"},