mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -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,
|
var fld, field,
|
||||||
itm = $scope[list.name][item_idx];
|
itm = $scope[list.name][item_idx];
|
||||||
|
|
||||||
//if (item.type === 'inventory_update') {
|
|
||||||
// itm.name = itm.name.replace(/^.*?:/,'').replace(/^: /,'');
|
|
||||||
//}
|
|
||||||
|
|
||||||
// Set the item type label
|
// Set the item type label
|
||||||
if (list.fields.type) {
|
if (list.fields.type) {
|
||||||
$scope.type_choices.every(function(choice) {
|
$scope.type_choices.every(function(choice) {
|
||||||
|
|||||||
Reference in New Issue
Block a user