Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14620046
D18202.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
477 B
Referenced Files
None
Subscribers
None
D18202.diff
View Options
diff --git a/src/view/phui/PHUIObjectBoxView.php b/src/view/phui/PHUIObjectBoxView.php
--- a/src/view/phui/PHUIObjectBoxView.php
+++ b/src/view/phui/PHUIObjectBoxView.php
@@ -302,7 +302,9 @@
$pager = null;
if ($this->pager) {
- $pager = phutil_tag_div('phui-object-box-pager', $this->pager);
+ if ($this->pager->willShowPagingControls()) {
+ $pager = phutil_tag_div('phui-object-box-pager', $this->pager);
+ }
}
$content = array(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 10, 10:16 PM (11 h, 44 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6984245
Default Alt Text
D18202.diff (477 B)
Attached To
Mode
D18202: Hide Pager border if no pager exists
Attached
Detach File
Event Timeline
Log In to Comment