From 21fca370689c1f3b6f121391b15463688fd76ca8 Mon Sep 17 00:00:00 2001 From: srikanthv02 Date: Wed, 8 Feb 2017 15:53:17 +0530 Subject: [PATCH 1/2] Runlist format changed and jenkins url path --- .../sections/dashboard/bots/controller/botHistoryCtrl.js | 6 +++--- .../src/partials/sections/dashboard/bots/view/botInfo.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/cat3/src/partials/sections/dashboard/bots/controller/botHistoryCtrl.js b/client/cat3/src/partials/sections/dashboard/bots/controller/botHistoryCtrl.js index fd0f047e9..792f7e15f 100644 --- a/client/cat3/src/partials/sections/dashboard/bots/controller/botHistoryCtrl.js +++ b/client/cat3/src/partials/sections/dashboard/bots/controller/botHistoryCtrl.js @@ -20,7 +20,7 @@ items = $scope.templateSelected; } - $scope.botHistory = items; + $scope.botDetail = items; $scope.botId = items.botId; var botHistoryGrid = uiGridOptionsService.options(); @@ -95,8 +95,8 @@ bpcolumnDefs = chefGrid; } else if(auditType === 'jenkins') { var jenkinsGrid = [ - { name:'Job Number',field:'auditTrailConfig.jenkinsBuildNumber',cellTemplate:'{{row.entity.auditTrailConfig.jenkinsBuildNumber}}', sort:{ direction: 'desc'}, cellTooltip: true}, - { name:'Job Output',cellTemplate:'',cellTooltip: true}, + { name:'Job Number',field:'auditTrailConfig.jenkinsBuildNumber',cellTemplate:'{{row.entity.auditTrailConfig.jenkinsBuildNumber}}', sort:{ direction: 'desc'}, cellTooltip: true}, + { name:'Job Output',width: 100,cellTemplate:'',cellTooltip: true}, { name:'Log Info',width: 90,cellTemplate:'',cellTooltip: true}, { name:'Status',field:'status',cellTemplate:'
{{row.entity.status.toUpperCase()}}
'}, { name:'Start Time',field:'startedOn',cellTemplate:'{{row.entity.startedOn | timestampToLocaleTime}}',cellTooltip: true}, diff --git a/client/cat3/src/partials/sections/dashboard/bots/view/botInfo.html b/client/cat3/src/partials/sections/dashboard/bots/view/botInfo.html index 9fd4a1ee3..bf26197c9 100644 --- a/client/cat3/src/partials/sections/dashboard/bots/view/botInfo.html +++ b/client/cat3/src/partials/sections/dashboard/bots/view/botInfo.html @@ -109,7 +109,7 @@