Refactor system page in GUI Alpha.
This commit is contained in:
@@ -16,12 +16,16 @@
|
||||
},
|
||||
"general": {
|
||||
"dateformat": "yyyy-MM-dd hh:mm:ss",
|
||||
"defaultlanguage": "zh_CN",
|
||||
"language": "zh_CN;en_US",
|
||||
"defaultlanguage": "Chinese",
|
||||
"language": "Chinese;English",
|
||||
"lockScreenTimes": "Never;5 Minutes",
|
||||
"defaultLockScreenTime": "Never",
|
||||
"institutionName": "浙江大学附属第二医院",
|
||||
"institutionAddr": "杭州市滨江区",
|
||||
"lockscreen": "0",
|
||||
"CompleteNotify": true
|
||||
"CompleteNotify": true,
|
||||
"ScanConfirm": false,
|
||||
"AnonymousMode": false
|
||||
},
|
||||
"protocol": {
|
||||
"default": "LSTAND",
|
||||
@@ -58,10 +62,17 @@
|
||||
"name": "3D recon",
|
||||
"port": "5003"
|
||||
},
|
||||
"mpps": {
|
||||
"ae": "mpps",
|
||||
"ip": "192.168.1.15",
|
||||
"name": "Mpps Server",
|
||||
"port": "5002"
|
||||
},
|
||||
"address": {
|
||||
"device": "eth0",
|
||||
"dhcp": "true",
|
||||
"dhcp": true,
|
||||
"ip": "192.168.1.197",
|
||||
"gateway": "192.168.1.1",
|
||||
"mask": "255.255.255.0",
|
||||
"ae": "MOON",
|
||||
"name": "daq",
|
||||
@@ -91,15 +102,16 @@
|
||||
"lists": "Today;Recent3Days;ThisWeek;ThisMonth"
|
||||
},
|
||||
"screensaver": {
|
||||
"open": true,
|
||||
"content": "screensaver.PNG;screensaver.mp4"
|
||||
},
|
||||
"operatorlog": {
|
||||
"expire" : "30"
|
||||
"expire": "30"
|
||||
},
|
||||
"dms": {
|
||||
"simulator": true
|
||||
},
|
||||
"patientlist":{
|
||||
"expire":"7"
|
||||
"patientlist": {
|
||||
"expire": "7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user