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:
parent
a1b1082464
commit
2325c61ad7
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue