Skip to content

Commit

Permalink
add group category and order for context menu (#495)
Browse files Browse the repository at this point in the history
Signed-off-by: David Sinclair <[email protected]>
  • Loading branch information
sikhote authored Jun 19, 2023
1 parent 261df11 commit c286b8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/utils/contextMenu/getActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ const grouping: Action['grouping'] = [
id: 'ad-dashboard-context-menu',
getDisplayName: () => 'Anomaly Detection',
getIconType: () => APM_TRACE,
category: 'vis_augmenter',
order: 20,
},
];

Expand Down

0 comments on commit c286b8c

Please sign in to comment.