Files
EdgeAdmin/web/views/@default/clusters/cluster/createNode.js

3 lines
131 B
JavaScript
Raw Normal View History

2020-09-06 16:19:34 +08:00
Tea.context(function () {
this.success = NotifySuccess("保存成功", "/clusters/cluster/nodes?clusterId=" + this.clusterId);
2020-09-06 16:19:34 +08:00
});