Skip to content
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@patternfly/react-core": "^4.224.1",
"@patternfly/react-icons": "^4.92.10",
"@patternfly/react-styles": "^4.91.10",
"@patternfly/react-table": "^4.93.1",
"@patternfly/react-table": "^4.111.33",
"@reduxjs/toolkit": "^1.8.5",
"@types/lodash": "^4.14.175",
"react": "^17.0.2",
Expand Down
1 change: 0 additions & 1 deletion src/test/Agent/__snapshots__/AgentLiveProbes.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ exports[`<AgentLiveProbes /> renders correctly 1`] = `
onChange={[Function]}
onFocus={[Function]}
placeholder="Filter..."
readOnly={false}
required={false}
type="search"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ exports[`<AgentProbeTemplates /> renders correctly 1`] = `
onChange={[Function]}
onFocus={[Function]}
placeholder="Filter..."
readOnly={false}
required={false}
type="search"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Array [
id="all-targets-hide-check"
name="all-targets-hide-check"
onChange={[Function]}
required={false}
type="checkbox"
/>
<label
Expand Down Expand Up @@ -173,6 +174,7 @@ Array [
aria-controls="target-ex-expand-0"
className="pf-c-table__toggle"
id="target-ex-toggle-0"
onMouseEnter={[Function]}
>
<button
aria-disabled={false}
Expand Down Expand Up @@ -216,11 +218,13 @@ Array [
<td
className=""
data-label="Target"
onMouseEnter={[Function]}
>
fooTarget1 (service:jmx:rmi://someUrl1)
</td>
<td
className=""
onMouseEnter={[Function]}
>
<span
className="pf-c-badge pf-m-unread"
Expand All @@ -240,6 +244,7 @@ Array [
className=""
colSpan={3}
data-label="Content Details"
onMouseEnter={[Function]}
/>
</tr>
<tr
Expand All @@ -253,6 +258,7 @@ Array [
aria-controls="target-ex-expand-1"
className="pf-c-table__toggle"
id="target-ex-toggle-1"
onMouseEnter={[Function]}
>
<button
aria-disabled={false}
Expand Down Expand Up @@ -296,11 +302,13 @@ Array [
<td
className=""
data-label="Target"
onMouseEnter={[Function]}
>
fooTarget2 (service:jmx:rmi://someUrl2)
</td>
<td
className=""
onMouseEnter={[Function]}
>
<span
className="pf-c-badge pf-m-unread"
Expand All @@ -320,6 +328,7 @@ Array [
className=""
colSpan={3}
data-label="Content Details"
onMouseEnter={[Function]}
/>
</tr>
<tr
Expand All @@ -333,6 +342,7 @@ Array [
aria-controls="target-ex-expand-2"
className="pf-c-table__toggle"
id="target-ex-toggle-2"
onMouseEnter={[Function]}
>
<button
aria-disabled={false}
Expand Down Expand Up @@ -376,11 +386,13 @@ Array [
<td
className=""
data-label="Target"
onMouseEnter={[Function]}
>
fooTarget3 (service:jmx:rmi://someUrl3)
</td>
<td
className=""
onMouseEnter={[Function]}
>
<span
className="pf-c-badge pf-m-unread"
Expand All @@ -400,6 +412,7 @@ Array [
className=""
colSpan={3}
data-label="Content Details"
onMouseEnter={[Function]}
/>
</tr>
</tbody>
Expand Down
55 changes: 3 additions & 52 deletions src/test/Archives/__snapshots__/Archives.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -49,32 +49,6 @@ exports[`<Archives /> renders correctly 1`] = `
id="archives"
onSelect={[Function]}
>
<button
aria-hidden={true}
aria-label="Scroll left"
className="pf-c-tabs__scroll-button"
disabled={true}
onClick={[Function]}
>
<svg
aria-hidden={true}
aria-labelledby={null}
fill="currentColor"
height="1em"
role="img"
style={
Object {
"verticalAlign": "-0.125em",
}
}
viewBox="0 0 256 512"
width="1em"
>
<path
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
/>
</svg>
</button>
<ul
className="pf-c-tabs__list"
onScroll={[Function]}
Expand All @@ -93,6 +67,7 @@ exports[`<Archives /> renders correctly 1`] = `
id="pf-tab-0-all-targets"
onClick={[Function]}
role="tab"
type="button"
>
All Targets
</button>
Expand All @@ -110,6 +85,7 @@ exports[`<Archives /> renders correctly 1`] = `
id="pf-tab-1-all-archives"
onClick={[Function]}
role="tab"
type="button"
>
All Archives
</button>
Expand All @@ -127,37 +103,12 @@ exports[`<Archives /> renders correctly 1`] = `
id="pf-tab-2-uploads"
onClick={[Function]}
role="tab"
type="button"
>
Uploads
</button>
</li>
</ul>
<button
aria-hidden={true}
aria-label="Scroll right"
className="pf-c-tabs__scroll-button"
disabled={true}
onClick={[Function]}
>
<svg
aria-hidden={true}
aria-labelledby={null}
fill="currentColor"
height="1em"
role="img"
style={
Object {
"verticalAlign": "-0.125em",
}
}
viewBox="0 0 256 512"
width="1em"
>
<path
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
/>
</svg>
</button>
</div>
<section
aria-labelledby="pf-tab-0-all-targets"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Array [
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
readOnly={false}
required={true}
type="text"
value=""
Expand Down Expand Up @@ -119,6 +118,7 @@ Array [
id="recording-continuous"
name="recording-continuous"
onChange={[Function]}
required={false}
type="checkbox"
/>
<label
Expand Down Expand Up @@ -147,6 +147,7 @@ Array [
id="recording-archive-on-stop"
name="recording-archive-on-stop"
onChange={[Function]}
required={false}
type="checkbox"
/>
<label
Expand Down Expand Up @@ -178,7 +179,6 @@ Array [
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
readOnly={false}
required={true}
type="number"
value={30}
Expand Down Expand Up @@ -531,6 +531,7 @@ Array [
disabled={false}
id="toDisk-checkbox"
onChange={[Function]}
required={false}
type="checkbox"
/>
<label
Expand Down Expand Up @@ -589,7 +590,6 @@ Array [
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
readOnly={false}
required={true}
type="number"
value={0}
Expand Down Expand Up @@ -685,7 +685,6 @@ Array [
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
readOnly={false}
required={true}
type="number"
value={0}
Expand Down
1 change: 0 additions & 1 deletion src/test/Events/__snapshots__/EventTemplates.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Array [
onChange={[Function]}
onFocus={[Function]}
placeholder="Filter..."
readOnly={false}
required={false}
type="search"
/>
Expand Down
5 changes: 2 additions & 3 deletions src/test/Events/__snapshots__/EventTypes.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Array [
onChange={[Function]}
onFocus={[Function]}
placeholder="Filter..."
readOnly={false}
required={false}
type="search"
/>
Expand All @@ -45,7 +44,7 @@ Array [
data-ouia-component-id="OUIA-Generated-Pagination-top-1"
data-ouia-component-type="PF4/Pagination"
data-ouia-safe={true}
id="event-types-pagination-2"
id="event-types-pagination-top-pagination"
>
<div
className="pf-c-pagination__total-items"
Expand Down Expand Up @@ -98,7 +97,7 @@ Array [
data-ouia-component-type="PF4/DropdownToggle"
data-ouia-safe={true}
disabled={false}
id="event-types-pagination-toggle-2"
id="event-types-pagination-top-toggle"
onClick={[Function]}
onKeyDown={[Function]}
type="button"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ Array [
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
readOnly={false}
required={true}
type="text"
value="someLabel"
Expand Down Expand Up @@ -108,7 +107,6 @@ Array [
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
readOnly={false}
required={true}
type="text"
value="someValue"
Expand Down Expand Up @@ -183,7 +181,6 @@ Array [
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
readOnly={false}
required={true}
type="text"
value="anotherLabel"
Expand Down Expand Up @@ -233,7 +230,6 @@ Array [
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
readOnly={false}
required={true}
type="text"
value="anotherValue"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ exports[`<DurationFilter /> renders correctly 1`] = `
onChange={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
readOnly={false}
required={false}
type="number"
value={30}
Expand All @@ -43,6 +42,7 @@ exports[`<DurationFilter /> renders correctly 1`] = `
disabled={false}
id="continuous-checkbox"
onChange={[Function]}
required={false}
type="checkbox"
/>
<label
Expand Down
Loading