Skip to content

Commit

Permalink
feat(web): make operation status sortable (#13749)
Browse files Browse the repository at this point in the history
ref: MANAGER-14078

Signed-off-by: Antony MARION <[email protected]>
  • Loading branch information
antonymarion authored Nov 14, 2024
1 parent e9332e2 commit 0c4db05
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@
</oui-datagrid-column>
<oui-datagrid-column
data-title="::'domain_operations_table_header_status' | translate"
data-sortable
data-filterable
data-type="options"
data-property="status"
data-type-options="$ctrl.operationStatusColumnOptions"
>
<span
class="oui-badge"
Expand Down Expand Up @@ -197,7 +201,11 @@
</oui-datagrid-column>
<oui-datagrid-column
data-title="::'domain_operations_table_header_status' | translate"
data-type="options"
data-type-options="$ctrl.operationStatusColumnOptions"
data-property="status"
data-sortable
data-filterable
>
<span
class="oui-badge"
Expand Down

0 comments on commit 0c4db05

Please sign in to comment.