mirror of https://github.com/rancher/ui.git
Fix healthcheck readonly mode issue
https://github.com/rancher/rancher/issues/15987
This commit is contained in:
parent
3d4712fd44
commit
32b10b047d
|
|
@ -169,7 +169,7 @@
|
||||||
<div class="col span-6">
|
<div class="col span-6">
|
||||||
{{form-healthcheck
|
{{form-healthcheck
|
||||||
initialCheck=service.launchConfig.livenessProbe
|
initialCheck=service.launchConfig.livenessProbe
|
||||||
editing=true
|
editing=false
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue