[SSL证书]ACME任务中列出最后执行结果

This commit is contained in:
GoEdgeLab
2020-11-26 17:26:26 +08:00
parent 555d5b74de
commit 402e418261
4 changed files with 39 additions and 13 deletions

View File

@@ -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)
}
})