优化界面

This commit is contained in:
刘祥超
2020-10-20 20:29:33 +08:00
parent 98b6c012b7
commit 7a5bcf7757
4 changed files with 12 additions and 7 deletions

View File

@@ -88,7 +88,7 @@ Tea.context(function () {
* 同步集群配置
*/
this.syncClustersConfigs = function () {
teaweb.confirm("确定要同步集群服务配置吗?", function () {
teaweb.confirm("html:有若干个集群配置已变更!<br/>确定要同步配置到边缘节点吗?", function () {
this.$post("/clusters/sync")
.success(function () {
this.globalChangedClusters = [];