diff --git a/frontend/src/components/BaseTable.vue b/frontend/src/components/BaseTable.vue
index 40cb6eae4..979cb6618 100644
--- a/frontend/src/components/BaseTable.vue
+++ b/frontend/src/components/BaseTable.vue
@@ -13,7 +13,6 @@
{{ itemValue(item, column) }}
|
diff --git a/frontend/src/components/Inputs/BaseCheckbox.vue b/frontend/src/components/Inputs/BaseCheckbox.vue
index dd39f21b4..5de6ef500 100755
--- a/frontend/src/components/Inputs/BaseCheckbox.vue
+++ b/frontend/src/components/Inputs/BaseCheckbox.vue
@@ -66,6 +66,7 @@
if (this.inline) {
return `form-check-inline`;
}
+ return ''
}
},
created() {
diff --git a/frontend/src/components/SidebarPlugin/SidebarItem.vue b/frontend/src/components/SidebarPlugin/SidebarItem.vue
index aea2ccfb4..2699bef25 100755
--- a/frontend/src/components/SidebarPlugin/SidebarItem.vue
+++ b/frontend/src/components/SidebarPlugin/SidebarItem.vue
@@ -116,6 +116,7 @@ export default {
let words = this.link.name.split(' ');
return words.map(word => word.substring(0, 1)).join('');
}
+ return ''
},
isMenu() {
return this.children.length > 0 || this.menu === true;
diff --git a/frontend/src/views/AdminOverview.vue b/frontend/src/views/AdminOverview.vue
index b54920a9d..888df8380 100644
--- a/frontend/src/views/AdminOverview.vue
+++ b/frontend/src/views/AdminOverview.vue
@@ -232,12 +232,12 @@
components: {
LineChart,
BarChart,
- BaseProgress,
+ //BaseProgress,
StatsCard,
- PageVisitsTable,
+ //PageVisitsTable,
AdminUserSearch,
AdminUserCreation,
- SearchUser
+ //SearchUser
},
data() {
return {
diff --git a/frontend/src/views/Dashboard.vue b/frontend/src/views/Dashboard.vue
index 0e9e6c012..b52871131 100644
--- a/frontend/src/views/Dashboard.vue
+++ b/frontend/src/views/Dashboard.vue
@@ -153,7 +153,7 @@
components: {
LineChart,
BarChart,
- BaseProgress,
+ //BaseProgress,
StatsCard,
PageVisitsTable,
SocialTrafficTable
diff --git a/frontend/src/views/KontoOverview.vue b/frontend/src/views/KontoOverview.vue
index b568bf8f0..a72d1d3eb 100644
--- a/frontend/src/views/KontoOverview.vue
+++ b/frontend/src/views/KontoOverview.vue
@@ -79,7 +79,7 @@
GddTable,
GddAddWork,
GddWorkTable,
- axios
+ //axios
},
methods: {
UserData() {
diff --git a/frontend/src/views/Layout/AdminLayout.vue b/frontend/src/views/Layout/AdminLayout.vue
index cbed877b1..b582bb588 100644
--- a/frontend/src/views/Layout/AdminLayout.vue
+++ b/frontend/src/views/Layout/AdminLayout.vue
@@ -98,7 +98,7 @@
components: {
DashboardNavbar,
ContentFooter,
- DashboardContent,
+ //DashboardContent,
FadeTransition
},
methods: {
diff --git a/frontend/src/views/Layout/AuthLayout_gdd.vue b/frontend/src/views/Layout/AuthLayout_gdd.vue
index 840be9876..a58e2a791 100644
--- a/frontend/src/views/Layout/AuthLayout_gdd.vue
+++ b/frontend/src/views/Layout/AuthLayout_gdd.vue
@@ -45,8 +45,8 @@
export default {
components: {
- BaseNav,
- ZoomCenterTransition
+ //BaseNav,
+ //ZoomCenterTransition
},
props: {
backgroundColor: {
diff --git a/frontend/src/views/Starter/SampleLayout.vue b/frontend/src/views/Starter/SampleLayout.vue
index f0faaaa55..5b3d69f21 100755
--- a/frontend/src/views/Starter/SampleLayout.vue
+++ b/frontend/src/views/Starter/SampleLayout.vue
@@ -2,7 +2,7 @@
-
+