add host pool members page

This commit is contained in:
gabryon99 2020-07-20 11:49:40 +02:00
parent 7e5f3d7319
commit 2c27297ed3
22 changed files with 1770 additions and 1411 deletions

View file

@ -18,7 +18,7 @@ function menu_alert_notifications.load_main_notifications()
-- create_notification is a pointer to a function contained
-- in defined_alert_notifications.
-- defined_alert_notifications contains only function creates AlertNotifications
-- defined_alert_notifications contains only function that creates AlertNotifications
for _, create_notification in pairs(defined_alert_notifications) do
create_notification(notifications)
end