mirror of
https://github.com/ansible/awx.git
synced 2026-04-09 20:19:21 -02:30
Max Hosts shows up in Org Detail View
Signed-off-by: catjones9 <catjones@redhat.com>
This commit is contained in:
@@ -56,6 +56,7 @@ class OrganizationDetail extends Component {
|
||||
name,
|
||||
description,
|
||||
custom_virtualenv,
|
||||
max_hosts,
|
||||
created,
|
||||
modified,
|
||||
summary_fields
|
||||
@@ -75,6 +76,10 @@ class OrganizationDetail extends Component {
|
||||
label={i18n._(t`Description`)}
|
||||
value={description}
|
||||
/>
|
||||
<Detail
|
||||
label={i18n._(t`Max Hosts`)}
|
||||
value={''+max_hosts}
|
||||
/>
|
||||
<Detail
|
||||
label={i18n._(t`Ansible Environment`)}
|
||||
value={custom_virtualenv}
|
||||
|
||||
Reference in New Issue
Block a user