Skip to content

Commit

Permalink
Replace fa-angle-down and fa-angle-up with fa-chevron-down and fa-che…
Browse files Browse the repository at this point in the history
…vron-
  • Loading branch information
Kirill committed May 15, 2016
1 parent 1a40496 commit 15885b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config_defaults_inc.php
Expand Up @@ -3612,10 +3612,10 @@
*/
$g_status_icon_arr = array (
NONE => '',
LOW => 'fa-angle-down blue',
LOW => 'fa-chevron-down blue',
NORMAL => 'fa-minus blue',
HIGH => 'fa-angle-up red',
URGENT => 'fa-angle-double-up red',
HIGH => 'fa-chevron-up red',
URGENT => 'fa-angle-double-up fa-lg red',
IMMEDIATE => 'fa-exclamation-triangle red'
);

Expand Down

0 comments on commit 15885b1

Please sign in to comment.