Added a settings page & localization

This commit is contained in:
c0derMo
2022-07-24 12:34:43 +00:00
parent e356d5f623
commit fb3b407577
6 changed files with 74 additions and 9 deletions

View File

@@ -156,7 +156,7 @@
{{ $t("Not available, please setup.") }}
</p>
<div class="mb-3">
<div class="mb-3" v-else>
<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>