Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18846578
D9612.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D9612.id.diff
View Options
diff --git a/src/applications/daemon/view/PhabricatorDaemonLogListView.php b/src/applications/daemon/view/PhabricatorDaemonLogListView.php
--- a/src/applications/daemon/view/PhabricatorDaemonLogListView.php
+++ b/src/applications/daemon/view/PhabricatorDaemonLogListView.php
@@ -41,12 +41,12 @@
pht(
'This daemon is lost or exited uncleanly, and is presumed '.
'dead.'));
- $item->addIcon('delete', pht('Dead'));
+ $item->addIcon('fa-times grey', pht('Dead'));
break;
case PhabricatorDaemonLog::STATUS_EXITED:
$item->setDisabled(true);
$item->addAttribute(pht('This daemon exited cleanly.'));
- $item->addIcon('enable-grey', pht('Exited'));
+ $item->addIcon('fa-check grey', pht('Exited'));
break;
case PhabricatorDaemonLog::STATUS_WAIT:
$item->setBarColor('blue');
@@ -54,7 +54,7 @@
pht(
'This daemon encountered an error recently and is waiting a '.
'moment to restart.'));
- $item->addIcon('perflab-grey', pht('Waiting'));
+ $item->addIcon('fa-clock-o grey', pht('Waiting'));
break;
case PhabricatorDaemonLog::STATUS_UNKNOWN:
default:
@@ -63,7 +63,7 @@
pht(
'This daemon has not reported its status recently. It may '.
'have exited uncleanly.'));
- $item->addIcon('warning', pht('Unknown'));
+ $item->addIcon('fa-exclamation-circle', pht('Unknown'));
break;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Oct 30, 7:50 PM (1 h, 3 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
10030017
Default Alt Text
D9612.id.diff (1 KB)
Attached To
Mode
D9612: Update daemon status icons to FontAwesome
Attached
Detach File
Event Timeline
Log In to Comment