mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
removing old lines
This commit is contained in:
@@ -38,10 +38,6 @@ export function JobsListController($state, $rootScope, $log, $scope, $compile, $
|
||||
var fld, field,
|
||||
itm = $scope[list.name][item_idx];
|
||||
|
||||
//if (item.type === 'inventory_update') {
|
||||
// itm.name = itm.name.replace(/^.*?:/,'').replace(/^: /,'');
|
||||
//}
|
||||
|
||||
// Set the item type label
|
||||
if (list.fields.type) {
|
||||
$scope.type_choices.every(function(choice) {
|
||||
|
||||
Reference in New Issue
Block a user