Skip to content

Commit

Permalink
File Inspector: Added missing glyph "folder_uncalc"
Browse files Browse the repository at this point in the history
  • Loading branch information
Deltik committed Mar 27, 2020
1 parent 03dfb5c commit 5eb1161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e107_admin/fileinspector.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ function __construct()
'folder' => array('<i class="fa fa-folder text-success" style="color:#F6EDB0;"></i>'),
'folder_check' => array('<i class="fa fa-folder text-success" style="color:#F6EDB0" ></i>', FC_LAN_24 ),
'folder_fail' => array('<i class="fa fa-folder text-danger" ></i>', FC_LAN_25 ),
'folder_uncalc' => array('<i class="fa fa-folder-o" ></i>', FC_LAN_24 ),
'folder_missing' => array('<i class="fa fa-folder-o text-danger" ></i>', FC_LAN_26 ),
'folder_warning' => array('<i class="fa fa-folder text-warning" ></i>'),
'folder_old' => array('<i class="fa fa-folder-o text-warning" ></i>', FC_LAN_27 ),
Expand Down

0 comments on commit 5eb1161

Please sign in to comment.