Skip to content

Commit c7cdcea

Browse files
committed
chore: remove disable and disable description
1 parent 7b80b25 commit c7cdcea

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/compass-connections-navigation/src/item-actions.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,35 +127,27 @@ export const connectedConnectionItemActions = ({
127127
action: 'connection-atlas-performance-metrics',
128128
icon: 'Gauge',
129129
label: 'View performance metrics',
130-
isDisabled: false,
131-
disabledDescription: 'Not supported',
132130
}
133131
: null,
134132
connectionInfo.atlasMetadata
135133
? {
136134
action: 'connection-cluster-overview',
137135
icon: 'Dashboard',
138136
label: 'View cluster overview',
139-
isDisabled: false,
140-
disabledDescription: 'Not supported',
141137
}
142138
: null,
143139
connectionInfo.atlasMetadata
144140
? {
145141
action: 'connection-view-monitoring',
146142
icon: 'TimeSeries',
147143
label: 'View monitoring',
148-
isDisabled: false,
149-
disabledDescription: 'Not supported',
150144
}
151145
: null,
152146
connectionInfo.atlasMetadata
153147
? {
154148
action: 'connection-query-insights',
155149
icon: 'Bulb',
156150
label: 'View query insights',
157-
isDisabled: false,
158-
disabledDescription: 'Not supported',
159151
}
160152
: null,
161153
isAtlas

0 commit comments

Comments
 (0)