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