Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15425427
D7909.id17914.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
787 B
Referenced Files
None
Subscribers
None
D7909.id17914.diff
View Options
Index: src/applications/settings/panel/PhabricatorSettingsPanelExternalAccounts.php
===================================================================
--- src/applications/settings/panel/PhabricatorSettingsPanelExternalAccounts.php
+++ src/applications/settings/panel/PhabricatorSettingsPanelExternalAccounts.php
@@ -36,6 +36,7 @@
$linked = id(new PHUIObjectItemListView())
->setUser($viewer)
->setCards(true)
+ ->setFlush(true)
->setNoDataString(pht('You have no linked accounts.'));
$login_accounts = 0;
@@ -99,6 +100,7 @@
$linkable = id(new PHUIObjectItemListView())
->setUser($viewer)
->setCards(true)
+ ->setFlush(true)
->setNoDataString(
pht('Your account is linked with all available providers.'));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 24, 4:40 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7226080
Default Alt Text
D7909.id17914.diff (787 B)
Attached To
Mode
D7909: Fix Cards list in External Accounts
Attached
Detach File
Event Timeline
Log In to Comment