mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-12 19:30:26 +08:00
显示SSH认证相关集群、节点
This commit is contained in:
11
web/views/@default/clusters/grants/index.js
Normal file
11
web/views/@default/clusters/grants/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
Tea.context(function () {
|
||||
this.deleteGrant = function (grantId) {
|
||||
teaweb.confirm("确定要删除此认证吗?", function () {
|
||||
this.$post(".delete")
|
||||
.params({
|
||||
"grantId": grantId
|
||||
})
|
||||
.refresh();
|
||||
});
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user