mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-28 23:40:26 +08:00
[日志审计]增加删除、清理和别的一些设置
This commit is contained in:
6
web/views/@default/log/clean.js
Normal file
6
web/views/@default/log/clean.js
Normal file
@@ -0,0 +1,6 @@
|
||||
Tea.context(function () {
|
||||
this.cleanType = "all"
|
||||
this.days = 30
|
||||
|
||||
this.success = NotifyReloadSuccess("清理完成")
|
||||
})
|
||||
Reference in New Issue
Block a user