1
0
Fork 0

Add a new dashboard page.

This commit is contained in:
Jorge Gonzalez 2019-08-26 18:15:41 +02:00 committed by Ludovic Fernandez
parent 89150e1164
commit fd24b1898e
133 changed files with 17303 additions and 11112 deletions

15
webui/.gitignore vendored
View file

@ -1,10 +1,13 @@
.quasar
.DS_Store
.thumbs.db
node_modules
/dist
# local env files
.env.local
.env.*.local
/dev_local
/src-cordova/node_modules
/src-cordova/platforms
/src-cordova/plugins
/src-cordova/www
# Log files
npm-debug.log*
@ -19,3 +22,7 @@ yarn-error.log*
*.njsproj
*.sln
*.sw?
# local env files
.env.local
.env.*.local