Skip to content

Commit a530e3b

Browse files
committed
fix the dashboard structure
1 parent 7445739 commit a530e3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

addon/extension.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export function registerWidgets(widgetService) {
111111
description: 'Recent user, group, role, and policy changes.',
112112
icon: 'clock-rotate-left',
113113
component: new ExtensionComponent('@fleetbase/iam-engine', 'widget/recent-activity'),
114-
grid_options: operationsGridOptions,
114+
grid_options: insightGridOptions,
115115
category: 'Operations',
116116
default: true,
117117
}),
@@ -123,7 +123,7 @@ export function registerWidgets(widgetService) {
123123
component: new ExtensionComponent('@fleetbase/iam-engine', 'widget/quick-actions'),
124124
grid_options: operationsGridOptions,
125125
category: 'Actions',
126-
default: true,
126+
default: false,
127127
}),
128128
new Widget({
129129
id: 'iam-metrics-widget',

0 commit comments

Comments
 (0)