Rename proxyURL field in monitoring configs page

Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
Francesco Torchia 2024-02-02 16:47:39 +01:00
parent aa2653b81b
commit 13345e9406
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393
3 changed files with 3 additions and 4 deletions

View File

@ -190,7 +190,7 @@ export default {
<div class="row mb-20">
<div class="col span-12">
<LabeledInput
v-model="value.httpConfig.proxyUrl"
v-model="value.httpConfig.proxyURL"
:mode="mode"
label="Proxy URL"
placeholder="e.g. http://my-proxy/"

View File

@ -123,7 +123,6 @@ export default {
}
}
}
};
</script>
@ -185,7 +184,7 @@ export default {
<div class="row mb-20">
<div class="col span-12">
<LabeledInput
v-model="value.httpConfig.proxyUrl"
v-model="value.httpConfig.proxyURL"
:mode="mode"
label="Proxy URL"
placeholder="e.g. http://my-proxy/"

View File

@ -126,7 +126,7 @@ export default {
</div>
<div class="col span-6">
<LabeledInput
v-model="value.httpConfig.proxyUrl"
v-model="value.httpConfig.proxyURL"
:mode="mode"
label="Proxy URL"
placeholder="e.g. http://my-proxy/"