feat: Host Information on System Info page

This commit is contained in:
NGPixel
2017-07-02 14:03:49 -04:00
committed by Nicolas Giard
parent fc42fd21e5
commit 3752e95b92
4 changed files with 52 additions and 25 deletions

View File

@@ -23,7 +23,10 @@
"users": "Users"
},
"settings": {
"subtitle": "Manage site configuration",
"subtitle": "Manage site configuration"
},
"system": {
"subtitle": "Information and utilities for your wiki",
"systemversion": "System Version",
"currentversion": "Current Version",
"latestversion": "Latest Version",
@@ -39,10 +42,14 @@
"resetaccountsbtn": "Reset System Accounts",
"flushsessions": "Flush all active user sessions",
"flushsessionstext": "All users will be logged out and forced to login again. Your current session will also be affected!",
"flushsessionsbtn": "Flush Sessions"
},
"system": {
"subtitle": "Information and utilities for your wiki"
"flushsessionsbtn": "Flush Sessions",
"hostinfo": "Host Information",
"os": "Operating System",
"nodeversion": "Node.js Version",
"hostname": "Hostname",
"cores": "CPU Cores",
"totalmem": "Total Memory",
"cwd": "Working Directory"
},
"theme": {
"subtitle": "Change the look and feel of your wiki",