OP#436 fix error 500

This commit is contained in:
2026-03-08 15:03:06 +01:00
parent 6afe573f26
commit e7f4411e21

View File

@@ -30,4 +30,9 @@ authorized_for_all_hosts=<%= @ng_main_user %>,<%= @ng_hostview_auth %>
authorized_for_all_service_commands=<%= @ng_main_user %>,<%= @ng_svc_cmd_auth %>
authorized_for_all_host_commands=<%= @ng_main_user %>,<%= @ng_host_cmd_auth %>
<% unless @ng_readonly_auth.empty? -%>
authorized_for_read_only=<%= @ng_readonly_auth %>
<% end -%>
<% unless @ng_statusmap_img.empty? -%>
statusmap_background_image=<%= @ng_statusmap_img %>
<% end -%>