fix26.2: полная UI-полировка peer/dashboard и завершение i18n
This commit is contained in:
@@ -20,9 +20,9 @@ func Router(router *gin.Engine, huiWebContext *string) {
|
||||
|
||||
if !sqliteReady || !configReadable {
|
||||
c.JSON(503, gin.H{
|
||||
"ok": false,
|
||||
"service": "hy2xs-admin",
|
||||
"sqlite_ready": sqliteReady,
|
||||
"ok": false,
|
||||
"service": "hy2xs-admin",
|
||||
"sqlite_ready": sqliteReady,
|
||||
"config_readable": configReadable,
|
||||
})
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user