summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/app.ts
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src/app/app.ts')
-rw-r--r--catalog-ui/src/app/app.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/catalog-ui/src/app/app.ts b/catalog-ui/src/app/app.ts
index a3a1ba9230..f3bfbb9c52 100644
--- a/catalog-ui/src/app/app.ts
+++ b/catalog-ui/src/app/app.ts
@@ -518,6 +518,15 @@ ng1appModule.config([
);
$stateProvider.state(
+ 'workspace.designers', {
+ url: 'designers/*path',
+ parent: 'workspace',
+ templateUrl: './view-models/workspace/tabs/designers/designers-tab-view.html',
+ controller: viewModelsModuleName + '.DesignersTabViewModel'
+ }
+ );
+
+ $stateProvider.state(
'adminDashboard', {
url: '/adminDashboard',
templateUrl: './view-models/admin-dashboard/admin-dashboard-view.html',