Fix container ip display (rancher/rancher#6325)

This commit is contained in:
Vincent Fiduccia 2016-10-19 16:29:07 -07:00
parent 6e430fafcc
commit f8bcfe56ff
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{{format-ip displayIp noIp=noIp}}
{{format-ip ip noIp=noIp}}
{{#if ip}}
{{copy-to-clipboard clipboardText=ip size='small'}}
{{/if}}