mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 20:40:26 +08:00
可以设置用户每天执行缓存任务的额度
This commit is contained in:
@@ -26,6 +26,7 @@ func (this *FetchAction) RunGet(params struct{}) {
|
||||
err := InitMenu(this.Parent())
|
||||
if err != nil {
|
||||
this.ErrorPage(err)
|
||||
return
|
||||
}
|
||||
|
||||
this.Show()
|
||||
|
||||
@@ -26,6 +26,7 @@ func (this *IndexAction) RunGet(params struct{}) {
|
||||
err := InitMenu(this.Parent())
|
||||
if err != nil {
|
||||
this.ErrorPage(err)
|
||||
return
|
||||
}
|
||||
|
||||
this.Show()
|
||||
|
||||
@@ -22,6 +22,7 @@ func (this *TasksAction) RunGet(params struct{}) {
|
||||
err := InitMenu(this.Parent())
|
||||
if err != nil {
|
||||
this.ErrorPage(err)
|
||||
return
|
||||
}
|
||||
|
||||
// 任务数量
|
||||
|
||||
Reference in New Issue
Block a user