mirror of https://github.com/rancher/ui.git
Fix liveness title issue
https://github.com/rancher/rancher/issues/16162
This commit is contained in:
parent
03d82a7bdb
commit
2c8ca2ccf5
|
|
@ -210,7 +210,7 @@
|
|||
<label class="acc-label">{{t 'formHealthCheck.readiness'}}</label>
|
||||
</div>
|
||||
<div class="col span-6 mt-0 mb-0">
|
||||
{{#if container.healthcheck}}
|
||||
{{#if container.livenessProbe}}
|
||||
<label class="acc-label">{{t 'formHealthCheck.liveness'}}</label>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@
|
|||
<label class="acc-label">{{t 'formHealthCheck.readiness'}}</label>
|
||||
</div>
|
||||
<div class="col span-6 mt-0 mb-0">
|
||||
{{#if service.launchConfig.healthcheck}}
|
||||
{{#if service.launchConfig.livenessProbe}}
|
||||
<label class="acc-label">{{t 'formHealthCheck.liveness'}}</label>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue