From f43f2b196d604035aa5d3b5a1e25fadaa8253ed2 Mon Sep 17 00:00:00 2001 From: net909 Date: Sun, 9 Jun 2024 10:11:00 +0800 Subject: [PATCH] fix --- app/view/dmonitor/taskform.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/dmonitor/taskform.html b/app/view/dmonitor/taskform.html index 640864f..dd6541c 100644 --- a/app/view/dmonitor/taskform.html +++ b/app/view/dmonitor/taskform.html @@ -147,6 +147,7 @@ new Vue({ {value:0, label:'无操作'}, {value:1, label:'暂停解析'}, {value:2, label:'切换备用解析'}, + {value:3, label:'条件开启解析'}, ], checktypeList: [ {value:0, label:'PING', disabled: support_ping=='0'},