File tree Expand file tree Collapse file tree 1 file changed +21
-15
lines changed
portal-ui/src/screens/Console Expand file tree Collapse file tree 1 file changed +21
-15
lines changed Original file line number Diff line number Diff line change @@ -146,13 +146,6 @@ class Menu extends React.Component<MenuProps> {
146
146
name : "Service Accounts" ,
147
147
icon : < RoomServiceIcon /> ,
148
148
} ,
149
- {
150
- type : "item" ,
151
- component : NavLink ,
152
- to : "/watch" ,
153
- name : "Watch" ,
154
- icon : < CenterFocusWeakIcon /> ,
155
- } ,
156
149
{
157
150
type : "divider" ,
158
151
key : "divider-1" ,
@@ -187,23 +180,36 @@ class Menu extends React.Component<MenuProps> {
187
180
icon : < PermissionIcon /> ,
188
181
} ,
189
182
{
190
- group : "Admin" ,
191
- type : "item" ,
192
- component : NavLink ,
193
- to : "/trace" ,
194
- name : "Trace" ,
195
- icon : < LoopIcon /> ,
183
+ type : "title" ,
184
+ name : "Tools" ,
185
+ component : Typography ,
196
186
} ,
197
187
{
198
- group : "Admin " ,
188
+ group : "Tools " ,
199
189
type : "item" ,
200
190
component : NavLink ,
201
191
to : "/logs" ,
202
192
name : "Console Logs" ,
203
193
icon : < WebAssetIcon /> ,
204
194
} ,
205
195
{
206
- group : "Admin" ,
196
+ group : "Tools" ,
197
+ type : "item" ,
198
+ component : NavLink ,
199
+ to : "/watch" ,
200
+ name : "Watch" ,
201
+ icon : < CenterFocusWeakIcon /> ,
202
+ } ,
203
+ {
204
+ group : "Tools" ,
205
+ type : "item" ,
206
+ component : NavLink ,
207
+ to : "/trace" ,
208
+ name : "Trace" ,
209
+ icon : < LoopIcon /> ,
210
+ } ,
211
+ {
212
+ group : "Tools" ,
207
213
type : "item" ,
208
214
component : NavLink ,
209
215
to : "/heal" ,
You can’t perform that action at this time.
0 commit comments