mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
#3348 improved related listing on mobile
Signed-off-by: Jose Ariza <l.jlac001@gmail.com>
This commit is contained in:
@@ -64,7 +64,7 @@ export default ['i18n', function(i18n) {
|
|||||||
label: i18n._('Hosts'),
|
label: i18n._('Hosts'),
|
||||||
uiSref: ".edit({inventory_id: host.inventory_id,host_id: host.id})",
|
uiSref: ".edit({inventory_id: host.inventory_id,host_id: host.id})",
|
||||||
ngClass: "{ 'host-disabled-label': !host.enabled }",
|
ngClass: "{ 'host-disabled-label': !host.enabled }",
|
||||||
columnClass: 'col-lg-3 col-md-6 col-sm-8 col-xs-7',
|
columnClass: 'col-lg-3 col-md-3 col-sm-3 col-xs-7',
|
||||||
dataHostId: "{{ host.id }}",
|
dataHostId: "{{ host.id }}",
|
||||||
dataType: "host",
|
dataType: "host",
|
||||||
class: 'InventoryManage-breakWord'
|
class: 'InventoryManage-breakWord'
|
||||||
|
|||||||
Reference in New Issue
Block a user