From e94ff4b952160fea9a7dee10cd35b192478801f5 Mon Sep 17 00:00:00 2001
From: Alicia Sykes
Date: Tue, 22 Jun 2021 23:06:59 +0100
Subject: [PATCH] :lipstick: Show no-access cursor when rebuild is disallowed
by admin
---
.../Configuration/ConfigContainer.vue | 4 ++--
src/components/Configuration/RebuildApp.vue | 23 ++++++++++++++++++-
src/components/FormElements/Button.vue | 6 ++++-
3 files changed, 29 insertions(+), 4 deletions(-)
diff --git a/src/components/Configuration/ConfigContainer.vue b/src/components/Configuration/ConfigContainer.vue
index 634e9acf..f33151ab 100644
--- a/src/components/Configuration/ConfigContainer.vue
+++ b/src/components/Configuration/ConfigContainer.vue
@@ -39,7 +39,7 @@
Dashy version {{ appVersion }}
- It is recommend to make a backup of your conf.yml file, before making any changes.
+ It is recommend to make a backup of your conf.yml file before making changes.
@@ -129,7 +129,7 @@ export default {
this.$refs.tabView.activeTabItem({ tabItem: itemToSelect, byUser: true });
},
goToCustomCss() {
- const itemToSelect = this.$refs.tabView.navItems[4];
+ const itemToSelect = this.$refs.tabView.navItems[3];
this.$refs.tabView.activeTabItem({ tabItem: itemToSelect, byUser: true });
},
openRebuildAppModal() {
diff --git a/src/components/Configuration/RebuildApp.vue b/src/components/Configuration/RebuildApp.vue
index 23b582a0..4d1ebcaa 100644
--- a/src/components/Configuration/RebuildApp.vue
+++ b/src/components/Configuration/RebuildApp.vue
@@ -8,10 +8,13 @@
This should happen automatically, but if it hasn't, you can manually trigger it here.
This is not required for modifications stored locally.