Integrating VNF Market place with client main
authorseshukm <seshu.kumar.m@huawei.com>
Mon, 27 Mar 2017 12:43:32 +0000 (18:13 +0530)
committerseshukm <seshu.kumar.m@huawei.com>
Mon, 27 Mar 2017 12:43:32 +0000 (18:13 +0530)
IssueId : CLIENT-188

Change-Id: I8b8b13fb74dc40803a326303b989800c1141bc74
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
login/src/main/webapp/login/js/app.js

index e08ad18..6357335 100644 (file)
@@ -105,7 +105,7 @@ var app = angular.module("POCApp", ["ui.router", "ngTable"])
             })
             .state("menu.vnfMarket", {
                 url: "/vnfMarket",
-                templateUrl : "/openoui/vnfMarket/index.html",
+                templateUrl : "/openoui/vnfmarket/index.html",
                 controller : "vnfMarketCtrl",
                 authenticate: true
             })
@@ -222,9 +222,10 @@ var app = angular.module("POCApp", ["ui.router", "ngTable"])
 
     /*VNF Market Controller*/
     .controller("vnfMarketCtrl", function($scope, DataService, $log){
-        $scope.message = "VNF Market";
+        $scope.message = "VNF Market Place";
     })
 
+       
 var modelTemplate = "";
 function loadTemplate() {
     $.get('/openoui/framework/template.html', function (template) {