Skip to content

Commit 38dc73b

Browse files
committed
trying to create UI to add github org users directly
1 parent 5777a14 commit 38dc73b

File tree

3 files changed

+0
-188
lines changed

3 files changed

+0
-188
lines changed

src/app/navigations.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,6 @@ export const navigations = [
228228
iconText: "STA",
229229
capabilities: ["read_invite"],
230230
},
231-
{
232-
name: "Gitpod",
233-
path: "/admin/gitpod",
234-
iconText: "STA",
235-
capabilities: ["get_gitpod_user"],
236-
},
237231
{
238232
name: "Github",
239233
path: "/admin/github",

src/app/views/admin/gitpod.jsx

Lines changed: 0 additions & 177 deletions
This file was deleted.

src/app/views/admin/routes.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ const routes = [
2121
exact: true,
2222
component: React.lazy(() => import("./invites")),
2323
},
24-
{
25-
path: "/admin/gitpod",
26-
exact: true,
27-
component: React.lazy(() => import("./gitpod")),
28-
},
2924
{
3025
path: "/admin/github",
3126
exact: true,

0 commit comments

Comments
 (0)