mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 21:21:21 -03:30
update conditional showing of empty list component
This commit is contained in:
parent
21bdd487e6
commit
736f1e1775
@ -221,13 +221,7 @@ class OrganizationsList extends Component {
|
||||
<Trans>Please add an organization to populate this list</Trans>
|
||||
</EmptyStateBody>
|
||||
</EmptyState>
|
||||
)}
|
||||
{(
|
||||
typeof noInitialResults !== 'undefined'
|
||||
&& !noInitialResults
|
||||
&& !loading
|
||||
&& !error
|
||||
) && (
|
||||
) || (
|
||||
<Fragment>
|
||||
<DataListToolbar
|
||||
addUrl={`${match.url}/add`}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user