summaryrefslogtreecommitdiffstats
path: root/settings/src
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-04-13 17:08:21 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-16 09:50:21 +0200
commit422ecc4eda4af6ec1d7351923a48a3e723bb8416 (patch)
treeb1f01a27e652683187f177e2b1cca1fda2518eac /settings/src
parent28776b72e61b45ff6012e90a755738b116b10c9e (diff)
downloadnextcloud-server-422ecc4eda4af6ec1d7351923a48a3e723bb8416.tar.gz
nextcloud-server-422ecc4eda4af6ec1d7351923a48a3e723bb8416.zip
Supports app navigation loading state
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/src')
-rw-r--r--settings/src/components/appNavigation.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/src/components/appNavigation.vue b/settings/src/components/appNavigation.vue
index 256f71d18cc..02858b4bb5b 100644
--- a/settings/src/components/appNavigation.vue
+++ b/settings/src/components/appNavigation.vue
@@ -1,5 +1,5 @@
<template>
- <div id="app-navigation">
+ <div id="app-navigation" :class="{'icon-loading': menu.loading}">
<div class="app-navigation-new" v-if="menu.new">
<button type="button" :id="menu.new.id" :class="menu.new.icon" @click="menu.new.action">{{menu.new.text}}</button>
</div>