Skip to content

Commit 592baa1

Browse files
authored
Fix missing action buttons in mobile view. (#136)
1 parent 1a9fefa commit 592baa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ispconfig3_account/skins/elastic/templates/account.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<span class="header-title"><roundcube:label name="ispconfig3_account.acc_acc" /></span>
99
</div>
1010
<div class="scroller">
11-
<roundcube:object name="accountlist" id="account-table" class="listing" noheader="true" role="listbox" />
11+
<roundcube:object name="accountlist" id="account-table" class="listing" data-list="account_list" noheader="true" role="listbox" />
1212
</div>
1313
<div class="footer"></div>
1414
</div>
@@ -23,4 +23,4 @@
2323
</div>
2424
</div>
2525

26-
<roundcube:include file="includes/footer.html" />
26+
<roundcube:include file="includes/footer.html" />

0 commit comments

Comments
 (0)