mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
fix redirect to login with expired session on org list & template list
This commit is contained in:
parent
47357aea28
commit
db1dddb95e
@ -149,7 +149,7 @@ class OrganizationsList extends Component {
|
||||
<PageSection variant={medium}>
|
||||
<Card>
|
||||
<PaginatedDataList
|
||||
error={contentError}
|
||||
contentError={contentError}
|
||||
hasContentLoading={hasContentLoading}
|
||||
items={organizations}
|
||||
itemCount={itemCount}
|
||||
|
||||
@ -175,7 +175,7 @@ class TemplatesList extends Component {
|
||||
<PageSection variant={medium}>
|
||||
<Card>
|
||||
<PaginatedDataList
|
||||
err={contentError}
|
||||
contentError={contentError}
|
||||
hasContentLoading={hasContentLoading}
|
||||
items={templates}
|
||||
itemCount={itemCount}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user