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