fix: dhcp auto-sync UI refresh, users.js null guard, and login toast escaping

This commit is contained in:
2026-07-30 23:30:56 +00:00
parent b69ca330f4
commit c64f988ba2
3 changed files with 6 additions and 5 deletions
+1
View File
@@ -213,6 +213,7 @@ export default definePage({
let msg = 'dnsmasq applied';
if (synced && synced.length) {
msg += ' (auto-synced: ' + synced.join(', ') + ')';
synced.forEach(s => modelFetch(s));
}
toast(msg, 'success');
modelFetch('dnsmasq');