Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit a717082

Browse files
authored
Cody: move section higher in admin sidebar (#52461)
Previously, the section was near the end and easy to miss when the other sections were expanded. This moves it much higher (below "Code graph"). Closes https://github.com/sourcegraph/sourcegraph/issues/52455
1 parent aa7cc2e commit a717082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/web/src/enterprise/site-admin/sidebaritems.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ export const enterpriseSiteAdminSidebarGroups: SiteAdminSideBarGroups = [
190190
configurationGroup,
191191
repositoriesGroup,
192192
codeIntelGroup,
193+
codyGroup,
193194
usersGroup,
194195
executorsGroup,
195196
maintenanceGroup,
196197
batchChangesGroup,
197198
businessGroup,
198-
codyGroup,
199199
apiConsoleGroup,
200200
].filter(Boolean) as SiteAdminSideBarGroups

0 commit comments

Comments
 (0)