mirror of https://github.com/rancher/ui.git
parent
92c40f667d
commit
765ba02c88
|
|
@ -39,7 +39,17 @@
|
|||
</td>
|
||||
|
||||
<td class="text-right">
|
||||
<button class="btn bg-primary btn-sm" {{action "removeLabel" label}} disabled={{eq label.readonly true}}><i class="icon icon-minus"/><span class="sr-only">{{t "generic.remove"}}</span></button>
|
||||
<button
|
||||
type="button"
|
||||
class="btn bg-primary btn-sm"
|
||||
{{action "removeLabel" label}}
|
||||
disabled={{eq label.readonly true}}
|
||||
>
|
||||
<i class="icon icon-minus"/>
|
||||
<span class="sr-only">
|
||||
{{t "generic.remove"}}
|
||||
</span>
|
||||
</button>
|
||||
</td>
|
||||
</tr>
|
||||
{{/each}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue