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]>
(cherry picked from commit 9150cdb)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Oct 10, 2024
1 parent ca4ab84 commit c1bbd21
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 c1bbd21

Please sign in to comment.