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
@@ -668,7 +668,7 @@
<template v-if="monitor.type === 'system-service'">
<div class="my-3">
<label for="system-service-name" class="form-label">{{ $t("Service Name") }}</label>
<input id="system-service-name" v-model="monitor.system_service_name" type="text" class="form-control" required placeholder="nginx.service">
<input id="system-service-name" v-model="monitor.system_service_name" type="text" class="form-control" required placeholder="nginx">
<div class="form-text">
{{ $t("systemServiceDescription") }}