mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
6 lines
289 B
Lua
6 lines
289 B
Lua
return {
|
|
my_manifest_title = "My Manifest Title",
|
|
|
|
alert_host_new_api_demo_description = "%{host}: one_param = %{one_param} another_param = %{another_param}",
|
|
alert_flow_new_api_demo_description = "one_flow_param = %{one_flow_param} another_flow_param = %{another_flow_param}",
|
|
}
|