mirror of https://github.com/rancher/ui.git
14 lines
379 B
Handlebars
14 lines
379 B
Handlebars
<span class="tooltip-node-group-update">
|
|
<p class="mb-5">
|
|
{{#if (eq model.provider "gke")}}
|
|
{{t "tooltipNodeGroupUpdate.gkeLabel"}}
|
|
{{else}}
|
|
{{t "tooltipNodeGroupUpdate.label"}}
|
|
{{/if}}
|
|
</p>
|
|
<p>
|
|
<span class="text-link hand" {{on "click" (action "updateNodeGroup")}}>
|
|
{{t "tooltipNodeGroupUpdate.link"}}
|
|
</span>
|
|
</p>
|
|
</span> |