Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13980728
D10096.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
889 B
Referenced Files
None
Subscribers
None
D10096.id.diff
View Options
diff --git a/src/applications/harbormaster/controller/HarbormasterBuildViewController.php b/src/applications/harbormaster/controller/HarbormasterBuildViewController.php
--- a/src/applications/harbormaster/controller/HarbormasterBuildViewController.php
+++ b/src/applications/harbormaster/controller/HarbormasterBuildViewController.php
@@ -331,10 +331,6 @@
->setActionList($actions);
$box->addPropertyList($properties);
- $properties->addProperty(
- pht('Status'),
- $this->getStatus($build));
-
$handles = id(new PhabricatorHandleQuery())
->setViewer($viewer)
->withPHIDs(array(
@@ -350,6 +346,10 @@
pht('Build Plan'),
$handles[$build->getBuildPlanPHID()]->renderLink());
+ $properties->addProperty(
+ pht('Status'),
+ $this->getStatus($build));
+
}
private function getStatus(HarbormasterBuild $build) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 20, 12:22 PM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6713043
Default Alt Text
D10096.id.diff (889 B)
Attached To
Mode
D10096: Move build status to the bottom of the property list
Attached
Detach File
Event Timeline
Log In to Comment