From 64fa1c235edb7728ddc9267689783e83db7d1fd3 Mon Sep 17 00:00:00 2001 From: hrushikesh07 Date: Thu, 20 Oct 2016 15:25:30 +0530 Subject: [PATCH] Changed the icon --- client/cat3/src/partials/globals/header/headerDashboard.html | 2 +- .../sections/dashboard/bots/controller/libraryCtrl.js | 4 ++-- .../partials/sections/dashboard/bots/view/botsTreeMenu.html | 2 +- client/htmls/private/index.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/cat3/src/partials/globals/header/headerDashboard.html b/client/cat3/src/partials/globals/header/headerDashboard.html index b62130a64..ee4fd54a6 100644 --- a/client/cat3/src/partials/globals/header/headerDashboard.html +++ b/client/cat3/src/partials/globals/header/headerDashboard.html @@ -41,7 +41,7 @@
  • - BOTS + BOTS
  • diff --git a/client/cat3/src/partials/sections/dashboard/bots/controller/libraryCtrl.js b/client/cat3/src/partials/sections/dashboard/bots/controller/libraryCtrl.js index 2a41dd92a..f0297f007 100644 --- a/client/cat3/src/partials/sections/dashboard/bots/controller/libraryCtrl.js +++ b/client/cat3/src/partials/sections/dashboard/bots/controller/libraryCtrl.js @@ -34,13 +34,13 @@ lib.int =function(){ lib.gridOptions.data=[]; var param={ - url:'/blueprints/serviceDelivery' + url:'/blueprints/serviceDelivery/?serviceDeliveryCheck=true' }; genSevs.promiseGet(param).then(function (result) { angular.extend(lib.gridOptions.data,result); }); var param2={ - url:'/tasks/serviceDelivery' + url:'/tasks/serviceDelivery/?serviceDeliveryCheck=true' }; genSevs.promiseGet(param2).then(function (resultTask) { angular.extend(lib.gridOptions.data,resultTask); diff --git a/client/cat3/src/partials/sections/dashboard/bots/view/botsTreeMenu.html b/client/cat3/src/partials/sections/dashboard/bots/view/botsTreeMenu.html index b796404bd..5f24cf945 100644 --- a/client/cat3/src/partials/sections/dashboard/bots/view/botsTreeMenu.html +++ b/client/cat3/src/partials/sections/dashboard/bots/view/botsTreeMenu.html @@ -9,7 +9,7 @@
  • - Services + Bots
    • diff --git a/client/htmls/private/index.html b/client/htmls/private/index.html index c6ef0f064..4b9725c2b 100644 --- a/client/htmls/private/index.html +++ b/client/htmls/private/index.html @@ -56,7 +56,7 @@