mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Update Apps Installed icons to match Projects.
Summary: Changes to checkmark and crossed circle to match active projects Test Plan: installed and uninstalled an application. poor conpherence. Reviewers: epriestley, btrahan Reviewed By: btrahan CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D7390
This commit is contained in:
parent
2b21b4e880
commit
18931ec4c0
1 changed files with 2 additions and 2 deletions
|
@ -34,9 +34,9 @@ final class PhabricatorApplicationDetailViewController
|
|||
->setPolicyObject($selected);
|
||||
|
||||
if ($selected->isInstalled()) {
|
||||
$header->setStatus('open', 'green', pht('Installed'));
|
||||
$header->setStatus('oh-ok', null, pht('Installed'));
|
||||
} else {
|
||||
$header->setStatus('open', 'red', pht('Uninstalled'));
|
||||
$header->setStatus('policy-noone', null, pht('Uninstalled'));
|
||||
}
|
||||
|
||||
$actions = $this->buildActionView($user, $selected);
|
||||
|
|
Loading…
Reference in a new issue