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