Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15413755
D17792.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D17792.id.diff
View Options
diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -9,7 +9,7 @@
'names' => array(
'conpherence.pkg.css' => 'ff161f2d',
'conpherence.pkg.js' => 'b5b51108',
- 'core.pkg.css' => 'c54a8bec',
+ 'core.pkg.css' => '84ce260a',
'core.pkg.js' => '47a69358',
'darkconsole.pkg.js' => '1f9a31bc',
'differential.pkg.css' => '90b30783',
@@ -32,7 +32,7 @@
'rsrc/css/aphront/notification.css' => '3f6c89c9',
'rsrc/css/aphront/panel-view.css' => '8427b78d',
'rsrc/css/aphront/phabricator-nav-view.css' => 'faf6a6fc',
- 'rsrc/css/aphront/table-view.css' => '6ca8e057',
+ 'rsrc/css/aphront/table-view.css' => '34cf86b4',
'rsrc/css/aphront/tokenizer.css' => '9a8cb501',
'rsrc/css/aphront/tooltip.css' => '173b9431',
'rsrc/css/aphront/typeahead-browse.css' => '8904346a',
@@ -549,7 +549,7 @@
'aphront-list-filter-view-css' => '5d6f0526',
'aphront-multi-column-view-css' => '84cc6640',
'aphront-panel-view-css' => '8427b78d',
- 'aphront-table-view-css' => '6ca8e057',
+ 'aphront-table-view-css' => '34cf86b4',
'aphront-tokenizer-control-css' => '9a8cb501',
'aphront-tooltip-css' => '173b9431',
'aphront-typeahead-control-css' => '8a84cc7d',
diff --git a/src/applications/owners/controller/PhabricatorOwnersDetailController.php b/src/applications/owners/controller/PhabricatorOwnersDetailController.php
--- a/src/applications/owners/controller/PhabricatorOwnersDetailController.php
+++ b/src/applications/owners/controller/PhabricatorOwnersDetailController.php
@@ -323,6 +323,10 @@
'wide',
));
+ if ($info) {
+ $table->setNotice($info);
+ }
+
$header = id(new PHUIHeaderView())
->setHeader(pht('Paths'))
->setHeaderIcon('fa-folder-open');
@@ -332,10 +336,6 @@
->setBackground(PHUIObjectBoxView::BLUE_PROPERTY)
->setTable($table);
- if ($info) {
- $box->setInfoView($info);
- }
-
return $box;
}
diff --git a/webroot/rsrc/css/aphront/table-view.css b/webroot/rsrc/css/aphront/table-view.css
--- a/webroot/rsrc/css/aphront/table-view.css
+++ b/webroot/rsrc/css/aphront/table-view.css
@@ -29,6 +29,10 @@
border-bottom: 1px solid {$thinblueborder};
}
+.phui-two-column-view .aphront-table-notice .phui-info-view {
+ margin: 0;
+}
+
.aphront-table-view tr.alt {
background: {$lightgreybackground};
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 9:08 PM (3 d, 21 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7707537
Default Alt Text
D17792.id.diff (2 KB)
Attached To
Mode
D17792: Fix notice spacing on table views
Attached
Detach File
Event Timeline
Log In to Comment