mirror of
https://we.phorge.it/source/phorge.git
synced 2025-03-08 10:24:48 +01:00
Fix landing icon
Summary: This is //hilarious//. Test Plan: Test icon on local install. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D14351
This commit is contained in:
parent
198bf1198d
commit
4b5de5135c
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ final class DrydockRepositoryOperation extends DrydockDAO
|
||||||
public static function getOperationStateIcon($state) {
|
public static function getOperationStateIcon($state) {
|
||||||
$map = array(
|
$map = array(
|
||||||
self::STATE_WAIT => 'fa-clock-o',
|
self::STATE_WAIT => 'fa-clock-o',
|
||||||
self::STATE_WORK => 'fa-refresh blue',
|
self::STATE_WORK => 'fa-plane ph-spin blue',
|
||||||
self::STATE_DONE => 'fa-check green',
|
self::STATE_DONE => 'fa-check green',
|
||||||
self::STATE_FAIL => 'fa-times red',
|
self::STATE_FAIL => 'fa-times red',
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue