OP#436 done cgi.cfg - CMT section to be outsourced into define

This commit is contained in:
2026-03-08 14:42:18 +01:00
parent 70b213920b
commit 5c075196de

View File

@@ -37,15 +37,15 @@ authorized_for_all_host_commands=<%= @ng_main_user %>,<%= @ng_host_cmd_auth %>
#statusmap_background_image=<%= @ng_statusmap_img %>
#<% end -%>
<% if @ng_use_colormap == true -%>
color_transparency_index_r=<%= @ng_colormap_red %>
color_transparency_index_g=<%= @ng_colormap_green %>
color_transparency_index_b=<%= @ng_colormap_blue %>
<% else -%>
#<% if @ng_use_colormap == true -%>
#color_transparency_index_r=<%= @ng_colormap_red %>
#color_transparency_index_g=<%= @ng_colormap_green %>
#color_transparency_index_b=<%= @ng_colormap_blue %>
#<% else -%>
#color_transparency_index_r=255
#color_transparency_index_g=255
#color_transparency_index_b=255
<% end -%>
#<% end -%>
default_statusmap_layout=<%= @ng_statusmap_layout%>
default_statuswrl_layout=<%= @ng_wrl_layout %>