Skip to content

Commit

Permalink
fix(pci.kube): fix alignement button refresh pool (#9876)
Browse files Browse the repository at this point in the history
ref: DTRSD-119319

Signed-off-by: Guillaume Hyenne <[email protected]>
  • Loading branch information
ghyenne authored Aug 28, 2023
1 parent a860ece commit 6cd0d89
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,17 @@
>
<span data-translate="kube_node_pool_add"></span>
</oui-button>
<button
class="pl-2 d-inline-flex oui-datagrid-topbar__refresh oui-button oui-button_secondary oui-button_icon-only oui-button_s"
<oui-button
data-title="{{:: 'kube_node_pool_refreh' | translate }}"
data-variant="secondary"
data-size="s"
data-ng-click="$ctrl.refreshNodePools()"
>
<span
class="oui-icon oui-icon-refresh"
aria-hidden="true"
></span>
</button>
</oui-button>
</oui-datagrid-topbar>
</oui-datagrid>
</div>

0 comments on commit 6cd0d89

Please sign in to comment.