@patternfly/react-table 6.5.0-prerelease.5 → 6.5.0-prerelease.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +184 -0
- package/README.md +1 -1
- package/components/package.json +1 -1
- package/deprecated/package.json +1 -1
- package/dist/dynamic/components/Table/package.json +1 -1
- package/dist/dynamic/components/Table/utils/decorators/package.json +1 -1
- package/dist/dynamic/components/Table/utils/package.json +1 -1
- package/dist/dynamic/deprecated/components/Table/base/package.json +1 -1
- package/dist/dynamic/deprecated/components/Table/package.json +1 -1
- package/dist/dynamic/deprecated/components/package.json +1 -1
- package/dist/esm/components/Table/CollapseColumn.js +2 -2
- package/dist/esm/components/Table/CollapseColumn.js.map +1 -1
- package/dist/esm/components/Table/EditColumn.js +2 -2
- package/dist/esm/components/Table/EditColumn.js.map +1 -1
- package/dist/esm/components/Table/EditableSelectInputCell.d.ts.map +1 -1
- package/dist/esm/components/Table/EditableSelectInputCell.js.map +1 -1
- package/dist/esm/components/Table/Table.d.ts +2 -0
- package/dist/esm/components/Table/Table.d.ts.map +1 -1
- package/dist/esm/components/Table/Table.js +3 -3
- package/dist/esm/components/Table/Table.js.map +1 -1
- package/dist/esm/components/Table/Th.d.ts.map +1 -1
- package/dist/esm/components/Table/Th.js.map +1 -1
- package/dist/esm/components/Table/utils/decorators/treeRow.js +2 -2
- package/dist/esm/components/Table/utils/decorators/treeRow.js.map +1 -1
- package/dist/js/components/Table/CollapseColumn.js +2 -2
- package/dist/js/components/Table/CollapseColumn.js.map +1 -1
- package/dist/js/components/Table/EditColumn.js +2 -2
- package/dist/js/components/Table/EditColumn.js.map +1 -1
- package/dist/js/components/Table/EditableSelectInputCell.d.ts.map +1 -1
- package/dist/js/components/Table/EditableSelectInputCell.js.map +1 -1
- package/dist/js/components/Table/Table.d.ts +2 -0
- package/dist/js/components/Table/Table.d.ts.map +1 -1
- package/dist/js/components/Table/Table.js +3 -3
- package/dist/js/components/Table/Table.js.map +1 -1
- package/dist/js/components/Table/Th.d.ts.map +1 -1
- package/dist/js/components/Table/Th.js.map +1 -1
- package/dist/js/components/Table/utils/decorators/treeRow.js +2 -2
- package/dist/js/components/Table/utils/decorators/treeRow.js.map +1 -1
- package/dist/umd/assets/{output-CHkV-iRK.css → output-DyMfTqZv.css} +6726 -6584
- package/dist/umd/react-table.min.js +5 -5
- package/package.json +7 -7
- package/src/components/Table/CollapseColumn.tsx +2 -2
- package/src/components/Table/EditColumn.tsx +2 -2
- package/src/components/Table/EditableSelectInputCell.tsx +4 -2
- package/src/components/Table/Table.tsx +4 -0
- package/src/components/Table/Th.tsx +1 -2
- package/src/components/Table/__tests__/Table.test.tsx +36 -0
- package/src/components/Table/__tests__/__snapshots__/RowWrapper.test.tsx.snap +2 -2
- package/src/components/Table/__tests__/__snapshots__/Table.test.tsx.snap +1 -1
- package/src/components/Table/__tests__/__snapshots__/Tr.test.tsx.snap +2 -2
- package/src/components/Table/examples/Table.md +6 -3
- package/src/components/Table/examples/TableActions.tsx +4 -9
- package/src/components/Table/examples/TableBasic.tsx +5 -10
- package/src/components/Table/examples/TableEditable.tsx +2 -2
- package/src/components/Table/utils/decorators/treeRow.tsx +2 -2
- package/src/demos/Table.md +4 -5
- package/src/demos/examples/TableEmptyStateError.tsx +2 -2
- package/src/deprecated/components/Table/__tests__/__snapshots__/Table.test.tsx.snap +937 -469
|
@@ -5,7 +5,7 @@ exports[`Table Actions table 1`] = `
|
|
|
5
5
|
<table
|
|
6
6
|
aria-label="Aria labeled"
|
|
7
7
|
class="pf-v6-c-table pf-m-grid-md"
|
|
8
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
8
|
+
data-ouia-component-id="OUIA-Generated-Table-:r6t:"
|
|
9
9
|
data-ouia-component-type="PF6/Table"
|
|
10
10
|
data-ouia-safe="true"
|
|
11
11
|
role="grid"
|
|
@@ -15,7 +15,7 @@ exports[`Table Actions table 1`] = `
|
|
|
15
15
|
>
|
|
16
16
|
<tr
|
|
17
17
|
class="pf-v6-c-table__tr"
|
|
18
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
18
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r6u:"
|
|
19
19
|
data-ouia-component-type="PF6/TableRow"
|
|
20
20
|
data-ouia-safe="true"
|
|
21
21
|
>
|
|
@@ -47,12 +47,24 @@ exports[`Table Actions table 1`] = `
|
|
|
47
47
|
fill="currentColor"
|
|
48
48
|
height="1em"
|
|
49
49
|
role="img"
|
|
50
|
-
viewBox="0 0 256 512"
|
|
51
50
|
width="1em"
|
|
52
51
|
>
|
|
53
|
-
<
|
|
54
|
-
|
|
55
|
-
|
|
52
|
+
<svg
|
|
53
|
+
class="pf-v6-icon-default"
|
|
54
|
+
viewBox="0 0 256 512"
|
|
55
|
+
>
|
|
56
|
+
<path
|
|
57
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
58
|
+
/>
|
|
59
|
+
</svg>
|
|
60
|
+
<svg
|
|
61
|
+
class="pf-v6-icon-rh-ui"
|
|
62
|
+
viewBox="0 0 32 32"
|
|
63
|
+
>
|
|
64
|
+
<path
|
|
65
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
66
|
+
/>
|
|
67
|
+
</svg>
|
|
56
68
|
</svg>
|
|
57
69
|
</span>
|
|
58
70
|
</div>
|
|
@@ -108,7 +120,7 @@ exports[`Table Actions table 1`] = `
|
|
|
108
120
|
>
|
|
109
121
|
<tr
|
|
110
122
|
class="pf-v6-c-table__tr"
|
|
111
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
123
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r6v:"
|
|
112
124
|
data-ouia-component-type="PF6/TableRow"
|
|
113
125
|
data-ouia-safe="true"
|
|
114
126
|
>
|
|
@@ -162,7 +174,7 @@ exports[`Table Actions table 1`] = `
|
|
|
162
174
|
aria-expanded="false"
|
|
163
175
|
aria-label="Kebab toggle"
|
|
164
176
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
165
|
-
data-ouia-component-id="OUIA-Generated-MenuToggle-plain
|
|
177
|
+
data-ouia-component-id="OUIA-Generated-MenuToggle-plain-:r73:"
|
|
166
178
|
data-ouia-component-type="PF6/MenuToggle"
|
|
167
179
|
data-ouia-safe="true"
|
|
168
180
|
type="button"
|
|
@@ -176,12 +188,24 @@ exports[`Table Actions table 1`] = `
|
|
|
176
188
|
fill="currentColor"
|
|
177
189
|
height="1em"
|
|
178
190
|
role="img"
|
|
179
|
-
viewBox="0 0 192 512"
|
|
180
191
|
width="1em"
|
|
181
192
|
>
|
|
182
|
-
<
|
|
183
|
-
|
|
184
|
-
|
|
193
|
+
<svg
|
|
194
|
+
class="pf-v6-icon-default"
|
|
195
|
+
viewBox="0 0 192 512"
|
|
196
|
+
>
|
|
197
|
+
<path
|
|
198
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
199
|
+
/>
|
|
200
|
+
</svg>
|
|
201
|
+
<svg
|
|
202
|
+
class="pf-v6-icon-rh-ui"
|
|
203
|
+
viewBox="0 0 32 32"
|
|
204
|
+
>
|
|
205
|
+
<path
|
|
206
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
207
|
+
/>
|
|
208
|
+
</svg>
|
|
185
209
|
</svg>
|
|
186
210
|
</span>
|
|
187
211
|
</button>
|
|
@@ -189,7 +213,7 @@ exports[`Table Actions table 1`] = `
|
|
|
189
213
|
</tr>
|
|
190
214
|
<tr
|
|
191
215
|
class="pf-v6-c-table__tr"
|
|
192
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
216
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r74:"
|
|
193
217
|
data-ouia-component-type="PF6/TableRow"
|
|
194
218
|
data-ouia-safe="true"
|
|
195
219
|
>
|
|
@@ -243,7 +267,7 @@ exports[`Table Actions table 1`] = `
|
|
|
243
267
|
aria-expanded="false"
|
|
244
268
|
aria-label="Kebab toggle"
|
|
245
269
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
246
|
-
data-ouia-component-id="OUIA-Generated-MenuToggle-plain
|
|
270
|
+
data-ouia-component-id="OUIA-Generated-MenuToggle-plain-:r78:"
|
|
247
271
|
data-ouia-component-type="PF6/MenuToggle"
|
|
248
272
|
data-ouia-safe="true"
|
|
249
273
|
type="button"
|
|
@@ -257,12 +281,24 @@ exports[`Table Actions table 1`] = `
|
|
|
257
281
|
fill="currentColor"
|
|
258
282
|
height="1em"
|
|
259
283
|
role="img"
|
|
260
|
-
viewBox="0 0 192 512"
|
|
261
284
|
width="1em"
|
|
262
285
|
>
|
|
263
|
-
<
|
|
264
|
-
|
|
265
|
-
|
|
286
|
+
<svg
|
|
287
|
+
class="pf-v6-icon-default"
|
|
288
|
+
viewBox="0 0 192 512"
|
|
289
|
+
>
|
|
290
|
+
<path
|
|
291
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
292
|
+
/>
|
|
293
|
+
</svg>
|
|
294
|
+
<svg
|
|
295
|
+
class="pf-v6-icon-rh-ui"
|
|
296
|
+
viewBox="0 0 32 32"
|
|
297
|
+
>
|
|
298
|
+
<path
|
|
299
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
300
|
+
/>
|
|
301
|
+
</svg>
|
|
266
302
|
</svg>
|
|
267
303
|
</span>
|
|
268
304
|
</button>
|
|
@@ -270,7 +306,7 @@ exports[`Table Actions table 1`] = `
|
|
|
270
306
|
</tr>
|
|
271
307
|
<tr
|
|
272
308
|
class="pf-v6-c-table__tr"
|
|
273
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
309
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r79:"
|
|
274
310
|
data-ouia-component-type="PF6/TableRow"
|
|
275
311
|
data-ouia-safe="true"
|
|
276
312
|
>
|
|
@@ -324,7 +360,7 @@ exports[`Table Actions table 1`] = `
|
|
|
324
360
|
aria-expanded="false"
|
|
325
361
|
aria-label="Kebab toggle"
|
|
326
362
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
327
|
-
data-ouia-component-id="OUIA-Generated-MenuToggle-plain
|
|
363
|
+
data-ouia-component-id="OUIA-Generated-MenuToggle-plain-:r7d:"
|
|
328
364
|
data-ouia-component-type="PF6/MenuToggle"
|
|
329
365
|
data-ouia-safe="true"
|
|
330
366
|
type="button"
|
|
@@ -338,12 +374,24 @@ exports[`Table Actions table 1`] = `
|
|
|
338
374
|
fill="currentColor"
|
|
339
375
|
height="1em"
|
|
340
376
|
role="img"
|
|
341
|
-
viewBox="0 0 192 512"
|
|
342
377
|
width="1em"
|
|
343
378
|
>
|
|
344
|
-
<
|
|
345
|
-
|
|
346
|
-
|
|
379
|
+
<svg
|
|
380
|
+
class="pf-v6-icon-default"
|
|
381
|
+
viewBox="0 0 192 512"
|
|
382
|
+
>
|
|
383
|
+
<path
|
|
384
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
385
|
+
/>
|
|
386
|
+
</svg>
|
|
387
|
+
<svg
|
|
388
|
+
class="pf-v6-icon-rh-ui"
|
|
389
|
+
viewBox="0 0 32 32"
|
|
390
|
+
>
|
|
391
|
+
<path
|
|
392
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
393
|
+
/>
|
|
394
|
+
</svg>
|
|
347
395
|
</svg>
|
|
348
396
|
</span>
|
|
349
397
|
</button>
|
|
@@ -351,7 +399,7 @@ exports[`Table Actions table 1`] = `
|
|
|
351
399
|
</tr>
|
|
352
400
|
<tr
|
|
353
401
|
class="pf-v6-c-table__tr"
|
|
354
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
402
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r7e:"
|
|
355
403
|
data-ouia-component-type="PF6/TableRow"
|
|
356
404
|
data-ouia-safe="true"
|
|
357
405
|
>
|
|
@@ -405,7 +453,7 @@ exports[`Table Actions table 1`] = `
|
|
|
405
453
|
aria-expanded="false"
|
|
406
454
|
aria-label="Kebab toggle"
|
|
407
455
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
408
|
-
data-ouia-component-id="OUIA-Generated-MenuToggle-plain
|
|
456
|
+
data-ouia-component-id="OUIA-Generated-MenuToggle-plain-:r7i:"
|
|
409
457
|
data-ouia-component-type="PF6/MenuToggle"
|
|
410
458
|
data-ouia-safe="true"
|
|
411
459
|
type="button"
|
|
@@ -419,12 +467,24 @@ exports[`Table Actions table 1`] = `
|
|
|
419
467
|
fill="currentColor"
|
|
420
468
|
height="1em"
|
|
421
469
|
role="img"
|
|
422
|
-
viewBox="0 0 192 512"
|
|
423
470
|
width="1em"
|
|
424
471
|
>
|
|
425
|
-
<
|
|
426
|
-
|
|
427
|
-
|
|
472
|
+
<svg
|
|
473
|
+
class="pf-v6-icon-default"
|
|
474
|
+
viewBox="0 0 192 512"
|
|
475
|
+
>
|
|
476
|
+
<path
|
|
477
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
478
|
+
/>
|
|
479
|
+
</svg>
|
|
480
|
+
<svg
|
|
481
|
+
class="pf-v6-icon-rh-ui"
|
|
482
|
+
viewBox="0 0 32 32"
|
|
483
|
+
>
|
|
484
|
+
<path
|
|
485
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
486
|
+
/>
|
|
487
|
+
</svg>
|
|
428
488
|
</svg>
|
|
429
489
|
</span>
|
|
430
490
|
</button>
|
|
@@ -432,7 +492,7 @@ exports[`Table Actions table 1`] = `
|
|
|
432
492
|
</tr>
|
|
433
493
|
<tr
|
|
434
494
|
class="pf-v6-c-table__tr"
|
|
435
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
495
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r7j:"
|
|
436
496
|
data-ouia-component-type="PF6/TableRow"
|
|
437
497
|
data-ouia-safe="true"
|
|
438
498
|
>
|
|
@@ -486,7 +546,7 @@ exports[`Table Actions table 1`] = `
|
|
|
486
546
|
aria-expanded="false"
|
|
487
547
|
aria-label="Kebab toggle"
|
|
488
548
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
489
|
-
data-ouia-component-id="OUIA-Generated-MenuToggle-plain
|
|
549
|
+
data-ouia-component-id="OUIA-Generated-MenuToggle-plain-:r7n:"
|
|
490
550
|
data-ouia-component-type="PF6/MenuToggle"
|
|
491
551
|
data-ouia-safe="true"
|
|
492
552
|
type="button"
|
|
@@ -500,12 +560,24 @@ exports[`Table Actions table 1`] = `
|
|
|
500
560
|
fill="currentColor"
|
|
501
561
|
height="1em"
|
|
502
562
|
role="img"
|
|
503
|
-
viewBox="0 0 192 512"
|
|
504
563
|
width="1em"
|
|
505
564
|
>
|
|
506
|
-
<
|
|
507
|
-
|
|
508
|
-
|
|
565
|
+
<svg
|
|
566
|
+
class="pf-v6-icon-default"
|
|
567
|
+
viewBox="0 0 192 512"
|
|
568
|
+
>
|
|
569
|
+
<path
|
|
570
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
571
|
+
/>
|
|
572
|
+
</svg>
|
|
573
|
+
<svg
|
|
574
|
+
class="pf-v6-icon-rh-ui"
|
|
575
|
+
viewBox="0 0 32 32"
|
|
576
|
+
>
|
|
577
|
+
<path
|
|
578
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
579
|
+
/>
|
|
580
|
+
</svg>
|
|
509
581
|
</svg>
|
|
510
582
|
</span>
|
|
511
583
|
</button>
|
|
@@ -513,7 +585,7 @@ exports[`Table Actions table 1`] = `
|
|
|
513
585
|
</tr>
|
|
514
586
|
<tr
|
|
515
587
|
class="pf-v6-c-table__tr"
|
|
516
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
588
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r7o:"
|
|
517
589
|
data-ouia-component-type="PF6/TableRow"
|
|
518
590
|
data-ouia-safe="true"
|
|
519
591
|
>
|
|
@@ -567,7 +639,7 @@ exports[`Table Actions table 1`] = `
|
|
|
567
639
|
aria-expanded="false"
|
|
568
640
|
aria-label="Kebab toggle"
|
|
569
641
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
570
|
-
data-ouia-component-id="OUIA-Generated-MenuToggle-plain
|
|
642
|
+
data-ouia-component-id="OUIA-Generated-MenuToggle-plain-:r7s:"
|
|
571
643
|
data-ouia-component-type="PF6/MenuToggle"
|
|
572
644
|
data-ouia-safe="true"
|
|
573
645
|
type="button"
|
|
@@ -581,12 +653,24 @@ exports[`Table Actions table 1`] = `
|
|
|
581
653
|
fill="currentColor"
|
|
582
654
|
height="1em"
|
|
583
655
|
role="img"
|
|
584
|
-
viewBox="0 0 192 512"
|
|
585
656
|
width="1em"
|
|
586
657
|
>
|
|
587
|
-
<
|
|
588
|
-
|
|
589
|
-
|
|
658
|
+
<svg
|
|
659
|
+
class="pf-v6-icon-default"
|
|
660
|
+
viewBox="0 0 192 512"
|
|
661
|
+
>
|
|
662
|
+
<path
|
|
663
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
664
|
+
/>
|
|
665
|
+
</svg>
|
|
666
|
+
<svg
|
|
667
|
+
class="pf-v6-icon-rh-ui"
|
|
668
|
+
viewBox="0 0 32 32"
|
|
669
|
+
>
|
|
670
|
+
<path
|
|
671
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
672
|
+
/>
|
|
673
|
+
</svg>
|
|
590
674
|
</svg>
|
|
591
675
|
</span>
|
|
592
676
|
</button>
|
|
@@ -594,7 +678,7 @@ exports[`Table Actions table 1`] = `
|
|
|
594
678
|
</tr>
|
|
595
679
|
<tr
|
|
596
680
|
class="pf-v6-c-table__tr"
|
|
597
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
681
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r7t:"
|
|
598
682
|
data-ouia-component-type="PF6/TableRow"
|
|
599
683
|
data-ouia-safe="true"
|
|
600
684
|
>
|
|
@@ -648,7 +732,7 @@ exports[`Table Actions table 1`] = `
|
|
|
648
732
|
aria-expanded="false"
|
|
649
733
|
aria-label="Kebab toggle"
|
|
650
734
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
651
|
-
data-ouia-component-id="OUIA-Generated-MenuToggle-plain
|
|
735
|
+
data-ouia-component-id="OUIA-Generated-MenuToggle-plain-:r81:"
|
|
652
736
|
data-ouia-component-type="PF6/MenuToggle"
|
|
653
737
|
data-ouia-safe="true"
|
|
654
738
|
type="button"
|
|
@@ -662,12 +746,24 @@ exports[`Table Actions table 1`] = `
|
|
|
662
746
|
fill="currentColor"
|
|
663
747
|
height="1em"
|
|
664
748
|
role="img"
|
|
665
|
-
viewBox="0 0 192 512"
|
|
666
749
|
width="1em"
|
|
667
750
|
>
|
|
668
|
-
<
|
|
669
|
-
|
|
670
|
-
|
|
751
|
+
<svg
|
|
752
|
+
class="pf-v6-icon-default"
|
|
753
|
+
viewBox="0 0 192 512"
|
|
754
|
+
>
|
|
755
|
+
<path
|
|
756
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
757
|
+
/>
|
|
758
|
+
</svg>
|
|
759
|
+
<svg
|
|
760
|
+
class="pf-v6-icon-rh-ui"
|
|
761
|
+
viewBox="0 0 32 32"
|
|
762
|
+
>
|
|
763
|
+
<path
|
|
764
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
765
|
+
/>
|
|
766
|
+
</svg>
|
|
671
767
|
</svg>
|
|
672
768
|
</span>
|
|
673
769
|
</button>
|
|
@@ -675,7 +771,7 @@ exports[`Table Actions table 1`] = `
|
|
|
675
771
|
</tr>
|
|
676
772
|
<tr
|
|
677
773
|
class="pf-v6-c-table__tr"
|
|
678
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
774
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r82:"
|
|
679
775
|
data-ouia-component-type="PF6/TableRow"
|
|
680
776
|
data-ouia-safe="true"
|
|
681
777
|
>
|
|
@@ -729,7 +825,7 @@ exports[`Table Actions table 1`] = `
|
|
|
729
825
|
aria-expanded="false"
|
|
730
826
|
aria-label="Kebab toggle"
|
|
731
827
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
732
|
-
data-ouia-component-id="OUIA-Generated-MenuToggle-plain
|
|
828
|
+
data-ouia-component-id="OUIA-Generated-MenuToggle-plain-:r86:"
|
|
733
829
|
data-ouia-component-type="PF6/MenuToggle"
|
|
734
830
|
data-ouia-safe="true"
|
|
735
831
|
type="button"
|
|
@@ -743,12 +839,24 @@ exports[`Table Actions table 1`] = `
|
|
|
743
839
|
fill="currentColor"
|
|
744
840
|
height="1em"
|
|
745
841
|
role="img"
|
|
746
|
-
viewBox="0 0 192 512"
|
|
747
842
|
width="1em"
|
|
748
843
|
>
|
|
749
|
-
<
|
|
750
|
-
|
|
751
|
-
|
|
844
|
+
<svg
|
|
845
|
+
class="pf-v6-icon-default"
|
|
846
|
+
viewBox="0 0 192 512"
|
|
847
|
+
>
|
|
848
|
+
<path
|
|
849
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
850
|
+
/>
|
|
851
|
+
</svg>
|
|
852
|
+
<svg
|
|
853
|
+
class="pf-v6-icon-rh-ui"
|
|
854
|
+
viewBox="0 0 32 32"
|
|
855
|
+
>
|
|
856
|
+
<path
|
|
857
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
858
|
+
/>
|
|
859
|
+
</svg>
|
|
752
860
|
</svg>
|
|
753
861
|
</span>
|
|
754
862
|
</button>
|
|
@@ -756,7 +864,7 @@ exports[`Table Actions table 1`] = `
|
|
|
756
864
|
</tr>
|
|
757
865
|
<tr
|
|
758
866
|
class="pf-v6-c-table__tr"
|
|
759
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
867
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r87:"
|
|
760
868
|
data-ouia-component-type="PF6/TableRow"
|
|
761
869
|
data-ouia-safe="true"
|
|
762
870
|
>
|
|
@@ -810,7 +918,7 @@ exports[`Table Actions table 1`] = `
|
|
|
810
918
|
aria-expanded="false"
|
|
811
919
|
aria-label="Kebab toggle"
|
|
812
920
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
813
|
-
data-ouia-component-id="OUIA-Generated-MenuToggle-plain
|
|
921
|
+
data-ouia-component-id="OUIA-Generated-MenuToggle-plain-:r8b:"
|
|
814
922
|
data-ouia-component-type="PF6/MenuToggle"
|
|
815
923
|
data-ouia-safe="true"
|
|
816
924
|
type="button"
|
|
@@ -824,12 +932,24 @@ exports[`Table Actions table 1`] = `
|
|
|
824
932
|
fill="currentColor"
|
|
825
933
|
height="1em"
|
|
826
934
|
role="img"
|
|
827
|
-
viewBox="0 0 192 512"
|
|
828
935
|
width="1em"
|
|
829
936
|
>
|
|
830
|
-
<
|
|
831
|
-
|
|
832
|
-
|
|
937
|
+
<svg
|
|
938
|
+
class="pf-v6-icon-default"
|
|
939
|
+
viewBox="0 0 192 512"
|
|
940
|
+
>
|
|
941
|
+
<path
|
|
942
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
943
|
+
/>
|
|
944
|
+
</svg>
|
|
945
|
+
<svg
|
|
946
|
+
class="pf-v6-icon-rh-ui"
|
|
947
|
+
viewBox="0 0 32 32"
|
|
948
|
+
>
|
|
949
|
+
<path
|
|
950
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
951
|
+
/>
|
|
952
|
+
</svg>
|
|
833
953
|
</svg>
|
|
834
954
|
</span>
|
|
835
955
|
</button>
|
|
@@ -845,7 +965,7 @@ exports[`Table Cell header table 1`] = `
|
|
|
845
965
|
<table
|
|
846
966
|
aria-label="Aria labeled"
|
|
847
967
|
class="pf-v6-c-table pf-m-grid-md"
|
|
848
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
968
|
+
data-ouia-component-id="OUIA-Generated-Table-:r8c:"
|
|
849
969
|
data-ouia-component-type="PF6/Table"
|
|
850
970
|
data-ouia-safe="true"
|
|
851
971
|
role="grid"
|
|
@@ -855,7 +975,7 @@ exports[`Table Cell header table 1`] = `
|
|
|
855
975
|
>
|
|
856
976
|
<tr
|
|
857
977
|
class="pf-v6-c-table__tr"
|
|
858
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
978
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r8d:"
|
|
859
979
|
data-ouia-component-type="PF6/TableRow"
|
|
860
980
|
data-ouia-safe="true"
|
|
861
981
|
>
|
|
@@ -887,12 +1007,24 @@ exports[`Table Cell header table 1`] = `
|
|
|
887
1007
|
fill="currentColor"
|
|
888
1008
|
height="1em"
|
|
889
1009
|
role="img"
|
|
890
|
-
viewBox="0 0 256 512"
|
|
891
1010
|
width="1em"
|
|
892
1011
|
>
|
|
893
|
-
<
|
|
894
|
-
|
|
895
|
-
|
|
1012
|
+
<svg
|
|
1013
|
+
class="pf-v6-icon-default"
|
|
1014
|
+
viewBox="0 0 256 512"
|
|
1015
|
+
>
|
|
1016
|
+
<path
|
|
1017
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
1018
|
+
/>
|
|
1019
|
+
</svg>
|
|
1020
|
+
<svg
|
|
1021
|
+
class="pf-v6-icon-rh-ui"
|
|
1022
|
+
viewBox="0 0 32 32"
|
|
1023
|
+
>
|
|
1024
|
+
<path
|
|
1025
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
1026
|
+
/>
|
|
1027
|
+
</svg>
|
|
896
1028
|
</svg>
|
|
897
1029
|
</span>
|
|
898
1030
|
</div>
|
|
@@ -942,7 +1074,7 @@ exports[`Table Cell header table 1`] = `
|
|
|
942
1074
|
>
|
|
943
1075
|
<tr
|
|
944
1076
|
class="pf-v6-c-table__tr"
|
|
945
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
1077
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r8e:"
|
|
946
1078
|
data-ouia-component-type="PF6/TableRow"
|
|
947
1079
|
data-ouia-safe="true"
|
|
948
1080
|
>
|
|
@@ -993,7 +1125,7 @@ exports[`Table Cell header table 1`] = `
|
|
|
993
1125
|
</tr>
|
|
994
1126
|
<tr
|
|
995
1127
|
class="pf-v6-c-table__tr"
|
|
996
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
1128
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r8f:"
|
|
997
1129
|
data-ouia-component-type="PF6/TableRow"
|
|
998
1130
|
data-ouia-safe="true"
|
|
999
1131
|
>
|
|
@@ -1044,7 +1176,7 @@ exports[`Table Cell header table 1`] = `
|
|
|
1044
1176
|
</tr>
|
|
1045
1177
|
<tr
|
|
1046
1178
|
class="pf-v6-c-table__tr"
|
|
1047
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
1179
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r8g:"
|
|
1048
1180
|
data-ouia-component-type="PF6/TableRow"
|
|
1049
1181
|
data-ouia-safe="true"
|
|
1050
1182
|
>
|
|
@@ -1095,7 +1227,7 @@ exports[`Table Cell header table 1`] = `
|
|
|
1095
1227
|
</tr>
|
|
1096
1228
|
<tr
|
|
1097
1229
|
class="pf-v6-c-table__tr"
|
|
1098
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
1230
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r8h:"
|
|
1099
1231
|
data-ouia-component-type="PF6/TableRow"
|
|
1100
1232
|
data-ouia-safe="true"
|
|
1101
1233
|
>
|
|
@@ -1146,7 +1278,7 @@ exports[`Table Cell header table 1`] = `
|
|
|
1146
1278
|
</tr>
|
|
1147
1279
|
<tr
|
|
1148
1280
|
class="pf-v6-c-table__tr"
|
|
1149
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
1281
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r8i:"
|
|
1150
1282
|
data-ouia-component-type="PF6/TableRow"
|
|
1151
1283
|
data-ouia-safe="true"
|
|
1152
1284
|
>
|
|
@@ -1197,7 +1329,7 @@ exports[`Table Cell header table 1`] = `
|
|
|
1197
1329
|
</tr>
|
|
1198
1330
|
<tr
|
|
1199
1331
|
class="pf-v6-c-table__tr"
|
|
1200
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
1332
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r8j:"
|
|
1201
1333
|
data-ouia-component-type="PF6/TableRow"
|
|
1202
1334
|
data-ouia-safe="true"
|
|
1203
1335
|
>
|
|
@@ -1248,7 +1380,7 @@ exports[`Table Cell header table 1`] = `
|
|
|
1248
1380
|
</tr>
|
|
1249
1381
|
<tr
|
|
1250
1382
|
class="pf-v6-c-table__tr"
|
|
1251
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
1383
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r8k:"
|
|
1252
1384
|
data-ouia-component-type="PF6/TableRow"
|
|
1253
1385
|
data-ouia-safe="true"
|
|
1254
1386
|
>
|
|
@@ -1299,7 +1431,7 @@ exports[`Table Cell header table 1`] = `
|
|
|
1299
1431
|
</tr>
|
|
1300
1432
|
<tr
|
|
1301
1433
|
class="pf-v6-c-table__tr"
|
|
1302
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
1434
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r8l:"
|
|
1303
1435
|
data-ouia-component-type="PF6/TableRow"
|
|
1304
1436
|
data-ouia-safe="true"
|
|
1305
1437
|
>
|
|
@@ -1350,7 +1482,7 @@ exports[`Table Cell header table 1`] = `
|
|
|
1350
1482
|
</tr>
|
|
1351
1483
|
<tr
|
|
1352
1484
|
class="pf-v6-c-table__tr"
|
|
1353
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
1485
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r8m:"
|
|
1354
1486
|
data-ouia-component-type="PF6/TableRow"
|
|
1355
1487
|
data-ouia-safe="true"
|
|
1356
1488
|
>
|
|
@@ -1409,7 +1541,7 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
1409
1541
|
<table
|
|
1410
1542
|
aria-label="Aria labeled"
|
|
1411
1543
|
class="pf-v6-c-table pf-m-grid-md"
|
|
1412
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
1544
|
+
data-ouia-component-id="OUIA-Generated-Table-:r9a:"
|
|
1413
1545
|
data-ouia-component-type="PF6/Table"
|
|
1414
1546
|
data-ouia-safe="true"
|
|
1415
1547
|
role="grid"
|
|
@@ -1419,7 +1551,7 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
1419
1551
|
>
|
|
1420
1552
|
<tr
|
|
1421
1553
|
class="pf-v6-c-table__tr"
|
|
1422
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
1554
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r9b:"
|
|
1423
1555
|
data-ouia-component-type="PF6/TableRow"
|
|
1424
1556
|
data-ouia-safe="true"
|
|
1425
1557
|
>
|
|
@@ -1458,12 +1590,24 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
1458
1590
|
fill="currentColor"
|
|
1459
1591
|
height="1em"
|
|
1460
1592
|
role="img"
|
|
1461
|
-
viewBox="0 0 256 512"
|
|
1462
1593
|
width="1em"
|
|
1463
1594
|
>
|
|
1464
|
-
<
|
|
1465
|
-
|
|
1466
|
-
|
|
1595
|
+
<svg
|
|
1596
|
+
class="pf-v6-icon-default"
|
|
1597
|
+
viewBox="0 0 256 512"
|
|
1598
|
+
>
|
|
1599
|
+
<path
|
|
1600
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
1601
|
+
/>
|
|
1602
|
+
</svg>
|
|
1603
|
+
<svg
|
|
1604
|
+
class="pf-v6-icon-rh-ui"
|
|
1605
|
+
viewBox="0 0 32 32"
|
|
1606
|
+
>
|
|
1607
|
+
<path
|
|
1608
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
1609
|
+
/>
|
|
1610
|
+
</svg>
|
|
1467
1611
|
</svg>
|
|
1468
1612
|
</span>
|
|
1469
1613
|
</div>
|
|
@@ -1513,7 +1657,7 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
1513
1657
|
>
|
|
1514
1658
|
<tr
|
|
1515
1659
|
class="pf-v6-c-table__tr"
|
|
1516
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
1660
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r9c:"
|
|
1517
1661
|
data-ouia-component-type="PF6/TableRow"
|
|
1518
1662
|
data-ouia-safe="true"
|
|
1519
1663
|
>
|
|
@@ -1527,7 +1671,7 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
1527
1671
|
aria-label="Details"
|
|
1528
1672
|
aria-labelledby="simple-node0 expandable-toggle0"
|
|
1529
1673
|
class="pf-v6-c-button pf-m-plain"
|
|
1530
|
-
data-ouia-component-id="OUIA-Generated-Button-plain
|
|
1674
|
+
data-ouia-component-id="OUIA-Generated-Button-plain-:r9d:"
|
|
1531
1675
|
data-ouia-component-type="PF6/Button"
|
|
1532
1676
|
data-ouia-safe="true"
|
|
1533
1677
|
id="expandable-toggle0"
|
|
@@ -1545,11 +1689,11 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
1545
1689
|
fill="currentColor"
|
|
1546
1690
|
height="1em"
|
|
1547
1691
|
role="img"
|
|
1548
|
-
viewBox="0 0
|
|
1692
|
+
viewBox="0 0 20 20"
|
|
1549
1693
|
width="1em"
|
|
1550
1694
|
>
|
|
1551
1695
|
<path
|
|
1552
|
-
d="
|
|
1696
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1553
1697
|
/>
|
|
1554
1698
|
</svg>
|
|
1555
1699
|
</div>
|
|
@@ -1603,7 +1747,7 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
1603
1747
|
</tr>
|
|
1604
1748
|
<tr
|
|
1605
1749
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
1606
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
1750
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r9e:"
|
|
1607
1751
|
data-ouia-component-type="PF6/TableRow"
|
|
1608
1752
|
data-ouia-safe="true"
|
|
1609
1753
|
hidden=""
|
|
@@ -1618,7 +1762,7 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
1618
1762
|
aria-label="Details"
|
|
1619
1763
|
aria-labelledby="simple-node1 expandable-toggle1"
|
|
1620
1764
|
class="pf-v6-c-button pf-m-plain pf-m-expanded"
|
|
1621
|
-
data-ouia-component-id="OUIA-Generated-Button-plain
|
|
1765
|
+
data-ouia-component-id="OUIA-Generated-Button-plain-:r9f:"
|
|
1622
1766
|
data-ouia-component-type="PF6/Button"
|
|
1623
1767
|
data-ouia-safe="true"
|
|
1624
1768
|
id="expandable-toggle1"
|
|
@@ -1636,11 +1780,11 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
1636
1780
|
fill="currentColor"
|
|
1637
1781
|
height="1em"
|
|
1638
1782
|
role="img"
|
|
1639
|
-
viewBox="0 0
|
|
1783
|
+
viewBox="0 0 20 20"
|
|
1640
1784
|
width="1em"
|
|
1641
1785
|
>
|
|
1642
1786
|
<path
|
|
1643
|
-
d="
|
|
1787
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1644
1788
|
/>
|
|
1645
1789
|
</svg>
|
|
1646
1790
|
</div>
|
|
@@ -1699,7 +1843,7 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
1699
1843
|
</tr>
|
|
1700
1844
|
<tr
|
|
1701
1845
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
1702
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
1846
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r9g:"
|
|
1703
1847
|
data-ouia-component-type="PF6/TableRow"
|
|
1704
1848
|
data-ouia-safe="true"
|
|
1705
1849
|
hidden=""
|
|
@@ -1766,7 +1910,7 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
1766
1910
|
>
|
|
1767
1911
|
<tr
|
|
1768
1912
|
class="pf-v6-c-table__tr"
|
|
1769
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
1913
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r9h:"
|
|
1770
1914
|
data-ouia-component-type="PF6/TableRow"
|
|
1771
1915
|
data-ouia-safe="true"
|
|
1772
1916
|
>
|
|
@@ -1780,7 +1924,7 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
1780
1924
|
aria-label="Details"
|
|
1781
1925
|
aria-labelledby="simple-node3 expandable-toggle3"
|
|
1782
1926
|
class="pf-v6-c-button pf-m-plain"
|
|
1783
|
-
data-ouia-component-id="OUIA-Generated-Button-plain
|
|
1927
|
+
data-ouia-component-id="OUIA-Generated-Button-plain-:r9i:"
|
|
1784
1928
|
data-ouia-component-type="PF6/Button"
|
|
1785
1929
|
data-ouia-safe="true"
|
|
1786
1930
|
id="expandable-toggle3"
|
|
@@ -1798,11 +1942,11 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
1798
1942
|
fill="currentColor"
|
|
1799
1943
|
height="1em"
|
|
1800
1944
|
role="img"
|
|
1801
|
-
viewBox="0 0
|
|
1945
|
+
viewBox="0 0 20 20"
|
|
1802
1946
|
width="1em"
|
|
1803
1947
|
>
|
|
1804
1948
|
<path
|
|
1805
|
-
d="
|
|
1949
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1806
1950
|
/>
|
|
1807
1951
|
</svg>
|
|
1808
1952
|
</div>
|
|
@@ -1856,7 +2000,7 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
1856
2000
|
</tr>
|
|
1857
2001
|
<tr
|
|
1858
2002
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
1859
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
2003
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r9j:"
|
|
1860
2004
|
data-ouia-component-type="PF6/TableRow"
|
|
1861
2005
|
data-ouia-safe="true"
|
|
1862
2006
|
hidden=""
|
|
@@ -1923,7 +2067,7 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
1923
2067
|
>
|
|
1924
2068
|
<tr
|
|
1925
2069
|
class="pf-v6-c-table__tr"
|
|
1926
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
2070
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r9k:"
|
|
1927
2071
|
data-ouia-component-type="PF6/TableRow"
|
|
1928
2072
|
data-ouia-safe="true"
|
|
1929
2073
|
>
|
|
@@ -1984,7 +2128,7 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
1984
2128
|
>
|
|
1985
2129
|
<tr
|
|
1986
2130
|
class="pf-v6-c-table__tr"
|
|
1987
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
2131
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r9l:"
|
|
1988
2132
|
data-ouia-component-type="PF6/TableRow"
|
|
1989
2133
|
data-ouia-safe="true"
|
|
1990
2134
|
>
|
|
@@ -2045,7 +2189,7 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
2045
2189
|
>
|
|
2046
2190
|
<tr
|
|
2047
2191
|
class="pf-v6-c-table__tr"
|
|
2048
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
2192
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r9m:"
|
|
2049
2193
|
data-ouia-component-type="PF6/TableRow"
|
|
2050
2194
|
data-ouia-safe="true"
|
|
2051
2195
|
>
|
|
@@ -2106,7 +2250,7 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
2106
2250
|
>
|
|
2107
2251
|
<tr
|
|
2108
2252
|
class="pf-v6-c-table__tr"
|
|
2109
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
2253
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r9n:"
|
|
2110
2254
|
data-ouia-component-type="PF6/TableRow"
|
|
2111
2255
|
data-ouia-safe="true"
|
|
2112
2256
|
>
|
|
@@ -2170,7 +2314,7 @@ exports[`Table Collapsible table 1`] = `
|
|
|
2170
2314
|
<table
|
|
2171
2315
|
aria-label="Aria labeled"
|
|
2172
2316
|
class="pf-v6-c-table pf-m-grid-md"
|
|
2173
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
2317
|
+
data-ouia-component-id="OUIA-Generated-Table-:r8n:"
|
|
2174
2318
|
data-ouia-component-type="PF6/Table"
|
|
2175
2319
|
data-ouia-safe="true"
|
|
2176
2320
|
role="grid"
|
|
@@ -2180,7 +2324,7 @@ exports[`Table Collapsible table 1`] = `
|
|
|
2180
2324
|
>
|
|
2181
2325
|
<tr
|
|
2182
2326
|
class="pf-v6-c-table__tr"
|
|
2183
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
2327
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r8o:"
|
|
2184
2328
|
data-ouia-component-type="PF6/TableRow"
|
|
2185
2329
|
data-ouia-safe="true"
|
|
2186
2330
|
>
|
|
@@ -2219,12 +2363,24 @@ exports[`Table Collapsible table 1`] = `
|
|
|
2219
2363
|
fill="currentColor"
|
|
2220
2364
|
height="1em"
|
|
2221
2365
|
role="img"
|
|
2222
|
-
viewBox="0 0 256 512"
|
|
2223
2366
|
width="1em"
|
|
2224
2367
|
>
|
|
2225
|
-
<
|
|
2226
|
-
|
|
2227
|
-
|
|
2368
|
+
<svg
|
|
2369
|
+
class="pf-v6-icon-default"
|
|
2370
|
+
viewBox="0 0 256 512"
|
|
2371
|
+
>
|
|
2372
|
+
<path
|
|
2373
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
2374
|
+
/>
|
|
2375
|
+
</svg>
|
|
2376
|
+
<svg
|
|
2377
|
+
class="pf-v6-icon-rh-ui"
|
|
2378
|
+
viewBox="0 0 32 32"
|
|
2379
|
+
>
|
|
2380
|
+
<path
|
|
2381
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
2382
|
+
/>
|
|
2383
|
+
</svg>
|
|
2228
2384
|
</svg>
|
|
2229
2385
|
</span>
|
|
2230
2386
|
</div>
|
|
@@ -2274,7 +2430,7 @@ exports[`Table Collapsible table 1`] = `
|
|
|
2274
2430
|
>
|
|
2275
2431
|
<tr
|
|
2276
2432
|
class="pf-v6-c-table__tr"
|
|
2277
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
2433
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r8p:"
|
|
2278
2434
|
data-ouia-component-type="PF6/TableRow"
|
|
2279
2435
|
data-ouia-safe="true"
|
|
2280
2436
|
>
|
|
@@ -2288,7 +2444,7 @@ exports[`Table Collapsible table 1`] = `
|
|
|
2288
2444
|
aria-label="Details"
|
|
2289
2445
|
aria-labelledby="simple-node0 expandable-toggle0"
|
|
2290
2446
|
class="pf-v6-c-button pf-m-plain pf-m-expanded"
|
|
2291
|
-
data-ouia-component-id="OUIA-Generated-Button-plain
|
|
2447
|
+
data-ouia-component-id="OUIA-Generated-Button-plain-:r8q:"
|
|
2292
2448
|
data-ouia-component-type="PF6/Button"
|
|
2293
2449
|
data-ouia-safe="true"
|
|
2294
2450
|
id="expandable-toggle0"
|
|
@@ -2306,11 +2462,11 @@ exports[`Table Collapsible table 1`] = `
|
|
|
2306
2462
|
fill="currentColor"
|
|
2307
2463
|
height="1em"
|
|
2308
2464
|
role="img"
|
|
2309
|
-
viewBox="0 0
|
|
2465
|
+
viewBox="0 0 20 20"
|
|
2310
2466
|
width="1em"
|
|
2311
2467
|
>
|
|
2312
2468
|
<path
|
|
2313
|
-
d="
|
|
2469
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
2314
2470
|
/>
|
|
2315
2471
|
</svg>
|
|
2316
2472
|
</div>
|
|
@@ -2364,7 +2520,7 @@ exports[`Table Collapsible table 1`] = `
|
|
|
2364
2520
|
</tr>
|
|
2365
2521
|
<tr
|
|
2366
2522
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded"
|
|
2367
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
2523
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r8r:"
|
|
2368
2524
|
data-ouia-component-type="PF6/TableRow"
|
|
2369
2525
|
data-ouia-safe="true"
|
|
2370
2526
|
>
|
|
@@ -2430,7 +2586,7 @@ exports[`Table Collapsible table 1`] = `
|
|
|
2430
2586
|
>
|
|
2431
2587
|
<tr
|
|
2432
2588
|
class="pf-v6-c-table__tr"
|
|
2433
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
2589
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r8s:"
|
|
2434
2590
|
data-ouia-component-type="PF6/TableRow"
|
|
2435
2591
|
data-ouia-safe="true"
|
|
2436
2592
|
>
|
|
@@ -2491,7 +2647,7 @@ exports[`Table Collapsible table 1`] = `
|
|
|
2491
2647
|
>
|
|
2492
2648
|
<tr
|
|
2493
2649
|
class="pf-v6-c-table__tr"
|
|
2494
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
2650
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r8t:"
|
|
2495
2651
|
data-ouia-component-type="PF6/TableRow"
|
|
2496
2652
|
data-ouia-safe="true"
|
|
2497
2653
|
>
|
|
@@ -2505,7 +2661,7 @@ exports[`Table Collapsible table 1`] = `
|
|
|
2505
2661
|
aria-label="Details"
|
|
2506
2662
|
aria-labelledby="simple-node3 expandable-toggle3"
|
|
2507
2663
|
class="pf-v6-c-button pf-m-plain"
|
|
2508
|
-
data-ouia-component-id="OUIA-Generated-Button-plain
|
|
2664
|
+
data-ouia-component-id="OUIA-Generated-Button-plain-:r8u:"
|
|
2509
2665
|
data-ouia-component-type="PF6/Button"
|
|
2510
2666
|
data-ouia-safe="true"
|
|
2511
2667
|
id="expandable-toggle3"
|
|
@@ -2523,11 +2679,11 @@ exports[`Table Collapsible table 1`] = `
|
|
|
2523
2679
|
fill="currentColor"
|
|
2524
2680
|
height="1em"
|
|
2525
2681
|
role="img"
|
|
2526
|
-
viewBox="0 0
|
|
2682
|
+
viewBox="0 0 20 20"
|
|
2527
2683
|
width="1em"
|
|
2528
2684
|
>
|
|
2529
2685
|
<path
|
|
2530
|
-
d="
|
|
2686
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
2531
2687
|
/>
|
|
2532
2688
|
</svg>
|
|
2533
2689
|
</div>
|
|
@@ -2581,7 +2737,7 @@ exports[`Table Collapsible table 1`] = `
|
|
|
2581
2737
|
</tr>
|
|
2582
2738
|
<tr
|
|
2583
2739
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
2584
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
2740
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r8v:"
|
|
2585
2741
|
data-ouia-component-type="PF6/TableRow"
|
|
2586
2742
|
data-ouia-safe="true"
|
|
2587
2743
|
hidden=""
|
|
@@ -2648,7 +2804,7 @@ exports[`Table Collapsible table 1`] = `
|
|
|
2648
2804
|
>
|
|
2649
2805
|
<tr
|
|
2650
2806
|
class="pf-v6-c-table__tr"
|
|
2651
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
2807
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r90:"
|
|
2652
2808
|
data-ouia-component-type="PF6/TableRow"
|
|
2653
2809
|
data-ouia-safe="true"
|
|
2654
2810
|
>
|
|
@@ -2709,7 +2865,7 @@ exports[`Table Collapsible table 1`] = `
|
|
|
2709
2865
|
>
|
|
2710
2866
|
<tr
|
|
2711
2867
|
class="pf-v6-c-table__tr"
|
|
2712
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
2868
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r91:"
|
|
2713
2869
|
data-ouia-component-type="PF6/TableRow"
|
|
2714
2870
|
data-ouia-safe="true"
|
|
2715
2871
|
>
|
|
@@ -2770,7 +2926,7 @@ exports[`Table Collapsible table 1`] = `
|
|
|
2770
2926
|
>
|
|
2771
2927
|
<tr
|
|
2772
2928
|
class="pf-v6-c-table__tr"
|
|
2773
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
2929
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r92:"
|
|
2774
2930
|
data-ouia-component-type="PF6/TableRow"
|
|
2775
2931
|
data-ouia-safe="true"
|
|
2776
2932
|
>
|
|
@@ -2831,7 +2987,7 @@ exports[`Table Collapsible table 1`] = `
|
|
|
2831
2987
|
>
|
|
2832
2988
|
<tr
|
|
2833
2989
|
class="pf-v6-c-table__tr"
|
|
2834
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
2990
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r93:"
|
|
2835
2991
|
data-ouia-component-type="PF6/TableRow"
|
|
2836
2992
|
data-ouia-safe="true"
|
|
2837
2993
|
>
|
|
@@ -2895,7 +3051,7 @@ exports[`Table Compound Expandable table 1`] = `
|
|
|
2895
3051
|
<table
|
|
2896
3052
|
aria-label="Aria labeled"
|
|
2897
3053
|
class="pf-v6-c-table pf-m-grid-md"
|
|
2898
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
3054
|
+
data-ouia-component-id="OUIA-Generated-Table-:r94:"
|
|
2899
3055
|
data-ouia-component-type="PF6/Table"
|
|
2900
3056
|
data-ouia-safe="true"
|
|
2901
3057
|
role="grid"
|
|
@@ -2905,7 +3061,7 @@ exports[`Table Compound Expandable table 1`] = `
|
|
|
2905
3061
|
>
|
|
2906
3062
|
<tr
|
|
2907
3063
|
class="pf-v6-c-table__tr"
|
|
2908
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
3064
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r95:"
|
|
2909
3065
|
data-ouia-component-type="PF6/TableRow"
|
|
2910
3066
|
data-ouia-safe="true"
|
|
2911
3067
|
>
|
|
@@ -2935,7 +3091,7 @@ exports[`Table Compound Expandable table 1`] = `
|
|
|
2935
3091
|
>
|
|
2936
3092
|
<tr
|
|
2937
3093
|
class="pf-v6-c-table__tr"
|
|
2938
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
3094
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r96:"
|
|
2939
3095
|
data-ouia-component-type="PF6/TableRow"
|
|
2940
3096
|
data-ouia-safe="true"
|
|
2941
3097
|
>
|
|
@@ -2980,7 +3136,7 @@ exports[`Table Compound Expandable table 1`] = `
|
|
|
2980
3136
|
</tr>
|
|
2981
3137
|
<tr
|
|
2982
3138
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded"
|
|
2983
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
3139
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r97:"
|
|
2984
3140
|
data-ouia-component-type="PF6/TableRow"
|
|
2985
3141
|
data-ouia-safe="true"
|
|
2986
3142
|
>
|
|
@@ -3001,7 +3157,7 @@ exports[`Table Compound Expandable table 1`] = `
|
|
|
3001
3157
|
>
|
|
3002
3158
|
<tr
|
|
3003
3159
|
class="pf-v6-c-table__tr"
|
|
3004
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
3160
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r98:"
|
|
3005
3161
|
data-ouia-component-type="PF6/TableRow"
|
|
3006
3162
|
data-ouia-safe="true"
|
|
3007
3163
|
>
|
|
@@ -3046,7 +3202,7 @@ exports[`Table Compound Expandable table 1`] = `
|
|
|
3046
3202
|
</tr>
|
|
3047
3203
|
<tr
|
|
3048
3204
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
3049
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
3205
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r99:"
|
|
3050
3206
|
data-ouia-component-type="PF6/TableRow"
|
|
3051
3207
|
data-ouia-safe="true"
|
|
3052
3208
|
hidden=""
|
|
@@ -3071,7 +3227,7 @@ exports[`Table Control text table 1`] = `
|
|
|
3071
3227
|
<table
|
|
3072
3228
|
aria-label="Aria labeled"
|
|
3073
3229
|
class="pf-v6-c-table pf-m-grid-md"
|
|
3074
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
3230
|
+
data-ouia-component-id="OUIA-Generated-Table-:rb8:"
|
|
3075
3231
|
data-ouia-component-type="PF6/Table"
|
|
3076
3232
|
data-ouia-safe="true"
|
|
3077
3233
|
role="grid"
|
|
@@ -3081,7 +3237,7 @@ exports[`Table Control text table 1`] = `
|
|
|
3081
3237
|
>
|
|
3082
3238
|
<tr
|
|
3083
3239
|
class="pf-v6-c-table__tr"
|
|
3084
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
3240
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rb9:"
|
|
3085
3241
|
data-ouia-component-type="PF6/TableRow"
|
|
3086
3242
|
data-ouia-safe="true"
|
|
3087
3243
|
>
|
|
@@ -3138,7 +3294,7 @@ exports[`Table Control text table 1`] = `
|
|
|
3138
3294
|
>
|
|
3139
3295
|
<tr
|
|
3140
3296
|
class="pf-v6-c-table__tr"
|
|
3141
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
3297
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rba:"
|
|
3142
3298
|
data-ouia-component-type="PF6/TableRow"
|
|
3143
3299
|
data-ouia-safe="true"
|
|
3144
3300
|
>
|
|
@@ -3189,7 +3345,7 @@ exports[`Table Control text table 1`] = `
|
|
|
3189
3345
|
</tr>
|
|
3190
3346
|
<tr
|
|
3191
3347
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
3192
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
3348
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rbb:"
|
|
3193
3349
|
data-ouia-component-type="PF6/TableRow"
|
|
3194
3350
|
data-ouia-safe="true"
|
|
3195
3351
|
hidden=""
|
|
@@ -3241,7 +3397,7 @@ exports[`Table Control text table 1`] = `
|
|
|
3241
3397
|
</tr>
|
|
3242
3398
|
<tr
|
|
3243
3399
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
3244
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
3400
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rbc:"
|
|
3245
3401
|
data-ouia-component-type="PF6/TableRow"
|
|
3246
3402
|
data-ouia-safe="true"
|
|
3247
3403
|
hidden=""
|
|
@@ -3298,7 +3454,7 @@ exports[`Table Control text table 1`] = `
|
|
|
3298
3454
|
>
|
|
3299
3455
|
<tr
|
|
3300
3456
|
class="pf-v6-c-table__tr"
|
|
3301
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
3457
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rbd:"
|
|
3302
3458
|
data-ouia-component-type="PF6/TableRow"
|
|
3303
3459
|
data-ouia-safe="true"
|
|
3304
3460
|
>
|
|
@@ -3349,7 +3505,7 @@ exports[`Table Control text table 1`] = `
|
|
|
3349
3505
|
</tr>
|
|
3350
3506
|
<tr
|
|
3351
3507
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
3352
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
3508
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rbe:"
|
|
3353
3509
|
data-ouia-component-type="PF6/TableRow"
|
|
3354
3510
|
data-ouia-safe="true"
|
|
3355
3511
|
hidden=""
|
|
@@ -3406,7 +3562,7 @@ exports[`Table Control text table 1`] = `
|
|
|
3406
3562
|
>
|
|
3407
3563
|
<tr
|
|
3408
3564
|
class="pf-v6-c-table__tr"
|
|
3409
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
3565
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rbf:"
|
|
3410
3566
|
data-ouia-component-type="PF6/TableRow"
|
|
3411
3567
|
data-ouia-safe="true"
|
|
3412
3568
|
>
|
|
@@ -3462,7 +3618,7 @@ exports[`Table Control text table 1`] = `
|
|
|
3462
3618
|
>
|
|
3463
3619
|
<tr
|
|
3464
3620
|
class="pf-v6-c-table__tr"
|
|
3465
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
3621
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rbg:"
|
|
3466
3622
|
data-ouia-component-type="PF6/TableRow"
|
|
3467
3623
|
data-ouia-safe="true"
|
|
3468
3624
|
>
|
|
@@ -3518,7 +3674,7 @@ exports[`Table Control text table 1`] = `
|
|
|
3518
3674
|
>
|
|
3519
3675
|
<tr
|
|
3520
3676
|
class="pf-v6-c-table__tr"
|
|
3521
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
3677
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rbh:"
|
|
3522
3678
|
data-ouia-component-type="PF6/TableRow"
|
|
3523
3679
|
data-ouia-safe="true"
|
|
3524
3680
|
>
|
|
@@ -3574,7 +3730,7 @@ exports[`Table Control text table 1`] = `
|
|
|
3574
3730
|
>
|
|
3575
3731
|
<tr
|
|
3576
3732
|
class="pf-v6-c-table__tr"
|
|
3577
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
3733
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rbi:"
|
|
3578
3734
|
data-ouia-component-type="PF6/TableRow"
|
|
3579
3735
|
data-ouia-safe="true"
|
|
3580
3736
|
>
|
|
@@ -3633,7 +3789,7 @@ exports[`Table Header width table 1`] = `
|
|
|
3633
3789
|
<table
|
|
3634
3790
|
aria-label="Aria labeled"
|
|
3635
3791
|
class="pf-v6-c-table pf-m-grid-md"
|
|
3636
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
3792
|
+
data-ouia-component-id="OUIA-Generated-Table-:rbj:"
|
|
3637
3793
|
data-ouia-component-type="PF6/Table"
|
|
3638
3794
|
data-ouia-safe="true"
|
|
3639
3795
|
role="grid"
|
|
@@ -3643,7 +3799,7 @@ exports[`Table Header width table 1`] = `
|
|
|
3643
3799
|
>
|
|
3644
3800
|
<tr
|
|
3645
3801
|
class="pf-v6-c-table__tr"
|
|
3646
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
3802
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rbk:"
|
|
3647
3803
|
data-ouia-component-type="PF6/TableRow"
|
|
3648
3804
|
data-ouia-safe="true"
|
|
3649
3805
|
>
|
|
@@ -3700,7 +3856,7 @@ exports[`Table Header width table 1`] = `
|
|
|
3700
3856
|
>
|
|
3701
3857
|
<tr
|
|
3702
3858
|
class="pf-v6-c-table__tr"
|
|
3703
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
3859
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rbl:"
|
|
3704
3860
|
data-ouia-component-type="PF6/TableRow"
|
|
3705
3861
|
data-ouia-safe="true"
|
|
3706
3862
|
>
|
|
@@ -3751,7 +3907,7 @@ exports[`Table Header width table 1`] = `
|
|
|
3751
3907
|
</tr>
|
|
3752
3908
|
<tr
|
|
3753
3909
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
3754
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
3910
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rbm:"
|
|
3755
3911
|
data-ouia-component-type="PF6/TableRow"
|
|
3756
3912
|
data-ouia-safe="true"
|
|
3757
3913
|
hidden=""
|
|
@@ -3803,7 +3959,7 @@ exports[`Table Header width table 1`] = `
|
|
|
3803
3959
|
</tr>
|
|
3804
3960
|
<tr
|
|
3805
3961
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
3806
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
3962
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rbn:"
|
|
3807
3963
|
data-ouia-component-type="PF6/TableRow"
|
|
3808
3964
|
data-ouia-safe="true"
|
|
3809
3965
|
hidden=""
|
|
@@ -3860,7 +4016,7 @@ exports[`Table Header width table 1`] = `
|
|
|
3860
4016
|
>
|
|
3861
4017
|
<tr
|
|
3862
4018
|
class="pf-v6-c-table__tr"
|
|
3863
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
4019
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rbo:"
|
|
3864
4020
|
data-ouia-component-type="PF6/TableRow"
|
|
3865
4021
|
data-ouia-safe="true"
|
|
3866
4022
|
>
|
|
@@ -3911,7 +4067,7 @@ exports[`Table Header width table 1`] = `
|
|
|
3911
4067
|
</tr>
|
|
3912
4068
|
<tr
|
|
3913
4069
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
3914
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
4070
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rbp:"
|
|
3915
4071
|
data-ouia-component-type="PF6/TableRow"
|
|
3916
4072
|
data-ouia-safe="true"
|
|
3917
4073
|
hidden=""
|
|
@@ -3968,7 +4124,7 @@ exports[`Table Header width table 1`] = `
|
|
|
3968
4124
|
>
|
|
3969
4125
|
<tr
|
|
3970
4126
|
class="pf-v6-c-table__tr"
|
|
3971
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
4127
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rbq:"
|
|
3972
4128
|
data-ouia-component-type="PF6/TableRow"
|
|
3973
4129
|
data-ouia-safe="true"
|
|
3974
4130
|
>
|
|
@@ -4024,7 +4180,7 @@ exports[`Table Header width table 1`] = `
|
|
|
4024
4180
|
>
|
|
4025
4181
|
<tr
|
|
4026
4182
|
class="pf-v6-c-table__tr"
|
|
4027
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
4183
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rbr:"
|
|
4028
4184
|
data-ouia-component-type="PF6/TableRow"
|
|
4029
4185
|
data-ouia-safe="true"
|
|
4030
4186
|
>
|
|
@@ -4080,7 +4236,7 @@ exports[`Table Header width table 1`] = `
|
|
|
4080
4236
|
>
|
|
4081
4237
|
<tr
|
|
4082
4238
|
class="pf-v6-c-table__tr"
|
|
4083
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
4239
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rbs:"
|
|
4084
4240
|
data-ouia-component-type="PF6/TableRow"
|
|
4085
4241
|
data-ouia-safe="true"
|
|
4086
4242
|
>
|
|
@@ -4136,7 +4292,7 @@ exports[`Table Header width table 1`] = `
|
|
|
4136
4292
|
>
|
|
4137
4293
|
<tr
|
|
4138
4294
|
class="pf-v6-c-table__tr"
|
|
4139
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
4295
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rbt:"
|
|
4140
4296
|
data-ouia-component-type="PF6/TableRow"
|
|
4141
4297
|
data-ouia-safe="true"
|
|
4142
4298
|
>
|
|
@@ -4195,7 +4351,7 @@ exports[`Table Selectable table 1`] = `
|
|
|
4195
4351
|
<table
|
|
4196
4352
|
aria-label="Aria labeled"
|
|
4197
4353
|
class="pf-v6-c-table pf-m-grid-md"
|
|
4198
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
4354
|
+
data-ouia-component-id="OUIA-Generated-Table-:r9o:"
|
|
4199
4355
|
data-ouia-component-type="PF6/Table"
|
|
4200
4356
|
data-ouia-safe="true"
|
|
4201
4357
|
role="grid"
|
|
@@ -4205,7 +4361,7 @@ exports[`Table Selectable table 1`] = `
|
|
|
4205
4361
|
>
|
|
4206
4362
|
<tr
|
|
4207
4363
|
class="pf-v6-c-table__tr"
|
|
4208
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
4364
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r9p:"
|
|
4209
4365
|
data-ouia-component-type="PF6/TableRow"
|
|
4210
4366
|
data-ouia-safe="true"
|
|
4211
4367
|
>
|
|
@@ -4223,7 +4379,7 @@ exports[`Table Selectable table 1`] = `
|
|
|
4223
4379
|
aria-invalid="false"
|
|
4224
4380
|
aria-label="Select all rows"
|
|
4225
4381
|
class="pf-v6-c-check__input"
|
|
4226
|
-
data-ouia-component-id="OUIA-Generated-Checkbox
|
|
4382
|
+
data-ouia-component-id="OUIA-Generated-Checkbox-:r9r:"
|
|
4227
4383
|
data-ouia-component-type="PF6/Checkbox"
|
|
4228
4384
|
data-ouia-safe="true"
|
|
4229
4385
|
id="select-all"
|
|
@@ -4259,12 +4415,24 @@ exports[`Table Selectable table 1`] = `
|
|
|
4259
4415
|
fill="currentColor"
|
|
4260
4416
|
height="1em"
|
|
4261
4417
|
role="img"
|
|
4262
|
-
viewBox="0 0 256 512"
|
|
4263
4418
|
width="1em"
|
|
4264
4419
|
>
|
|
4265
|
-
<
|
|
4266
|
-
|
|
4267
|
-
|
|
4420
|
+
<svg
|
|
4421
|
+
class="pf-v6-icon-default"
|
|
4422
|
+
viewBox="0 0 256 512"
|
|
4423
|
+
>
|
|
4424
|
+
<path
|
|
4425
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
4426
|
+
/>
|
|
4427
|
+
</svg>
|
|
4428
|
+
<svg
|
|
4429
|
+
class="pf-v6-icon-rh-ui"
|
|
4430
|
+
viewBox="0 0 32 32"
|
|
4431
|
+
>
|
|
4432
|
+
<path
|
|
4433
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
4434
|
+
/>
|
|
4435
|
+
</svg>
|
|
4268
4436
|
</svg>
|
|
4269
4437
|
</span>
|
|
4270
4438
|
</div>
|
|
@@ -4314,7 +4482,7 @@ exports[`Table Selectable table 1`] = `
|
|
|
4314
4482
|
>
|
|
4315
4483
|
<tr
|
|
4316
4484
|
class="pf-v6-c-table__tr"
|
|
4317
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
4485
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r9s:"
|
|
4318
4486
|
data-ouia-component-type="PF6/TableRow"
|
|
4319
4487
|
data-ouia-safe="true"
|
|
4320
4488
|
>
|
|
@@ -4330,7 +4498,7 @@ exports[`Table Selectable table 1`] = `
|
|
|
4330
4498
|
aria-invalid="false"
|
|
4331
4499
|
aria-label="Select row 0"
|
|
4332
4500
|
class="pf-v6-c-check__input"
|
|
4333
|
-
data-ouia-component-id="OUIA-Generated-Checkbox
|
|
4501
|
+
data-ouia-component-id="OUIA-Generated-Checkbox-:r9u:"
|
|
4334
4502
|
data-ouia-component-type="PF6/Checkbox"
|
|
4335
4503
|
data-ouia-safe="true"
|
|
4336
4504
|
id="select-0"
|
|
@@ -4385,7 +4553,7 @@ exports[`Table Selectable table 1`] = `
|
|
|
4385
4553
|
</tr>
|
|
4386
4554
|
<tr
|
|
4387
4555
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
4388
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
4556
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r9v:"
|
|
4389
4557
|
data-ouia-component-type="PF6/TableRow"
|
|
4390
4558
|
data-ouia-safe="true"
|
|
4391
4559
|
hidden=""
|
|
@@ -4442,7 +4610,7 @@ exports[`Table Selectable table 1`] = `
|
|
|
4442
4610
|
</tr>
|
|
4443
4611
|
<tr
|
|
4444
4612
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
4445
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
4613
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:ra0:"
|
|
4446
4614
|
data-ouia-component-type="PF6/TableRow"
|
|
4447
4615
|
data-ouia-safe="true"
|
|
4448
4616
|
hidden=""
|
|
@@ -4504,7 +4672,7 @@ exports[`Table Selectable table 1`] = `
|
|
|
4504
4672
|
>
|
|
4505
4673
|
<tr
|
|
4506
4674
|
class="pf-v6-c-table__tr"
|
|
4507
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
4675
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:ra1:"
|
|
4508
4676
|
data-ouia-component-type="PF6/TableRow"
|
|
4509
4677
|
data-ouia-safe="true"
|
|
4510
4678
|
>
|
|
@@ -4520,7 +4688,7 @@ exports[`Table Selectable table 1`] = `
|
|
|
4520
4688
|
aria-invalid="false"
|
|
4521
4689
|
aria-label="Select row 3"
|
|
4522
4690
|
class="pf-v6-c-check__input"
|
|
4523
|
-
data-ouia-component-id="OUIA-Generated-Checkbox
|
|
4691
|
+
data-ouia-component-id="OUIA-Generated-Checkbox-:ra3:"
|
|
4524
4692
|
data-ouia-component-type="PF6/Checkbox"
|
|
4525
4693
|
data-ouia-safe="true"
|
|
4526
4694
|
id="select-3"
|
|
@@ -4575,7 +4743,7 @@ exports[`Table Selectable table 1`] = `
|
|
|
4575
4743
|
</tr>
|
|
4576
4744
|
<tr
|
|
4577
4745
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
4578
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
4746
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:ra4:"
|
|
4579
4747
|
data-ouia-component-type="PF6/TableRow"
|
|
4580
4748
|
data-ouia-safe="true"
|
|
4581
4749
|
hidden=""
|
|
@@ -4637,7 +4805,7 @@ exports[`Table Selectable table 1`] = `
|
|
|
4637
4805
|
>
|
|
4638
4806
|
<tr
|
|
4639
4807
|
class="pf-v6-c-table__tr"
|
|
4640
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
4808
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:ra5:"
|
|
4641
4809
|
data-ouia-component-type="PF6/TableRow"
|
|
4642
4810
|
data-ouia-safe="true"
|
|
4643
4811
|
>
|
|
@@ -4653,7 +4821,7 @@ exports[`Table Selectable table 1`] = `
|
|
|
4653
4821
|
aria-invalid="false"
|
|
4654
4822
|
aria-label="Select row 5"
|
|
4655
4823
|
class="pf-v6-c-check__input"
|
|
4656
|
-
data-ouia-component-id="OUIA-Generated-Checkbox
|
|
4824
|
+
data-ouia-component-id="OUIA-Generated-Checkbox-:ra7:"
|
|
4657
4825
|
data-ouia-component-type="PF6/Checkbox"
|
|
4658
4826
|
data-ouia-safe="true"
|
|
4659
4827
|
id="select-5"
|
|
@@ -4713,7 +4881,7 @@ exports[`Table Selectable table 1`] = `
|
|
|
4713
4881
|
>
|
|
4714
4882
|
<tr
|
|
4715
4883
|
class="pf-v6-c-table__tr"
|
|
4716
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
4884
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:ra8:"
|
|
4717
4885
|
data-ouia-component-type="PF6/TableRow"
|
|
4718
4886
|
data-ouia-safe="true"
|
|
4719
4887
|
>
|
|
@@ -4729,7 +4897,7 @@ exports[`Table Selectable table 1`] = `
|
|
|
4729
4897
|
aria-invalid="false"
|
|
4730
4898
|
aria-label="Select row 6"
|
|
4731
4899
|
class="pf-v6-c-check__input"
|
|
4732
|
-
data-ouia-component-id="OUIA-Generated-Checkbox
|
|
4900
|
+
data-ouia-component-id="OUIA-Generated-Checkbox-:raa:"
|
|
4733
4901
|
data-ouia-component-type="PF6/Checkbox"
|
|
4734
4902
|
data-ouia-safe="true"
|
|
4735
4903
|
id="select-6"
|
|
@@ -4789,7 +4957,7 @@ exports[`Table Selectable table 1`] = `
|
|
|
4789
4957
|
>
|
|
4790
4958
|
<tr
|
|
4791
4959
|
class="pf-v6-c-table__tr"
|
|
4792
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
4960
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rab:"
|
|
4793
4961
|
data-ouia-component-type="PF6/TableRow"
|
|
4794
4962
|
data-ouia-safe="true"
|
|
4795
4963
|
>
|
|
@@ -4805,7 +4973,7 @@ exports[`Table Selectable table 1`] = `
|
|
|
4805
4973
|
aria-invalid="false"
|
|
4806
4974
|
aria-label="Select row 7"
|
|
4807
4975
|
class="pf-v6-c-check__input"
|
|
4808
|
-
data-ouia-component-id="OUIA-Generated-Checkbox
|
|
4976
|
+
data-ouia-component-id="OUIA-Generated-Checkbox-:rad:"
|
|
4809
4977
|
data-ouia-component-type="PF6/Checkbox"
|
|
4810
4978
|
data-ouia-safe="true"
|
|
4811
4979
|
id="select-7"
|
|
@@ -4865,7 +5033,7 @@ exports[`Table Selectable table 1`] = `
|
|
|
4865
5033
|
>
|
|
4866
5034
|
<tr
|
|
4867
5035
|
class="pf-v6-c-table__tr"
|
|
4868
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
5036
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rae:"
|
|
4869
5037
|
data-ouia-component-type="PF6/TableRow"
|
|
4870
5038
|
data-ouia-safe="true"
|
|
4871
5039
|
>
|
|
@@ -4881,7 +5049,7 @@ exports[`Table Selectable table 1`] = `
|
|
|
4881
5049
|
aria-invalid="false"
|
|
4882
5050
|
aria-label="Select row 8"
|
|
4883
5051
|
class="pf-v6-c-check__input"
|
|
4884
|
-
data-ouia-component-id="OUIA-Generated-Checkbox
|
|
5052
|
+
data-ouia-component-id="OUIA-Generated-Checkbox-:rag:"
|
|
4885
5053
|
data-ouia-component-type="PF6/Checkbox"
|
|
4886
5054
|
data-ouia-safe="true"
|
|
4887
5055
|
id="select-8"
|
|
@@ -4944,7 +5112,7 @@ exports[`Table Selectable table with Radio 1`] = `
|
|
|
4944
5112
|
<table
|
|
4945
5113
|
aria-label="Aria labeled"
|
|
4946
5114
|
class="pf-v6-c-table pf-m-grid-md"
|
|
4947
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
5115
|
+
data-ouia-component-id="OUIA-Generated-Table-:rah:"
|
|
4948
5116
|
data-ouia-component-type="PF6/Table"
|
|
4949
5117
|
data-ouia-safe="true"
|
|
4950
5118
|
role="grid"
|
|
@@ -4954,7 +5122,7 @@ exports[`Table Selectable table with Radio 1`] = `
|
|
|
4954
5122
|
>
|
|
4955
5123
|
<tr
|
|
4956
5124
|
class="pf-v6-c-table__tr"
|
|
4957
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
5125
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rai:"
|
|
4958
5126
|
data-ouia-component-type="PF6/TableRow"
|
|
4959
5127
|
data-ouia-safe="true"
|
|
4960
5128
|
>
|
|
@@ -4993,12 +5161,24 @@ exports[`Table Selectable table with Radio 1`] = `
|
|
|
4993
5161
|
fill="currentColor"
|
|
4994
5162
|
height="1em"
|
|
4995
5163
|
role="img"
|
|
4996
|
-
viewBox="0 0 256 512"
|
|
4997
5164
|
width="1em"
|
|
4998
5165
|
>
|
|
4999
|
-
<
|
|
5000
|
-
|
|
5001
|
-
|
|
5166
|
+
<svg
|
|
5167
|
+
class="pf-v6-icon-default"
|
|
5168
|
+
viewBox="0 0 256 512"
|
|
5169
|
+
>
|
|
5170
|
+
<path
|
|
5171
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
5172
|
+
/>
|
|
5173
|
+
</svg>
|
|
5174
|
+
<svg
|
|
5175
|
+
class="pf-v6-icon-rh-ui"
|
|
5176
|
+
viewBox="0 0 32 32"
|
|
5177
|
+
>
|
|
5178
|
+
<path
|
|
5179
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
5180
|
+
/>
|
|
5181
|
+
</svg>
|
|
5002
5182
|
</svg>
|
|
5003
5183
|
</span>
|
|
5004
5184
|
</div>
|
|
@@ -5048,7 +5228,7 @@ exports[`Table Selectable table with Radio 1`] = `
|
|
|
5048
5228
|
>
|
|
5049
5229
|
<tr
|
|
5050
5230
|
class="pf-v6-c-table__tr"
|
|
5051
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
5231
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:raj:"
|
|
5052
5232
|
data-ouia-component-type="PF6/TableRow"
|
|
5053
5233
|
data-ouia-safe="true"
|
|
5054
5234
|
>
|
|
@@ -5064,7 +5244,7 @@ exports[`Table Selectable table with Radio 1`] = `
|
|
|
5064
5244
|
aria-invalid="false"
|
|
5065
5245
|
aria-label="Select row 0"
|
|
5066
5246
|
class="pf-v6-c-radio__input"
|
|
5067
|
-
data-ouia-component-id="OUIA-Generated-Radio
|
|
5247
|
+
data-ouia-component-id="OUIA-Generated-Radio-:ral:"
|
|
5068
5248
|
data-ouia-component-type="PF6/Radio"
|
|
5069
5249
|
data-ouia-safe="true"
|
|
5070
5250
|
id="select-0"
|
|
@@ -5120,7 +5300,7 @@ exports[`Table Selectable table with Radio 1`] = `
|
|
|
5120
5300
|
</tr>
|
|
5121
5301
|
<tr
|
|
5122
5302
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
5123
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
5303
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:ram:"
|
|
5124
5304
|
data-ouia-component-type="PF6/TableRow"
|
|
5125
5305
|
data-ouia-safe="true"
|
|
5126
5306
|
hidden=""
|
|
@@ -5177,7 +5357,7 @@ exports[`Table Selectable table with Radio 1`] = `
|
|
|
5177
5357
|
</tr>
|
|
5178
5358
|
<tr
|
|
5179
5359
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
5180
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
5360
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:ran:"
|
|
5181
5361
|
data-ouia-component-type="PF6/TableRow"
|
|
5182
5362
|
data-ouia-safe="true"
|
|
5183
5363
|
hidden=""
|
|
@@ -5239,7 +5419,7 @@ exports[`Table Selectable table with Radio 1`] = `
|
|
|
5239
5419
|
>
|
|
5240
5420
|
<tr
|
|
5241
5421
|
class="pf-v6-c-table__tr"
|
|
5242
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
5422
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rao:"
|
|
5243
5423
|
data-ouia-component-type="PF6/TableRow"
|
|
5244
5424
|
data-ouia-safe="true"
|
|
5245
5425
|
>
|
|
@@ -5255,7 +5435,7 @@ exports[`Table Selectable table with Radio 1`] = `
|
|
|
5255
5435
|
aria-invalid="false"
|
|
5256
5436
|
aria-label="Select row 3"
|
|
5257
5437
|
class="pf-v6-c-radio__input"
|
|
5258
|
-
data-ouia-component-id="OUIA-Generated-Radio
|
|
5438
|
+
data-ouia-component-id="OUIA-Generated-Radio-:raq:"
|
|
5259
5439
|
data-ouia-component-type="PF6/Radio"
|
|
5260
5440
|
data-ouia-safe="true"
|
|
5261
5441
|
id="select-3"
|
|
@@ -5311,7 +5491,7 @@ exports[`Table Selectable table with Radio 1`] = `
|
|
|
5311
5491
|
</tr>
|
|
5312
5492
|
<tr
|
|
5313
5493
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
5314
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
5494
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rar:"
|
|
5315
5495
|
data-ouia-component-type="PF6/TableRow"
|
|
5316
5496
|
data-ouia-safe="true"
|
|
5317
5497
|
hidden=""
|
|
@@ -5373,7 +5553,7 @@ exports[`Table Selectable table with Radio 1`] = `
|
|
|
5373
5553
|
>
|
|
5374
5554
|
<tr
|
|
5375
5555
|
class="pf-v6-c-table__tr"
|
|
5376
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
5556
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:ras:"
|
|
5377
5557
|
data-ouia-component-type="PF6/TableRow"
|
|
5378
5558
|
data-ouia-safe="true"
|
|
5379
5559
|
>
|
|
@@ -5389,7 +5569,7 @@ exports[`Table Selectable table with Radio 1`] = `
|
|
|
5389
5569
|
aria-invalid="false"
|
|
5390
5570
|
aria-label="Select row 5"
|
|
5391
5571
|
class="pf-v6-c-radio__input"
|
|
5392
|
-
data-ouia-component-id="OUIA-Generated-Radio
|
|
5572
|
+
data-ouia-component-id="OUIA-Generated-Radio-:rau:"
|
|
5393
5573
|
data-ouia-component-type="PF6/Radio"
|
|
5394
5574
|
data-ouia-safe="true"
|
|
5395
5575
|
id="select-5"
|
|
@@ -5450,7 +5630,7 @@ exports[`Table Selectable table with Radio 1`] = `
|
|
|
5450
5630
|
>
|
|
5451
5631
|
<tr
|
|
5452
5632
|
class="pf-v6-c-table__tr"
|
|
5453
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
5633
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rav:"
|
|
5454
5634
|
data-ouia-component-type="PF6/TableRow"
|
|
5455
5635
|
data-ouia-safe="true"
|
|
5456
5636
|
>
|
|
@@ -5466,7 +5646,7 @@ exports[`Table Selectable table with Radio 1`] = `
|
|
|
5466
5646
|
aria-invalid="false"
|
|
5467
5647
|
aria-label="Select row 6"
|
|
5468
5648
|
class="pf-v6-c-radio__input"
|
|
5469
|
-
data-ouia-component-id="OUIA-Generated-Radio
|
|
5649
|
+
data-ouia-component-id="OUIA-Generated-Radio-:rb1:"
|
|
5470
5650
|
data-ouia-component-type="PF6/Radio"
|
|
5471
5651
|
data-ouia-safe="true"
|
|
5472
5652
|
id="select-6"
|
|
@@ -5527,7 +5707,7 @@ exports[`Table Selectable table with Radio 1`] = `
|
|
|
5527
5707
|
>
|
|
5528
5708
|
<tr
|
|
5529
5709
|
class="pf-v6-c-table__tr"
|
|
5530
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
5710
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rb2:"
|
|
5531
5711
|
data-ouia-component-type="PF6/TableRow"
|
|
5532
5712
|
data-ouia-safe="true"
|
|
5533
5713
|
>
|
|
@@ -5543,7 +5723,7 @@ exports[`Table Selectable table with Radio 1`] = `
|
|
|
5543
5723
|
aria-invalid="false"
|
|
5544
5724
|
aria-label="Select row 7"
|
|
5545
5725
|
class="pf-v6-c-radio__input"
|
|
5546
|
-
data-ouia-component-id="OUIA-Generated-Radio
|
|
5726
|
+
data-ouia-component-id="OUIA-Generated-Radio-:rb4:"
|
|
5547
5727
|
data-ouia-component-type="PF6/Radio"
|
|
5548
5728
|
data-ouia-safe="true"
|
|
5549
5729
|
id="select-7"
|
|
@@ -5604,7 +5784,7 @@ exports[`Table Selectable table with Radio 1`] = `
|
|
|
5604
5784
|
>
|
|
5605
5785
|
<tr
|
|
5606
5786
|
class="pf-v6-c-table__tr"
|
|
5607
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
5787
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rb5:"
|
|
5608
5788
|
data-ouia-component-type="PF6/TableRow"
|
|
5609
5789
|
data-ouia-safe="true"
|
|
5610
5790
|
>
|
|
@@ -5620,7 +5800,7 @@ exports[`Table Selectable table with Radio 1`] = `
|
|
|
5620
5800
|
aria-invalid="false"
|
|
5621
5801
|
aria-label="Select row 8"
|
|
5622
5802
|
class="pf-v6-c-radio__input"
|
|
5623
|
-
data-ouia-component-id="OUIA-Generated-Radio
|
|
5803
|
+
data-ouia-component-id="OUIA-Generated-Radio-:rb7:"
|
|
5624
5804
|
data-ouia-component-type="PF6/Radio"
|
|
5625
5805
|
data-ouia-safe="true"
|
|
5626
5806
|
id="select-8"
|
|
@@ -5684,7 +5864,7 @@ exports[`Table Selectable table with selected expandable row 1`] = `
|
|
|
5684
5864
|
<table
|
|
5685
5865
|
aria-label="Aria labeled"
|
|
5686
5866
|
class="pf-v6-c-table pf-m-grid-md"
|
|
5687
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
5867
|
+
data-ouia-component-id="OUIA-Generated-Table-:rbu:"
|
|
5688
5868
|
data-ouia-component-type="PF6/Table"
|
|
5689
5869
|
data-ouia-safe="true"
|
|
5690
5870
|
role="grid"
|
|
@@ -5694,7 +5874,7 @@ exports[`Table Selectable table with selected expandable row 1`] = `
|
|
|
5694
5874
|
>
|
|
5695
5875
|
<tr
|
|
5696
5876
|
class="pf-v6-c-table__tr"
|
|
5697
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
5877
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rbv:"
|
|
5698
5878
|
data-ouia-component-type="PF6/TableRow"
|
|
5699
5879
|
data-ouia-safe="true"
|
|
5700
5880
|
>
|
|
@@ -5713,7 +5893,7 @@ exports[`Table Selectable table with selected expandable row 1`] = `
|
|
|
5713
5893
|
aria-label="Select all rows"
|
|
5714
5894
|
checked=""
|
|
5715
5895
|
class="pf-v6-c-check__input"
|
|
5716
|
-
data-ouia-component-id="OUIA-Generated-Checkbox
|
|
5896
|
+
data-ouia-component-id="OUIA-Generated-Checkbox-:rc1:"
|
|
5717
5897
|
data-ouia-component-type="PF6/Checkbox"
|
|
5718
5898
|
data-ouia-safe="true"
|
|
5719
5899
|
id="select-all"
|
|
@@ -5738,7 +5918,7 @@ exports[`Table Selectable table with selected expandable row 1`] = `
|
|
|
5738
5918
|
>
|
|
5739
5919
|
<tr
|
|
5740
5920
|
class="pf-v6-c-table__tr"
|
|
5741
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
5921
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rc2:"
|
|
5742
5922
|
data-ouia-component-type="PF6/TableRow"
|
|
5743
5923
|
data-ouia-safe="true"
|
|
5744
5924
|
>
|
|
@@ -5755,7 +5935,7 @@ exports[`Table Selectable table with selected expandable row 1`] = `
|
|
|
5755
5935
|
aria-label="Select row 0"
|
|
5756
5936
|
checked=""
|
|
5757
5937
|
class="pf-v6-c-check__input"
|
|
5758
|
-
data-ouia-component-id="OUIA-Generated-Checkbox
|
|
5938
|
+
data-ouia-component-id="OUIA-Generated-Checkbox-:rc4:"
|
|
5759
5939
|
data-ouia-component-type="PF6/Checkbox"
|
|
5760
5940
|
data-ouia-safe="true"
|
|
5761
5941
|
id="select-0"
|
|
@@ -5774,7 +5954,7 @@ exports[`Table Selectable table with selected expandable row 1`] = `
|
|
|
5774
5954
|
</tr>
|
|
5775
5955
|
<tr
|
|
5776
5956
|
class="pf-v6-c-table__tr"
|
|
5777
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
5957
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rc5:"
|
|
5778
5958
|
data-ouia-component-type="PF6/TableRow"
|
|
5779
5959
|
data-ouia-safe="true"
|
|
5780
5960
|
>
|
|
@@ -5802,7 +5982,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
5802
5982
|
<table
|
|
5803
5983
|
aria-label="Aria labeled"
|
|
5804
5984
|
class="pf-v6-c-table pf-m-grid-md"
|
|
5805
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
5985
|
+
data-ouia-component-id="OUIA-Generated-Table-:r59:"
|
|
5806
5986
|
data-ouia-component-type="PF6/Table"
|
|
5807
5987
|
data-ouia-safe="true"
|
|
5808
5988
|
role="grid"
|
|
@@ -5812,7 +5992,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
5812
5992
|
>
|
|
5813
5993
|
<tr
|
|
5814
5994
|
class="pf-v6-c-table__tr"
|
|
5815
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
5995
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r5a:"
|
|
5816
5996
|
data-ouia-component-type="PF6/TableRow"
|
|
5817
5997
|
data-ouia-safe="true"
|
|
5818
5998
|
>
|
|
@@ -5844,12 +6024,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
5844
6024
|
fill="currentColor"
|
|
5845
6025
|
height="1em"
|
|
5846
6026
|
role="img"
|
|
5847
|
-
viewBox="0 0 256 512"
|
|
5848
6027
|
width="1em"
|
|
5849
6028
|
>
|
|
5850
|
-
<
|
|
5851
|
-
|
|
5852
|
-
|
|
6029
|
+
<svg
|
|
6030
|
+
class="pf-v6-icon-default"
|
|
6031
|
+
viewBox="0 0 256 512"
|
|
6032
|
+
>
|
|
6033
|
+
<path
|
|
6034
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
6035
|
+
/>
|
|
6036
|
+
</svg>
|
|
6037
|
+
<svg
|
|
6038
|
+
class="pf-v6-icon-rh-ui"
|
|
6039
|
+
viewBox="0 0 32 32"
|
|
6040
|
+
>
|
|
6041
|
+
<path
|
|
6042
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
6043
|
+
/>
|
|
6044
|
+
</svg>
|
|
5853
6045
|
</svg>
|
|
5854
6046
|
</span>
|
|
5855
6047
|
</div>
|
|
@@ -5905,7 +6097,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
5905
6097
|
>
|
|
5906
6098
|
<tr
|
|
5907
6099
|
class="pf-v6-c-table__tr"
|
|
5908
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
6100
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r5b:"
|
|
5909
6101
|
data-ouia-component-type="PF6/TableRow"
|
|
5910
6102
|
data-ouia-safe="true"
|
|
5911
6103
|
>
|
|
@@ -5959,7 +6151,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
5959
6151
|
aria-expanded="false"
|
|
5960
6152
|
aria-label="Kebab toggle"
|
|
5961
6153
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5962
|
-
data-ouia-component-id="OUIA-Generated-MenuToggle-plain
|
|
6154
|
+
data-ouia-component-id="OUIA-Generated-MenuToggle-plain-:r5f:"
|
|
5963
6155
|
data-ouia-component-type="PF6/MenuToggle"
|
|
5964
6156
|
data-ouia-safe="true"
|
|
5965
6157
|
type="button"
|
|
@@ -5973,12 +6165,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
5973
6165
|
fill="currentColor"
|
|
5974
6166
|
height="1em"
|
|
5975
6167
|
role="img"
|
|
5976
|
-
viewBox="0 0 192 512"
|
|
5977
6168
|
width="1em"
|
|
5978
6169
|
>
|
|
5979
|
-
<
|
|
5980
|
-
|
|
5981
|
-
|
|
6170
|
+
<svg
|
|
6171
|
+
class="pf-v6-icon-default"
|
|
6172
|
+
viewBox="0 0 192 512"
|
|
6173
|
+
>
|
|
6174
|
+
<path
|
|
6175
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6176
|
+
/>
|
|
6177
|
+
</svg>
|
|
6178
|
+
<svg
|
|
6179
|
+
class="pf-v6-icon-rh-ui"
|
|
6180
|
+
viewBox="0 0 32 32"
|
|
6181
|
+
>
|
|
6182
|
+
<path
|
|
6183
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
6184
|
+
/>
|
|
6185
|
+
</svg>
|
|
5982
6186
|
</svg>
|
|
5983
6187
|
</span>
|
|
5984
6188
|
</button>
|
|
@@ -5986,7 +6190,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
5986
6190
|
</tr>
|
|
5987
6191
|
<tr
|
|
5988
6192
|
class="pf-v6-c-table__tr"
|
|
5989
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
6193
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r5g:"
|
|
5990
6194
|
data-ouia-component-type="PF6/TableRow"
|
|
5991
6195
|
data-ouia-safe="true"
|
|
5992
6196
|
>
|
|
@@ -6040,7 +6244,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6040
6244
|
aria-expanded="false"
|
|
6041
6245
|
aria-label="Kebab toggle"
|
|
6042
6246
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6043
|
-
data-ouia-component-id="OUIA-Generated-MenuToggle-plain
|
|
6247
|
+
data-ouia-component-id="OUIA-Generated-MenuToggle-plain-:r5k:"
|
|
6044
6248
|
data-ouia-component-type="PF6/MenuToggle"
|
|
6045
6249
|
data-ouia-safe="true"
|
|
6046
6250
|
type="button"
|
|
@@ -6054,12 +6258,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6054
6258
|
fill="currentColor"
|
|
6055
6259
|
height="1em"
|
|
6056
6260
|
role="img"
|
|
6057
|
-
viewBox="0 0 192 512"
|
|
6058
6261
|
width="1em"
|
|
6059
6262
|
>
|
|
6060
|
-
<
|
|
6061
|
-
|
|
6062
|
-
|
|
6263
|
+
<svg
|
|
6264
|
+
class="pf-v6-icon-default"
|
|
6265
|
+
viewBox="0 0 192 512"
|
|
6266
|
+
>
|
|
6267
|
+
<path
|
|
6268
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6269
|
+
/>
|
|
6270
|
+
</svg>
|
|
6271
|
+
<svg
|
|
6272
|
+
class="pf-v6-icon-rh-ui"
|
|
6273
|
+
viewBox="0 0 32 32"
|
|
6274
|
+
>
|
|
6275
|
+
<path
|
|
6276
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
6277
|
+
/>
|
|
6278
|
+
</svg>
|
|
6063
6279
|
</svg>
|
|
6064
6280
|
</span>
|
|
6065
6281
|
</button>
|
|
@@ -6067,7 +6283,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6067
6283
|
</tr>
|
|
6068
6284
|
<tr
|
|
6069
6285
|
class="pf-v6-c-table__tr"
|
|
6070
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
6286
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r5l:"
|
|
6071
6287
|
data-ouia-component-type="PF6/TableRow"
|
|
6072
6288
|
data-ouia-safe="true"
|
|
6073
6289
|
>
|
|
@@ -6121,7 +6337,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6121
6337
|
aria-expanded="false"
|
|
6122
6338
|
aria-label="Kebab toggle"
|
|
6123
6339
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6124
|
-
data-ouia-component-id="OUIA-Generated-MenuToggle-plain
|
|
6340
|
+
data-ouia-component-id="OUIA-Generated-MenuToggle-plain-:r5p:"
|
|
6125
6341
|
data-ouia-component-type="PF6/MenuToggle"
|
|
6126
6342
|
data-ouia-safe="true"
|
|
6127
6343
|
type="button"
|
|
@@ -6135,12 +6351,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6135
6351
|
fill="currentColor"
|
|
6136
6352
|
height="1em"
|
|
6137
6353
|
role="img"
|
|
6138
|
-
viewBox="0 0 192 512"
|
|
6139
6354
|
width="1em"
|
|
6140
6355
|
>
|
|
6141
|
-
<
|
|
6142
|
-
|
|
6143
|
-
|
|
6356
|
+
<svg
|
|
6357
|
+
class="pf-v6-icon-default"
|
|
6358
|
+
viewBox="0 0 192 512"
|
|
6359
|
+
>
|
|
6360
|
+
<path
|
|
6361
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6362
|
+
/>
|
|
6363
|
+
</svg>
|
|
6364
|
+
<svg
|
|
6365
|
+
class="pf-v6-icon-rh-ui"
|
|
6366
|
+
viewBox="0 0 32 32"
|
|
6367
|
+
>
|
|
6368
|
+
<path
|
|
6369
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
6370
|
+
/>
|
|
6371
|
+
</svg>
|
|
6144
6372
|
</svg>
|
|
6145
6373
|
</span>
|
|
6146
6374
|
</button>
|
|
@@ -6148,7 +6376,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6148
6376
|
</tr>
|
|
6149
6377
|
<tr
|
|
6150
6378
|
class="pf-v6-c-table__tr"
|
|
6151
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
6379
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r5q:"
|
|
6152
6380
|
data-ouia-component-type="PF6/TableRow"
|
|
6153
6381
|
data-ouia-safe="true"
|
|
6154
6382
|
>
|
|
@@ -6202,7 +6430,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6202
6430
|
aria-expanded="false"
|
|
6203
6431
|
aria-label="Kebab toggle"
|
|
6204
6432
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6205
|
-
data-ouia-component-id="OUIA-Generated-MenuToggle-plain
|
|
6433
|
+
data-ouia-component-id="OUIA-Generated-MenuToggle-plain-:r5u:"
|
|
6206
6434
|
data-ouia-component-type="PF6/MenuToggle"
|
|
6207
6435
|
data-ouia-safe="true"
|
|
6208
6436
|
type="button"
|
|
@@ -6216,12 +6444,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6216
6444
|
fill="currentColor"
|
|
6217
6445
|
height="1em"
|
|
6218
6446
|
role="img"
|
|
6219
|
-
viewBox="0 0 192 512"
|
|
6220
6447
|
width="1em"
|
|
6221
6448
|
>
|
|
6222
|
-
<
|
|
6223
|
-
|
|
6224
|
-
|
|
6449
|
+
<svg
|
|
6450
|
+
class="pf-v6-icon-default"
|
|
6451
|
+
viewBox="0 0 192 512"
|
|
6452
|
+
>
|
|
6453
|
+
<path
|
|
6454
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6455
|
+
/>
|
|
6456
|
+
</svg>
|
|
6457
|
+
<svg
|
|
6458
|
+
class="pf-v6-icon-rh-ui"
|
|
6459
|
+
viewBox="0 0 32 32"
|
|
6460
|
+
>
|
|
6461
|
+
<path
|
|
6462
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
6463
|
+
/>
|
|
6464
|
+
</svg>
|
|
6225
6465
|
</svg>
|
|
6226
6466
|
</span>
|
|
6227
6467
|
</button>
|
|
@@ -6229,7 +6469,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6229
6469
|
</tr>
|
|
6230
6470
|
<tr
|
|
6231
6471
|
class="pf-v6-c-table__tr"
|
|
6232
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
6472
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r5v:"
|
|
6233
6473
|
data-ouia-component-type="PF6/TableRow"
|
|
6234
6474
|
data-ouia-safe="true"
|
|
6235
6475
|
>
|
|
@@ -6283,7 +6523,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6283
6523
|
aria-expanded="false"
|
|
6284
6524
|
aria-label="Kebab toggle"
|
|
6285
6525
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6286
|
-
data-ouia-component-id="OUIA-Generated-MenuToggle-plain
|
|
6526
|
+
data-ouia-component-id="OUIA-Generated-MenuToggle-plain-:r63:"
|
|
6287
6527
|
data-ouia-component-type="PF6/MenuToggle"
|
|
6288
6528
|
data-ouia-safe="true"
|
|
6289
6529
|
type="button"
|
|
@@ -6297,12 +6537,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6297
6537
|
fill="currentColor"
|
|
6298
6538
|
height="1em"
|
|
6299
6539
|
role="img"
|
|
6300
|
-
viewBox="0 0 192 512"
|
|
6301
6540
|
width="1em"
|
|
6302
6541
|
>
|
|
6303
|
-
<
|
|
6304
|
-
|
|
6305
|
-
|
|
6542
|
+
<svg
|
|
6543
|
+
class="pf-v6-icon-default"
|
|
6544
|
+
viewBox="0 0 192 512"
|
|
6545
|
+
>
|
|
6546
|
+
<path
|
|
6547
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6548
|
+
/>
|
|
6549
|
+
</svg>
|
|
6550
|
+
<svg
|
|
6551
|
+
class="pf-v6-icon-rh-ui"
|
|
6552
|
+
viewBox="0 0 32 32"
|
|
6553
|
+
>
|
|
6554
|
+
<path
|
|
6555
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
6556
|
+
/>
|
|
6557
|
+
</svg>
|
|
6306
6558
|
</svg>
|
|
6307
6559
|
</span>
|
|
6308
6560
|
</button>
|
|
@@ -6310,7 +6562,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6310
6562
|
</tr>
|
|
6311
6563
|
<tr
|
|
6312
6564
|
class="pf-v6-c-table__tr"
|
|
6313
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
6565
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r64:"
|
|
6314
6566
|
data-ouia-component-type="PF6/TableRow"
|
|
6315
6567
|
data-ouia-safe="true"
|
|
6316
6568
|
>
|
|
@@ -6364,7 +6616,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6364
6616
|
aria-expanded="false"
|
|
6365
6617
|
aria-label="Kebab toggle"
|
|
6366
6618
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6367
|
-
data-ouia-component-id="OUIA-Generated-MenuToggle-plain
|
|
6619
|
+
data-ouia-component-id="OUIA-Generated-MenuToggle-plain-:r68:"
|
|
6368
6620
|
data-ouia-component-type="PF6/MenuToggle"
|
|
6369
6621
|
data-ouia-safe="true"
|
|
6370
6622
|
type="button"
|
|
@@ -6378,12 +6630,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6378
6630
|
fill="currentColor"
|
|
6379
6631
|
height="1em"
|
|
6380
6632
|
role="img"
|
|
6381
|
-
viewBox="0 0 192 512"
|
|
6382
6633
|
width="1em"
|
|
6383
6634
|
>
|
|
6384
|
-
<
|
|
6385
|
-
|
|
6386
|
-
|
|
6635
|
+
<svg
|
|
6636
|
+
class="pf-v6-icon-default"
|
|
6637
|
+
viewBox="0 0 192 512"
|
|
6638
|
+
>
|
|
6639
|
+
<path
|
|
6640
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6641
|
+
/>
|
|
6642
|
+
</svg>
|
|
6643
|
+
<svg
|
|
6644
|
+
class="pf-v6-icon-rh-ui"
|
|
6645
|
+
viewBox="0 0 32 32"
|
|
6646
|
+
>
|
|
6647
|
+
<path
|
|
6648
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
6649
|
+
/>
|
|
6650
|
+
</svg>
|
|
6387
6651
|
</svg>
|
|
6388
6652
|
</span>
|
|
6389
6653
|
</button>
|
|
@@ -6391,7 +6655,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6391
6655
|
</tr>
|
|
6392
6656
|
<tr
|
|
6393
6657
|
class="pf-v6-c-table__tr"
|
|
6394
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
6658
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r69:"
|
|
6395
6659
|
data-ouia-component-type="PF6/TableRow"
|
|
6396
6660
|
data-ouia-safe="true"
|
|
6397
6661
|
>
|
|
@@ -6445,7 +6709,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6445
6709
|
aria-expanded="false"
|
|
6446
6710
|
aria-label="Kebab toggle"
|
|
6447
6711
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6448
|
-
data-ouia-component-id="OUIA-Generated-MenuToggle-plain
|
|
6712
|
+
data-ouia-component-id="OUIA-Generated-MenuToggle-plain-:r6d:"
|
|
6449
6713
|
data-ouia-component-type="PF6/MenuToggle"
|
|
6450
6714
|
data-ouia-safe="true"
|
|
6451
6715
|
type="button"
|
|
@@ -6459,12 +6723,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6459
6723
|
fill="currentColor"
|
|
6460
6724
|
height="1em"
|
|
6461
6725
|
role="img"
|
|
6462
|
-
viewBox="0 0 192 512"
|
|
6463
6726
|
width="1em"
|
|
6464
6727
|
>
|
|
6465
|
-
<
|
|
6466
|
-
|
|
6467
|
-
|
|
6728
|
+
<svg
|
|
6729
|
+
class="pf-v6-icon-default"
|
|
6730
|
+
viewBox="0 0 192 512"
|
|
6731
|
+
>
|
|
6732
|
+
<path
|
|
6733
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6734
|
+
/>
|
|
6735
|
+
</svg>
|
|
6736
|
+
<svg
|
|
6737
|
+
class="pf-v6-icon-rh-ui"
|
|
6738
|
+
viewBox="0 0 32 32"
|
|
6739
|
+
>
|
|
6740
|
+
<path
|
|
6741
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
6742
|
+
/>
|
|
6743
|
+
</svg>
|
|
6468
6744
|
</svg>
|
|
6469
6745
|
</span>
|
|
6470
6746
|
</button>
|
|
@@ -6472,7 +6748,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6472
6748
|
</tr>
|
|
6473
6749
|
<tr
|
|
6474
6750
|
class="pf-v6-c-table__tr"
|
|
6475
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
6751
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r6e:"
|
|
6476
6752
|
data-ouia-component-type="PF6/TableRow"
|
|
6477
6753
|
data-ouia-safe="true"
|
|
6478
6754
|
>
|
|
@@ -6526,7 +6802,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6526
6802
|
aria-expanded="false"
|
|
6527
6803
|
aria-label="Kebab toggle"
|
|
6528
6804
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6529
|
-
data-ouia-component-id="OUIA-Generated-MenuToggle-plain
|
|
6805
|
+
data-ouia-component-id="OUIA-Generated-MenuToggle-plain-:r6i:"
|
|
6530
6806
|
data-ouia-component-type="PF6/MenuToggle"
|
|
6531
6807
|
data-ouia-safe="true"
|
|
6532
6808
|
type="button"
|
|
@@ -6540,12 +6816,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6540
6816
|
fill="currentColor"
|
|
6541
6817
|
height="1em"
|
|
6542
6818
|
role="img"
|
|
6543
|
-
viewBox="0 0 192 512"
|
|
6544
6819
|
width="1em"
|
|
6545
6820
|
>
|
|
6546
|
-
<
|
|
6547
|
-
|
|
6548
|
-
|
|
6821
|
+
<svg
|
|
6822
|
+
class="pf-v6-icon-default"
|
|
6823
|
+
viewBox="0 0 192 512"
|
|
6824
|
+
>
|
|
6825
|
+
<path
|
|
6826
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6827
|
+
/>
|
|
6828
|
+
</svg>
|
|
6829
|
+
<svg
|
|
6830
|
+
class="pf-v6-icon-rh-ui"
|
|
6831
|
+
viewBox="0 0 32 32"
|
|
6832
|
+
>
|
|
6833
|
+
<path
|
|
6834
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
6835
|
+
/>
|
|
6836
|
+
</svg>
|
|
6549
6837
|
</svg>
|
|
6550
6838
|
</span>
|
|
6551
6839
|
</button>
|
|
@@ -6553,7 +6841,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6553
6841
|
</tr>
|
|
6554
6842
|
<tr
|
|
6555
6843
|
class="pf-v6-c-table__tr"
|
|
6556
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
6844
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r6j:"
|
|
6557
6845
|
data-ouia-component-type="PF6/TableRow"
|
|
6558
6846
|
data-ouia-safe="true"
|
|
6559
6847
|
>
|
|
@@ -6607,7 +6895,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6607
6895
|
aria-expanded="false"
|
|
6608
6896
|
aria-label="Kebab toggle"
|
|
6609
6897
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6610
|
-
data-ouia-component-id="OUIA-Generated-MenuToggle-plain
|
|
6898
|
+
data-ouia-component-id="OUIA-Generated-MenuToggle-plain-:r6n:"
|
|
6611
6899
|
data-ouia-component-type="PF6/MenuToggle"
|
|
6612
6900
|
data-ouia-safe="true"
|
|
6613
6901
|
type="button"
|
|
@@ -6621,12 +6909,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6621
6909
|
fill="currentColor"
|
|
6622
6910
|
height="1em"
|
|
6623
6911
|
role="img"
|
|
6624
|
-
viewBox="0 0 192 512"
|
|
6625
6912
|
width="1em"
|
|
6626
6913
|
>
|
|
6627
|
-
<
|
|
6628
|
-
|
|
6629
|
-
|
|
6914
|
+
<svg
|
|
6915
|
+
class="pf-v6-icon-default"
|
|
6916
|
+
viewBox="0 0 192 512"
|
|
6917
|
+
>
|
|
6918
|
+
<path
|
|
6919
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6920
|
+
/>
|
|
6921
|
+
</svg>
|
|
6922
|
+
<svg
|
|
6923
|
+
class="pf-v6-icon-rh-ui"
|
|
6924
|
+
viewBox="0 0 32 32"
|
|
6925
|
+
>
|
|
6926
|
+
<path
|
|
6927
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
6928
|
+
/>
|
|
6929
|
+
</svg>
|
|
6630
6930
|
</svg>
|
|
6631
6931
|
</span>
|
|
6632
6932
|
</button>
|
|
@@ -6634,7 +6934,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6634
6934
|
</tr>
|
|
6635
6935
|
<tr
|
|
6636
6936
|
class="pf-v6-c-table__tr"
|
|
6637
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
6937
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r6o:"
|
|
6638
6938
|
data-ouia-component-type="PF6/TableRow"
|
|
6639
6939
|
data-ouia-safe="true"
|
|
6640
6940
|
>
|
|
@@ -6688,7 +6988,7 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6688
6988
|
aria-expanded="false"
|
|
6689
6989
|
aria-label="Kebab toggle"
|
|
6690
6990
|
class="pf-v6-c-menu-toggle pf-m-plain pf-m-disabled"
|
|
6691
|
-
data-ouia-component-id="OUIA-Generated-MenuToggle-plain
|
|
6991
|
+
data-ouia-component-id="OUIA-Generated-MenuToggle-plain-:r6s:"
|
|
6692
6992
|
data-ouia-component-type="PF6/MenuToggle"
|
|
6693
6993
|
data-ouia-safe="true"
|
|
6694
6994
|
disabled=""
|
|
@@ -6703,12 +7003,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6703
7003
|
fill="currentColor"
|
|
6704
7004
|
height="1em"
|
|
6705
7005
|
role="img"
|
|
6706
|
-
viewBox="0 0 192 512"
|
|
6707
7006
|
width="1em"
|
|
6708
7007
|
>
|
|
6709
|
-
<
|
|
6710
|
-
|
|
6711
|
-
|
|
7008
|
+
<svg
|
|
7009
|
+
class="pf-v6-icon-default"
|
|
7010
|
+
viewBox="0 0 192 512"
|
|
7011
|
+
>
|
|
7012
|
+
<path
|
|
7013
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
7014
|
+
/>
|
|
7015
|
+
</svg>
|
|
7016
|
+
<svg
|
|
7017
|
+
class="pf-v6-icon-rh-ui"
|
|
7018
|
+
viewBox="0 0 32 32"
|
|
7019
|
+
>
|
|
7020
|
+
<path
|
|
7021
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
7022
|
+
/>
|
|
7023
|
+
</svg>
|
|
6712
7024
|
</svg>
|
|
6713
7025
|
</span>
|
|
6714
7026
|
</button>
|
|
@@ -6724,7 +7036,7 @@ exports[`Table Table variants Breakpoint - 1`] = `
|
|
|
6724
7036
|
<table
|
|
6725
7037
|
aria-label="Aria labeled"
|
|
6726
7038
|
class="pf-v6-c-table"
|
|
6727
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
7039
|
+
data-ouia-component-id="OUIA-Generated-Table-:r2s:"
|
|
6728
7040
|
data-ouia-component-type="PF6/Table"
|
|
6729
7041
|
data-ouia-safe="true"
|
|
6730
7042
|
role="grid"
|
|
@@ -6734,7 +7046,7 @@ exports[`Table Table variants Breakpoint - 1`] = `
|
|
|
6734
7046
|
>
|
|
6735
7047
|
<tr
|
|
6736
7048
|
class="pf-v6-c-table__tr"
|
|
6737
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
7049
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r2t:"
|
|
6738
7050
|
data-ouia-component-type="PF6/TableRow"
|
|
6739
7051
|
data-ouia-safe="true"
|
|
6740
7052
|
>
|
|
@@ -6766,12 +7078,24 @@ exports[`Table Table variants Breakpoint - 1`] = `
|
|
|
6766
7078
|
fill="currentColor"
|
|
6767
7079
|
height="1em"
|
|
6768
7080
|
role="img"
|
|
6769
|
-
viewBox="0 0 256 512"
|
|
6770
7081
|
width="1em"
|
|
6771
7082
|
>
|
|
6772
|
-
<
|
|
6773
|
-
|
|
6774
|
-
|
|
7083
|
+
<svg
|
|
7084
|
+
class="pf-v6-icon-default"
|
|
7085
|
+
viewBox="0 0 256 512"
|
|
7086
|
+
>
|
|
7087
|
+
<path
|
|
7088
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
7089
|
+
/>
|
|
7090
|
+
</svg>
|
|
7091
|
+
<svg
|
|
7092
|
+
class="pf-v6-icon-rh-ui"
|
|
7093
|
+
viewBox="0 0 32 32"
|
|
7094
|
+
>
|
|
7095
|
+
<path
|
|
7096
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
7097
|
+
/>
|
|
7098
|
+
</svg>
|
|
6775
7099
|
</svg>
|
|
6776
7100
|
</span>
|
|
6777
7101
|
</div>
|
|
@@ -6821,7 +7145,7 @@ exports[`Table Table variants Breakpoint - 1`] = `
|
|
|
6821
7145
|
>
|
|
6822
7146
|
<tr
|
|
6823
7147
|
class="pf-v6-c-table__tr"
|
|
6824
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
7148
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r2u:"
|
|
6825
7149
|
data-ouia-component-type="PF6/TableRow"
|
|
6826
7150
|
data-ouia-safe="true"
|
|
6827
7151
|
>
|
|
@@ -6868,7 +7192,7 @@ exports[`Table Table variants Breakpoint - 1`] = `
|
|
|
6868
7192
|
</tr>
|
|
6869
7193
|
<tr
|
|
6870
7194
|
class="pf-v6-c-table__tr"
|
|
6871
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
7195
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r2v:"
|
|
6872
7196
|
data-ouia-component-type="PF6/TableRow"
|
|
6873
7197
|
data-ouia-safe="true"
|
|
6874
7198
|
>
|
|
@@ -6915,7 +7239,7 @@ exports[`Table Table variants Breakpoint - 1`] = `
|
|
|
6915
7239
|
</tr>
|
|
6916
7240
|
<tr
|
|
6917
7241
|
class="pf-v6-c-table__tr"
|
|
6918
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
7242
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r30:"
|
|
6919
7243
|
data-ouia-component-type="PF6/TableRow"
|
|
6920
7244
|
data-ouia-safe="true"
|
|
6921
7245
|
>
|
|
@@ -6962,7 +7286,7 @@ exports[`Table Table variants Breakpoint - 1`] = `
|
|
|
6962
7286
|
</tr>
|
|
6963
7287
|
<tr
|
|
6964
7288
|
class="pf-v6-c-table__tr"
|
|
6965
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
7289
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r31:"
|
|
6966
7290
|
data-ouia-component-type="PF6/TableRow"
|
|
6967
7291
|
data-ouia-safe="true"
|
|
6968
7292
|
>
|
|
@@ -7009,7 +7333,7 @@ exports[`Table Table variants Breakpoint - 1`] = `
|
|
|
7009
7333
|
</tr>
|
|
7010
7334
|
<tr
|
|
7011
7335
|
class="pf-v6-c-table__tr"
|
|
7012
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
7336
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r32:"
|
|
7013
7337
|
data-ouia-component-type="PF6/TableRow"
|
|
7014
7338
|
data-ouia-safe="true"
|
|
7015
7339
|
>
|
|
@@ -7056,7 +7380,7 @@ exports[`Table Table variants Breakpoint - 1`] = `
|
|
|
7056
7380
|
</tr>
|
|
7057
7381
|
<tr
|
|
7058
7382
|
class="pf-v6-c-table__tr"
|
|
7059
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
7383
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r33:"
|
|
7060
7384
|
data-ouia-component-type="PF6/TableRow"
|
|
7061
7385
|
data-ouia-safe="true"
|
|
7062
7386
|
>
|
|
@@ -7103,7 +7427,7 @@ exports[`Table Table variants Breakpoint - 1`] = `
|
|
|
7103
7427
|
</tr>
|
|
7104
7428
|
<tr
|
|
7105
7429
|
class="pf-v6-c-table__tr"
|
|
7106
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
7430
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r34:"
|
|
7107
7431
|
data-ouia-component-type="PF6/TableRow"
|
|
7108
7432
|
data-ouia-safe="true"
|
|
7109
7433
|
>
|
|
@@ -7150,7 +7474,7 @@ exports[`Table Table variants Breakpoint - 1`] = `
|
|
|
7150
7474
|
</tr>
|
|
7151
7475
|
<tr
|
|
7152
7476
|
class="pf-v6-c-table__tr"
|
|
7153
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
7477
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r35:"
|
|
7154
7478
|
data-ouia-component-type="PF6/TableRow"
|
|
7155
7479
|
data-ouia-safe="true"
|
|
7156
7480
|
>
|
|
@@ -7197,7 +7521,7 @@ exports[`Table Table variants Breakpoint - 1`] = `
|
|
|
7197
7521
|
</tr>
|
|
7198
7522
|
<tr
|
|
7199
7523
|
class="pf-v6-c-table__tr"
|
|
7200
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
7524
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r36:"
|
|
7201
7525
|
data-ouia-component-type="PF6/TableRow"
|
|
7202
7526
|
data-ouia-safe="true"
|
|
7203
7527
|
>
|
|
@@ -7252,7 +7576,7 @@ exports[`Table Table variants Breakpoint - grid 1`] = `
|
|
|
7252
7576
|
<table
|
|
7253
7577
|
aria-label="Aria labeled"
|
|
7254
7578
|
class="pf-v6-c-table pf-m-grid"
|
|
7255
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
7579
|
+
data-ouia-component-id="OUIA-Generated-Table-:r37:"
|
|
7256
7580
|
data-ouia-component-type="PF6/Table"
|
|
7257
7581
|
data-ouia-safe="true"
|
|
7258
7582
|
role="grid"
|
|
@@ -7262,7 +7586,7 @@ exports[`Table Table variants Breakpoint - grid 1`] = `
|
|
|
7262
7586
|
>
|
|
7263
7587
|
<tr
|
|
7264
7588
|
class="pf-v6-c-table__tr"
|
|
7265
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
7589
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r38:"
|
|
7266
7590
|
data-ouia-component-type="PF6/TableRow"
|
|
7267
7591
|
data-ouia-safe="true"
|
|
7268
7592
|
>
|
|
@@ -7294,12 +7618,24 @@ exports[`Table Table variants Breakpoint - grid 1`] = `
|
|
|
7294
7618
|
fill="currentColor"
|
|
7295
7619
|
height="1em"
|
|
7296
7620
|
role="img"
|
|
7297
|
-
viewBox="0 0 256 512"
|
|
7298
7621
|
width="1em"
|
|
7299
7622
|
>
|
|
7300
|
-
<
|
|
7301
|
-
|
|
7302
|
-
|
|
7623
|
+
<svg
|
|
7624
|
+
class="pf-v6-icon-default"
|
|
7625
|
+
viewBox="0 0 256 512"
|
|
7626
|
+
>
|
|
7627
|
+
<path
|
|
7628
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
7629
|
+
/>
|
|
7630
|
+
</svg>
|
|
7631
|
+
<svg
|
|
7632
|
+
class="pf-v6-icon-rh-ui"
|
|
7633
|
+
viewBox="0 0 32 32"
|
|
7634
|
+
>
|
|
7635
|
+
<path
|
|
7636
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
7637
|
+
/>
|
|
7638
|
+
</svg>
|
|
7303
7639
|
</svg>
|
|
7304
7640
|
</span>
|
|
7305
7641
|
</div>
|
|
@@ -7349,7 +7685,7 @@ exports[`Table Table variants Breakpoint - grid 1`] = `
|
|
|
7349
7685
|
>
|
|
7350
7686
|
<tr
|
|
7351
7687
|
class="pf-v6-c-table__tr"
|
|
7352
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
7688
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r39:"
|
|
7353
7689
|
data-ouia-component-type="PF6/TableRow"
|
|
7354
7690
|
data-ouia-safe="true"
|
|
7355
7691
|
>
|
|
@@ -7396,7 +7732,7 @@ exports[`Table Table variants Breakpoint - grid 1`] = `
|
|
|
7396
7732
|
</tr>
|
|
7397
7733
|
<tr
|
|
7398
7734
|
class="pf-v6-c-table__tr"
|
|
7399
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
7735
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r3a:"
|
|
7400
7736
|
data-ouia-component-type="PF6/TableRow"
|
|
7401
7737
|
data-ouia-safe="true"
|
|
7402
7738
|
>
|
|
@@ -7443,7 +7779,7 @@ exports[`Table Table variants Breakpoint - grid 1`] = `
|
|
|
7443
7779
|
</tr>
|
|
7444
7780
|
<tr
|
|
7445
7781
|
class="pf-v6-c-table__tr"
|
|
7446
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
7782
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r3b:"
|
|
7447
7783
|
data-ouia-component-type="PF6/TableRow"
|
|
7448
7784
|
data-ouia-safe="true"
|
|
7449
7785
|
>
|
|
@@ -7490,7 +7826,7 @@ exports[`Table Table variants Breakpoint - grid 1`] = `
|
|
|
7490
7826
|
</tr>
|
|
7491
7827
|
<tr
|
|
7492
7828
|
class="pf-v6-c-table__tr"
|
|
7493
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
7829
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r3c:"
|
|
7494
7830
|
data-ouia-component-type="PF6/TableRow"
|
|
7495
7831
|
data-ouia-safe="true"
|
|
7496
7832
|
>
|
|
@@ -7537,7 +7873,7 @@ exports[`Table Table variants Breakpoint - grid 1`] = `
|
|
|
7537
7873
|
</tr>
|
|
7538
7874
|
<tr
|
|
7539
7875
|
class="pf-v6-c-table__tr"
|
|
7540
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
7876
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r3d:"
|
|
7541
7877
|
data-ouia-component-type="PF6/TableRow"
|
|
7542
7878
|
data-ouia-safe="true"
|
|
7543
7879
|
>
|
|
@@ -7584,7 +7920,7 @@ exports[`Table Table variants Breakpoint - grid 1`] = `
|
|
|
7584
7920
|
</tr>
|
|
7585
7921
|
<tr
|
|
7586
7922
|
class="pf-v6-c-table__tr"
|
|
7587
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
7923
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r3e:"
|
|
7588
7924
|
data-ouia-component-type="PF6/TableRow"
|
|
7589
7925
|
data-ouia-safe="true"
|
|
7590
7926
|
>
|
|
@@ -7631,7 +7967,7 @@ exports[`Table Table variants Breakpoint - grid 1`] = `
|
|
|
7631
7967
|
</tr>
|
|
7632
7968
|
<tr
|
|
7633
7969
|
class="pf-v6-c-table__tr"
|
|
7634
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
7970
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r3f:"
|
|
7635
7971
|
data-ouia-component-type="PF6/TableRow"
|
|
7636
7972
|
data-ouia-safe="true"
|
|
7637
7973
|
>
|
|
@@ -7678,7 +8014,7 @@ exports[`Table Table variants Breakpoint - grid 1`] = `
|
|
|
7678
8014
|
</tr>
|
|
7679
8015
|
<tr
|
|
7680
8016
|
class="pf-v6-c-table__tr"
|
|
7681
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
8017
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r3g:"
|
|
7682
8018
|
data-ouia-component-type="PF6/TableRow"
|
|
7683
8019
|
data-ouia-safe="true"
|
|
7684
8020
|
>
|
|
@@ -7725,7 +8061,7 @@ exports[`Table Table variants Breakpoint - grid 1`] = `
|
|
|
7725
8061
|
</tr>
|
|
7726
8062
|
<tr
|
|
7727
8063
|
class="pf-v6-c-table__tr"
|
|
7728
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
8064
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r3h:"
|
|
7729
8065
|
data-ouia-component-type="PF6/TableRow"
|
|
7730
8066
|
data-ouia-safe="true"
|
|
7731
8067
|
>
|
|
@@ -7780,7 +8116,7 @@ exports[`Table Table variants Breakpoint - grid-2xl 1`] = `
|
|
|
7780
8116
|
<table
|
|
7781
8117
|
aria-label="Aria labeled"
|
|
7782
8118
|
class="pf-v6-c-table pf-m-grid-2xl"
|
|
7783
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
8119
|
+
data-ouia-component-id="OUIA-Generated-Table-:r4j:"
|
|
7784
8120
|
data-ouia-component-type="PF6/Table"
|
|
7785
8121
|
data-ouia-safe="true"
|
|
7786
8122
|
role="grid"
|
|
@@ -7790,7 +8126,7 @@ exports[`Table Table variants Breakpoint - grid-2xl 1`] = `
|
|
|
7790
8126
|
>
|
|
7791
8127
|
<tr
|
|
7792
8128
|
class="pf-v6-c-table__tr"
|
|
7793
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
8129
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r4k:"
|
|
7794
8130
|
data-ouia-component-type="PF6/TableRow"
|
|
7795
8131
|
data-ouia-safe="true"
|
|
7796
8132
|
>
|
|
@@ -7822,12 +8158,24 @@ exports[`Table Table variants Breakpoint - grid-2xl 1`] = `
|
|
|
7822
8158
|
fill="currentColor"
|
|
7823
8159
|
height="1em"
|
|
7824
8160
|
role="img"
|
|
7825
|
-
viewBox="0 0 256 512"
|
|
7826
8161
|
width="1em"
|
|
7827
8162
|
>
|
|
7828
|
-
<
|
|
7829
|
-
|
|
7830
|
-
|
|
8163
|
+
<svg
|
|
8164
|
+
class="pf-v6-icon-default"
|
|
8165
|
+
viewBox="0 0 256 512"
|
|
8166
|
+
>
|
|
8167
|
+
<path
|
|
8168
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
8169
|
+
/>
|
|
8170
|
+
</svg>
|
|
8171
|
+
<svg
|
|
8172
|
+
class="pf-v6-icon-rh-ui"
|
|
8173
|
+
viewBox="0 0 32 32"
|
|
8174
|
+
>
|
|
8175
|
+
<path
|
|
8176
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
8177
|
+
/>
|
|
8178
|
+
</svg>
|
|
7831
8179
|
</svg>
|
|
7832
8180
|
</span>
|
|
7833
8181
|
</div>
|
|
@@ -7877,7 +8225,7 @@ exports[`Table Table variants Breakpoint - grid-2xl 1`] = `
|
|
|
7877
8225
|
>
|
|
7878
8226
|
<tr
|
|
7879
8227
|
class="pf-v6-c-table__tr"
|
|
7880
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
8228
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r4l:"
|
|
7881
8229
|
data-ouia-component-type="PF6/TableRow"
|
|
7882
8230
|
data-ouia-safe="true"
|
|
7883
8231
|
>
|
|
@@ -7924,7 +8272,7 @@ exports[`Table Table variants Breakpoint - grid-2xl 1`] = `
|
|
|
7924
8272
|
</tr>
|
|
7925
8273
|
<tr
|
|
7926
8274
|
class="pf-v6-c-table__tr"
|
|
7927
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
8275
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r4m:"
|
|
7928
8276
|
data-ouia-component-type="PF6/TableRow"
|
|
7929
8277
|
data-ouia-safe="true"
|
|
7930
8278
|
>
|
|
@@ -7971,7 +8319,7 @@ exports[`Table Table variants Breakpoint - grid-2xl 1`] = `
|
|
|
7971
8319
|
</tr>
|
|
7972
8320
|
<tr
|
|
7973
8321
|
class="pf-v6-c-table__tr"
|
|
7974
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
8322
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r4n:"
|
|
7975
8323
|
data-ouia-component-type="PF6/TableRow"
|
|
7976
8324
|
data-ouia-safe="true"
|
|
7977
8325
|
>
|
|
@@ -8018,7 +8366,7 @@ exports[`Table Table variants Breakpoint - grid-2xl 1`] = `
|
|
|
8018
8366
|
</tr>
|
|
8019
8367
|
<tr
|
|
8020
8368
|
class="pf-v6-c-table__tr"
|
|
8021
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
8369
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r4o:"
|
|
8022
8370
|
data-ouia-component-type="PF6/TableRow"
|
|
8023
8371
|
data-ouia-safe="true"
|
|
8024
8372
|
>
|
|
@@ -8065,7 +8413,7 @@ exports[`Table Table variants Breakpoint - grid-2xl 1`] = `
|
|
|
8065
8413
|
</tr>
|
|
8066
8414
|
<tr
|
|
8067
8415
|
class="pf-v6-c-table__tr"
|
|
8068
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
8416
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r4p:"
|
|
8069
8417
|
data-ouia-component-type="PF6/TableRow"
|
|
8070
8418
|
data-ouia-safe="true"
|
|
8071
8419
|
>
|
|
@@ -8112,7 +8460,7 @@ exports[`Table Table variants Breakpoint - grid-2xl 1`] = `
|
|
|
8112
8460
|
</tr>
|
|
8113
8461
|
<tr
|
|
8114
8462
|
class="pf-v6-c-table__tr"
|
|
8115
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
8463
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r4q:"
|
|
8116
8464
|
data-ouia-component-type="PF6/TableRow"
|
|
8117
8465
|
data-ouia-safe="true"
|
|
8118
8466
|
>
|
|
@@ -8159,7 +8507,7 @@ exports[`Table Table variants Breakpoint - grid-2xl 1`] = `
|
|
|
8159
8507
|
</tr>
|
|
8160
8508
|
<tr
|
|
8161
8509
|
class="pf-v6-c-table__tr"
|
|
8162
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
8510
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r4r:"
|
|
8163
8511
|
data-ouia-component-type="PF6/TableRow"
|
|
8164
8512
|
data-ouia-safe="true"
|
|
8165
8513
|
>
|
|
@@ -8206,7 +8554,7 @@ exports[`Table Table variants Breakpoint - grid-2xl 1`] = `
|
|
|
8206
8554
|
</tr>
|
|
8207
8555
|
<tr
|
|
8208
8556
|
class="pf-v6-c-table__tr"
|
|
8209
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
8557
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r4s:"
|
|
8210
8558
|
data-ouia-component-type="PF6/TableRow"
|
|
8211
8559
|
data-ouia-safe="true"
|
|
8212
8560
|
>
|
|
@@ -8253,7 +8601,7 @@ exports[`Table Table variants Breakpoint - grid-2xl 1`] = `
|
|
|
8253
8601
|
</tr>
|
|
8254
8602
|
<tr
|
|
8255
8603
|
class="pf-v6-c-table__tr"
|
|
8256
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
8604
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r4t:"
|
|
8257
8605
|
data-ouia-component-type="PF6/TableRow"
|
|
8258
8606
|
data-ouia-safe="true"
|
|
8259
8607
|
>
|
|
@@ -8308,7 +8656,7 @@ exports[`Table Table variants Breakpoint - grid-lg 1`] = `
|
|
|
8308
8656
|
<table
|
|
8309
8657
|
aria-label="Aria labeled"
|
|
8310
8658
|
class="pf-v6-c-table pf-m-grid-lg"
|
|
8311
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
8659
|
+
data-ouia-component-id="OUIA-Generated-Table-:r3t:"
|
|
8312
8660
|
data-ouia-component-type="PF6/Table"
|
|
8313
8661
|
data-ouia-safe="true"
|
|
8314
8662
|
role="grid"
|
|
@@ -8318,7 +8666,7 @@ exports[`Table Table variants Breakpoint - grid-lg 1`] = `
|
|
|
8318
8666
|
>
|
|
8319
8667
|
<tr
|
|
8320
8668
|
class="pf-v6-c-table__tr"
|
|
8321
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
8669
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r3u:"
|
|
8322
8670
|
data-ouia-component-type="PF6/TableRow"
|
|
8323
8671
|
data-ouia-safe="true"
|
|
8324
8672
|
>
|
|
@@ -8350,12 +8698,24 @@ exports[`Table Table variants Breakpoint - grid-lg 1`] = `
|
|
|
8350
8698
|
fill="currentColor"
|
|
8351
8699
|
height="1em"
|
|
8352
8700
|
role="img"
|
|
8353
|
-
viewBox="0 0 256 512"
|
|
8354
8701
|
width="1em"
|
|
8355
8702
|
>
|
|
8356
|
-
<
|
|
8357
|
-
|
|
8358
|
-
|
|
8703
|
+
<svg
|
|
8704
|
+
class="pf-v6-icon-default"
|
|
8705
|
+
viewBox="0 0 256 512"
|
|
8706
|
+
>
|
|
8707
|
+
<path
|
|
8708
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
8709
|
+
/>
|
|
8710
|
+
</svg>
|
|
8711
|
+
<svg
|
|
8712
|
+
class="pf-v6-icon-rh-ui"
|
|
8713
|
+
viewBox="0 0 32 32"
|
|
8714
|
+
>
|
|
8715
|
+
<path
|
|
8716
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
8717
|
+
/>
|
|
8718
|
+
</svg>
|
|
8359
8719
|
</svg>
|
|
8360
8720
|
</span>
|
|
8361
8721
|
</div>
|
|
@@ -8405,7 +8765,7 @@ exports[`Table Table variants Breakpoint - grid-lg 1`] = `
|
|
|
8405
8765
|
>
|
|
8406
8766
|
<tr
|
|
8407
8767
|
class="pf-v6-c-table__tr"
|
|
8408
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
8768
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r3v:"
|
|
8409
8769
|
data-ouia-component-type="PF6/TableRow"
|
|
8410
8770
|
data-ouia-safe="true"
|
|
8411
8771
|
>
|
|
@@ -8452,7 +8812,7 @@ exports[`Table Table variants Breakpoint - grid-lg 1`] = `
|
|
|
8452
8812
|
</tr>
|
|
8453
8813
|
<tr
|
|
8454
8814
|
class="pf-v6-c-table__tr"
|
|
8455
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
8815
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r40:"
|
|
8456
8816
|
data-ouia-component-type="PF6/TableRow"
|
|
8457
8817
|
data-ouia-safe="true"
|
|
8458
8818
|
>
|
|
@@ -8499,7 +8859,7 @@ exports[`Table Table variants Breakpoint - grid-lg 1`] = `
|
|
|
8499
8859
|
</tr>
|
|
8500
8860
|
<tr
|
|
8501
8861
|
class="pf-v6-c-table__tr"
|
|
8502
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
8862
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r41:"
|
|
8503
8863
|
data-ouia-component-type="PF6/TableRow"
|
|
8504
8864
|
data-ouia-safe="true"
|
|
8505
8865
|
>
|
|
@@ -8546,7 +8906,7 @@ exports[`Table Table variants Breakpoint - grid-lg 1`] = `
|
|
|
8546
8906
|
</tr>
|
|
8547
8907
|
<tr
|
|
8548
8908
|
class="pf-v6-c-table__tr"
|
|
8549
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
8909
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r42:"
|
|
8550
8910
|
data-ouia-component-type="PF6/TableRow"
|
|
8551
8911
|
data-ouia-safe="true"
|
|
8552
8912
|
>
|
|
@@ -8593,7 +8953,7 @@ exports[`Table Table variants Breakpoint - grid-lg 1`] = `
|
|
|
8593
8953
|
</tr>
|
|
8594
8954
|
<tr
|
|
8595
8955
|
class="pf-v6-c-table__tr"
|
|
8596
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
8956
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r43:"
|
|
8597
8957
|
data-ouia-component-type="PF6/TableRow"
|
|
8598
8958
|
data-ouia-safe="true"
|
|
8599
8959
|
>
|
|
@@ -8640,7 +9000,7 @@ exports[`Table Table variants Breakpoint - grid-lg 1`] = `
|
|
|
8640
9000
|
</tr>
|
|
8641
9001
|
<tr
|
|
8642
9002
|
class="pf-v6-c-table__tr"
|
|
8643
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
9003
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r44:"
|
|
8644
9004
|
data-ouia-component-type="PF6/TableRow"
|
|
8645
9005
|
data-ouia-safe="true"
|
|
8646
9006
|
>
|
|
@@ -8687,7 +9047,7 @@ exports[`Table Table variants Breakpoint - grid-lg 1`] = `
|
|
|
8687
9047
|
</tr>
|
|
8688
9048
|
<tr
|
|
8689
9049
|
class="pf-v6-c-table__tr"
|
|
8690
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
9050
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r45:"
|
|
8691
9051
|
data-ouia-component-type="PF6/TableRow"
|
|
8692
9052
|
data-ouia-safe="true"
|
|
8693
9053
|
>
|
|
@@ -8734,7 +9094,7 @@ exports[`Table Table variants Breakpoint - grid-lg 1`] = `
|
|
|
8734
9094
|
</tr>
|
|
8735
9095
|
<tr
|
|
8736
9096
|
class="pf-v6-c-table__tr"
|
|
8737
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
9097
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r46:"
|
|
8738
9098
|
data-ouia-component-type="PF6/TableRow"
|
|
8739
9099
|
data-ouia-safe="true"
|
|
8740
9100
|
>
|
|
@@ -8781,7 +9141,7 @@ exports[`Table Table variants Breakpoint - grid-lg 1`] = `
|
|
|
8781
9141
|
</tr>
|
|
8782
9142
|
<tr
|
|
8783
9143
|
class="pf-v6-c-table__tr"
|
|
8784
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
9144
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r47:"
|
|
8785
9145
|
data-ouia-component-type="PF6/TableRow"
|
|
8786
9146
|
data-ouia-safe="true"
|
|
8787
9147
|
>
|
|
@@ -8836,7 +9196,7 @@ exports[`Table Table variants Breakpoint - grid-md 1`] = `
|
|
|
8836
9196
|
<table
|
|
8837
9197
|
aria-label="Aria labeled"
|
|
8838
9198
|
class="pf-v6-c-table pf-m-grid-md"
|
|
8839
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
9199
|
+
data-ouia-component-id="OUIA-Generated-Table-:r3i:"
|
|
8840
9200
|
data-ouia-component-type="PF6/Table"
|
|
8841
9201
|
data-ouia-safe="true"
|
|
8842
9202
|
role="grid"
|
|
@@ -8846,7 +9206,7 @@ exports[`Table Table variants Breakpoint - grid-md 1`] = `
|
|
|
8846
9206
|
>
|
|
8847
9207
|
<tr
|
|
8848
9208
|
class="pf-v6-c-table__tr"
|
|
8849
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
9209
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r3j:"
|
|
8850
9210
|
data-ouia-component-type="PF6/TableRow"
|
|
8851
9211
|
data-ouia-safe="true"
|
|
8852
9212
|
>
|
|
@@ -8878,12 +9238,24 @@ exports[`Table Table variants Breakpoint - grid-md 1`] = `
|
|
|
8878
9238
|
fill="currentColor"
|
|
8879
9239
|
height="1em"
|
|
8880
9240
|
role="img"
|
|
8881
|
-
viewBox="0 0 256 512"
|
|
8882
9241
|
width="1em"
|
|
8883
9242
|
>
|
|
8884
|
-
<
|
|
8885
|
-
|
|
8886
|
-
|
|
9243
|
+
<svg
|
|
9244
|
+
class="pf-v6-icon-default"
|
|
9245
|
+
viewBox="0 0 256 512"
|
|
9246
|
+
>
|
|
9247
|
+
<path
|
|
9248
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
9249
|
+
/>
|
|
9250
|
+
</svg>
|
|
9251
|
+
<svg
|
|
9252
|
+
class="pf-v6-icon-rh-ui"
|
|
9253
|
+
viewBox="0 0 32 32"
|
|
9254
|
+
>
|
|
9255
|
+
<path
|
|
9256
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
9257
|
+
/>
|
|
9258
|
+
</svg>
|
|
8887
9259
|
</svg>
|
|
8888
9260
|
</span>
|
|
8889
9261
|
</div>
|
|
@@ -8933,7 +9305,7 @@ exports[`Table Table variants Breakpoint - grid-md 1`] = `
|
|
|
8933
9305
|
>
|
|
8934
9306
|
<tr
|
|
8935
9307
|
class="pf-v6-c-table__tr"
|
|
8936
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
9308
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r3k:"
|
|
8937
9309
|
data-ouia-component-type="PF6/TableRow"
|
|
8938
9310
|
data-ouia-safe="true"
|
|
8939
9311
|
>
|
|
@@ -8980,7 +9352,7 @@ exports[`Table Table variants Breakpoint - grid-md 1`] = `
|
|
|
8980
9352
|
</tr>
|
|
8981
9353
|
<tr
|
|
8982
9354
|
class="pf-v6-c-table__tr"
|
|
8983
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
9355
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r3l:"
|
|
8984
9356
|
data-ouia-component-type="PF6/TableRow"
|
|
8985
9357
|
data-ouia-safe="true"
|
|
8986
9358
|
>
|
|
@@ -9027,7 +9399,7 @@ exports[`Table Table variants Breakpoint - grid-md 1`] = `
|
|
|
9027
9399
|
</tr>
|
|
9028
9400
|
<tr
|
|
9029
9401
|
class="pf-v6-c-table__tr"
|
|
9030
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
9402
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r3m:"
|
|
9031
9403
|
data-ouia-component-type="PF6/TableRow"
|
|
9032
9404
|
data-ouia-safe="true"
|
|
9033
9405
|
>
|
|
@@ -9074,7 +9446,7 @@ exports[`Table Table variants Breakpoint - grid-md 1`] = `
|
|
|
9074
9446
|
</tr>
|
|
9075
9447
|
<tr
|
|
9076
9448
|
class="pf-v6-c-table__tr"
|
|
9077
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
9449
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r3n:"
|
|
9078
9450
|
data-ouia-component-type="PF6/TableRow"
|
|
9079
9451
|
data-ouia-safe="true"
|
|
9080
9452
|
>
|
|
@@ -9121,7 +9493,7 @@ exports[`Table Table variants Breakpoint - grid-md 1`] = `
|
|
|
9121
9493
|
</tr>
|
|
9122
9494
|
<tr
|
|
9123
9495
|
class="pf-v6-c-table__tr"
|
|
9124
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
9496
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r3o:"
|
|
9125
9497
|
data-ouia-component-type="PF6/TableRow"
|
|
9126
9498
|
data-ouia-safe="true"
|
|
9127
9499
|
>
|
|
@@ -9168,7 +9540,7 @@ exports[`Table Table variants Breakpoint - grid-md 1`] = `
|
|
|
9168
9540
|
</tr>
|
|
9169
9541
|
<tr
|
|
9170
9542
|
class="pf-v6-c-table__tr"
|
|
9171
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
9543
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r3p:"
|
|
9172
9544
|
data-ouia-component-type="PF6/TableRow"
|
|
9173
9545
|
data-ouia-safe="true"
|
|
9174
9546
|
>
|
|
@@ -9215,7 +9587,7 @@ exports[`Table Table variants Breakpoint - grid-md 1`] = `
|
|
|
9215
9587
|
</tr>
|
|
9216
9588
|
<tr
|
|
9217
9589
|
class="pf-v6-c-table__tr"
|
|
9218
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
9590
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r3q:"
|
|
9219
9591
|
data-ouia-component-type="PF6/TableRow"
|
|
9220
9592
|
data-ouia-safe="true"
|
|
9221
9593
|
>
|
|
@@ -9262,7 +9634,7 @@ exports[`Table Table variants Breakpoint - grid-md 1`] = `
|
|
|
9262
9634
|
</tr>
|
|
9263
9635
|
<tr
|
|
9264
9636
|
class="pf-v6-c-table__tr"
|
|
9265
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
9637
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r3r:"
|
|
9266
9638
|
data-ouia-component-type="PF6/TableRow"
|
|
9267
9639
|
data-ouia-safe="true"
|
|
9268
9640
|
>
|
|
@@ -9309,7 +9681,7 @@ exports[`Table Table variants Breakpoint - grid-md 1`] = `
|
|
|
9309
9681
|
</tr>
|
|
9310
9682
|
<tr
|
|
9311
9683
|
class="pf-v6-c-table__tr"
|
|
9312
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
9684
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r3s:"
|
|
9313
9685
|
data-ouia-component-type="PF6/TableRow"
|
|
9314
9686
|
data-ouia-safe="true"
|
|
9315
9687
|
>
|
|
@@ -9364,7 +9736,7 @@ exports[`Table Table variants Breakpoint - grid-xl 1`] = `
|
|
|
9364
9736
|
<table
|
|
9365
9737
|
aria-label="Aria labeled"
|
|
9366
9738
|
class="pf-v6-c-table pf-m-grid-xl"
|
|
9367
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
9739
|
+
data-ouia-component-id="OUIA-Generated-Table-:r48:"
|
|
9368
9740
|
data-ouia-component-type="PF6/Table"
|
|
9369
9741
|
data-ouia-safe="true"
|
|
9370
9742
|
role="grid"
|
|
@@ -9374,7 +9746,7 @@ exports[`Table Table variants Breakpoint - grid-xl 1`] = `
|
|
|
9374
9746
|
>
|
|
9375
9747
|
<tr
|
|
9376
9748
|
class="pf-v6-c-table__tr"
|
|
9377
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
9749
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r49:"
|
|
9378
9750
|
data-ouia-component-type="PF6/TableRow"
|
|
9379
9751
|
data-ouia-safe="true"
|
|
9380
9752
|
>
|
|
@@ -9406,12 +9778,24 @@ exports[`Table Table variants Breakpoint - grid-xl 1`] = `
|
|
|
9406
9778
|
fill="currentColor"
|
|
9407
9779
|
height="1em"
|
|
9408
9780
|
role="img"
|
|
9409
|
-
viewBox="0 0 256 512"
|
|
9410
9781
|
width="1em"
|
|
9411
9782
|
>
|
|
9412
|
-
<
|
|
9413
|
-
|
|
9414
|
-
|
|
9783
|
+
<svg
|
|
9784
|
+
class="pf-v6-icon-default"
|
|
9785
|
+
viewBox="0 0 256 512"
|
|
9786
|
+
>
|
|
9787
|
+
<path
|
|
9788
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
9789
|
+
/>
|
|
9790
|
+
</svg>
|
|
9791
|
+
<svg
|
|
9792
|
+
class="pf-v6-icon-rh-ui"
|
|
9793
|
+
viewBox="0 0 32 32"
|
|
9794
|
+
>
|
|
9795
|
+
<path
|
|
9796
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
9797
|
+
/>
|
|
9798
|
+
</svg>
|
|
9415
9799
|
</svg>
|
|
9416
9800
|
</span>
|
|
9417
9801
|
</div>
|
|
@@ -9461,7 +9845,7 @@ exports[`Table Table variants Breakpoint - grid-xl 1`] = `
|
|
|
9461
9845
|
>
|
|
9462
9846
|
<tr
|
|
9463
9847
|
class="pf-v6-c-table__tr"
|
|
9464
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
9848
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r4a:"
|
|
9465
9849
|
data-ouia-component-type="PF6/TableRow"
|
|
9466
9850
|
data-ouia-safe="true"
|
|
9467
9851
|
>
|
|
@@ -9508,7 +9892,7 @@ exports[`Table Table variants Breakpoint - grid-xl 1`] = `
|
|
|
9508
9892
|
</tr>
|
|
9509
9893
|
<tr
|
|
9510
9894
|
class="pf-v6-c-table__tr"
|
|
9511
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
9895
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r4b:"
|
|
9512
9896
|
data-ouia-component-type="PF6/TableRow"
|
|
9513
9897
|
data-ouia-safe="true"
|
|
9514
9898
|
>
|
|
@@ -9555,7 +9939,7 @@ exports[`Table Table variants Breakpoint - grid-xl 1`] = `
|
|
|
9555
9939
|
</tr>
|
|
9556
9940
|
<tr
|
|
9557
9941
|
class="pf-v6-c-table__tr"
|
|
9558
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
9942
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r4c:"
|
|
9559
9943
|
data-ouia-component-type="PF6/TableRow"
|
|
9560
9944
|
data-ouia-safe="true"
|
|
9561
9945
|
>
|
|
@@ -9602,7 +9986,7 @@ exports[`Table Table variants Breakpoint - grid-xl 1`] = `
|
|
|
9602
9986
|
</tr>
|
|
9603
9987
|
<tr
|
|
9604
9988
|
class="pf-v6-c-table__tr"
|
|
9605
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
9989
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r4d:"
|
|
9606
9990
|
data-ouia-component-type="PF6/TableRow"
|
|
9607
9991
|
data-ouia-safe="true"
|
|
9608
9992
|
>
|
|
@@ -9649,7 +10033,7 @@ exports[`Table Table variants Breakpoint - grid-xl 1`] = `
|
|
|
9649
10033
|
</tr>
|
|
9650
10034
|
<tr
|
|
9651
10035
|
class="pf-v6-c-table__tr"
|
|
9652
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
10036
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r4e:"
|
|
9653
10037
|
data-ouia-component-type="PF6/TableRow"
|
|
9654
10038
|
data-ouia-safe="true"
|
|
9655
10039
|
>
|
|
@@ -9696,7 +10080,7 @@ exports[`Table Table variants Breakpoint - grid-xl 1`] = `
|
|
|
9696
10080
|
</tr>
|
|
9697
10081
|
<tr
|
|
9698
10082
|
class="pf-v6-c-table__tr"
|
|
9699
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
10083
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r4f:"
|
|
9700
10084
|
data-ouia-component-type="PF6/TableRow"
|
|
9701
10085
|
data-ouia-safe="true"
|
|
9702
10086
|
>
|
|
@@ -9743,7 +10127,7 @@ exports[`Table Table variants Breakpoint - grid-xl 1`] = `
|
|
|
9743
10127
|
</tr>
|
|
9744
10128
|
<tr
|
|
9745
10129
|
class="pf-v6-c-table__tr"
|
|
9746
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
10130
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r4g:"
|
|
9747
10131
|
data-ouia-component-type="PF6/TableRow"
|
|
9748
10132
|
data-ouia-safe="true"
|
|
9749
10133
|
>
|
|
@@ -9790,7 +10174,7 @@ exports[`Table Table variants Breakpoint - grid-xl 1`] = `
|
|
|
9790
10174
|
</tr>
|
|
9791
10175
|
<tr
|
|
9792
10176
|
class="pf-v6-c-table__tr"
|
|
9793
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
10177
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r4h:"
|
|
9794
10178
|
data-ouia-component-type="PF6/TableRow"
|
|
9795
10179
|
data-ouia-safe="true"
|
|
9796
10180
|
>
|
|
@@ -9837,7 +10221,7 @@ exports[`Table Table variants Breakpoint - grid-xl 1`] = `
|
|
|
9837
10221
|
</tr>
|
|
9838
10222
|
<tr
|
|
9839
10223
|
class="pf-v6-c-table__tr"
|
|
9840
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
10224
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r4i:"
|
|
9841
10225
|
data-ouia-component-type="PF6/TableRow"
|
|
9842
10226
|
data-ouia-safe="true"
|
|
9843
10227
|
>
|
|
@@ -9892,7 +10276,7 @@ exports[`Table Table variants Size - compact 1`] = `
|
|
|
9892
10276
|
<table
|
|
9893
10277
|
aria-label="Aria labeled"
|
|
9894
10278
|
class="pf-v6-c-table pf-m-grid-md pf-m-compact"
|
|
9895
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
10279
|
+
data-ouia-component-id="OUIA-Generated-Table-:r4u:"
|
|
9896
10280
|
data-ouia-component-type="PF6/Table"
|
|
9897
10281
|
data-ouia-safe="true"
|
|
9898
10282
|
role="grid"
|
|
@@ -9902,7 +10286,7 @@ exports[`Table Table variants Size - compact 1`] = `
|
|
|
9902
10286
|
>
|
|
9903
10287
|
<tr
|
|
9904
10288
|
class="pf-v6-c-table__tr"
|
|
9905
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
10289
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r4v:"
|
|
9906
10290
|
data-ouia-component-type="PF6/TableRow"
|
|
9907
10291
|
data-ouia-safe="true"
|
|
9908
10292
|
>
|
|
@@ -9934,12 +10318,24 @@ exports[`Table Table variants Size - compact 1`] = `
|
|
|
9934
10318
|
fill="currentColor"
|
|
9935
10319
|
height="1em"
|
|
9936
10320
|
role="img"
|
|
9937
|
-
viewBox="0 0 256 512"
|
|
9938
10321
|
width="1em"
|
|
9939
10322
|
>
|
|
9940
|
-
<
|
|
9941
|
-
|
|
9942
|
-
|
|
10323
|
+
<svg
|
|
10324
|
+
class="pf-v6-icon-default"
|
|
10325
|
+
viewBox="0 0 256 512"
|
|
10326
|
+
>
|
|
10327
|
+
<path
|
|
10328
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
10329
|
+
/>
|
|
10330
|
+
</svg>
|
|
10331
|
+
<svg
|
|
10332
|
+
class="pf-v6-icon-rh-ui"
|
|
10333
|
+
viewBox="0 0 32 32"
|
|
10334
|
+
>
|
|
10335
|
+
<path
|
|
10336
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
10337
|
+
/>
|
|
10338
|
+
</svg>
|
|
9943
10339
|
</svg>
|
|
9944
10340
|
</span>
|
|
9945
10341
|
</div>
|
|
@@ -9989,7 +10385,7 @@ exports[`Table Table variants Size - compact 1`] = `
|
|
|
9989
10385
|
>
|
|
9990
10386
|
<tr
|
|
9991
10387
|
class="pf-v6-c-table__tr"
|
|
9992
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
10388
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r50:"
|
|
9993
10389
|
data-ouia-component-type="PF6/TableRow"
|
|
9994
10390
|
data-ouia-safe="true"
|
|
9995
10391
|
>
|
|
@@ -10036,7 +10432,7 @@ exports[`Table Table variants Size - compact 1`] = `
|
|
|
10036
10432
|
</tr>
|
|
10037
10433
|
<tr
|
|
10038
10434
|
class="pf-v6-c-table__tr"
|
|
10039
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
10435
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r51:"
|
|
10040
10436
|
data-ouia-component-type="PF6/TableRow"
|
|
10041
10437
|
data-ouia-safe="true"
|
|
10042
10438
|
>
|
|
@@ -10083,7 +10479,7 @@ exports[`Table Table variants Size - compact 1`] = `
|
|
|
10083
10479
|
</tr>
|
|
10084
10480
|
<tr
|
|
10085
10481
|
class="pf-v6-c-table__tr"
|
|
10086
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
10482
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r52:"
|
|
10087
10483
|
data-ouia-component-type="PF6/TableRow"
|
|
10088
10484
|
data-ouia-safe="true"
|
|
10089
10485
|
>
|
|
@@ -10130,7 +10526,7 @@ exports[`Table Table variants Size - compact 1`] = `
|
|
|
10130
10526
|
</tr>
|
|
10131
10527
|
<tr
|
|
10132
10528
|
class="pf-v6-c-table__tr"
|
|
10133
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
10529
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r53:"
|
|
10134
10530
|
data-ouia-component-type="PF6/TableRow"
|
|
10135
10531
|
data-ouia-safe="true"
|
|
10136
10532
|
>
|
|
@@ -10177,7 +10573,7 @@ exports[`Table Table variants Size - compact 1`] = `
|
|
|
10177
10573
|
</tr>
|
|
10178
10574
|
<tr
|
|
10179
10575
|
class="pf-v6-c-table__tr"
|
|
10180
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
10576
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r54:"
|
|
10181
10577
|
data-ouia-component-type="PF6/TableRow"
|
|
10182
10578
|
data-ouia-safe="true"
|
|
10183
10579
|
>
|
|
@@ -10224,7 +10620,7 @@ exports[`Table Table variants Size - compact 1`] = `
|
|
|
10224
10620
|
</tr>
|
|
10225
10621
|
<tr
|
|
10226
10622
|
class="pf-v6-c-table__tr"
|
|
10227
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
10623
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r55:"
|
|
10228
10624
|
data-ouia-component-type="PF6/TableRow"
|
|
10229
10625
|
data-ouia-safe="true"
|
|
10230
10626
|
>
|
|
@@ -10271,7 +10667,7 @@ exports[`Table Table variants Size - compact 1`] = `
|
|
|
10271
10667
|
</tr>
|
|
10272
10668
|
<tr
|
|
10273
10669
|
class="pf-v6-c-table__tr"
|
|
10274
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
10670
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r56:"
|
|
10275
10671
|
data-ouia-component-type="PF6/TableRow"
|
|
10276
10672
|
data-ouia-safe="true"
|
|
10277
10673
|
>
|
|
@@ -10318,7 +10714,7 @@ exports[`Table Table variants Size - compact 1`] = `
|
|
|
10318
10714
|
</tr>
|
|
10319
10715
|
<tr
|
|
10320
10716
|
class="pf-v6-c-table__tr"
|
|
10321
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
10717
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r57:"
|
|
10322
10718
|
data-ouia-component-type="PF6/TableRow"
|
|
10323
10719
|
data-ouia-safe="true"
|
|
10324
10720
|
>
|
|
@@ -10365,7 +10761,7 @@ exports[`Table Table variants Size - compact 1`] = `
|
|
|
10365
10761
|
</tr>
|
|
10366
10762
|
<tr
|
|
10367
10763
|
class="pf-v6-c-table__tr"
|
|
10368
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
10764
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r58:"
|
|
10369
10765
|
data-ouia-component-type="PF6/TableRow"
|
|
10370
10766
|
data-ouia-safe="true"
|
|
10371
10767
|
>
|
|
@@ -10422,7 +10818,7 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10422
10818
|
>
|
|
10423
10819
|
<table
|
|
10424
10820
|
class="pf-v6-c-table pf-m-grid-md"
|
|
10425
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
10821
|
+
data-ouia-component-id="OUIA-Generated-Table-:r1c:"
|
|
10426
10822
|
data-ouia-component-type="PF6/Table"
|
|
10427
10823
|
data-ouia-safe="true"
|
|
10428
10824
|
role="grid"
|
|
@@ -10435,7 +10831,7 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10435
10831
|
>
|
|
10436
10832
|
<tr
|
|
10437
10833
|
class="pf-v6-c-table__tr"
|
|
10438
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
10834
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r1d:"
|
|
10439
10835
|
data-ouia-component-type="PF6/TableRow"
|
|
10440
10836
|
data-ouia-safe="true"
|
|
10441
10837
|
>
|
|
@@ -10490,7 +10886,7 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10490
10886
|
>
|
|
10491
10887
|
<tr
|
|
10492
10888
|
class="pf-v6-c-table__tr pf-m-inline-editable"
|
|
10493
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
10889
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r1e:"
|
|
10494
10890
|
data-ouia-component-type="PF6/TableRow"
|
|
10495
10891
|
data-ouia-safe="true"
|
|
10496
10892
|
>
|
|
@@ -10514,7 +10910,7 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10514
10910
|
<input
|
|
10515
10911
|
aria-invalid="false"
|
|
10516
10912
|
aria-label="Row 1 cell 1 content"
|
|
10517
|
-
data-ouia-component-id="OUIA-Generated-TextInputBase
|
|
10913
|
+
data-ouia-component-id="OUIA-Generated-TextInputBase-:r1g:"
|
|
10518
10914
|
data-ouia-component-type="PF6/TextInput"
|
|
10519
10915
|
data-ouia-safe="true"
|
|
10520
10916
|
type="text"
|
|
@@ -10547,7 +10943,7 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10547
10943
|
<input
|
|
10548
10944
|
aria-invalid="false"
|
|
10549
10945
|
aria-label="Row 1 cell 2 content"
|
|
10550
|
-
data-ouia-component-id="OUIA-Generated-TextInputBase
|
|
10946
|
+
data-ouia-component-id="OUIA-Generated-TextInputBase-:r1i:"
|
|
10551
10947
|
data-ouia-component-type="PF6/TextInput"
|
|
10552
10948
|
data-ouia-safe="true"
|
|
10553
10949
|
disabled=""
|
|
@@ -10581,7 +10977,7 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10581
10977
|
<input
|
|
10582
10978
|
aria-invalid="false"
|
|
10583
10979
|
aria-label="Row 1 cell 3 content"
|
|
10584
|
-
data-ouia-component-id="OUIA-Generated-TextInputBase
|
|
10980
|
+
data-ouia-component-id="OUIA-Generated-TextInputBase-:r1k:"
|
|
10585
10981
|
data-ouia-component-type="PF6/TextInput"
|
|
10586
10982
|
data-ouia-safe="true"
|
|
10587
10983
|
type="text"
|
|
@@ -10614,7 +11010,7 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10614
11010
|
<input
|
|
10615
11011
|
aria-invalid="false"
|
|
10616
11012
|
aria-label="Row 1 cell 4 content"
|
|
10617
|
-
data-ouia-component-id="OUIA-Generated-TextInputBase
|
|
11013
|
+
data-ouia-component-id="OUIA-Generated-TextInputBase-:r1m:"
|
|
10618
11014
|
data-ouia-component-type="PF6/TextInput"
|
|
10619
11015
|
data-ouia-safe="true"
|
|
10620
11016
|
type="text"
|
|
@@ -10641,7 +11037,7 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10641
11037
|
<button
|
|
10642
11038
|
aria-label="Save row edits for row 0"
|
|
10643
11039
|
class="pf-v6-c-button pf-m-plain"
|
|
10644
|
-
data-ouia-component-id="OUIA-Generated-Button-plain
|
|
11040
|
+
data-ouia-component-id="OUIA-Generated-Button-plain-:r1n:"
|
|
10645
11041
|
data-ouia-component-type="PF6/Button"
|
|
10646
11042
|
data-ouia-safe="true"
|
|
10647
11043
|
type="button"
|
|
@@ -10655,12 +11051,24 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10655
11051
|
fill="currentColor"
|
|
10656
11052
|
height="1em"
|
|
10657
11053
|
role="img"
|
|
10658
|
-
viewBox="0 0 512 512"
|
|
10659
11054
|
width="1em"
|
|
10660
11055
|
>
|
|
10661
|
-
<
|
|
10662
|
-
|
|
10663
|
-
|
|
11056
|
+
<svg
|
|
11057
|
+
class="pf-v6-icon-default"
|
|
11058
|
+
viewBox="0 0 512 512"
|
|
11059
|
+
>
|
|
11060
|
+
<path
|
|
11061
|
+
d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"
|
|
11062
|
+
/>
|
|
11063
|
+
</svg>
|
|
11064
|
+
<svg
|
|
11065
|
+
class="pf-v6-icon-rh-ui"
|
|
11066
|
+
viewBox="0 0 32 32"
|
|
11067
|
+
>
|
|
11068
|
+
<path
|
|
11069
|
+
d="M11 26.792c-.384 0-.769-.146-1.061-.438l-8.646-8.647a.999.999 0 1 1 1.414-1.414L11 24.586 29.293 6.293a.999.999 0 1 1 1.414 1.414L12.061 26.354a1.497 1.497 0 0 1-1.061.438Z"
|
|
11070
|
+
/>
|
|
11071
|
+
</svg>
|
|
10664
11072
|
</svg>
|
|
10665
11073
|
</span>
|
|
10666
11074
|
</button>
|
|
@@ -10671,7 +11079,7 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10671
11079
|
<button
|
|
10672
11080
|
aria-label="Cancel row edits for row 0"
|
|
10673
11081
|
class="pf-v6-c-button pf-m-plain"
|
|
10674
|
-
data-ouia-component-id="OUIA-Generated-Button-plain
|
|
11082
|
+
data-ouia-component-id="OUIA-Generated-Button-plain-:r1o:"
|
|
10675
11083
|
data-ouia-component-type="PF6/Button"
|
|
10676
11084
|
data-ouia-safe="true"
|
|
10677
11085
|
type="button"
|
|
@@ -10685,11 +11093,11 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10685
11093
|
fill="currentColor"
|
|
10686
11094
|
height="1em"
|
|
10687
11095
|
role="img"
|
|
10688
|
-
viewBox="0 0
|
|
11096
|
+
viewBox="0 0 20 20"
|
|
10689
11097
|
width="1em"
|
|
10690
11098
|
>
|
|
10691
11099
|
<path
|
|
10692
|
-
d="
|
|
11100
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10693
11101
|
/>
|
|
10694
11102
|
</svg>
|
|
10695
11103
|
</span>
|
|
@@ -10702,7 +11110,7 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10702
11110
|
<button
|
|
10703
11111
|
aria-label="Place row 0 in edit mode"
|
|
10704
11112
|
class="pf-v6-c-button pf-m-plain"
|
|
10705
|
-
data-ouia-component-id="OUIA-Generated-Button-plain
|
|
11113
|
+
data-ouia-component-id="OUIA-Generated-Button-plain-:r1p:"
|
|
10706
11114
|
data-ouia-component-type="PF6/Button"
|
|
10707
11115
|
data-ouia-safe="true"
|
|
10708
11116
|
type="button"
|
|
@@ -10716,12 +11124,24 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10716
11124
|
fill="currentColor"
|
|
10717
11125
|
height="1em"
|
|
10718
11126
|
role="img"
|
|
10719
|
-
viewBox="0 0 512 512"
|
|
10720
11127
|
width="1em"
|
|
10721
11128
|
>
|
|
10722
|
-
<
|
|
10723
|
-
|
|
10724
|
-
|
|
11129
|
+
<svg
|
|
11130
|
+
class="pf-v6-icon-default"
|
|
11131
|
+
viewBox="0 0 512 512"
|
|
11132
|
+
>
|
|
11133
|
+
<path
|
|
11134
|
+
d="M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z"
|
|
11135
|
+
/>
|
|
11136
|
+
</svg>
|
|
11137
|
+
<svg
|
|
11138
|
+
class="pf-v6-icon-rh-ui"
|
|
11139
|
+
viewBox="0 0 32 32"
|
|
11140
|
+
>
|
|
11141
|
+
<path
|
|
11142
|
+
d="m29.354 6.939-4.293-4.293a1.501 1.501 0 0 0-2.121 0L6.293 19.293a.98.98 0 0 0-.225.358l-3.981 8.942c-.004.008-.002.017-.006.025-.029.07-.036.145-.049.22-.009.055-.029.107-.028.162 0 .054.019.107.028.162.013.075.02.15.049.22.003.008.002.017.006.025.044.1.105.188.175.265.013.015.031.025.045.039a.985.985 0 0 0 .246.175c.015.008.025.022.041.029.014.006.029.004.044.009a.994.994 0 0 0 .357.077h.008a.973.973 0 0 0 .357-.077c.014-.006.03-.003.044-.009l8.943-3.982a.98.98 0 0 0 .357-.225l16.65-16.647c.283-.283.439-.66.439-1.061s-.156-.777-.439-1.061ZM4.972 27.027l2.354-5.287 2.933 2.933-5.287 2.354ZM12 23.586 8.414 20 20.5 7.914l3.586 3.586L12 23.586Zm13.5-13.5L21.914 6.5 24 4.414 27.586 8 25.5 10.086Z"
|
|
11143
|
+
/>
|
|
11144
|
+
</svg>
|
|
10725
11145
|
</svg>
|
|
10726
11146
|
</span>
|
|
10727
11147
|
</button>
|
|
@@ -10730,7 +11150,7 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10730
11150
|
</tr>
|
|
10731
11151
|
<tr
|
|
10732
11152
|
class="pf-v6-c-table__tr"
|
|
10733
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
11153
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r1q:"
|
|
10734
11154
|
data-ouia-component-type="PF6/TableRow"
|
|
10735
11155
|
data-ouia-safe="true"
|
|
10736
11156
|
>
|
|
@@ -10754,7 +11174,7 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10754
11174
|
<input
|
|
10755
11175
|
aria-invalid="false"
|
|
10756
11176
|
aria-label="Row 1 cell 1 content"
|
|
10757
|
-
data-ouia-component-id="OUIA-Generated-TextInputBase
|
|
11177
|
+
data-ouia-component-id="OUIA-Generated-TextInputBase-:r1s:"
|
|
10758
11178
|
data-ouia-component-type="PF6/TextInput"
|
|
10759
11179
|
data-ouia-safe="true"
|
|
10760
11180
|
type="text"
|
|
@@ -10787,7 +11207,7 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10787
11207
|
<input
|
|
10788
11208
|
aria-invalid="false"
|
|
10789
11209
|
aria-label="Row 2 cell 2 content"
|
|
10790
|
-
data-ouia-component-id="OUIA-Generated-TextInputBase
|
|
11210
|
+
data-ouia-component-id="OUIA-Generated-TextInputBase-:r1u:"
|
|
10791
11211
|
data-ouia-component-type="PF6/TextInput"
|
|
10792
11212
|
data-ouia-safe="true"
|
|
10793
11213
|
disabled=""
|
|
@@ -10821,7 +11241,7 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10821
11241
|
<input
|
|
10822
11242
|
aria-invalid="false"
|
|
10823
11243
|
aria-label="Row 2 cell 3 content"
|
|
10824
|
-
data-ouia-component-id="OUIA-Generated-TextInputBase
|
|
11244
|
+
data-ouia-component-id="OUIA-Generated-TextInputBase-:r20:"
|
|
10825
11245
|
data-ouia-component-type="PF6/TextInput"
|
|
10826
11246
|
data-ouia-safe="true"
|
|
10827
11247
|
type="text"
|
|
@@ -10854,7 +11274,7 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10854
11274
|
<input
|
|
10855
11275
|
aria-invalid="false"
|
|
10856
11276
|
aria-label="Row 2 cell 4 content"
|
|
10857
|
-
data-ouia-component-id="OUIA-Generated-TextInputBase
|
|
11277
|
+
data-ouia-component-id="OUIA-Generated-TextInputBase-:r22:"
|
|
10858
11278
|
data-ouia-component-type="PF6/TextInput"
|
|
10859
11279
|
data-ouia-safe="true"
|
|
10860
11280
|
type="text"
|
|
@@ -10881,7 +11301,7 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10881
11301
|
<button
|
|
10882
11302
|
aria-label="Save row edits for row 1"
|
|
10883
11303
|
class="pf-v6-c-button pf-m-plain"
|
|
10884
|
-
data-ouia-component-id="OUIA-Generated-Button-plain
|
|
11304
|
+
data-ouia-component-id="OUIA-Generated-Button-plain-:r23:"
|
|
10885
11305
|
data-ouia-component-type="PF6/Button"
|
|
10886
11306
|
data-ouia-safe="true"
|
|
10887
11307
|
type="button"
|
|
@@ -10895,12 +11315,24 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10895
11315
|
fill="currentColor"
|
|
10896
11316
|
height="1em"
|
|
10897
11317
|
role="img"
|
|
10898
|
-
viewBox="0 0 512 512"
|
|
10899
11318
|
width="1em"
|
|
10900
11319
|
>
|
|
10901
|
-
<
|
|
10902
|
-
|
|
10903
|
-
|
|
11320
|
+
<svg
|
|
11321
|
+
class="pf-v6-icon-default"
|
|
11322
|
+
viewBox="0 0 512 512"
|
|
11323
|
+
>
|
|
11324
|
+
<path
|
|
11325
|
+
d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"
|
|
11326
|
+
/>
|
|
11327
|
+
</svg>
|
|
11328
|
+
<svg
|
|
11329
|
+
class="pf-v6-icon-rh-ui"
|
|
11330
|
+
viewBox="0 0 32 32"
|
|
11331
|
+
>
|
|
11332
|
+
<path
|
|
11333
|
+
d="M11 26.792c-.384 0-.769-.146-1.061-.438l-8.646-8.647a.999.999 0 1 1 1.414-1.414L11 24.586 29.293 6.293a.999.999 0 1 1 1.414 1.414L12.061 26.354a1.497 1.497 0 0 1-1.061.438Z"
|
|
11334
|
+
/>
|
|
11335
|
+
</svg>
|
|
10904
11336
|
</svg>
|
|
10905
11337
|
</span>
|
|
10906
11338
|
</button>
|
|
@@ -10911,7 +11343,7 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10911
11343
|
<button
|
|
10912
11344
|
aria-label="Cancel row edits for row 1"
|
|
10913
11345
|
class="pf-v6-c-button pf-m-plain"
|
|
10914
|
-
data-ouia-component-id="OUIA-Generated-Button-plain
|
|
11346
|
+
data-ouia-component-id="OUIA-Generated-Button-plain-:r24:"
|
|
10915
11347
|
data-ouia-component-type="PF6/Button"
|
|
10916
11348
|
data-ouia-safe="true"
|
|
10917
11349
|
type="button"
|
|
@@ -10925,11 +11357,11 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10925
11357
|
fill="currentColor"
|
|
10926
11358
|
height="1em"
|
|
10927
11359
|
role="img"
|
|
10928
|
-
viewBox="0 0
|
|
11360
|
+
viewBox="0 0 20 20"
|
|
10929
11361
|
width="1em"
|
|
10930
11362
|
>
|
|
10931
11363
|
<path
|
|
10932
|
-
d="
|
|
11364
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10933
11365
|
/>
|
|
10934
11366
|
</svg>
|
|
10935
11367
|
</span>
|
|
@@ -10942,7 +11374,7 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10942
11374
|
<button
|
|
10943
11375
|
aria-label="Place row 1 in edit mode"
|
|
10944
11376
|
class="pf-v6-c-button pf-m-plain"
|
|
10945
|
-
data-ouia-component-id="OUIA-Generated-Button-plain
|
|
11377
|
+
data-ouia-component-id="OUIA-Generated-Button-plain-:r25:"
|
|
10946
11378
|
data-ouia-component-type="PF6/Button"
|
|
10947
11379
|
data-ouia-safe="true"
|
|
10948
11380
|
type="button"
|
|
@@ -10956,12 +11388,24 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10956
11388
|
fill="currentColor"
|
|
10957
11389
|
height="1em"
|
|
10958
11390
|
role="img"
|
|
10959
|
-
viewBox="0 0 512 512"
|
|
10960
11391
|
width="1em"
|
|
10961
11392
|
>
|
|
10962
|
-
<
|
|
10963
|
-
|
|
10964
|
-
|
|
11393
|
+
<svg
|
|
11394
|
+
class="pf-v6-icon-default"
|
|
11395
|
+
viewBox="0 0 512 512"
|
|
11396
|
+
>
|
|
11397
|
+
<path
|
|
11398
|
+
d="M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z"
|
|
11399
|
+
/>
|
|
11400
|
+
</svg>
|
|
11401
|
+
<svg
|
|
11402
|
+
class="pf-v6-icon-rh-ui"
|
|
11403
|
+
viewBox="0 0 32 32"
|
|
11404
|
+
>
|
|
11405
|
+
<path
|
|
11406
|
+
d="m29.354 6.939-4.293-4.293a1.501 1.501 0 0 0-2.121 0L6.293 19.293a.98.98 0 0 0-.225.358l-3.981 8.942c-.004.008-.002.017-.006.025-.029.07-.036.145-.049.22-.009.055-.029.107-.028.162 0 .054.019.107.028.162.013.075.02.15.049.22.003.008.002.017.006.025.044.1.105.188.175.265.013.015.031.025.045.039a.985.985 0 0 0 .246.175c.015.008.025.022.041.029.014.006.029.004.044.009a.994.994 0 0 0 .357.077h.008a.973.973 0 0 0 .357-.077c.014-.006.03-.003.044-.009l8.943-3.982a.98.98 0 0 0 .357-.225l16.65-16.647c.283-.283.439-.66.439-1.061s-.156-.777-.439-1.061ZM4.972 27.027l2.354-5.287 2.933 2.933-5.287 2.354ZM12 23.586 8.414 20 20.5 7.914l3.586 3.586L12 23.586Zm13.5-13.5L21.914 6.5 24 4.414 27.586 8 25.5 10.086Z"
|
|
11407
|
+
/>
|
|
11408
|
+
</svg>
|
|
10965
11409
|
</svg>
|
|
10966
11410
|
</span>
|
|
10967
11411
|
</button>
|
|
@@ -10979,7 +11423,7 @@ exports[`Table simple Row click table 1`] = `
|
|
|
10979
11423
|
<table
|
|
10980
11424
|
aria-label="Row click table"
|
|
10981
11425
|
class="pf-v6-c-table pf-m-grid-md"
|
|
10982
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
11426
|
+
data-ouia-component-id="OUIA-Generated-Table-:r2h:"
|
|
10983
11427
|
data-ouia-component-type="PF6/Table"
|
|
10984
11428
|
data-ouia-safe="true"
|
|
10985
11429
|
role="grid"
|
|
@@ -10989,7 +11433,7 @@ exports[`Table simple Row click table 1`] = `
|
|
|
10989
11433
|
>
|
|
10990
11434
|
<tr
|
|
10991
11435
|
class="pf-v6-c-table__tr"
|
|
10992
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
11436
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r2i:"
|
|
10993
11437
|
data-ouia-component-type="PF6/TableRow"
|
|
10994
11438
|
data-ouia-safe="true"
|
|
10995
11439
|
>
|
|
@@ -11021,12 +11465,24 @@ exports[`Table simple Row click table 1`] = `
|
|
|
11021
11465
|
fill="currentColor"
|
|
11022
11466
|
height="1em"
|
|
11023
11467
|
role="img"
|
|
11024
|
-
viewBox="0 0 256 512"
|
|
11025
11468
|
width="1em"
|
|
11026
11469
|
>
|
|
11027
|
-
<
|
|
11028
|
-
|
|
11029
|
-
|
|
11470
|
+
<svg
|
|
11471
|
+
class="pf-v6-icon-default"
|
|
11472
|
+
viewBox="0 0 256 512"
|
|
11473
|
+
>
|
|
11474
|
+
<path
|
|
11475
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
11476
|
+
/>
|
|
11477
|
+
</svg>
|
|
11478
|
+
<svg
|
|
11479
|
+
class="pf-v6-icon-rh-ui"
|
|
11480
|
+
viewBox="0 0 32 32"
|
|
11481
|
+
>
|
|
11482
|
+
<path
|
|
11483
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
11484
|
+
/>
|
|
11485
|
+
</svg>
|
|
11030
11486
|
</svg>
|
|
11031
11487
|
</span>
|
|
11032
11488
|
</div>
|
|
@@ -11076,7 +11532,7 @@ exports[`Table simple Row click table 1`] = `
|
|
|
11076
11532
|
>
|
|
11077
11533
|
<tr
|
|
11078
11534
|
class="pf-v6-c-table__tr"
|
|
11079
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
11535
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r2j:"
|
|
11080
11536
|
data-ouia-component-type="PF6/TableRow"
|
|
11081
11537
|
data-ouia-safe="true"
|
|
11082
11538
|
>
|
|
@@ -11123,7 +11579,7 @@ exports[`Table simple Row click table 1`] = `
|
|
|
11123
11579
|
</tr>
|
|
11124
11580
|
<tr
|
|
11125
11581
|
class="pf-v6-c-table__tr"
|
|
11126
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
11582
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r2k:"
|
|
11127
11583
|
data-ouia-component-type="PF6/TableRow"
|
|
11128
11584
|
data-ouia-safe="true"
|
|
11129
11585
|
>
|
|
@@ -11170,7 +11626,7 @@ exports[`Table simple Row click table 1`] = `
|
|
|
11170
11626
|
</tr>
|
|
11171
11627
|
<tr
|
|
11172
11628
|
class="pf-v6-c-table__tr"
|
|
11173
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
11629
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r2l:"
|
|
11174
11630
|
data-ouia-component-type="PF6/TableRow"
|
|
11175
11631
|
data-ouia-safe="true"
|
|
11176
11632
|
>
|
|
@@ -11217,7 +11673,7 @@ exports[`Table simple Row click table 1`] = `
|
|
|
11217
11673
|
</tr>
|
|
11218
11674
|
<tr
|
|
11219
11675
|
class="pf-v6-c-table__tr"
|
|
11220
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
11676
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r2m:"
|
|
11221
11677
|
data-ouia-component-type="PF6/TableRow"
|
|
11222
11678
|
data-ouia-safe="true"
|
|
11223
11679
|
>
|
|
@@ -11264,7 +11720,7 @@ exports[`Table simple Row click table 1`] = `
|
|
|
11264
11720
|
</tr>
|
|
11265
11721
|
<tr
|
|
11266
11722
|
class="pf-v6-c-table__tr"
|
|
11267
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
11723
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r2n:"
|
|
11268
11724
|
data-ouia-component-type="PF6/TableRow"
|
|
11269
11725
|
data-ouia-safe="true"
|
|
11270
11726
|
>
|
|
@@ -11311,7 +11767,7 @@ exports[`Table simple Row click table 1`] = `
|
|
|
11311
11767
|
</tr>
|
|
11312
11768
|
<tr
|
|
11313
11769
|
class="pf-v6-c-table__tr"
|
|
11314
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
11770
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r2o:"
|
|
11315
11771
|
data-ouia-component-type="PF6/TableRow"
|
|
11316
11772
|
data-ouia-safe="true"
|
|
11317
11773
|
>
|
|
@@ -11358,7 +11814,7 @@ exports[`Table simple Row click table 1`] = `
|
|
|
11358
11814
|
</tr>
|
|
11359
11815
|
<tr
|
|
11360
11816
|
class="pf-v6-c-table__tr"
|
|
11361
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
11817
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r2p:"
|
|
11362
11818
|
data-ouia-component-type="PF6/TableRow"
|
|
11363
11819
|
data-ouia-safe="true"
|
|
11364
11820
|
>
|
|
@@ -11405,7 +11861,7 @@ exports[`Table simple Row click table 1`] = `
|
|
|
11405
11861
|
</tr>
|
|
11406
11862
|
<tr
|
|
11407
11863
|
class="pf-v6-c-table__tr"
|
|
11408
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
11864
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r2q:"
|
|
11409
11865
|
data-ouia-component-type="PF6/TableRow"
|
|
11410
11866
|
data-ouia-safe="true"
|
|
11411
11867
|
>
|
|
@@ -11452,7 +11908,7 @@ exports[`Table simple Row click table 1`] = `
|
|
|
11452
11908
|
</tr>
|
|
11453
11909
|
<tr
|
|
11454
11910
|
class="pf-v6-c-table__tr"
|
|
11455
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
11911
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r2r:"
|
|
11456
11912
|
data-ouia-component-type="PF6/TableRow"
|
|
11457
11913
|
data-ouia-safe="true"
|
|
11458
11914
|
>
|
|
@@ -11507,7 +11963,7 @@ exports[`Table simple Sortable table 1`] = `
|
|
|
11507
11963
|
<table
|
|
11508
11964
|
aria-label="Aria labeled"
|
|
11509
11965
|
class="pf-v6-c-table pf-m-grid-md"
|
|
11510
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
11966
|
+
data-ouia-component-id="OUIA-Generated-Table-:r26:"
|
|
11511
11967
|
data-ouia-component-type="PF6/Table"
|
|
11512
11968
|
data-ouia-safe="true"
|
|
11513
11969
|
role="grid"
|
|
@@ -11517,7 +11973,7 @@ exports[`Table simple Sortable table 1`] = `
|
|
|
11517
11973
|
>
|
|
11518
11974
|
<tr
|
|
11519
11975
|
class="pf-v6-c-table__tr"
|
|
11520
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
11976
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r27:"
|
|
11521
11977
|
data-ouia-component-type="PF6/TableRow"
|
|
11522
11978
|
data-ouia-safe="true"
|
|
11523
11979
|
>
|
|
@@ -11549,12 +12005,24 @@ exports[`Table simple Sortable table 1`] = `
|
|
|
11549
12005
|
fill="currentColor"
|
|
11550
12006
|
height="1em"
|
|
11551
12007
|
role="img"
|
|
11552
|
-
viewBox="0 0 256 512"
|
|
11553
12008
|
width="1em"
|
|
11554
12009
|
>
|
|
11555
|
-
<
|
|
11556
|
-
|
|
11557
|
-
|
|
12010
|
+
<svg
|
|
12011
|
+
class="pf-v6-icon-default"
|
|
12012
|
+
viewBox="0 0 256 512"
|
|
12013
|
+
>
|
|
12014
|
+
<path
|
|
12015
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
12016
|
+
/>
|
|
12017
|
+
</svg>
|
|
12018
|
+
<svg
|
|
12019
|
+
class="pf-v6-icon-rh-ui"
|
|
12020
|
+
viewBox="0 0 32 32"
|
|
12021
|
+
>
|
|
12022
|
+
<path
|
|
12023
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
12024
|
+
/>
|
|
12025
|
+
</svg>
|
|
11558
12026
|
</svg>
|
|
11559
12027
|
</span>
|
|
11560
12028
|
</div>
|
|
@@ -11604,7 +12072,7 @@ exports[`Table simple Sortable table 1`] = `
|
|
|
11604
12072
|
>
|
|
11605
12073
|
<tr
|
|
11606
12074
|
class="pf-v6-c-table__tr"
|
|
11607
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
12075
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r28:"
|
|
11608
12076
|
data-ouia-component-type="PF6/TableRow"
|
|
11609
12077
|
data-ouia-safe="true"
|
|
11610
12078
|
>
|
|
@@ -11651,7 +12119,7 @@ exports[`Table simple Sortable table 1`] = `
|
|
|
11651
12119
|
</tr>
|
|
11652
12120
|
<tr
|
|
11653
12121
|
class="pf-v6-c-table__tr"
|
|
11654
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
12122
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r29:"
|
|
11655
12123
|
data-ouia-component-type="PF6/TableRow"
|
|
11656
12124
|
data-ouia-safe="true"
|
|
11657
12125
|
>
|
|
@@ -11698,7 +12166,7 @@ exports[`Table simple Sortable table 1`] = `
|
|
|
11698
12166
|
</tr>
|
|
11699
12167
|
<tr
|
|
11700
12168
|
class="pf-v6-c-table__tr"
|
|
11701
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
12169
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r2a:"
|
|
11702
12170
|
data-ouia-component-type="PF6/TableRow"
|
|
11703
12171
|
data-ouia-safe="true"
|
|
11704
12172
|
>
|
|
@@ -11745,7 +12213,7 @@ exports[`Table simple Sortable table 1`] = `
|
|
|
11745
12213
|
</tr>
|
|
11746
12214
|
<tr
|
|
11747
12215
|
class="pf-v6-c-table__tr"
|
|
11748
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
12216
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r2b:"
|
|
11749
12217
|
data-ouia-component-type="PF6/TableRow"
|
|
11750
12218
|
data-ouia-safe="true"
|
|
11751
12219
|
>
|
|
@@ -11792,7 +12260,7 @@ exports[`Table simple Sortable table 1`] = `
|
|
|
11792
12260
|
</tr>
|
|
11793
12261
|
<tr
|
|
11794
12262
|
class="pf-v6-c-table__tr"
|
|
11795
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
12263
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r2c:"
|
|
11796
12264
|
data-ouia-component-type="PF6/TableRow"
|
|
11797
12265
|
data-ouia-safe="true"
|
|
11798
12266
|
>
|
|
@@ -11839,7 +12307,7 @@ exports[`Table simple Sortable table 1`] = `
|
|
|
11839
12307
|
</tr>
|
|
11840
12308
|
<tr
|
|
11841
12309
|
class="pf-v6-c-table__tr"
|
|
11842
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
12310
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r2d:"
|
|
11843
12311
|
data-ouia-component-type="PF6/TableRow"
|
|
11844
12312
|
data-ouia-safe="true"
|
|
11845
12313
|
>
|
|
@@ -11886,7 +12354,7 @@ exports[`Table simple Sortable table 1`] = `
|
|
|
11886
12354
|
</tr>
|
|
11887
12355
|
<tr
|
|
11888
12356
|
class="pf-v6-c-table__tr"
|
|
11889
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
12357
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r2e:"
|
|
11890
12358
|
data-ouia-component-type="PF6/TableRow"
|
|
11891
12359
|
data-ouia-safe="true"
|
|
11892
12360
|
>
|
|
@@ -11933,7 +12401,7 @@ exports[`Table simple Sortable table 1`] = `
|
|
|
11933
12401
|
</tr>
|
|
11934
12402
|
<tr
|
|
11935
12403
|
class="pf-v6-c-table__tr"
|
|
11936
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
12404
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r2f:"
|
|
11937
12405
|
data-ouia-component-type="PF6/TableRow"
|
|
11938
12406
|
data-ouia-safe="true"
|
|
11939
12407
|
>
|
|
@@ -11980,7 +12448,7 @@ exports[`Table simple Sortable table 1`] = `
|
|
|
11980
12448
|
</tr>
|
|
11981
12449
|
<tr
|
|
11982
12450
|
class="pf-v6-c-table__tr"
|
|
11983
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
12451
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r2g:"
|
|
11984
12452
|
data-ouia-component-type="PF6/TableRow"
|
|
11985
12453
|
data-ouia-safe="true"
|
|
11986
12454
|
>
|
|
@@ -12035,7 +12503,7 @@ exports[`Table simple aria-label 1`] = `
|
|
|
12035
12503
|
<table
|
|
12036
12504
|
aria-label="Aria labeled"
|
|
12037
12505
|
class="pf-v6-c-table pf-m-grid-md"
|
|
12038
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
12506
|
+
data-ouia-component-id="OUIA-Generated-Table-:r11:"
|
|
12039
12507
|
data-ouia-component-type="PF6/Table"
|
|
12040
12508
|
data-ouia-safe="true"
|
|
12041
12509
|
role="grid"
|
|
@@ -12045,7 +12513,7 @@ exports[`Table simple aria-label 1`] = `
|
|
|
12045
12513
|
>
|
|
12046
12514
|
<tr
|
|
12047
12515
|
class="pf-v6-c-table__tr"
|
|
12048
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
12516
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r12:"
|
|
12049
12517
|
data-ouia-component-type="PF6/TableRow"
|
|
12050
12518
|
data-ouia-safe="true"
|
|
12051
12519
|
>
|
|
@@ -12102,7 +12570,7 @@ exports[`Table simple aria-label 1`] = `
|
|
|
12102
12570
|
>
|
|
12103
12571
|
<tr
|
|
12104
12572
|
class="pf-v6-c-table__tr"
|
|
12105
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
12573
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r13:"
|
|
12106
12574
|
data-ouia-component-type="PF6/TableRow"
|
|
12107
12575
|
data-ouia-safe="true"
|
|
12108
12576
|
>
|
|
@@ -12149,7 +12617,7 @@ exports[`Table simple aria-label 1`] = `
|
|
|
12149
12617
|
</tr>
|
|
12150
12618
|
<tr
|
|
12151
12619
|
class="pf-v6-c-table__tr"
|
|
12152
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
12620
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r14:"
|
|
12153
12621
|
data-ouia-component-type="PF6/TableRow"
|
|
12154
12622
|
data-ouia-safe="true"
|
|
12155
12623
|
>
|
|
@@ -12196,7 +12664,7 @@ exports[`Table simple aria-label 1`] = `
|
|
|
12196
12664
|
</tr>
|
|
12197
12665
|
<tr
|
|
12198
12666
|
class="pf-v6-c-table__tr"
|
|
12199
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
12667
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r15:"
|
|
12200
12668
|
data-ouia-component-type="PF6/TableRow"
|
|
12201
12669
|
data-ouia-safe="true"
|
|
12202
12670
|
>
|
|
@@ -12243,7 +12711,7 @@ exports[`Table simple aria-label 1`] = `
|
|
|
12243
12711
|
</tr>
|
|
12244
12712
|
<tr
|
|
12245
12713
|
class="pf-v6-c-table__tr"
|
|
12246
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
12714
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r16:"
|
|
12247
12715
|
data-ouia-component-type="PF6/TableRow"
|
|
12248
12716
|
data-ouia-safe="true"
|
|
12249
12717
|
>
|
|
@@ -12290,7 +12758,7 @@ exports[`Table simple aria-label 1`] = `
|
|
|
12290
12758
|
</tr>
|
|
12291
12759
|
<tr
|
|
12292
12760
|
class="pf-v6-c-table__tr"
|
|
12293
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
12761
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r17:"
|
|
12294
12762
|
data-ouia-component-type="PF6/TableRow"
|
|
12295
12763
|
data-ouia-safe="true"
|
|
12296
12764
|
>
|
|
@@ -12337,7 +12805,7 @@ exports[`Table simple aria-label 1`] = `
|
|
|
12337
12805
|
</tr>
|
|
12338
12806
|
<tr
|
|
12339
12807
|
class="pf-v6-c-table__tr"
|
|
12340
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
12808
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r18:"
|
|
12341
12809
|
data-ouia-component-type="PF6/TableRow"
|
|
12342
12810
|
data-ouia-safe="true"
|
|
12343
12811
|
>
|
|
@@ -12384,7 +12852,7 @@ exports[`Table simple aria-label 1`] = `
|
|
|
12384
12852
|
</tr>
|
|
12385
12853
|
<tr
|
|
12386
12854
|
class="pf-v6-c-table__tr"
|
|
12387
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
12855
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r19:"
|
|
12388
12856
|
data-ouia-component-type="PF6/TableRow"
|
|
12389
12857
|
data-ouia-safe="true"
|
|
12390
12858
|
>
|
|
@@ -12431,7 +12899,7 @@ exports[`Table simple aria-label 1`] = `
|
|
|
12431
12899
|
</tr>
|
|
12432
12900
|
<tr
|
|
12433
12901
|
class="pf-v6-c-table__tr"
|
|
12434
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
12902
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r1a:"
|
|
12435
12903
|
data-ouia-component-type="PF6/TableRow"
|
|
12436
12904
|
data-ouia-safe="true"
|
|
12437
12905
|
>
|
|
@@ -12478,7 +12946,7 @@ exports[`Table simple aria-label 1`] = `
|
|
|
12478
12946
|
</tr>
|
|
12479
12947
|
<tr
|
|
12480
12948
|
class="pf-v6-c-table__tr"
|
|
12481
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
12949
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r1b:"
|
|
12482
12950
|
data-ouia-component-type="PF6/TableRow"
|
|
12483
12951
|
data-ouia-safe="true"
|
|
12484
12952
|
>
|
|
@@ -12532,7 +13000,7 @@ exports[`Table simple caption 1`] = `
|
|
|
12532
13000
|
<DocumentFragment>
|
|
12533
13001
|
<table
|
|
12534
13002
|
class="pf-v6-c-table pf-m-grid-md"
|
|
12535
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
13003
|
+
data-ouia-component-id="OUIA-Generated-Table-:r0:"
|
|
12536
13004
|
data-ouia-component-type="PF6/Table"
|
|
12537
13005
|
data-ouia-safe="true"
|
|
12538
13006
|
role="grid"
|
|
@@ -12545,7 +13013,7 @@ exports[`Table simple caption 1`] = `
|
|
|
12545
13013
|
>
|
|
12546
13014
|
<tr
|
|
12547
13015
|
class="pf-v6-c-table__tr"
|
|
12548
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
13016
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r1:"
|
|
12549
13017
|
data-ouia-component-type="PF6/TableRow"
|
|
12550
13018
|
data-ouia-safe="true"
|
|
12551
13019
|
>
|
|
@@ -12602,7 +13070,7 @@ exports[`Table simple caption 1`] = `
|
|
|
12602
13070
|
>
|
|
12603
13071
|
<tr
|
|
12604
13072
|
class="pf-v6-c-table__tr"
|
|
12605
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
13073
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r2:"
|
|
12606
13074
|
data-ouia-component-type="PF6/TableRow"
|
|
12607
13075
|
data-ouia-safe="true"
|
|
12608
13076
|
>
|
|
@@ -12649,7 +13117,7 @@ exports[`Table simple caption 1`] = `
|
|
|
12649
13117
|
</tr>
|
|
12650
13118
|
<tr
|
|
12651
13119
|
class="pf-v6-c-table__tr"
|
|
12652
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
13120
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r3:"
|
|
12653
13121
|
data-ouia-component-type="PF6/TableRow"
|
|
12654
13122
|
data-ouia-safe="true"
|
|
12655
13123
|
>
|
|
@@ -12696,7 +13164,7 @@ exports[`Table simple caption 1`] = `
|
|
|
12696
13164
|
</tr>
|
|
12697
13165
|
<tr
|
|
12698
13166
|
class="pf-v6-c-table__tr"
|
|
12699
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
13167
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r4:"
|
|
12700
13168
|
data-ouia-component-type="PF6/TableRow"
|
|
12701
13169
|
data-ouia-safe="true"
|
|
12702
13170
|
>
|
|
@@ -12743,7 +13211,7 @@ exports[`Table simple caption 1`] = `
|
|
|
12743
13211
|
</tr>
|
|
12744
13212
|
<tr
|
|
12745
13213
|
class="pf-v6-c-table__tr"
|
|
12746
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
13214
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r5:"
|
|
12747
13215
|
data-ouia-component-type="PF6/TableRow"
|
|
12748
13216
|
data-ouia-safe="true"
|
|
12749
13217
|
>
|
|
@@ -12790,7 +13258,7 @@ exports[`Table simple caption 1`] = `
|
|
|
12790
13258
|
</tr>
|
|
12791
13259
|
<tr
|
|
12792
13260
|
class="pf-v6-c-table__tr"
|
|
12793
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
13261
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r6:"
|
|
12794
13262
|
data-ouia-component-type="PF6/TableRow"
|
|
12795
13263
|
data-ouia-safe="true"
|
|
12796
13264
|
>
|
|
@@ -12837,7 +13305,7 @@ exports[`Table simple caption 1`] = `
|
|
|
12837
13305
|
</tr>
|
|
12838
13306
|
<tr
|
|
12839
13307
|
class="pf-v6-c-table__tr"
|
|
12840
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
13308
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r7:"
|
|
12841
13309
|
data-ouia-component-type="PF6/TableRow"
|
|
12842
13310
|
data-ouia-safe="true"
|
|
12843
13311
|
>
|
|
@@ -12884,7 +13352,7 @@ exports[`Table simple caption 1`] = `
|
|
|
12884
13352
|
</tr>
|
|
12885
13353
|
<tr
|
|
12886
13354
|
class="pf-v6-c-table__tr"
|
|
12887
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
13355
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r8:"
|
|
12888
13356
|
data-ouia-component-type="PF6/TableRow"
|
|
12889
13357
|
data-ouia-safe="true"
|
|
12890
13358
|
>
|
|
@@ -12931,7 +13399,7 @@ exports[`Table simple caption 1`] = `
|
|
|
12931
13399
|
</tr>
|
|
12932
13400
|
<tr
|
|
12933
13401
|
class="pf-v6-c-table__tr"
|
|
12934
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
13402
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r9:"
|
|
12935
13403
|
data-ouia-component-type="PF6/TableRow"
|
|
12936
13404
|
data-ouia-safe="true"
|
|
12937
13405
|
>
|
|
@@ -12978,7 +13446,7 @@ exports[`Table simple caption 1`] = `
|
|
|
12978
13446
|
</tr>
|
|
12979
13447
|
<tr
|
|
12980
13448
|
class="pf-v6-c-table__tr"
|
|
12981
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
13449
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:ra:"
|
|
12982
13450
|
data-ouia-component-type="PF6/TableRow"
|
|
12983
13451
|
data-ouia-safe="true"
|
|
12984
13452
|
>
|
|
@@ -13035,7 +13503,7 @@ exports[`Table simple header 1`] = `
|
|
|
13035
13503
|
</h4>
|
|
13036
13504
|
<table
|
|
13037
13505
|
class="pf-v6-c-table pf-m-grid-md"
|
|
13038
|
-
data-ouia-component-id="OUIA-Generated-Table
|
|
13506
|
+
data-ouia-component-id="OUIA-Generated-Table-:rm:"
|
|
13039
13507
|
data-ouia-component-type="PF6/Table"
|
|
13040
13508
|
data-ouia-safe="true"
|
|
13041
13509
|
role="grid"
|
|
@@ -13045,7 +13513,7 @@ exports[`Table simple header 1`] = `
|
|
|
13045
13513
|
>
|
|
13046
13514
|
<tr
|
|
13047
13515
|
class="pf-v6-c-table__tr"
|
|
13048
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
13516
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rn:"
|
|
13049
13517
|
data-ouia-component-type="PF6/TableRow"
|
|
13050
13518
|
data-ouia-safe="true"
|
|
13051
13519
|
>
|
|
@@ -13102,7 +13570,7 @@ exports[`Table simple header 1`] = `
|
|
|
13102
13570
|
>
|
|
13103
13571
|
<tr
|
|
13104
13572
|
class="pf-v6-c-table__tr"
|
|
13105
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
13573
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:ro:"
|
|
13106
13574
|
data-ouia-component-type="PF6/TableRow"
|
|
13107
13575
|
data-ouia-safe="true"
|
|
13108
13576
|
>
|
|
@@ -13149,7 +13617,7 @@ exports[`Table simple header 1`] = `
|
|
|
13149
13617
|
</tr>
|
|
13150
13618
|
<tr
|
|
13151
13619
|
class="pf-v6-c-table__tr"
|
|
13152
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
13620
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rp:"
|
|
13153
13621
|
data-ouia-component-type="PF6/TableRow"
|
|
13154
13622
|
data-ouia-safe="true"
|
|
13155
13623
|
>
|
|
@@ -13196,7 +13664,7 @@ exports[`Table simple header 1`] = `
|
|
|
13196
13664
|
</tr>
|
|
13197
13665
|
<tr
|
|
13198
13666
|
class="pf-v6-c-table__tr"
|
|
13199
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
13667
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rq:"
|
|
13200
13668
|
data-ouia-component-type="PF6/TableRow"
|
|
13201
13669
|
data-ouia-safe="true"
|
|
13202
13670
|
>
|
|
@@ -13243,7 +13711,7 @@ exports[`Table simple header 1`] = `
|
|
|
13243
13711
|
</tr>
|
|
13244
13712
|
<tr
|
|
13245
13713
|
class="pf-v6-c-table__tr"
|
|
13246
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
13714
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rr:"
|
|
13247
13715
|
data-ouia-component-type="PF6/TableRow"
|
|
13248
13716
|
data-ouia-safe="true"
|
|
13249
13717
|
>
|
|
@@ -13290,7 +13758,7 @@ exports[`Table simple header 1`] = `
|
|
|
13290
13758
|
</tr>
|
|
13291
13759
|
<tr
|
|
13292
13760
|
class="pf-v6-c-table__tr"
|
|
13293
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
13761
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rs:"
|
|
13294
13762
|
data-ouia-component-type="PF6/TableRow"
|
|
13295
13763
|
data-ouia-safe="true"
|
|
13296
13764
|
>
|
|
@@ -13337,7 +13805,7 @@ exports[`Table simple header 1`] = `
|
|
|
13337
13805
|
</tr>
|
|
13338
13806
|
<tr
|
|
13339
13807
|
class="pf-v6-c-table__tr"
|
|
13340
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
13808
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rt:"
|
|
13341
13809
|
data-ouia-component-type="PF6/TableRow"
|
|
13342
13810
|
data-ouia-safe="true"
|
|
13343
13811
|
>
|
|
@@ -13384,7 +13852,7 @@ exports[`Table simple header 1`] = `
|
|
|
13384
13852
|
</tr>
|
|
13385
13853
|
<tr
|
|
13386
13854
|
class="pf-v6-c-table__tr"
|
|
13387
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
13855
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:ru:"
|
|
13388
13856
|
data-ouia-component-type="PF6/TableRow"
|
|
13389
13857
|
data-ouia-safe="true"
|
|
13390
13858
|
>
|
|
@@ -13431,7 +13899,7 @@ exports[`Table simple header 1`] = `
|
|
|
13431
13899
|
</tr>
|
|
13432
13900
|
<tr
|
|
13433
13901
|
class="pf-v6-c-table__tr"
|
|
13434
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
13902
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:rv:"
|
|
13435
13903
|
data-ouia-component-type="PF6/TableRow"
|
|
13436
13904
|
data-ouia-safe="true"
|
|
13437
13905
|
>
|
|
@@ -13478,7 +13946,7 @@ exports[`Table simple header 1`] = `
|
|
|
13478
13946
|
</tr>
|
|
13479
13947
|
<tr
|
|
13480
13948
|
class="pf-v6-c-table__tr"
|
|
13481
|
-
data-ouia-component-id="OUIA-Generated-TableRow
|
|
13949
|
+
data-ouia-component-id="OUIA-Generated-TableRow-:r10:"
|
|
13482
13950
|
data-ouia-component-type="PF6/TableRow"
|
|
13483
13951
|
data-ouia-safe="true"
|
|
13484
13952
|
>
|