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

Add id to events card body #295

Merged
merged 1 commit into from
Mar 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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