Skip to content
Snippets Groups Projects
Commit 83aca24b authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

show loading feedback also when clicking 'Apps' entry in app list

parent 2e15c648
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,7 @@
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment