Skip to content

Commit

Permalink
add width for recent alerts card (#1117)
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am authored Oct 10, 2024
1 parent ad356d7 commit 9150cdb
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 9150cdb

Please sign in to comment.