Files
waf-platform/EdgeAdmin/web/views/@default/clusters/grants/create.js

6 lines
144 B
JavaScript

Tea.context(function () {
this.method = "user";
this.username = "root"
this.success = NotifySuccess("保存成功", "/clusters/grants");
});