File tree 1 file changed +6
-6
lines changed
src/containers/AsideNavigation
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -139,23 +139,23 @@ export const useGetLeftNavigationItems = () => {
139
139
140
140
const items : MenuItem [ ] = [
141
141
{
142
- id : TENANT_PAGES_IDS . diagnostics ,
143
- title : 'Diagnostics ' ,
142
+ id : TENANT_PAGES_IDS . query ,
143
+ title : 'Query ' ,
144
144
icon : squareChartBarIcon ,
145
145
iconSize : 20 ,
146
146
location : getTenantPath ( {
147
147
...queryParams ,
148
- [ TENANT_PAGE ] : TENANT_PAGES_IDS . diagnostics ,
148
+ [ TENANT_PAGE ] : TENANT_PAGES_IDS . query ,
149
149
} ) ,
150
150
} ,
151
151
{
152
- id : TENANT_PAGES_IDS . query ,
153
- title : 'Query ' ,
152
+ id : TENANT_PAGES_IDS . diagnostics ,
153
+ title : 'Diagnostics ' ,
154
154
icon : pulseIcon ,
155
155
iconSize : 20 ,
156
156
location : getTenantPath ( {
157
157
...queryParams ,
158
- [ TENANT_PAGE ] : TENANT_PAGES_IDS . query ,
158
+ [ TENANT_PAGE ] : TENANT_PAGES_IDS . diagnostics ,
159
159
} ) ,
160
160
} ,
161
161
] ;
You can’t perform that action at this time.
0 commit comments