diff --git a/awx/ui/client/src/inventories-hosts/hosts/host.list.js b/awx/ui/client/src/inventories-hosts/hosts/host.list.js index 9ca7a4114a..fbc4ea48ad 100644 --- a/awx/ui/client/src/inventories-hosts/hosts/host.list.js +++ b/awx/ui/client/src/inventories-hosts/hosts/host.list.js @@ -71,7 +71,6 @@ export default ['i18n', function(i18n) { columnClass: 'col-sm-4', dataHostId: "{{ host.id }}", dataType: "host", - class: 'InventoryManage-breakWord' }, inventory: { label: i18n._('Inventory'), diff --git a/awx/ui/client/src/inventories-hosts/hosts/hosts.partial.html b/awx/ui/client/src/inventories-hosts/hosts/hosts.partial.html index 2c1f3b0747..9d0058458c 100644 --- a/awx/ui/client/src/inventories-hosts/hosts/hosts.partial.html +++ b/awx/ui/client/src/inventories-hosts/hosts/hosts.partial.html @@ -43,9 +43,10 @@
-
-
-
Actions
+
+
+
+
Actions
@@ -63,18 +64,23 @@
-
-
+
+ -
-
- {{host.inventory_name}} +
+
+ {{ host.description }}
-
+ +
`; } - innerTable += `
`; + innerTable += `
`; if (list.index) { innerTable += "
{{ $index + ((" + list.iterator + "_page - 1) * " + list.iterator + "_page_size) + 1 }}.
\n";