From cffb05768bc34eaffa413d445d139c9c1f4f4d6f Mon Sep 17 00:00:00 2001 From: naiba Date: Wed, 20 Jan 2021 22:57:38 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20improve:=20=E4=BC=98=E5=8C=96IP?= =?UTF-8?q?=E5=8F=98=E6=9B=B4=E9=80=89=E4=B8=AD=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/template/dashboard/setting.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resource/template/dashboard/setting.html b/resource/template/dashboard/setting.html index 5aa6c54..f628dcb 100644 --- a/resource/template/dashboard/setting.html +++ b/resource/template/dashboard/setting.html @@ -48,5 +48,8 @@ return false; }) $('.checkbox').checkbox() + {{if .Conf.EnableIPChangeNotification}} + $('.checkbox').checkbox('set checked') + {{end}} {{end}} \ No newline at end of file