Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Add id to events card body (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
rawagner authored and suomiy committed Mar 28, 2019
1 parent 5e0862c commit 0469577
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ClusterOverview/Events/Events.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const Events = ({ Component }) => (
<DashboardCardTitle>Cluster Events</DashboardCardTitle>
<DashboardCardTitleHelp>help for events</DashboardCardTitleHelp>
</DashboardCardHeader>
<DashboardCardBody className="kubevirt-events__body">
<DashboardCardBody id="events-body" className="kubevirt-events__body">
<Component />
</DashboardCardBody>
</DashboardCard>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ exports[`<Events /> renders correctly 1`] = `
</div>
<div
class="card-pf-body kubevirt-events__body"
id="events-body"
>
<div>
Requires component from tectonic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ exports[`<ClusterOverview /> renders correctly with Provider 1`] = `
</div>
<div
class="card-pf-body kubevirt-events__body"
id="events-body"
>
<div>
Requires component from tectonic
Expand Down

0 comments on commit 0469577

Please sign in to comment.