File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/containers/AsideNavigation Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -139,23 +139,23 @@ export const useGetLeftNavigationItems = () => {
139139
140140 const items : MenuItem [ ] = [
141141 {
142- id : TENANT_PAGES_IDS . diagnostics ,
143- title : 'Diagnostics ' ,
142+ id : TENANT_PAGES_IDS . query ,
143+ title : 'Query ' ,
144144 icon : squareChartBarIcon ,
145145 iconSize : 20 ,
146146 location : getTenantPath ( {
147147 ...queryParams ,
148- [ TENANT_PAGE ] : TENANT_PAGES_IDS . diagnostics ,
148+ [ TENANT_PAGE ] : TENANT_PAGES_IDS . query ,
149149 } ) ,
150150 } ,
151151 {
152- id : TENANT_PAGES_IDS . query ,
153- title : 'Query ' ,
152+ id : TENANT_PAGES_IDS . diagnostics ,
153+ title : 'Diagnostics ' ,
154154 icon : pulseIcon ,
155155 iconSize : 20 ,
156156 location : getTenantPath ( {
157157 ...queryParams ,
158- [ TENANT_PAGE ] : TENANT_PAGES_IDS . query ,
158+ [ TENANT_PAGE ] : TENANT_PAGES_IDS . diagnostics ,
159159 } ) ,
160160 } ,
161161 ] ;
You can’t perform that action at this time.
0 commit comments