Enhance configuration flow to allow single instance only
- Implemented check to abort configuration if an instance already exists - Updated error messages in strings.json to reflect new abort reason
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
"invalid_port": "端口号必须在 1-65535 范围内"
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "该集成已配置"
|
||||
"already_configured": "该集成已配置",
|
||||
"single_instance_allowed": "该集成已配置"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user