- fix Header and Drawer Right

- fix Drawer Menu Left
- add icon on the Header
- fix lang if is different language: set to English.
This commit is contained in:
Paolo Arena
2019-03-14 21:09:41 +01:00
parent 41642853d1
commit 527da316da
25 changed files with 319 additions and 303 deletions

View File

@@ -120,6 +120,7 @@ async function Request(type: string, path: string, payload: any): Promise<Types.
// console.log('ricevuto=', ricevuto)
console.log('error.response=', error.response)
}
GlobalStore.mutations.setStateConnection(ricevuto ? 'online' : 'offline')
let mycode = 0
if (!ricevuto) {
mycode = tools.ERR_SERVERFETCH