fix: dhcp auto-sync UI refresh, users.js null guard, and login toast escaping
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user