summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2016-11-24 17:26:57 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2016-11-24 17:28:21 +0100
commitdc4ceb733844e6c8c7ddfa898df70c9cff8af61d (patch)
treeeca0381e9ceb3ce5e8a4bcb4782d84885cc80f0e /settings
parent8f14ffd7345b7d11d2bdf5e920a53f7880dc81b7 (diff)
downloadnextcloud-server-dc4ceb733844e6c8c7ddfa898df70c9cff8af61d.tar.gz
nextcloud-server-dc4ceb733844e6c8c7ddfa898df70c9cff8af61d.zip
Loading icon fix #2198
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings')
-rw-r--r--settings/js/authtoken_view.js2
-rw-r--r--settings/templates/personal.php8
2 files changed, 5 insertions, 5 deletions
diff --git a/settings/js/authtoken_view.js b/settings/js/authtoken_view.js
index b07d480d66f..518eb671b08 100644
--- a/settings/js/authtoken_view.js
+++ b/settings/js/authtoken_view.js
@@ -96,7 +96,7 @@
},
toggleLoading: function (state) {
- this.$('.token-list').toggleClass('icon-loading', state);
+ this.$('table').toggleClass('icon-loading', state);
},
_toggleHeader: function (show) {
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index f40cc2d78c3..caddfd9467c 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -286,7 +286,7 @@ if($_['passwordChangeSupported']) {
<div id="sessions" class="section">
<h2><?php p($l->t('Sessions'));?></h2>
<span class="hidden-when-empty"><?php p($l->t('Web, desktop and mobile clients currently logged in to your account.'));?></span>
- <table>
+ <table class="icon-loading">
<thead class="token-list-header">
<tr>
<th><?php p($l->t('Device'));?></th>
@@ -294,7 +294,7 @@ if($_['passwordChangeSupported']) {
<th></th>
</tr>
</thead>
- <tbody class="token-list icon-loading">
+ <tbody class="token-list">
</tbody>
</table>
</div>
@@ -302,7 +302,7 @@ if($_['passwordChangeSupported']) {
<div id="apppasswords" class="section">
<h2><?php p($l->t('App passwords'));?></h2>
<p><?php p($l->t('Passcodes that give an app or device permissions to access your account.'));?></p>
- <table>
+ <table class="icon-loading">
<thead class="hidden-when-empty">
<tr>
<th><?php p($l->t('Name'));?></th>
@@ -310,7 +310,7 @@ if($_['passwordChangeSupported']) {
<th></th>
</tr>
</thead>
- <tbody class="token-list icon-loading">
+ <tbody class="token-list">
</tbody>
</table>
<div id="app-password-form">