Fix healthcheck readonly mode issue

https://github.com/rancher/rancher/issues/15987
This commit is contained in:
loganhz 2018-10-08 12:57:07 +08:00
parent 3d4712fd44
commit 32b10b047d
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@
<div class="col span-6">
{{form-healthcheck
initialCheck=service.launchConfig.livenessProbe
editing=true
editing=false
}}
</div>
{{/if}}