mirror of https://github.com/rancher/ui.git
10 lines
520 B
Handlebars
10 lines
520 B
Handlebars
{{#if isSupported}}
|
|
{{#tooltip-element type="tooltip-basic" model=(t (if model model.tooltipText 'generic.emptyString' )) tooltipTemplate='tooltip-static' class="copy-button-container" textChangedEvent=textChangedEvent baseClass="copy-clipboard" isCopyTo=true tooltipFor="copyToClipboard"}}
|
|
{{#copy-button tagName="span" class="hand bg-transparent" clipboardTarget=target clipboardText=clipboardText success='alertSuccess'}}
|
|
{{yield}}
|
|
{{/copy-button}}
|
|
{{/tooltip-element}}
|
|
{{else}}
|
|
{{yield}}
|
|
{{/if}}
|