Added timeseries schema definitions page (#9193)

This commit is contained in:
Manuel Ceroni 2025-05-05 14:31:13 +02:00 committed by GitHub
parent 9211b93d0e
commit 6bd616af1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 350 additions and 0 deletions

View file

@ -810,6 +810,10 @@ if not info.oem and auth.has_capability(auth.capabilities.developer) then
entry = page_utils.menu_entries.alert_definitions,
url = '/lua/defs_overview.lua'
},
{
entry = page_utils.menu_entries.ts_definitions,
url = '/lua/ts_overview.lua'
},
{
entry = page_utils.menu_entries.directories,
url = '/lua/directories.lua'