Initial commit (code only without large binaries)
This commit is contained in:
6
EdgeAdmin/web/views/@default/clusters/grants/create.js
Normal file
6
EdgeAdmin/web/views/@default/clusters/grants/create.js
Normal file
@@ -0,0 +1,6 @@
|
||||
Tea.context(function () {
|
||||
this.method = "user";
|
||||
this.username = "root"
|
||||
|
||||
this.success = NotifySuccess("保存成功", "/clusters/grants");
|
||||
});
|
||||
Reference in New Issue
Block a user