Rename 'Local Service' monitor to 'System Service'

This commit is contained in:
iotux
2025-12-15 16:57:02 +01:00
parent 0f951ef123
commit 6940241543
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -900,7 +900,7 @@ let needSetup = false;
bean.rabbitmqPassword = monitor.rabbitmqPassword;
bean.conditions = JSON.stringify(monitor.conditions);
bean.manual_status = monitor.manual_status;
bean.local_service_name = monitor.local_service_name;
bean.system_service_name = monitor.system_service_name;
// ping advanced options
bean.ping_numeric = monitor.ping_numeric;