mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-26 04:06:34 +08:00
[SSL证书]ACME任务中列出最后执行结果
This commit is contained in:
@@ -45,7 +45,7 @@ Tea.context(function () {
|
||||
taskId: task.id
|
||||
})
|
||||
.success(function (resp) {
|
||||
teaweb.success("执行成功", function () {
|
||||
teaweb.success("任务执行成功", function () {
|
||||
teaweb.reload()
|
||||
})
|
||||
})
|
||||
@@ -55,4 +55,8 @@ Tea.context(function () {
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
this.showError = function (err) {
|
||||
teaweb.popupTip("任务执行失败:" + err)
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user