We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1b831e + 98c9623 commit 570a51cCopy full SHA for 570a51c
.gitignore
@@ -102,3 +102,6 @@ dist
102
103
# TernJS port file
104
.tern-port
105
+
106
+# VS Code settings
107
+.vscode/
src/assets/images/taas-admin.png
5.85 KB
src/constants/apps.js
@@ -3,6 +3,7 @@
3
*/
4
import appDocumentationIcon from '../assets/images/learn.svg';
5
import appTaasIcon from '../assets/images/integrations.svg';
6
+import appTaasAdminIcon from '../assets/images/taas-admin.png';
7
import myteamsIcon from '../assets/images/my-teams.svg';
8
import myteamsGreenIcon from '../assets/images/my-teams-green.svg';
9
import createTeamIcon from '../assets/images/create-team.svg';
@@ -36,6 +37,12 @@ export const APP_CATEGORIES = [
36
37
},
38
],
39
40
+ {
41
+ title: 'TaaS Admin',
42
+ icon: appTaasAdminIcon,
43
+ path: '/taas-admin',
44
+ menu: [],
45
+ },
46
{
47
title: 'Documentation',
48
icon: appDocumentationIcon,
0 commit comments