From 4aa6dfa1eef60c8d4cc470b216517b1308ee1ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sat, 29 Jul 2023 02:35:21 +0800 Subject: [PATCH] feat(ssh): auto refresh when save --- public/panel/views/ssh.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/panel/views/ssh.html b/public/panel/views/ssh.html index 6ce77d41..1414f9a5 100644 --- a/public/panel/views/ssh.html +++ b/public/panel/views/ssh.html @@ -80,6 +80,7 @@ Date: 2023-07-25 return false; } layer.alert('SSH信息保存成功!') + admin.events.refresh() } }); return false;