summaryrefslogtreecommitdiffstats
path: root/oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-controllers.js
diff options
context:
space:
mode:
authorsurya-huawei <a.u.surya@huawei.com>2017-09-17 21:34:01 +0530
committersurya-huawei <a.u.surya@huawei.com>2017-09-17 21:37:45 +0530
commitf7129016e4371a587d9ff01d43f83aec206184a2 (patch)
treeb9a010996cc64f41093476dc09c2fe589b635135 /oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-controllers.js
parent31dd076b804105db95ab8f183915199caa08cb7a (diff)
Fix Sonar issues in dashboard module
blocker issues in oom-app-overlay * Remove trailing comma in files Issue-Id: CCSDK-87 Change-Id: I23987e141bf9a7a966ebb10feb9050e464bdf189 Signed-off-by: surya-huawei <a.u.surya@huawei.com>
Diffstat (limited to 'oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-controllers.js')
-rw-r--r--oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-controllers.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-controllers.js b/oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-controllers.js
index 2845782..cb6e712 100644
--- a/oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-controllers.js
+++ b/oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-controllers.js
@@ -121,7 +121,7 @@ appDS2.controller('blueprintTableController', function(
message : function() {
var dataForPopup = {
blueprint : $scope.ecdapp.editBlueprint,
- blueprintList : $scope.ecdapp.tableData,
+ blueprintList : $scope.ecdapp.tableData
};
return dataForPopup;
}
@@ -159,7 +159,7 @@ appDS2.controller('blueprintTableController', function(
resolve : {
message : function() {
var dataForPopup = {
- blueprint : blueprint,
+ blueprint : blueprint
};
return dataForPopup;
}