mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 16:36:37 +08:00
Fix linting issues
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
{{ $t("Not available, please setup.") }}
|
||||
</p>
|
||||
|
||||
<div class="mb-3" v-else>
|
||||
<div v-else class="mb-3">
|
||||
<label for="docker-host" class="form-label">{{ $t("Docker Host") }}</label>
|
||||
<select id="docket-host" v-model="monitor.docker_host" class="form-select">
|
||||
<option v-for="host in $root.dockerHostList" :key="host.id" :value="host.id">{{ host.name }}</option>
|
||||
|
Reference in New Issue
Block a user