mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-04-10 01:35:21 +08:00
可以在分组中设置一些全局配置选项
This commit is contained in:
5
web/views/@default/servers/groups/group/update.js
Normal file
5
web/views/@default/servers/groups/group/update.js
Normal file
@@ -0,0 +1,5 @@
|
||||
Tea.context(function () {
|
||||
this.success = NotifySuccess("保存成功", ".", {
|
||||
groupId: this.group.id
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user