Page MenuHomePhabricator

D9612.id.diff
No OneTemporary

D9612.id.diff

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

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)

Event Timeline