Changeset 389
- Timestamp:
- Jun 7, 2019, 11:38:37 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nagios-velvice/velvice.cgi
r388 r389 310 310 for my $act_name (keys %{$config->{'remote-action'}}) { 311 311 my $act_regex = $config->{'remote-action'}{$act_name}{'regex'}; 312 my $ style = $config->{'remote-action'}{$act_name}{'style'} || '';313 $bold++ if $service =~ m/$act_regex/ and $ style eq 'bold';312 my $act_style = $config->{'remote-action'}{$act_name}{'style'} || ''; 313 $bold++ if $service =~ m/$act_regex/ and $act_style eq 'bold'; 314 314 } 315 315 $htmlpage .= $bold ? " <td $stylecolor class='hoop bold'>" : " <td $stylecolor class='hoop'>";
Note: See TracChangeset
for help on using the changeset viewer.