summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/DashboardPage.vue
diff options
context:
space:
mode:
authorJannik Schönartz2018-07-19 05:42:25 +0200
committerJannik Schönartz2018-07-19 05:42:25 +0200
commit478adf83cb6bdc37bc2cc6086920018f9a8dd7f5 (patch)
treedd163790e405339b6607f6624ab6eb82901b3ae7 /webapp/src/components/DashboardPage.vue
parent[webapp/dashboard] added devMode (diff)
downloadbas-478adf83cb6bdc37bc2cc6086920018f9a8dd7f5.tar.gz
bas-478adf83cb6bdc37bc2cc6086920018f9a8dd7f5.tar.xz
bas-478adf83cb6bdc37bc2cc6086920018f9a8dd7f5.zip
[webapp/external-backends] Reworked list into data-table (sorting, multiple selection). Added checkConnection functionality.
Diffstat (limited to 'webapp/src/components/DashboardPage.vue')
-rw-r--r--webapp/src/components/DashboardPage.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/DashboardPage.vue b/webapp/src/components/DashboardPage.vue
index 222ea5c..114df77 100644
--- a/webapp/src/components/DashboardPage.vue
+++ b/webapp/src/components/DashboardPage.vue
@@ -162,7 +162,7 @@ export default {
}
return style
},
- devMode () { return localStorage.getItem('dev') == 'true' }
+ devMode () { return localStorage.getItem('dev') === 'true' }
},
watch: {
showSnackbar (value) {