Changeset 389 for trunk


Ignore:
Timestamp:
Jun 7, 2019, 11:38:37 AM (5 years ago)
Author:
g7moreau
Message:
  • Juste rename variable
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nagios-velvice/velvice.cgi

    r388 r389  
    310310      for my $act_name (keys %{$config->{'remote-action'}}) {
    311311         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';
    314314         }
    315315      $htmlpage .= $bold ? "  <td $stylecolor class='hoop bold'>" : "  <td $stylecolor class='hoop'>";
Note: See TracChangeset for help on using the changeset viewer.