Skip to content

Commit

Permalink
add width for recent alerts card
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am committed Oct 2, 2024
1 parent bdda00e commit 5af595c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/utils/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ export function registerAlertsCard() {
id: 'analytics_all_recent_alerts_card',
kind: 'custom',
order: 10,
width: 16,
render: () => (
<DataSourceAlertsCard
getDataSourceMenu={getDataSourceManagementPlugin()?.ui.getDataSourceMenu}
Expand Down

0 comments on commit 5af595c

Please sign in to comment.