mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-10 01:10:29 +08:00
显示SSH认证相关集群、节点
This commit is contained in:
5
web/views/@default/clusters/grants/update.js
Normal file
5
web/views/@default/clusters/grants/update.js
Normal file
@@ -0,0 +1,5 @@
|
||||
Tea.context(function () {
|
||||
this.method = this.grant.method;
|
||||
|
||||
this.success = NotifySuccess("保存成功", "/clusters/grants/grant?grantId=" + this.grant.id);
|
||||
});
|
||||
Reference in New Issue
Block a user