]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(settings): apps list loading classes
authorGrigorii K. Shartsev <me@shgk.me>
Sat, 21 Oct 2023 04:19:24 +0000 (06:19 +0200)
committerGrigorii K. Shartsev <me@shgk.me>
Tue, 24 Oct 2023 09:07:04 +0000 (11:07 +0200)
- fix setting loading classes
- also removes invalid HTML attributes, there is no such props in `NcContent`

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
apps/settings/src/views/Apps.vue

index 2eb8a479545c3015650f5fb772ebc3c4efb6e041..9e14d2e55d97b8861ef71ec087648c86a1779a30 100644 (file)
 
 <template>
        <NcContent app-name="settings"
-               :class="{ 'with-app-sidebar': app}"
-               :content-class="{ 'icon-loading': loadingList }"
-               :navigation-class="{ 'icon-loading': loading }">
+               :class="{ 'with-app-sidebar': app}">
                <!-- Categories & filters -->
-               <NcAppNavigation>
+               <NcAppNavigation :class="{ 'icon-loading': loading }">
                        <template #list>
                                <NcAppNavigationItem id="app-category-your-apps"
                                        :to="{ name: 'apps' }"