mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Add back disabled label on InventoryHosts
This commit is contained in:
@@ -29,6 +29,7 @@ export default
|
|||||||
key: true,
|
key: true,
|
||||||
label: 'Hosts',
|
label: 'Hosts',
|
||||||
ngClick: "editHost(host.id)",
|
ngClick: "editHost(host.id)",
|
||||||
|
ngClass: "{ 'host-disabled-label': !host.enabled }",
|
||||||
columnClass: 'col-lg-6 col-md-9 col-sm-9 col-xs-7',
|
columnClass: 'col-lg-6 col-md-9 col-sm-9 col-xs-7',
|
||||||
dataHostId: "{{ host.id }}",
|
dataHostId: "{{ host.id }}",
|
||||||
dataType: "host"
|
dataType: "host"
|
||||||
|
|||||||
Reference in New Issue
Block a user