From f8bcfe56ffd19f9950331484d66552bc6e8ab53a Mon Sep 17 00:00:00 2001 From: Vincent Fiduccia Date: Wed, 19 Oct 2016 16:29:07 -0700 Subject: [PATCH] Fix container ip display (rancher/rancher#6325) --- app/components/copy-ip/template.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/copy-ip/template.hbs b/app/components/copy-ip/template.hbs index c39dd913f..e5f385b09 100644 --- a/app/components/copy-ip/template.hbs +++ b/app/components/copy-ip/template.hbs @@ -1,4 +1,4 @@ -{{format-ip displayIp noIp=noIp}} +{{format-ip ip noIp=noIp}} {{#if ip}} {{copy-to-clipboard clipboardText=ip size='small'}} {{/if}}