From 2c8ca2ccf5cdfd93fba4c565db48d855669672fc Mon Sep 17 00:00:00 2001 From: loganhz Date: Fri, 23 Nov 2018 18:36:42 +0800 Subject: [PATCH] Fix liveness title issue https://github.com/rancher/rancher/issues/16162 --- app/container/template.hbs | 2 +- app/workload/template.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/container/template.hbs b/app/container/template.hbs index 19469dd7b..039606fc6 100644 --- a/app/container/template.hbs +++ b/app/container/template.hbs @@ -210,7 +210,7 @@
- {{#if container.healthcheck}} + {{#if container.livenessProbe}} {{/if}}
diff --git a/app/workload/template.hbs b/app/workload/template.hbs index 25ec22c49..87141944c 100644 --- a/app/workload/template.hbs +++ b/app/workload/template.hbs @@ -153,7 +153,7 @@
- {{#if service.launchConfig.healthcheck}} + {{#if service.launchConfig.livenessProbe}} {{/if}}