diff options
author | Idan Amit <ia096e@intl.att.com> | 2018-01-31 18:57:31 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-02-01 08:15:25 +0000 |
commit | 162f50777e13eebe3b27ec8364ee892be628f7b0 (patch) | |
tree | ebce6947b372a61827745e9985eef0ac3f144af2 /catalog-ui/src/app/view-models/plugins/plugins-tab-view-model.ts | |
parent | 3c9f4df71b978e92a6eeb6f22bc7535e749d11c2 (diff) |
Align configuration for new design
Aligned the designers configuration according to the new design addition and changes
Change-Id: Id08942b5a8adbac10bbe76bdd8a2a6f093ec8b46
Issue-ID: SDC-975
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'catalog-ui/src/app/view-models/plugins/plugins-tab-view-model.ts')
-rw-r--r-- | catalog-ui/src/app/view-models/plugins/plugins-tab-view-model.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/catalog-ui/src/app/view-models/plugins/plugins-tab-view-model.ts b/catalog-ui/src/app/view-models/plugins/plugins-tab-view-model.ts index ce098009f3..d9dc40bdaf 100644 --- a/catalog-ui/src/app/view-models/plugins/plugins-tab-view-model.ts +++ b/catalog-ui/src/app/view-models/plugins/plugins-tab-view-model.ts @@ -34,7 +34,9 @@ export class PluginsTabViewModel { this.$scope.user = this.cacheService.get('user'); this.$scope.queryParams = { - userId: this.$scope.user.userId + userId: this.$scope.user.userId, + userRole: this.$scope.user.role, + displayType: "tab" }; } } |