[SSL证书]增加提前自动更新证书功能

This commit is contained in:
刘祥超
2020-11-27 09:57:34 +08:00
parent 2cf693d278
commit 237440777f
3 changed files with 29 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ Tea.context(function () {
this.runTask = function (index, task) {
let that = this
teaweb.confirm("确定要立即执行此任务吗?", function () {
teaweb.confirm("html:确定要立即执行此任务吗?<br/>将会重新发起证书申请。", function () {
that.isRunning = true
that.runningIndex = index