Skip to content

Commit 18931ec

Browse files
committed
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
1 parent 2b21b4e commit 18931ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/applications/meta/controller/PhabricatorApplicationDetailViewController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ public function processRequest() {
3434
->setPolicyObject($selected);
3535

3636
if ($selected->isInstalled()) {
37-
$header->setStatus('open', 'green', pht('Installed'));
37+
$header->setStatus('oh-ok', null, pht('Installed'));
3838
} else {
39-
$header->setStatus('open', 'red', pht('Uninstalled'));
39+
$header->setStatus('policy-noone', null, pht('Uninstalled'));
4040
}
4141

4242
$actions = $this->buildActionView($user, $selected);

0 commit comments

Comments
 (0)