remove the proxy config from the edit-montior dialog

This commit is contained in:
Frank Elsinga 2025-06-23 15:27:01 +02:00 committed by GitHub
parent ffc3b07d66
commit 0c851fcb02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -842,8 +842,7 @@
<label class="form-check-label" :for="`proxy-${proxy.id}`"> <label class="form-check-label" :for="`proxy-${proxy.id}`">
{{ proxy.host }}:{{ proxy.port }} ({{ proxy.protocol }}) {{ proxy.host }}:{{ proxy.port }} ({{ proxy.protocol }})
<a href="#" @click="$refs.proxyDialog.show(proxy.id)">{{ $t("Edit") }}</a> | <a href="#" @click="$refs.proxyDialog.show(proxy.id)">{{ $t("Edit") }}</a>
<a href="#" @click="$refs.proxyDialog.showClone(proxy.id)">{{ $t("Clone") }}</a>
</label> </label>
<span v-if="proxy.default === true" class="badge bg-primary ms-2">{{ $t("default") }}</span> <span v-if="proxy.default === true" class="badge bg-primary ms-2">{{ $t("default") }}</span>