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 @@