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">
|
||||
{{form-healthcheck
|
||||
initialCheck=service.launchConfig.livenessProbe
|
||||
editing=true
|
||||
editing=false
|
||||
}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue