Skip to content

Commit

Permalink
trying to create UI to add github org users directly
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanchezr committed Apr 10, 2023
1 parent 5777a14 commit 38dc73b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 188 deletions.
6 changes: 0 additions & 6 deletions src/app/navigations.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,12 +228,6 @@ export const navigations = [
iconText: "STA",
capabilities: ["read_invite"],
},
{
name: "Gitpod",
path: "/admin/gitpod",
iconText: "STA",
capabilities: ["get_gitpod_user"],
},
{
name: "Github",
path: "/admin/github",
Expand Down
177 changes: 0 additions & 177 deletions src/app/views/admin/gitpod.jsx

This file was deleted.

5 changes: 0 additions & 5 deletions src/app/views/admin/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ const routes = [
exact: true,
component: React.lazy(() => import("./invites")),
},
{
path: "/admin/gitpod",
exact: true,
component: React.lazy(() => import("./gitpod")),
},
{
path: "/admin/github",
exact: true,
Expand Down

1 comment on commit 38dc73b

@vercel
Copy link

@vercel vercel bot commented on 38dc73b Apr 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.