mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-19 07:44:02 +02:00
remove the proxy config from the edit-montior dialog
This commit is contained in:
parent
ffc3b07d66
commit
0c851fcb02
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue