mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
Adds missing code after rebase
This commit is contained in:
@@ -102,6 +102,8 @@ function Credential({ setBreadcrumb }) {
|
|||||||
<PageSection>
|
<PageSection>
|
||||||
<Card>
|
<Card>
|
||||||
{showCardHeader && <RoutedTabs tabsArray={tabsArray} />}
|
{showCardHeader && <RoutedTabs tabsArray={tabsArray} />}
|
||||||
|
{hasContentLoading && <ContentLoading />}
|
||||||
|
{!hasContentLoading && credential && (
|
||||||
<Switch>
|
<Switch>
|
||||||
<Redirect
|
<Redirect
|
||||||
from="/credentials/:id"
|
from="/credentials/:id"
|
||||||
@@ -145,6 +147,7 @@ function Credential({ setBreadcrumb }) {
|
|||||||
)}
|
)}
|
||||||
</Route>
|
</Route>
|
||||||
</Switch>
|
</Switch>
|
||||||
|
)}
|
||||||
</Card>
|
</Card>
|
||||||
</PageSection>
|
</PageSection>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user