1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

Make the Install Dashboard button green

Summary: GREEN

Test Plan: View a dashboard page, see green button

Reviewers: amckinley, epriestley

Reviewed By: epriestley

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D17997
This commit is contained in:
Chad Little 2017-05-22 22:26:58 +00:00 committed by chad
parent a1b1082464
commit 2325c61ad7

View file

@ -47,6 +47,7 @@ final class PhabricatorDashboardViewController
->setTag('a')
->setText('Install Dashboard')
->setIcon('fa-plus')
->setColor(PHUIButtonView::GREEN)
->setWorkflow(true)
->setHref($this->getApplicationURI("/install/{$id}/"));
$header->addActionLink($install_button);