Skip to content

Commit

Permalink
Fix icons for services status
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Sep 24, 2023
1 parent 0ced21b commit 9362774
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion authentic-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ sub get_extended_sysinfo

foreach my $t (@{ $info->{'table'} }) {
my $__checkmark = '<i class="fa fa-fw fa-lg fa-check text-success"></i>';
my $__stop = '<i class="fa fa-fw fa-lg fa-times-circle text-danger"></i>';
my $__stop = '<i class="fa fa-fw fa-lg fa-times-circle text-warning text-warning-brighter"></i>';
my $__down = '<i class="fa fa-fw fa-lg fa-minus-circle text-danger"></i>';
my $__start = '<i class="fa fa-fw fa-lg fa-play text-success"></i>';
my $__restart = '<i class="fa fa-fw fa-lg fa-refresh text-info"></i>';
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/css/bundle.min.css

Large diffs are not rendered by default.

Binary file modified unauthenticated/css/bundle.min.css.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion unauthenticated/js/bundle.min.js

Large diffs are not rendered by default.

Binary file modified unauthenticated/js/bundle.min.js.gz
Binary file not shown.

0 comments on commit 9362774

Please sign in to comment.