mirror of
https://github.com/ansible/awx.git
synced 2026-08-01 18:39:54 -02:30
Remove PF style overrides from card, breadcrumb, sidenav, tooltip, and modal components
This commit is contained in:
@@ -63,7 +63,7 @@ function Credential({ i18n, setBreadcrumb }) {
|
||||
if (!hasContentLoading && contentError) {
|
||||
return (
|
||||
<PageSection>
|
||||
<Card className="awx-c-card">
|
||||
<Card>
|
||||
<ContentError error={contentError}>
|
||||
{contentError.response && contentError.response.status === 404 && (
|
||||
<span>
|
||||
@@ -79,7 +79,7 @@ function Credential({ i18n, setBreadcrumb }) {
|
||||
|
||||
return (
|
||||
<PageSection>
|
||||
<Card className="awx-c-card">
|
||||
<Card>
|
||||
{cardHeader}
|
||||
<Switch>
|
||||
<Redirect
|
||||
|
||||
Reference in New Issue
Block a user