build:v1.3.3; workflow: added vue-composition-api; feat: moved app status to about page, this closes #6; chore: removed style scripts from package.json
This commit is contained in:
@@ -44,6 +44,10 @@ const en = {
|
||||
}
|
||||
},
|
||||
about: {
|
||||
appStatus: {
|
||||
online: 'app online',
|
||||
offline: 'app offline'
|
||||
},
|
||||
updates: {
|
||||
currentVersion: 'Current Version',
|
||||
currentWebuiVersion: 'Current WebUI Version',
|
||||
|
||||
@@ -44,6 +44,10 @@ const it = {
|
||||
}
|
||||
},
|
||||
about: {
|
||||
appStatus: {
|
||||
online: 'app online',
|
||||
offline: 'app offline'
|
||||
},
|
||||
updates: {
|
||||
currentVersion: 'Versione attuale',
|
||||
currentWebuiVersion: 'Versione WebUI attuale',
|
||||
|
||||
Reference in New Issue
Block a user