mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 09:13:21 +00:00
Made System Service choice hidden from monitor edit page dropdown
This commit is contained in:
@@ -45,7 +45,10 @@
|
||||
<option value="docker">
|
||||
{{ $t("Docker Container") }}
|
||||
</option>
|
||||
<option value="system-service">
|
||||
<option
|
||||
v-if="['linux', 'win32'].includes($root.info.runtime.platform)"
|
||||
value="system-service"
|
||||
>
|
||||
{{ $t("System Service") }}
|
||||
</option>
|
||||
<option value="real-browser">
|
||||
|
||||
Reference in New Issue
Block a user