mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 10:03:32 -04:00
Fix 'No apps found for your version' at bottom of app bundles… (#16166)
Fix 'No apps found for your version' at bottom of app bundles section
This commit is contained in:
commit
56001afb2f
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -62,7 +62,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="apps-list-empty" class="emptycontent emptycontent-search" v-if="!loading && searchApps.length === 0 && apps.length === 0">
|
||||
<div id="apps-list-empty" class="emptycontent emptycontent-search" v-if="search !== '' && !loading && searchApps.length === 0 && apps.length === 0">
|
||||
<div id="app-list-empty-icon" class="icon-settings-dark"></div>
|
||||
<h2>{{ t('settings', 'No apps found for your version')}}</h2>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue