]> source.dussan.org Git - nextcloud-server.git/commitdiff
show loading feedback also when clicking 'Apps' entry in app list
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 4 Jul 2014 10:32:37 +0000 (12:32 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 4 Jul 2014 10:32:37 +0000 (12:32 +0200)
core/templates/layout.user.php

index 3f1b939a12dba1d93d3c9fef90f47bd99f78178f..066362bd4a5ff27e569c110a3b4e3c4956fe0468 100644 (file)
                                                <a href="<?php print_unescaped(OC_Helper::linkToRoute('settings_apps').'?installed'); ?>" title=""
                                                        <?php if( $_['appsmanagement_active'] ): ?> class="active"<?php endif; ?>>
                                                        <img class="app-icon svg" alt="" src="<?php print_unescaped(OC_Helper::imagePath('settings', 'apps.svg')); ?>"/>
+                                                       <div class="icon-loading-dark" style="display:none;"></div>
                                                        <span>
                                                                <?php p($l->t('Apps')); ?>
                                                        </span>