mirror of https://github.com/rancher/dashboard.git
Rename proxyURL field in monitoring configs page
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
aa2653b81b
commit
13345e9406
|
|
@ -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/"
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
|
|
|
|||
Loading…
Reference in New Issue