mirror of https://github.com/rancher/ui.git
12 lines
422 B
Handlebars
12 lines
422 B
Handlebars
{{#if hasBlock}}
|
|
{{ yield this}}
|
|
{{ else }}
|
|
{{#if currentVersion}}
|
|
{{#tooltip-element type="tooltip-basic" model=currentVersion tooltipTemplate='tooltip-static' aria-describedby="tooltip-base" tooltipFor="upgrade"}}
|
|
{{t (concat-str 'upgradeBtn.status.' upgradeStatus character='')}}
|
|
{{/tooltip-element}}
|
|
{{else}}
|
|
{{t (concat-str 'upgradeBtn.status.' upgradeStatus character='')}}
|
|
{{/if}}
|
|
{{/if}}
|