From 1948802b8db3dfc613fdb2557daf1b0b43a1025c Mon Sep 17 00:00:00 2001 From: iotux Date: Fri, 2 Jan 2026 14:13:51 +0100 Subject: [PATCH] Added defaultFriendlyName --- src/pages/EditMonitor.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue index 4a045a6d4..f72e68423 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -1464,6 +1464,9 @@ export default { if (this.monitor.hostname) { return this.monitor.hostname; } + if (this.monitor.system_service_name) { + return this.monitor.system_service_name; + } if (this.monitor.url) { if (this.monitor.url !== "http://" && this.monitor.url !== "https://") { // Ensure monitor without a URL is not affected by invisible URL.