feat: admin - save locale settings + system info linux os

This commit is contained in:
NGPixel
2018-05-06 17:33:41 -04:00
parent b143aa2f8c
commit 9f8feb6540
11 changed files with 124 additions and 24 deletions

View File

@@ -1,7 +1,11 @@
query {
system {
info {
configFile
currentVersion
dbType
dbVersion
dbHost
latestVersion
latestVersionReleaseDate
operatingSystem
@@ -14,8 +18,6 @@ query {
redisUsedRAM
redisTotalRAM
redisHost
postgreVersion
postgreHost
}
}
}