mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 15:08:03 -03:30
removing old lines
This commit is contained in:
parent
ff0a446d77
commit
d332c3bbe6
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user