File tree Expand file tree Collapse file tree 1 file changed +13
-16
lines changed
apps/webapp/app/components/navigation Expand file tree Collapse file tree 1 file changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,12 @@ export function SideMenu({
175
175
to = { v3EnvironmentPath ( organization , project , environment ) }
176
176
data-action = "tasks"
177
177
/>
178
+ < SideMenuItem
179
+ name = "Runs"
180
+ icon = { RunsIcon }
181
+ activeIconColor = "text-teal-500"
182
+ to = { v3RunsPath ( organization , project , environment ) }
183
+ />
178
184
< SideMenuItem
179
185
name = "Batches"
180
186
icon = { Squares2X2Icon }
@@ -212,22 +218,6 @@ export function SideMenu({
212
218
/>
213
219
</ div >
214
220
215
- < SideMenuSection title = "Observability" >
216
- < SideMenuItem
217
- name = "Runs"
218
- icon = { RunsIcon }
219
- activeIconColor = "text-teal-500"
220
- to = { v3RunsPath ( organization , project , environment ) }
221
- />
222
- < SideMenuItem
223
- name = "Alerts"
224
- icon = { BellAlertIcon }
225
- activeIconColor = "text-red-500"
226
- to = { v3ProjectAlertsPath ( organization , project , environment ) }
227
- data-action = "alerts"
228
- />
229
- </ SideMenuSection >
230
-
231
221
< SideMenuSection title = "Manage" >
232
222
< SideMenuItem
233
223
name = "API keys"
@@ -243,6 +233,13 @@ export function SideMenu({
243
233
to = { v3EnvironmentVariablesPath ( organization , project , environment ) }
244
234
data-action = "environment variables"
245
235
/>
236
+ < SideMenuItem
237
+ name = "Alerts"
238
+ icon = { BellAlertIcon }
239
+ activeIconColor = "text-red-500"
240
+ to = { v3ProjectAlertsPath ( organization , project , environment ) }
241
+ data-action = "alerts"
242
+ />
246
243
< SideMenuItem
247
244
name = "Project settings"
248
245
icon = { Cog8ToothIcon }
You can’t perform that action at this time.
0 commit comments