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>
|
||||
<Card>
|
||||
{showCardHeader && <RoutedTabs tabsArray={tabsArray} />}
|
||||
{hasContentLoading && <ContentLoading />}
|
||||
{!hasContentLoading && credential && (
|
||||
<Switch>
|
||||
<Redirect
|
||||
from="/credentials/:id"
|
||||
@@ -145,6 +147,7 @@ function Credential({ setBreadcrumb }) {
|
||||
)}
|
||||
</Route>
|
||||
</Switch>
|
||||
)}
|
||||
</Card>
|
||||
</PageSection>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user