diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-24 23:52:07 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 00:22:57 +0200 |
commit | f03e59530a6d766f177330f90d2feb1d6491e5e5 (patch) | |
tree | 654361f5715ccadb084fc58d6f126e8e6910274c /settings/templates/apps.php | |
parent | b48d81d59f6768cd4c7fb869c2c994d3d3805248 (diff) | |
download | nextcloud-server-f03e59530a6d766f177330f90d2feb1d6491e5e5.tar.gz nextcloud-server-f03e59530a6d766f177330f90d2feb1d6491e5e5.zip |
Show spinner until app store images loaded
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/templates/apps.php')
-rw-r--r-- | settings/templates/apps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index ed842bb2ca9..310513722cf 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -76,7 +76,7 @@ script( <script id="app-template" type="text/x-handlebars"> <div class="section" id="app-{{id}}"> {{#if preview}} - <div class="app-image{{#if previewAsIcon}} app-image-icon{{/if}} hidden"> + <div class="app-image{{#if previewAsIcon}} app-image-icon{{/if}} icon-loading"> </div> {{/if}} <h2 class="app-name"> |