可以设置用户每天执行缓存任务的额度

This commit is contained in:
GoEdgeLab
2022-06-05 21:15:08 +08:00
parent bc73df92b8
commit 3a54d08006
6 changed files with 3 additions and 23 deletions

View File

@@ -26,6 +26,7 @@ func (this *FetchAction) RunGet(params struct{}) {
err := InitMenu(this.Parent())
if err != nil {
this.ErrorPage(err)
return
}
this.Show()

View File

@@ -26,6 +26,7 @@ func (this *IndexAction) RunGet(params struct{}) {
err := InitMenu(this.Parent())
if err != nil {
this.ErrorPage(err)
return
}
this.Show()

View File

@@ -22,6 +22,7 @@ func (this *TasksAction) RunGet(params struct{}) {
err := InitMenu(this.Parent())
if err != nil {
this.ErrorPage(err)
return
}
// 任务数量

View File

@@ -1,9 +0,0 @@
.feature-boxes .feature-box {
margin-bottom: 1em;
width: 24em;
float: left;
}
.feature-boxes .feature-box:hover label {
font-weight: bold;
}
/*# sourceMappingURL=index_plus.css.map */

View File

@@ -1 +0,0 @@
{"version":3,"sources":["index_plus.less"],"names":[],"mappings":"AAAA,cACC;EACC,kBAAA;EACA,WAAA;EACA,WAAA;;AAJF,cAOC,aAAY,MACX;EACC,iBAAA","file":"index_plus.css"}

View File

@@ -1,13 +0,0 @@
.feature-boxes {
.feature-box {
margin-bottom: 1em;
width: 24em;
float: left;
}
.feature-box:hover {
label {
font-weight: bold;
}
}
}