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

3 lines
128 B
JavaScript
Raw Normal View History

Tea.context(function () {
this.success = NotifySuccess("保存成功", "/ns/clusters/cluster?clusterId=" + this.clusterId);
});