Skip to content

Commit

Permalink
tac: fix link (fixes #1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jun 7, 2024
1 parent 22859c8 commit 9333b25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cgi.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ use_ssl_authentication=0
# define this variable, anyone who has not authenticated to the web
# server will inherit all rights you assign to this user!

default_user_name=thrukadmin
default_user_name=test_contact


# ADMIN ACCESS
# A comma-delimited list of usernames that have administration privileges.
# Those contacts will automatically get all authorized_for... roles except
# the readonly one.
authorized_for_admin=thrukadmin
authorized_contactgroup_for_admin=
authorized_contactgroup_for_admin=Admins

# SYSTEM/PROCESS INFORMATION ACCESS
# This option is a comma-delimited list of all usernames that
Expand Down
2 changes: 1 addition & 1 deletion templates/tac.tt
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
[% IF empty || service_stats.notifications_disabled == 0 %]
<div class="itemblock"><span>All Services Enabled</span></div>
[% ELSE %]
<a class="itemblock unimportantProblem" href='[% uri_with(c, { _page => "status.cgi", style => "detail", servicveprops => 4096 }) %]'>[% service_stats.notifications_disabled %] Services Disabled</a>
<a class="itemblock unimportantProblem" href='[% uri_with(c, { _page => "status.cgi", style => "detail", serviceprops => 4096 }) %]'>[% service_stats.notifications_disabled %] Services Disabled</a>
[% END %]
[% IF empty || host_stats.notifications_disabled == 0 %]
<div class="itemblock"><span>All Hosts Enabled</span></div>
Expand Down

0 comments on commit 9333b25

Please sign in to comment.