File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
packages/compass-connections-navigation/src Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments