mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Fixed compilation error.
This commit is contained in:
parent
b28fe1254e
commit
7418b133be
@ -20,7 +20,6 @@ angular.module('InventoryHostsFormDefinition', [])
|
||||
key: true,
|
||||
label: 'Name',
|
||||
ngClick: "editHost(\{\{ host.id \}\}, '\{\{ host.name \}\}')"
|
||||
//columnClass: 'col-lg-3'
|
||||
},
|
||||
active_failures: {
|
||||
label: 'Current<br>Job Status?',
|
||||
@ -48,7 +47,7 @@ angular.module('InventoryHostsFormDefinition', [])
|
||||
sourceModel: 'groups',
|
||||
sourceField: 'name',
|
||||
nosort: true
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
actions: {
|
||||
@ -100,4 +99,4 @@ angular.module('InventoryHostsFormDefinition', [])
|
||||
}
|
||||
}
|
||||
|
||||
}); //InventoryHostsForm
|
||||
}); //InventoryHostsForm
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user