mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-01 16:01:20 +00:00
Update src/pages/EditMonitor.vue
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
@@ -696,7 +696,7 @@
|
||||
</summary>
|
||||
<div class="p-2 ps-4">
|
||||
<code>systemctl is-active {{ monitor.system_service_name || 'nginx' }}</code>
|
||||
<div class="text-secondary small mt-1">{{ $t("systemServiceExpectedOutput") }}: {{ $t("systemServiceActiveResultLinux") }}</div>
|
||||
<div class="text-secondary small mt-1">{{ $t("systemServiceExpectedOutput", ["active"]) }}</div>
|
||||
</div>
|
||||
</details>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user