mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-12 15:58:38 -05:00
Fix display bug on host groups list
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ export default ['i18n', function(i18n) {
|
|||||||
hover: true,
|
hover: true,
|
||||||
trackBy: 'group.id',
|
trackBy: 'group.id',
|
||||||
basePath: 'api/v2/hosts/{{$stateParams.host_id}}/groups/',
|
basePath: 'api/v2/hosts/{{$stateParams.host_id}}/groups/',
|
||||||
layoutClass: 'List-staticColumnLayout--groups',
|
layoutClass: 'List-staticColumnLayout--statusOrCheckbox',
|
||||||
staticColumns: [
|
staticColumns: [
|
||||||
{
|
{
|
||||||
field: 'failed_hosts',
|
field: 'failed_hosts',
|
||||||
|
|||||||
Reference in New Issue
Block a user