mirror of https://github.com/rancher/dashboard.git
Show disable-kube-proxy option
This commit is contained in:
parent
7e70d8ffc0
commit
71d73ec498
|
|
@ -1087,6 +1087,13 @@ export default {
|
|||
:label="opt.label"
|
||||
:value-when-true="opt.value"
|
||||
/>
|
||||
<Checkbox
|
||||
v-if="serverArgs['disable-kube-proxy']"
|
||||
:value="serverConfig['disable-kube-proxy'] !== true"
|
||||
@input="val => serverConfig['disable-kube-proxy'] = !val"
|
||||
:mode="mode"
|
||||
label="Kube Proxy"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</Tab>
|
||||
|
|
|
|||
Loading…
Reference in New Issue