Designer-view component for top-nav 23/28323/2
authorIdan Amit <ia096e@intl.att.com>
Mon, 15 Jan 2018 12:31:42 +0000 (14:31 +0200)
committerMichael Lando <ml636r@att.com>
Tue, 16 Jan 2018 16:58:47 +0000 (16:58 +0000)
commit5197c8b7b3cf7576f1198e4b59a7d6484e793107
tree55e938e420d863fac9f1c92901f4e7c2e34787c4
parentfd19ae43d9f057f9ce51d48f95ef3f5f60173f22
Designer-view component for top-nav

Create a designer-view component for opening a designer view from the top-nav
Updated the API to return the designers as a list and not as an object
Created a designer-frame component that will get a designer url to open in the dedicated position

Change-Id: Ic42f7695277e88aacdeaa74d4d0f95b49ce44999
Issue-ID: SDC-884
Signed-off-by: Idan Amit <ia096e@intl.att.com>
25 files changed:
catalog-fe/src/main/java/org/openecomp/sdc/fe/impl/DesignerStatusBL.java
catalog-fe/src/main/java/org/openecomp/sdc/fe/servlets/ConfigServlet.java
catalog-fe/src/main/resources/config/designers-configuration.yaml
catalog-fe/src/test/java/org/openecomp/sdc/fe/servlets/DesignerStatusBLTest.java
catalog-ui/src/app/app.ts
catalog-ui/src/app/models.ts
catalog-ui/src/app/models/designers-config.ts [new file with mode: 0644]
catalog-ui/src/app/modules/view-model-module.ts
catalog-ui/src/app/ng2/app.module.ts
catalog-ui/src/app/ng2/components/layout/top-nav/top-nav.component.ts
catalog-ui/src/app/ng2/components/ui/designer/designer-frame.component.html [new file with mode: 0644]
catalog-ui/src/app/ng2/components/ui/designer/designer-frame.component.less [new file with mode: 0644]
catalog-ui/src/app/ng2/components/ui/designer/designer-frame.component.ts [new file with mode: 0644]
catalog-ui/src/app/ng2/components/ui/designer/designer-frame.module.ts [new file with mode: 0644]
catalog-ui/src/app/ng2/pipes/global-pipes.module.ts
catalog-ui/src/app/ng2/pipes/safeUrlSanitizer.pipe.ts [new file with mode: 0644]
catalog-ui/src/app/ng2/services/config.service.ts
catalog-ui/src/app/utils/menu-handler.ts
catalog-ui/src/app/view-models/designers/designers-view-model.ts [new file with mode: 0644]
catalog-ui/src/app/view-models/designers/designers-view.html [new file with mode: 0644]
common-app-api/src/main/java/org/openecomp/sdc/fe/config/ConfigurationManager.java
common-app-api/src/main/java/org/openecomp/sdc/fe/config/DesignersConfiguration.java
sdc-os-chef/environments/Template.json
sdc-os-chef/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/recipes/FE_2_setup_configuration.rb
sdc-os-chef/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-designers-configuration.yaml.erb