diff --git a/client/cat3/src/factory/workzoneServices.js b/client/cat3/src/factory/workzoneServices.js index 9e590735c..d42205a56 100644 --- a/client/cat3/src/factory/workzoneServices.js +++ b/client/cat3/src/factory/workzoneServices.js @@ -488,7 +488,8 @@ return $http.post(fullUrl(url),compositeBlueprint,Auth.getHeaderObject()); }, getAllCompsiteBlueprint:function () { - var url ='/composite-blueprints'; + var p = workzoneEnvironment.getEnvParams(); + var url ='/composite-blueprints?filterBy=organizationId:'+p.org+'+businessGroupId:'+p.bg+'+projectId:'+p.proj; return $http.get(fullUrl(url),Auth.getHeaderObject()); }, getCompsiteBlueprintInfo:function (compositeBlueprintId) { diff --git a/client/cat3/src/partials/globals/header/headerDashboard.html b/client/cat3/src/partials/globals/header/headerDashboard.html index 188e8de28..48d4335df 100644 --- a/client/cat3/src/partials/globals/header/headerDashboard.html +++ b/client/cat3/src/partials/globals/header/headerDashboard.html @@ -47,7 +47,7 @@
diff --git a/client/cat3/src/partials/sections/card/card.scss b/client/cat3/src/partials/sections/card/card.scss index 402964130..356ac5121 100644 --- a/client/cat3/src/partials/sections/card/card.scss +++ b/client/cat3/src/partials/sections/card/card.scss @@ -566,7 +566,7 @@ $imagePath : "/cat3/images"; font-size: 18px; } - .instance-state-unknown, .instance-state-pending { + .instance-state-unknown, .instance-state-pending, .instance-state-shutting-down{ background: url("#{$imagePath}/instance-states/aws-inactive.png"); } diff --git a/client/cat3/src/partials/sections/dashboard/workzone/blueprint/blueprint.html b/client/cat3/src/partials/sections/dashboard/workzone/blueprint/blueprint.html index 594d028e5..3d5794062 100644 --- a/client/cat3/src/partials/sections/dashboard/workzone/blueprint/blueprint.html +++ b/client/cat3/src/partials/sections/dashboard/workzone/blueprint/blueprint.html @@ -13,7 +13,7 @@
', cellTooltip: true},
- {name: 'Name', field: 'name', cellTemplate: '{{row.entity.name}}' +
- '' +
- '' +
- '', cellTooltip: true},
- {name: 'Provider Name', displayName: 'Provider Name', field: 'providerId', cellTooltip: true},
- {name: 'Ip Address', displayName: 'IP Address', cellTemplate: 'Public: {{row.entity.instanceIP}}
',
+ cellTooltip: true
+ }, {
+ name: 'Name',
+ field: 'name',
+ cellTemplate: '{{row.entity.name}}' +
+ '' +
+ '' +
+ '',
+ cellTooltip: true
+ }, {
+ name: 'Provider Name',
+ displayName: 'Provider Name',
+ field: 'providerId',
+ cellTooltip: true
+ }, {
+ name: 'Ip Address',
+ displayName: 'IP Address',
+ cellTemplate: 'Public: {{row.entity.instanceIP}}