feat: workspace management from admin app (#6093)
* feat: workspace management from admin app * chore: UI and UX copy improvements * chore: ux copy improvements
This commit is contained in:
parent
9dbb2b26c3
commit
05d3e3ae45
53 changed files with 1153 additions and 122 deletions
|
|
@ -33,6 +33,10 @@ export const InstanceHeader: FC = observer(() => {
|
|||
return "Github";
|
||||
case "gitlab":
|
||||
return "GitLab";
|
||||
case "workspace":
|
||||
return "Workspace";
|
||||
case "create":
|
||||
return "Create";
|
||||
default:
|
||||
return pathName.toUpperCase();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue