diff --git a/client/cat3/src/partials/sections/dashboard/bots/bots.scss b/client/cat3/src/partials/sections/dashboard/bots/bots.scss index 8576527b9..8a1d84145 100644 --- a/client/cat3/src/partials/sections/dashboard/bots/bots.scss +++ b/client/cat3/src/partials/sections/dashboard/bots/bots.scss @@ -20,6 +20,12 @@ height: 50px; } +#botAuditTrailPage { + .ui-grid-column-menu-button { + display: none; + } +} + #botLibraryPage, #botAuditTrailPage { .page-name { font-size: 18px; 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 c2f3f8060..4e6093f5a 100644 --- a/client/cat3/src/partials/sections/dashboard/bots/controller/libraryCtrl.js +++ b/client/cat3/src/partials/sections/dashboard/bots/controller/libraryCtrl.js @@ -21,7 +21,7 @@ multiSelect :false, }, columnDefs: [ - { name:'Task Type', width:100,field:'taskType' ,cellTemplate:'row.entity.taskType'+ + { name:'Task Type', field:'taskType' ,cellTemplate:'row.entity.taskType'+ 'row.entity.taskType'+ 'row.entity.taskType'+ 'row.entity.botType',cellTooltip: true},