@patternfly/patternfly 6.0.0-alpha.225 → 6.0.0-alpha.227
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/components/ExpandableSection/expandable-section.css +0 -1
- package/components/ExpandableSection/expandable-section.scss +0 -1
- package/components/Table/table.css +39 -34
- package/components/Table/table.scss +48 -45
- package/components/_index.css +39 -35
- package/docs/components/Check/examples/Check.md +10 -15
- package/docs/components/DataList/examples/DataList.md +0 -13
- package/docs/components/InlineEdit/examples/InlineEdit.md +34 -7
- package/docs/components/Menu/examples/Menu.md +3 -12
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +3 -3
- package/docs/components/Table/examples/Table.md +3796 -1216
- package/docs/components/Toolbar/examples/Toolbar.md +0 -5
- package/docs/demos/Card/examples/Card.md +38 -14
- package/docs/demos/CardView/examples/CardView.md +0 -1
- package/docs/demos/DataList/examples/DataList.md +65 -53
- package/docs/demos/DescriptionList/examples/DescriptionList.md +30 -5
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +0 -1
- package/docs/demos/Table/examples/Table.md +1482 -548
- package/docs/demos/Tabs/examples/Tabs.md +66 -48
- package/docs/demos/Toolbar/examples/Toolbar.md +176 -58
- package/package.json +1 -1
- package/patternfly-no-globals.css +39 -35
- package/patternfly.css +39 -35
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -282,7 +282,6 @@ wrapperTag: div
|
|
|
282
282
|
>
|
|
283
283
|
<label
|
|
284
284
|
class="pf-v6-c-check pf-m-standalone"
|
|
285
|
-
id="basic-demo-toolbar-check-check"
|
|
286
285
|
for="basic-demo-toolbar-check-check-input"
|
|
287
286
|
>
|
|
288
287
|
<input
|
|
@@ -470,8 +469,19 @@ wrapperTag: div
|
|
|
470
469
|
id="basic-demo-table"
|
|
471
470
|
>
|
|
472
471
|
<thead class="pf-v6-c-table__thead">
|
|
473
|
-
<tr
|
|
474
|
-
|
|
472
|
+
<tr
|
|
473
|
+
class="pf-v6-c-table__tr"
|
|
474
|
+
role&#x3D;&quot;row&quot;
|
|
475
|
+
[object
|
|
476
|
+
Object]
|
|
477
|
+
>
|
|
478
|
+
<th
|
|
479
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
480
|
+
role="columnheader"
|
|
481
|
+
scope="col"
|
|
482
|
+
>
|
|
483
|
+
<span class="pf-v6-screen-reader">Row select</span>
|
|
484
|
+
</th>
|
|
475
485
|
|
|
476
486
|
<th
|
|
477
487
|
class="pf-v6-c-table__th"
|
|
@@ -503,18 +513,37 @@ wrapperTag: div
|
|
|
503
513
|
scope="col"
|
|
504
514
|
>Last commit</th>
|
|
505
515
|
|
|
506
|
-
<
|
|
516
|
+
<th
|
|
517
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
518
|
+
role="columnheader"
|
|
519
|
+
scope="col"
|
|
520
|
+
>
|
|
521
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
522
|
+
</th>
|
|
507
523
|
|
|
508
|
-
<
|
|
524
|
+
<th
|
|
525
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
526
|
+
role="columnheader"
|
|
527
|
+
scope="col"
|
|
528
|
+
>
|
|
529
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
530
|
+
</th>
|
|
509
531
|
</tr>
|
|
510
532
|
</thead>
|
|
511
533
|
|
|
512
534
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
513
|
-
<tr
|
|
514
|
-
|
|
535
|
+
<tr
|
|
536
|
+
class="pf-v6-c-table__tr"
|
|
537
|
+
role&#x3D;&quot;row&quot;
|
|
538
|
+
[object
|
|
539
|
+
Object]
|
|
540
|
+
>
|
|
541
|
+
<td
|
|
542
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
543
|
+
aria-label="Check row"
|
|
544
|
+
>
|
|
515
545
|
<label
|
|
516
546
|
class="pf-v6-c-check pf-m-standalone"
|
|
517
|
-
id="basic-demo-table-checkrow-2-check"
|
|
518
547
|
for="basic-demo-table-checkrow-2-check-input"
|
|
519
548
|
>
|
|
520
549
|
<input
|
|
@@ -522,7 +551,7 @@ wrapperTag: div
|
|
|
522
551
|
type="checkbox"
|
|
523
552
|
id="basic-demo-table-checkrow-2-check-input"
|
|
524
553
|
name="basic-demo-table-checkrow-2-check-input"
|
|
525
|
-
aria-label="
|
|
554
|
+
aria-label="Select row"
|
|
526
555
|
/>
|
|
527
556
|
</label>
|
|
528
557
|
</td>
|
|
@@ -570,7 +599,7 @@ wrapperTag: div
|
|
|
570
599
|
<a href="#">Action link</a>
|
|
571
600
|
</td>
|
|
572
601
|
|
|
573
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
602
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
574
603
|
<button
|
|
575
604
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
576
605
|
type="button"
|
|
@@ -584,11 +613,18 @@ wrapperTag: div
|
|
|
584
613
|
</td>
|
|
585
614
|
</tr>
|
|
586
615
|
|
|
587
|
-
<tr
|
|
588
|
-
|
|
616
|
+
<tr
|
|
617
|
+
class="pf-v6-c-table__tr"
|
|
618
|
+
role&#x3D;&quot;row&quot;
|
|
619
|
+
[object
|
|
620
|
+
Object]
|
|
621
|
+
>
|
|
622
|
+
<td
|
|
623
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
624
|
+
aria-label="Check row"
|
|
625
|
+
>
|
|
589
626
|
<label
|
|
590
627
|
class="pf-v6-c-check pf-m-standalone"
|
|
591
|
-
id="basic-demo-table-checkrow-3-check"
|
|
592
628
|
for="basic-demo-table-checkrow-3-check-input"
|
|
593
629
|
>
|
|
594
630
|
<input
|
|
@@ -596,7 +632,7 @@ wrapperTag: div
|
|
|
596
632
|
type="checkbox"
|
|
597
633
|
id="basic-demo-table-checkrow-3-check-input"
|
|
598
634
|
name="basic-demo-table-checkrow-3-check-input"
|
|
599
|
-
aria-label="
|
|
635
|
+
aria-label="Select row"
|
|
600
636
|
/>
|
|
601
637
|
</label>
|
|
602
638
|
</td>
|
|
@@ -644,7 +680,7 @@ wrapperTag: div
|
|
|
644
680
|
<a href="#">Action link</a>
|
|
645
681
|
</td>
|
|
646
682
|
|
|
647
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
683
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
648
684
|
<button
|
|
649
685
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
650
686
|
type="button"
|
|
@@ -658,11 +694,18 @@ wrapperTag: div
|
|
|
658
694
|
</td>
|
|
659
695
|
</tr>
|
|
660
696
|
|
|
661
|
-
<tr
|
|
662
|
-
|
|
697
|
+
<tr
|
|
698
|
+
class="pf-v6-c-table__tr"
|
|
699
|
+
role&#x3D;&quot;row&quot;
|
|
700
|
+
[object
|
|
701
|
+
Object]
|
|
702
|
+
>
|
|
703
|
+
<td
|
|
704
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
705
|
+
aria-label="Check row"
|
|
706
|
+
>
|
|
663
707
|
<label
|
|
664
708
|
class="pf-v6-c-check pf-m-standalone"
|
|
665
|
-
id="basic-demo-table-checkrow-4-check"
|
|
666
709
|
for="basic-demo-table-checkrow-4-check-input"
|
|
667
710
|
>
|
|
668
711
|
<input
|
|
@@ -670,7 +713,7 @@ wrapperTag: div
|
|
|
670
713
|
type="checkbox"
|
|
671
714
|
id="basic-demo-table-checkrow-4-check-input"
|
|
672
715
|
name="basic-demo-table-checkrow-4-check-input"
|
|
673
|
-
aria-label="
|
|
716
|
+
aria-label="Select row"
|
|
674
717
|
/>
|
|
675
718
|
</label>
|
|
676
719
|
</td>
|
|
@@ -718,7 +761,7 @@ wrapperTag: div
|
|
|
718
761
|
<a href="#">Action link</a>
|
|
719
762
|
</td>
|
|
720
763
|
|
|
721
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
764
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
722
765
|
<button
|
|
723
766
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
724
767
|
type="button"
|
|
@@ -732,11 +775,18 @@ wrapperTag: div
|
|
|
732
775
|
</td>
|
|
733
776
|
</tr>
|
|
734
777
|
|
|
735
|
-
<tr
|
|
736
|
-
|
|
778
|
+
<tr
|
|
779
|
+
class="pf-v6-c-table__tr"
|
|
780
|
+
role&#x3D;&quot;row&quot;
|
|
781
|
+
[object
|
|
782
|
+
Object]
|
|
783
|
+
>
|
|
784
|
+
<td
|
|
785
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
786
|
+
aria-label="Check row"
|
|
787
|
+
>
|
|
737
788
|
<label
|
|
738
789
|
class="pf-v6-c-check pf-m-standalone"
|
|
739
|
-
id="basic-demo-table-checkrow-5-check"
|
|
740
790
|
for="basic-demo-table-checkrow-5-check-input"
|
|
741
791
|
>
|
|
742
792
|
<input
|
|
@@ -744,7 +794,7 @@ wrapperTag: div
|
|
|
744
794
|
type="checkbox"
|
|
745
795
|
id="basic-demo-table-checkrow-5-check-input"
|
|
746
796
|
name="basic-demo-table-checkrow-5-check-input"
|
|
747
|
-
aria-label="
|
|
797
|
+
aria-label="Select row"
|
|
748
798
|
/>
|
|
749
799
|
</label>
|
|
750
800
|
</td>
|
|
@@ -792,7 +842,7 @@ wrapperTag: div
|
|
|
792
842
|
<a href="#">Action link</a>
|
|
793
843
|
</td>
|
|
794
844
|
|
|
795
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
845
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
796
846
|
<button
|
|
797
847
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
798
848
|
type="button"
|
|
@@ -806,11 +856,18 @@ wrapperTag: div
|
|
|
806
856
|
</td>
|
|
807
857
|
</tr>
|
|
808
858
|
|
|
809
|
-
<tr
|
|
810
|
-
|
|
859
|
+
<tr
|
|
860
|
+
class="pf-v6-c-table__tr"
|
|
861
|
+
role&#x3D;&quot;row&quot;
|
|
862
|
+
[object
|
|
863
|
+
Object]
|
|
864
|
+
>
|
|
865
|
+
<td
|
|
866
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
867
|
+
aria-label="Check row"
|
|
868
|
+
>
|
|
811
869
|
<label
|
|
812
870
|
class="pf-v6-c-check pf-m-standalone"
|
|
813
|
-
id="basic-demo-table-checkrow-6-check"
|
|
814
871
|
for="basic-demo-table-checkrow-6-check-input"
|
|
815
872
|
>
|
|
816
873
|
<input
|
|
@@ -818,10 +875,11 @@ wrapperTag: div
|
|
|
818
875
|
type="checkbox"
|
|
819
876
|
id="basic-demo-table-checkrow-6-check-input"
|
|
820
877
|
name="basic-demo-table-checkrow-6-check-input"
|
|
821
|
-
aria-label="
|
|
878
|
+
aria-label="Select row"
|
|
822
879
|
/>
|
|
823
880
|
</label>
|
|
824
881
|
</td>
|
|
882
|
+
|
|
825
883
|
<td
|
|
826
884
|
class="pf-v6-c-table__td"
|
|
827
885
|
role="cell"
|
|
@@ -864,7 +922,7 @@ wrapperTag: div
|
|
|
864
922
|
<a href="#">Action link</a>
|
|
865
923
|
</td>
|
|
866
924
|
|
|
867
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
925
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
868
926
|
<button
|
|
869
927
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
870
928
|
type="button"
|
|
@@ -1256,7 +1314,6 @@ wrapperTag: div
|
|
|
1256
1314
|
>
|
|
1257
1315
|
<label
|
|
1258
1316
|
class="pf-v6-c-check pf-m-standalone"
|
|
1259
|
-
id="sortable-demo-toolbar-check-check"
|
|
1260
1317
|
for="sortable-demo-toolbar-check-check-input"
|
|
1261
1318
|
>
|
|
1262
1319
|
<input
|
|
@@ -1490,8 +1547,19 @@ wrapperTag: div
|
|
|
1490
1547
|
id="sortable-demo-table"
|
|
1491
1548
|
>
|
|
1492
1549
|
<thead class="pf-v6-c-table__thead">
|
|
1493
|
-
<tr
|
|
1494
|
-
|
|
1550
|
+
<tr
|
|
1551
|
+
class="pf-v6-c-table__tr"
|
|
1552
|
+
role&#x3D;&quot;row&quot;
|
|
1553
|
+
[object
|
|
1554
|
+
Object]
|
|
1555
|
+
>
|
|
1556
|
+
<th
|
|
1557
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
1558
|
+
role="columnheader"
|
|
1559
|
+
scope="col"
|
|
1560
|
+
>
|
|
1561
|
+
<span class="pf-v6-screen-reader">Row select</span>
|
|
1562
|
+
</th>
|
|
1495
1563
|
|
|
1496
1564
|
<th
|
|
1497
1565
|
class="pf-v6-c-table__th pf-v6-c-table__sort pf-m-selected"
|
|
@@ -1573,18 +1641,37 @@ wrapperTag: div
|
|
|
1573
1641
|
</button>
|
|
1574
1642
|
</th>
|
|
1575
1643
|
|
|
1576
|
-
<
|
|
1644
|
+
<th
|
|
1645
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
1646
|
+
role="columnheader"
|
|
1647
|
+
scope="col"
|
|
1648
|
+
>
|
|
1649
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
1650
|
+
</th>
|
|
1577
1651
|
|
|
1578
|
-
<
|
|
1652
|
+
<th
|
|
1653
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
1654
|
+
role="columnheader"
|
|
1655
|
+
scope="col"
|
|
1656
|
+
>
|
|
1657
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
1658
|
+
</th>
|
|
1579
1659
|
</tr>
|
|
1580
1660
|
</thead>
|
|
1581
1661
|
|
|
1582
1662
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
1583
|
-
<tr
|
|
1584
|
-
|
|
1663
|
+
<tr
|
|
1664
|
+
class="pf-v6-c-table__tr"
|
|
1665
|
+
role&#x3D;&quot;row&quot;
|
|
1666
|
+
[object
|
|
1667
|
+
Object]
|
|
1668
|
+
>
|
|
1669
|
+
<td
|
|
1670
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
1671
|
+
aria-label="Check row"
|
|
1672
|
+
>
|
|
1585
1673
|
<label
|
|
1586
1674
|
class="pf-v6-c-check pf-m-standalone"
|
|
1587
|
-
id="sortable-demo-table-checkrow-2-check"
|
|
1588
1675
|
for="sortable-demo-table-checkrow-2-check-input"
|
|
1589
1676
|
>
|
|
1590
1677
|
<input
|
|
@@ -1592,7 +1679,7 @@ wrapperTag: div
|
|
|
1592
1679
|
type="checkbox"
|
|
1593
1680
|
id="sortable-demo-table-checkrow-2-check-input"
|
|
1594
1681
|
name="sortable-demo-table-checkrow-2-check-input"
|
|
1595
|
-
aria-label="
|
|
1682
|
+
aria-label="Select row"
|
|
1596
1683
|
/>
|
|
1597
1684
|
</label>
|
|
1598
1685
|
</td>
|
|
@@ -1640,7 +1727,7 @@ wrapperTag: div
|
|
|
1640
1727
|
<a href="#">Action link</a>
|
|
1641
1728
|
</td>
|
|
1642
1729
|
|
|
1643
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
1730
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
1644
1731
|
<button
|
|
1645
1732
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1646
1733
|
type="button"
|
|
@@ -1654,11 +1741,18 @@ wrapperTag: div
|
|
|
1654
1741
|
</td>
|
|
1655
1742
|
</tr>
|
|
1656
1743
|
|
|
1657
|
-
<tr
|
|
1658
|
-
|
|
1744
|
+
<tr
|
|
1745
|
+
class="pf-v6-c-table__tr"
|
|
1746
|
+
role&#x3D;&quot;row&quot;
|
|
1747
|
+
[object
|
|
1748
|
+
Object]
|
|
1749
|
+
>
|
|
1750
|
+
<td
|
|
1751
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
1752
|
+
aria-label="Check row"
|
|
1753
|
+
>
|
|
1659
1754
|
<label
|
|
1660
1755
|
class="pf-v6-c-check pf-m-standalone"
|
|
1661
|
-
id="sortable-demo-table-checkrow-3-check"
|
|
1662
1756
|
for="sortable-demo-table-checkrow-3-check-input"
|
|
1663
1757
|
>
|
|
1664
1758
|
<input
|
|
@@ -1666,7 +1760,7 @@ wrapperTag: div
|
|
|
1666
1760
|
type="checkbox"
|
|
1667
1761
|
id="sortable-demo-table-checkrow-3-check-input"
|
|
1668
1762
|
name="sortable-demo-table-checkrow-3-check-input"
|
|
1669
|
-
aria-label="
|
|
1763
|
+
aria-label="Select row"
|
|
1670
1764
|
/>
|
|
1671
1765
|
</label>
|
|
1672
1766
|
</td>
|
|
@@ -1714,7 +1808,7 @@ wrapperTag: div
|
|
|
1714
1808
|
<a href="#">Action link</a>
|
|
1715
1809
|
</td>
|
|
1716
1810
|
|
|
1717
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
1811
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
1718
1812
|
<button
|
|
1719
1813
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1720
1814
|
type="button"
|
|
@@ -1728,11 +1822,18 @@ wrapperTag: div
|
|
|
1728
1822
|
</td>
|
|
1729
1823
|
</tr>
|
|
1730
1824
|
|
|
1731
|
-
<tr
|
|
1732
|
-
|
|
1825
|
+
<tr
|
|
1826
|
+
class="pf-v6-c-table__tr"
|
|
1827
|
+
role&#x3D;&quot;row&quot;
|
|
1828
|
+
[object
|
|
1829
|
+
Object]
|
|
1830
|
+
>
|
|
1831
|
+
<td
|
|
1832
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
1833
|
+
aria-label="Check row"
|
|
1834
|
+
>
|
|
1733
1835
|
<label
|
|
1734
1836
|
class="pf-v6-c-check pf-m-standalone"
|
|
1735
|
-
id="sortable-demo-table-checkrow-4-check"
|
|
1736
1837
|
for="sortable-demo-table-checkrow-4-check-input"
|
|
1737
1838
|
>
|
|
1738
1839
|
<input
|
|
@@ -1740,7 +1841,7 @@ wrapperTag: div
|
|
|
1740
1841
|
type="checkbox"
|
|
1741
1842
|
id="sortable-demo-table-checkrow-4-check-input"
|
|
1742
1843
|
name="sortable-demo-table-checkrow-4-check-input"
|
|
1743
|
-
aria-label="
|
|
1844
|
+
aria-label="Select row"
|
|
1744
1845
|
/>
|
|
1745
1846
|
</label>
|
|
1746
1847
|
</td>
|
|
@@ -1788,7 +1889,7 @@ wrapperTag: div
|
|
|
1788
1889
|
<a href="#">Action link</a>
|
|
1789
1890
|
</td>
|
|
1790
1891
|
|
|
1791
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
1892
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
1792
1893
|
<button
|
|
1793
1894
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1794
1895
|
type="button"
|
|
@@ -1802,11 +1903,18 @@ wrapperTag: div
|
|
|
1802
1903
|
</td>
|
|
1803
1904
|
</tr>
|
|
1804
1905
|
|
|
1805
|
-
<tr
|
|
1806
|
-
|
|
1906
|
+
<tr
|
|
1907
|
+
class="pf-v6-c-table__tr"
|
|
1908
|
+
role&#x3D;&quot;row&quot;
|
|
1909
|
+
[object
|
|
1910
|
+
Object]
|
|
1911
|
+
>
|
|
1912
|
+
<td
|
|
1913
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
1914
|
+
aria-label="Check row"
|
|
1915
|
+
>
|
|
1807
1916
|
<label
|
|
1808
1917
|
class="pf-v6-c-check pf-m-standalone"
|
|
1809
|
-
id="sortable-demo-table-checkrow-5-check"
|
|
1810
1918
|
for="sortable-demo-table-checkrow-5-check-input"
|
|
1811
1919
|
>
|
|
1812
1920
|
<input
|
|
@@ -1814,7 +1922,7 @@ wrapperTag: div
|
|
|
1814
1922
|
type="checkbox"
|
|
1815
1923
|
id="sortable-demo-table-checkrow-5-check-input"
|
|
1816
1924
|
name="sortable-demo-table-checkrow-5-check-input"
|
|
1817
|
-
aria-label="
|
|
1925
|
+
aria-label="Select row"
|
|
1818
1926
|
/>
|
|
1819
1927
|
</label>
|
|
1820
1928
|
</td>
|
|
@@ -1862,7 +1970,7 @@ wrapperTag: div
|
|
|
1862
1970
|
<a href="#">Action link</a>
|
|
1863
1971
|
</td>
|
|
1864
1972
|
|
|
1865
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
1973
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
1866
1974
|
<button
|
|
1867
1975
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1868
1976
|
type="button"
|
|
@@ -1876,11 +1984,18 @@ wrapperTag: div
|
|
|
1876
1984
|
</td>
|
|
1877
1985
|
</tr>
|
|
1878
1986
|
|
|
1879
|
-
<tr
|
|
1880
|
-
|
|
1987
|
+
<tr
|
|
1988
|
+
class="pf-v6-c-table__tr"
|
|
1989
|
+
role&#x3D;&quot;row&quot;
|
|
1990
|
+
[object
|
|
1991
|
+
Object]
|
|
1992
|
+
>
|
|
1993
|
+
<td
|
|
1994
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
1995
|
+
aria-label="Check row"
|
|
1996
|
+
>
|
|
1881
1997
|
<label
|
|
1882
1998
|
class="pf-v6-c-check pf-m-standalone"
|
|
1883
|
-
id="sortable-demo-table-checkrow-6-check"
|
|
1884
1999
|
for="sortable-demo-table-checkrow-6-check-input"
|
|
1885
2000
|
>
|
|
1886
2001
|
<input
|
|
@@ -1888,10 +2003,11 @@ wrapperTag: div
|
|
|
1888
2003
|
type="checkbox"
|
|
1889
2004
|
id="sortable-demo-table-checkrow-6-check-input"
|
|
1890
2005
|
name="sortable-demo-table-checkrow-6-check-input"
|
|
1891
|
-
aria-label="
|
|
2006
|
+
aria-label="Select row"
|
|
1892
2007
|
/>
|
|
1893
2008
|
</label>
|
|
1894
2009
|
</td>
|
|
2010
|
+
|
|
1895
2011
|
<td
|
|
1896
2012
|
class="pf-v6-c-table__td"
|
|
1897
2013
|
role="cell"
|
|
@@ -1934,7 +2050,7 @@ wrapperTag: div
|
|
|
1934
2050
|
<a href="#">Action link</a>
|
|
1935
2051
|
</td>
|
|
1936
2052
|
|
|
1937
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
2053
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
1938
2054
|
<button
|
|
1939
2055
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1940
2056
|
type="button"
|
|
@@ -2326,7 +2442,6 @@ wrapperTag: div
|
|
|
2326
2442
|
>
|
|
2327
2443
|
<label
|
|
2328
2444
|
class="pf-v6-c-check pf-m-standalone"
|
|
2329
|
-
id="expandable-demo-toolbar-check-check"
|
|
2330
2445
|
for="expandable-demo-toolbar-check-check-input"
|
|
2331
2446
|
>
|
|
2332
2447
|
<input
|
|
@@ -2516,14 +2631,25 @@ wrapperTag: div
|
|
|
2516
2631
|
id="expandable-demo-table"
|
|
2517
2632
|
>
|
|
2518
2633
|
<thead class="pf-v6-c-table__thead">
|
|
2519
|
-
<tr
|
|
2520
|
-
|
|
2634
|
+
<tr
|
|
2635
|
+
class="pf-v6-c-table__tr"
|
|
2636
|
+
role&#x3D;&quot;row&quot;
|
|
2637
|
+
[object
|
|
2638
|
+
Object]
|
|
2639
|
+
>
|
|
2640
|
+
<th
|
|
2641
|
+
class="pf-v6-c-table__th pf-v6-c-table__toggle"
|
|
2642
|
+
aria-label="Row expansion"
|
|
2643
|
+
role="columnheader"
|
|
2644
|
+
scope="col"
|
|
2645
|
+
>
|
|
2521
2646
|
<button
|
|
2522
2647
|
class="pf-v6-c-button pf-m-plain"
|
|
2523
2648
|
id="expandable-demo-table-expandable-toggle-thead"
|
|
2524
2649
|
type="button"
|
|
2525
|
-
aria-
|
|
2526
|
-
aria-
|
|
2650
|
+
aria-controls="expandable-demo-table-content-thead"
|
|
2651
|
+
aria-labelledby="expandable-demo-table-node-thead"
|
|
2652
|
+
aria-label="Toggle all rows"
|
|
2527
2653
|
>
|
|
2528
2654
|
<span class="pf-v6-c-button__icon">
|
|
2529
2655
|
<div class="pf-v6-c-table__toggle-icon">
|
|
@@ -2531,9 +2657,15 @@ wrapperTag: div
|
|
|
2531
2657
|
</div>
|
|
2532
2658
|
</span>
|
|
2533
2659
|
</button>
|
|
2534
|
-
</
|
|
2660
|
+
</th>
|
|
2535
2661
|
|
|
2536
|
-
<
|
|
2662
|
+
<th
|
|
2663
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
2664
|
+
role="columnheader"
|
|
2665
|
+
scope="col"
|
|
2666
|
+
>
|
|
2667
|
+
<span class="pf-v6-screen-reader">Row select</span>
|
|
2668
|
+
</th>
|
|
2537
2669
|
|
|
2538
2670
|
<th
|
|
2539
2671
|
class="pf-v6-c-table__th pf-m-width-30"
|
|
@@ -2565,20 +2697,41 @@ wrapperTag: div
|
|
|
2565
2697
|
scope="col"
|
|
2566
2698
|
>Last commit</th>
|
|
2567
2699
|
|
|
2568
|
-
<
|
|
2700
|
+
<th
|
|
2701
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
2702
|
+
role="columnheader"
|
|
2703
|
+
scope="col"
|
|
2704
|
+
>
|
|
2705
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
2706
|
+
</th>
|
|
2569
2707
|
|
|
2570
|
-
<
|
|
2708
|
+
<th
|
|
2709
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
2710
|
+
role="columnheader"
|
|
2711
|
+
scope="col"
|
|
2712
|
+
>
|
|
2713
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
2714
|
+
</th>
|
|
2571
2715
|
</tr>
|
|
2572
2716
|
</thead>
|
|
2573
2717
|
|
|
2574
2718
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
2575
|
-
<tr
|
|
2576
|
-
|
|
2719
|
+
<tr
|
|
2720
|
+
class="pf-v6-c-table__tr"
|
|
2721
|
+
role&#x3D;&quot;row&quot;
|
|
2722
|
+
[object
|
|
2723
|
+
Object]
|
|
2724
|
+
>
|
|
2725
|
+
<td
|
|
2726
|
+
class="pf-v6-c-table__td pf-v6-c-table__toggle"
|
|
2727
|
+
aria-label="Row expansion"
|
|
2728
|
+
>
|
|
2577
2729
|
<button
|
|
2578
2730
|
class="pf-v6-c-button pf-m-plain"
|
|
2579
2731
|
id="expandable-demo-table-expandable-toggle-1"
|
|
2580
2732
|
type="button"
|
|
2581
|
-
aria-
|
|
2733
|
+
aria-controls="expandable-demo-table-content-1"
|
|
2734
|
+
aria-labelledby="expandable-demo-table-node-1"
|
|
2582
2735
|
aria-label="Toggle row"
|
|
2583
2736
|
>
|
|
2584
2737
|
<span class="pf-v6-c-button__icon">
|
|
@@ -2589,10 +2742,12 @@ wrapperTag: div
|
|
|
2589
2742
|
</button>
|
|
2590
2743
|
</td>
|
|
2591
2744
|
|
|
2592
|
-
<td
|
|
2745
|
+
<td
|
|
2746
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
2747
|
+
aria-label="Check row"
|
|
2748
|
+
>
|
|
2593
2749
|
<label
|
|
2594
2750
|
class="pf-v6-c-check pf-m-standalone"
|
|
2595
|
-
id="expandable-demo-table-checkrow-1-check"
|
|
2596
2751
|
for="expandable-demo-table-checkrow-1-check-input"
|
|
2597
2752
|
>
|
|
2598
2753
|
<input
|
|
@@ -2600,7 +2755,7 @@ wrapperTag: div
|
|
|
2600
2755
|
type="checkbox"
|
|
2601
2756
|
id="expandable-demo-table-checkrow-1-check-input"
|
|
2602
2757
|
name="expandable-demo-table-checkrow-1-check-input"
|
|
2603
|
-
aria-label="
|
|
2758
|
+
aria-label="Select row"
|
|
2604
2759
|
/>
|
|
2605
2760
|
</label>
|
|
2606
2761
|
</td>
|
|
@@ -2648,7 +2803,7 @@ wrapperTag: div
|
|
|
2648
2803
|
<a href="#">Action link</a>
|
|
2649
2804
|
</td>
|
|
2650
2805
|
|
|
2651
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
2806
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
2652
2807
|
<button
|
|
2653
2808
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2654
2809
|
type="button"
|
|
@@ -2664,11 +2819,18 @@ wrapperTag: div
|
|
|
2664
2819
|
|
|
2665
2820
|
<tr
|
|
2666
2821
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
2667
|
-
role
|
|
2822
|
+
role&#x3D;&quot;row&quot;
|
|
2823
|
+
[object
|
|
2824
|
+
Object]
|
|
2668
2825
|
>
|
|
2669
|
-
<td class="pf-v6-c-table__td"
|
|
2826
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__cell-empty">
|
|
2827
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
2828
|
+
</td>
|
|
2829
|
+
|
|
2830
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__cell-empty">
|
|
2831
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
2832
|
+
</td>
|
|
2670
2833
|
|
|
2671
|
-
<td class="pf-v6-c-table__td"></td>
|
|
2672
2834
|
<td
|
|
2673
2835
|
class="pf-v6-c-table__td"
|
|
2674
2836
|
role="cell"
|
|
@@ -2685,12 +2847,19 @@ wrapperTag: div
|
|
|
2685
2847
|
</div>
|
|
2686
2848
|
</td>
|
|
2687
2849
|
|
|
2688
|
-
<td class="pf-v6-c-table__td"
|
|
2850
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__cell-empty">
|
|
2851
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
2852
|
+
</td>
|
|
2689
2853
|
</tr>
|
|
2690
2854
|
</tbody>
|
|
2691
2855
|
|
|
2692
2856
|
<tbody class="pf-v6-c-table__tbody pf-m-expanded" role="rowgroup">
|
|
2693
|
-
<tr
|
|
2857
|
+
<tr
|
|
2858
|
+
class="pf-v6-c-table__tr pf-m-expanded"
|
|
2859
|
+
role&#x3D;&quot;row&quot;
|
|
2860
|
+
[object
|
|
2861
|
+
Object]
|
|
2862
|
+
>
|
|
2694
2863
|
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
2695
2864
|
<button
|
|
2696
2865
|
class="pf-v6-c-button pf-m-expanded pf-m-plain"
|
|
@@ -2759,7 +2928,7 @@ wrapperTag: div
|
|
|
2759
2928
|
<a href="#">Action link</a>
|
|
2760
2929
|
</td>
|
|
2761
2930
|
|
|
2762
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
2931
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
2763
2932
|
<button
|
|
2764
2933
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2765
2934
|
type="button"
|
|
@@ -2775,11 +2944,18 @@ wrapperTag: div
|
|
|
2775
2944
|
|
|
2776
2945
|
<tr
|
|
2777
2946
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded"
|
|
2778
|
-
role
|
|
2947
|
+
role&#x3D;&quot;row&quot;
|
|
2948
|
+
[object
|
|
2949
|
+
Object]
|
|
2779
2950
|
>
|
|
2780
|
-
<td class="pf-v6-c-table__td"
|
|
2951
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__cell-empty">
|
|
2952
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
2953
|
+
</td>
|
|
2954
|
+
|
|
2955
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__cell-empty">
|
|
2956
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
2957
|
+
</td>
|
|
2781
2958
|
|
|
2782
|
-
<td class="pf-v6-c-table__td"></td>
|
|
2783
2959
|
<td
|
|
2784
2960
|
class="pf-v6-c-table__td"
|
|
2785
2961
|
role="cell"
|
|
@@ -2808,14 +2984,23 @@ wrapperTag: div
|
|
|
2808
2984
|
</div>
|
|
2809
2985
|
</td>
|
|
2810
2986
|
|
|
2811
|
-
<td class="pf-v6-c-table__td"
|
|
2987
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__cell-empty">
|
|
2988
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
2989
|
+
</td>
|
|
2812
2990
|
|
|
2813
|
-
<td class="pf-v6-c-table__td"
|
|
2991
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__cell-empty">
|
|
2992
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
2993
|
+
</td>
|
|
2814
2994
|
</tr>
|
|
2815
2995
|
</tbody>
|
|
2816
2996
|
|
|
2817
2997
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
2818
|
-
<tr
|
|
2998
|
+
<tr
|
|
2999
|
+
class="pf-v6-c-table__tr"
|
|
3000
|
+
role&#x3D;&quot;row&quot;
|
|
3001
|
+
[object
|
|
3002
|
+
Object]
|
|
3003
|
+
>
|
|
2819
3004
|
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
2820
3005
|
<button
|
|
2821
3006
|
class="pf-v6-c-button pf-m-plain"
|
|
@@ -2885,7 +3070,7 @@ wrapperTag: div
|
|
|
2885
3070
|
<a href="#">Action link</a>
|
|
2886
3071
|
</td>
|
|
2887
3072
|
|
|
2888
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
3073
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
2889
3074
|
<button
|
|
2890
3075
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2891
3076
|
type="button"
|
|
@@ -2901,7 +3086,9 @@ wrapperTag: div
|
|
|
2901
3086
|
|
|
2902
3087
|
<tr
|
|
2903
3088
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
2904
|
-
role
|
|
3089
|
+
role&#x3D;&quot;row&quot;
|
|
3090
|
+
[object
|
|
3091
|
+
Object]
|
|
2905
3092
|
>
|
|
2906
3093
|
<td
|
|
2907
3094
|
class="pf-v6-c-table__td"
|
|
@@ -2922,7 +3109,12 @@ wrapperTag: div
|
|
|
2922
3109
|
</tbody>
|
|
2923
3110
|
|
|
2924
3111
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
2925
|
-
<tr
|
|
3112
|
+
<tr
|
|
3113
|
+
class="pf-v6-c-table__tr"
|
|
3114
|
+
role&#x3D;&quot;row&quot;
|
|
3115
|
+
[object
|
|
3116
|
+
Object]
|
|
3117
|
+
>
|
|
2926
3118
|
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
2927
3119
|
<button
|
|
2928
3120
|
class="pf-v6-c-button pf-m-plain"
|
|
@@ -2992,7 +3184,7 @@ wrapperTag: div
|
|
|
2992
3184
|
<a href="#">Action link</a>
|
|
2993
3185
|
</td>
|
|
2994
3186
|
|
|
2995
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
3187
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
2996
3188
|
<button
|
|
2997
3189
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2998
3190
|
type="button"
|
|
@@ -3008,7 +3200,9 @@ wrapperTag: div
|
|
|
3008
3200
|
|
|
3009
3201
|
<tr
|
|
3010
3202
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
3011
|
-
role
|
|
3203
|
+
role&#x3D;&quot;row&quot;
|
|
3204
|
+
[object
|
|
3205
|
+
Object]
|
|
3012
3206
|
>
|
|
3013
3207
|
<td
|
|
3014
3208
|
class="pf-v6-c-table__td"
|
|
@@ -3029,7 +3223,12 @@ wrapperTag: div
|
|
|
3029
3223
|
</tbody>
|
|
3030
3224
|
|
|
3031
3225
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
3032
|
-
<tr
|
|
3226
|
+
<tr
|
|
3227
|
+
class="pf-v6-c-table__tr"
|
|
3228
|
+
role&#x3D;&quot;row&quot;
|
|
3229
|
+
[object
|
|
3230
|
+
Object]
|
|
3231
|
+
>
|
|
3033
3232
|
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
3034
3233
|
<button
|
|
3035
3234
|
class="pf-v6-c-button pf-m-plain"
|
|
@@ -3046,10 +3245,12 @@ wrapperTag: div
|
|
|
3046
3245
|
</button>
|
|
3047
3246
|
</td>
|
|
3048
3247
|
|
|
3049
|
-
<td
|
|
3248
|
+
<td
|
|
3249
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
3250
|
+
aria-label="Check row"
|
|
3251
|
+
>
|
|
3050
3252
|
<label
|
|
3051
3253
|
class="pf-v6-c-check pf-m-standalone"
|
|
3052
|
-
id="expandable-demo-table-checkrow-9-check"
|
|
3053
3254
|
for="expandable-demo-table-checkrow-9-check-input"
|
|
3054
3255
|
>
|
|
3055
3256
|
<input
|
|
@@ -3057,10 +3258,11 @@ wrapperTag: div
|
|
|
3057
3258
|
type="checkbox"
|
|
3058
3259
|
id="expandable-demo-table-checkrow-9-check-input"
|
|
3059
3260
|
name="expandable-demo-table-checkrow-9-check-input"
|
|
3060
|
-
aria-label="
|
|
3261
|
+
aria-label="Select row"
|
|
3061
3262
|
/>
|
|
3062
3263
|
</label>
|
|
3063
3264
|
</td>
|
|
3265
|
+
|
|
3064
3266
|
<td
|
|
3065
3267
|
class="pf-v6-c-table__td"
|
|
3066
3268
|
role="cell"
|
|
@@ -3103,7 +3305,7 @@ wrapperTag: div
|
|
|
3103
3305
|
<a href="#">Action link</a>
|
|
3104
3306
|
</td>
|
|
3105
3307
|
|
|
3106
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
3308
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
3107
3309
|
<button
|
|
3108
3310
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3109
3311
|
type="button"
|
|
@@ -3119,7 +3321,9 @@ wrapperTag: div
|
|
|
3119
3321
|
|
|
3120
3322
|
<tr
|
|
3121
3323
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
3122
|
-
role
|
|
3324
|
+
role&#x3D;&quot;row&quot;
|
|
3325
|
+
[object
|
|
3326
|
+
Object]
|
|
3123
3327
|
>
|
|
3124
3328
|
<td
|
|
3125
3329
|
class="pf-v6-c-table__td"
|
|
@@ -3516,7 +3720,6 @@ wrapperTag: div
|
|
|
3516
3720
|
>
|
|
3517
3721
|
<label
|
|
3518
3722
|
class="pf-v6-c-check pf-m-standalone"
|
|
3519
|
-
id="compact-demo-toolbar-check-check"
|
|
3520
3723
|
for="compact-demo-toolbar-check-check-input"
|
|
3521
3724
|
>
|
|
3522
3725
|
<input
|
|
@@ -3706,8 +3909,19 @@ wrapperTag: div
|
|
|
3706
3909
|
id="compact-demo-table"
|
|
3707
3910
|
>
|
|
3708
3911
|
<thead class="pf-v6-c-table__thead">
|
|
3709
|
-
<tr
|
|
3710
|
-
|
|
3912
|
+
<tr
|
|
3913
|
+
class="pf-v6-c-table__tr"
|
|
3914
|
+
role&#x3D;&quot;row&quot;
|
|
3915
|
+
[object
|
|
3916
|
+
Object]
|
|
3917
|
+
>
|
|
3918
|
+
<th
|
|
3919
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
3920
|
+
role="columnheader"
|
|
3921
|
+
scope="col"
|
|
3922
|
+
>
|
|
3923
|
+
<span class="pf-v6-screen-reader">Row select</span>
|
|
3924
|
+
</th>
|
|
3711
3925
|
|
|
3712
3926
|
<th
|
|
3713
3927
|
class="pf-v6-c-table__th"
|
|
@@ -3745,18 +3959,37 @@ wrapperTag: div
|
|
|
3745
3959
|
scope="col"
|
|
3746
3960
|
>Icons</th>
|
|
3747
3961
|
|
|
3748
|
-
<
|
|
3962
|
+
<th
|
|
3963
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
3964
|
+
role="columnheader"
|
|
3965
|
+
scope="col"
|
|
3966
|
+
>
|
|
3967
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
3968
|
+
</th>
|
|
3749
3969
|
|
|
3750
|
-
<
|
|
3970
|
+
<th
|
|
3971
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
3972
|
+
role="columnheader"
|
|
3973
|
+
scope="col"
|
|
3974
|
+
>
|
|
3975
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
3976
|
+
</th>
|
|
3751
3977
|
</tr>
|
|
3752
3978
|
</thead>
|
|
3753
3979
|
|
|
3754
3980
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
3755
|
-
<tr
|
|
3756
|
-
|
|
3981
|
+
<tr
|
|
3982
|
+
class="pf-v6-c-table__tr"
|
|
3983
|
+
role&#x3D;&quot;row&quot;
|
|
3984
|
+
[object
|
|
3985
|
+
Object]
|
|
3986
|
+
>
|
|
3987
|
+
<td
|
|
3988
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
3989
|
+
aria-label="Check row"
|
|
3990
|
+
>
|
|
3757
3991
|
<label
|
|
3758
3992
|
class="pf-v6-c-check pf-m-standalone"
|
|
3759
|
-
id="compact-demo-table-checkrow-1-check"
|
|
3760
3993
|
for="compact-demo-table-checkrow-1-check-input"
|
|
3761
3994
|
>
|
|
3762
3995
|
<input
|
|
@@ -3764,7 +3997,7 @@ wrapperTag: div
|
|
|
3764
3997
|
type="checkbox"
|
|
3765
3998
|
id="compact-demo-table-checkrow-1-check-input"
|
|
3766
3999
|
name="compact-demo-table-checkrow-1-check-input"
|
|
3767
|
-
aria-label="
|
|
4000
|
+
aria-label="Select row"
|
|
3768
4001
|
/>
|
|
3769
4002
|
</label>
|
|
3770
4003
|
</td>
|
|
@@ -3808,7 +4041,7 @@ wrapperTag: div
|
|
|
3808
4041
|
<a href="#">Action link</a>
|
|
3809
4042
|
</td>
|
|
3810
4043
|
|
|
3811
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
4044
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
3812
4045
|
<button
|
|
3813
4046
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3814
4047
|
type="button"
|
|
@@ -3822,11 +4055,18 @@ wrapperTag: div
|
|
|
3822
4055
|
</td>
|
|
3823
4056
|
</tr>
|
|
3824
4057
|
|
|
3825
|
-
<tr
|
|
3826
|
-
|
|
4058
|
+
<tr
|
|
4059
|
+
class="pf-v6-c-table__tr"
|
|
4060
|
+
role&#x3D;&quot;row&quot;
|
|
4061
|
+
[object
|
|
4062
|
+
Object]
|
|
4063
|
+
>
|
|
4064
|
+
<td
|
|
4065
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
4066
|
+
aria-label="Check row"
|
|
4067
|
+
>
|
|
3827
4068
|
<label
|
|
3828
4069
|
class="pf-v6-c-check pf-m-standalone"
|
|
3829
|
-
id="compact-demo-table-checkrow-2-check"
|
|
3830
4070
|
for="compact-demo-table-checkrow-2-check-input"
|
|
3831
4071
|
>
|
|
3832
4072
|
<input
|
|
@@ -3834,7 +4074,7 @@ wrapperTag: div
|
|
|
3834
4074
|
type="checkbox"
|
|
3835
4075
|
id="compact-demo-table-checkrow-2-check-input"
|
|
3836
4076
|
name="compact-demo-table-checkrow-2-check-input"
|
|
3837
|
-
aria-label="
|
|
4077
|
+
aria-label="Select row"
|
|
3838
4078
|
/>
|
|
3839
4079
|
</label>
|
|
3840
4080
|
</td>
|
|
@@ -3878,7 +4118,7 @@ wrapperTag: div
|
|
|
3878
4118
|
<a href="#">Action link</a>
|
|
3879
4119
|
</td>
|
|
3880
4120
|
|
|
3881
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
4121
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
3882
4122
|
<button
|
|
3883
4123
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3884
4124
|
type="button"
|
|
@@ -3892,11 +4132,18 @@ wrapperTag: div
|
|
|
3892
4132
|
</td>
|
|
3893
4133
|
</tr>
|
|
3894
4134
|
|
|
3895
|
-
<tr
|
|
3896
|
-
|
|
4135
|
+
<tr
|
|
4136
|
+
class="pf-v6-c-table__tr"
|
|
4137
|
+
role&#x3D;&quot;row&quot;
|
|
4138
|
+
[object
|
|
4139
|
+
Object]
|
|
4140
|
+
>
|
|
4141
|
+
<td
|
|
4142
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
4143
|
+
aria-label="Check row"
|
|
4144
|
+
>
|
|
3897
4145
|
<label
|
|
3898
4146
|
class="pf-v6-c-check pf-m-standalone"
|
|
3899
|
-
id="compact-demo-table-checkrow-3-check"
|
|
3900
4147
|
for="compact-demo-table-checkrow-3-check-input"
|
|
3901
4148
|
>
|
|
3902
4149
|
<input
|
|
@@ -3904,7 +4151,7 @@ wrapperTag: div
|
|
|
3904
4151
|
type="checkbox"
|
|
3905
4152
|
id="compact-demo-table-checkrow-3-check-input"
|
|
3906
4153
|
name="compact-demo-table-checkrow-3-check-input"
|
|
3907
|
-
aria-label="
|
|
4154
|
+
aria-label="Select row"
|
|
3908
4155
|
/>
|
|
3909
4156
|
</label>
|
|
3910
4157
|
</td>
|
|
@@ -3948,7 +4195,7 @@ wrapperTag: div
|
|
|
3948
4195
|
<a href="#">Action link</a>
|
|
3949
4196
|
</td>
|
|
3950
4197
|
|
|
3951
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
4198
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
3952
4199
|
<button
|
|
3953
4200
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3954
4201
|
type="button"
|
|
@@ -3962,11 +4209,18 @@ wrapperTag: div
|
|
|
3962
4209
|
</td>
|
|
3963
4210
|
</tr>
|
|
3964
4211
|
|
|
3965
|
-
<tr
|
|
3966
|
-
|
|
4212
|
+
<tr
|
|
4213
|
+
class="pf-v6-c-table__tr"
|
|
4214
|
+
role&#x3D;&quot;row&quot;
|
|
4215
|
+
[object
|
|
4216
|
+
Object]
|
|
4217
|
+
>
|
|
4218
|
+
<td
|
|
4219
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
4220
|
+
aria-label="Check row"
|
|
4221
|
+
>
|
|
3967
4222
|
<label
|
|
3968
4223
|
class="pf-v6-c-check pf-m-standalone"
|
|
3969
|
-
id="compact-demo-table-checkrow-4-check"
|
|
3970
4224
|
for="compact-demo-table-checkrow-4-check-input"
|
|
3971
4225
|
>
|
|
3972
4226
|
<input
|
|
@@ -3974,7 +4228,7 @@ wrapperTag: div
|
|
|
3974
4228
|
type="checkbox"
|
|
3975
4229
|
id="compact-demo-table-checkrow-4-check-input"
|
|
3976
4230
|
name="compact-demo-table-checkrow-4-check-input"
|
|
3977
|
-
aria-label="
|
|
4231
|
+
aria-label="Select row"
|
|
3978
4232
|
/>
|
|
3979
4233
|
</label>
|
|
3980
4234
|
</td>
|
|
@@ -4018,7 +4272,7 @@ wrapperTag: div
|
|
|
4018
4272
|
<a href="#">Action link</a>
|
|
4019
4273
|
</td>
|
|
4020
4274
|
|
|
4021
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
4275
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
4022
4276
|
<button
|
|
4023
4277
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4024
4278
|
type="button"
|
|
@@ -4413,7 +4667,6 @@ wrapperTag: div
|
|
|
4413
4667
|
>
|
|
4414
4668
|
<label
|
|
4415
4669
|
class="pf-v6-c-check pf-m-standalone"
|
|
4416
|
-
id="compound-expansion-demo-toolbar-check-check"
|
|
4417
4670
|
for="compound-expansion-demo-toolbar-check-check-input"
|
|
4418
4671
|
>
|
|
4419
4672
|
<input
|
|
@@ -4603,7 +4856,12 @@ wrapperTag: div
|
|
|
4603
4856
|
id="compound-expansion-demo-table"
|
|
4604
4857
|
>
|
|
4605
4858
|
<thead class="pf-v6-c-table__thead">
|
|
4606
|
-
<tr
|
|
4859
|
+
<tr
|
|
4860
|
+
class="pf-v6-c-table__tr"
|
|
4861
|
+
role&#x3D;&quot;row&quot;
|
|
4862
|
+
[object
|
|
4863
|
+
Object]
|
|
4864
|
+
>
|
|
4607
4865
|
<th
|
|
4608
4866
|
class="pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-m-selected"
|
|
4609
4867
|
role="columnheader"
|
|
@@ -4664,14 +4922,31 @@ wrapperTag: div
|
|
|
4664
4922
|
scope="col"
|
|
4665
4923
|
>Last commit</th>
|
|
4666
4924
|
|
|
4667
|
-
<
|
|
4925
|
+
<th
|
|
4926
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
4927
|
+
role="columnheader"
|
|
4928
|
+
scope="col"
|
|
4929
|
+
>
|
|
4930
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
4931
|
+
</th>
|
|
4668
4932
|
|
|
4669
|
-
<
|
|
4933
|
+
<th
|
|
4934
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
4935
|
+
role="columnheader"
|
|
4936
|
+
scope="col"
|
|
4937
|
+
>
|
|
4938
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
4939
|
+
</th>
|
|
4670
4940
|
</tr>
|
|
4671
4941
|
</thead>
|
|
4672
4942
|
|
|
4673
4943
|
<tbody class="pf-v6-c-table__tbody pf-m-expanded" role="rowgroup">
|
|
4674
|
-
<tr
|
|
4944
|
+
<tr
|
|
4945
|
+
class="pf-v6-c-table__tr"
|
|
4946
|
+
role&#x3D;&quot;row&quot;
|
|
4947
|
+
[object
|
|
4948
|
+
Object]
|
|
4949
|
+
>
|
|
4675
4950
|
<th
|
|
4676
4951
|
class="pf-v6-c-table__th"
|
|
4677
4952
|
role="columnheader"
|
|
@@ -4733,7 +5008,7 @@ wrapperTag: div
|
|
|
4733
5008
|
<a href="#">Open in Github</a>
|
|
4734
5009
|
</td>
|
|
4735
5010
|
|
|
4736
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5011
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
4737
5012
|
<button
|
|
4738
5013
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4739
5014
|
type="button"
|
|
@@ -4749,7 +5024,9 @@ wrapperTag: div
|
|
|
4749
5024
|
|
|
4750
5025
|
<tr
|
|
4751
5026
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded"
|
|
4752
|
-
role
|
|
5027
|
+
role&#x3D;&quot;row&quot;
|
|
5028
|
+
[object
|
|
5029
|
+
Object]
|
|
4753
5030
|
>
|
|
4754
5031
|
<td
|
|
4755
5032
|
class="pf-v6-c-table__td pf-m-no-padding"
|
|
@@ -4763,7 +5040,12 @@ wrapperTag: div
|
|
|
4763
5040
|
aria-label="Nested table"
|
|
4764
5041
|
>
|
|
4765
5042
|
<thead class="pf-v6-c-table__thead">
|
|
4766
|
-
<tr
|
|
5043
|
+
<tr
|
|
5044
|
+
class="pf-v6-c-table__tr"
|
|
5045
|
+
role&#x3D;&quot;row&quot;
|
|
5046
|
+
[object
|
|
5047
|
+
Object]
|
|
5048
|
+
>
|
|
4767
5049
|
<th
|
|
4768
5050
|
class="pf-v6-c-table__th pf-v6-c-table__sort"
|
|
4769
5051
|
role="columnheader"
|
|
@@ -4792,12 +5074,23 @@ wrapperTag: div
|
|
|
4792
5074
|
scope="col"
|
|
4793
5075
|
>Status</th>
|
|
4794
5076
|
|
|
4795
|
-
<
|
|
5077
|
+
<th
|
|
5078
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
5079
|
+
role="columnheader"
|
|
5080
|
+
scope="col"
|
|
5081
|
+
>
|
|
5082
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
5083
|
+
</th>
|
|
4796
5084
|
</tr>
|
|
4797
5085
|
</thead>
|
|
4798
5086
|
|
|
4799
5087
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
4800
|
-
<tr
|
|
5088
|
+
<tr
|
|
5089
|
+
class="pf-v6-c-table__tr"
|
|
5090
|
+
role&#x3D;&quot;row&quot;
|
|
5091
|
+
[object
|
|
5092
|
+
Object]
|
|
5093
|
+
>
|
|
4801
5094
|
<th
|
|
4802
5095
|
class="pf-v6-c-table__th"
|
|
4803
5096
|
role="columnheader"
|
|
@@ -4816,10 +5109,7 @@ wrapperTag: div
|
|
|
4816
5109
|
data-label="Status"
|
|
4817
5110
|
>Active</td>
|
|
4818
5111
|
|
|
4819
|
-
<td
|
|
4820
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
4821
|
-
role="cell"
|
|
4822
|
-
>
|
|
5112
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
4823
5113
|
<button
|
|
4824
5114
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4825
5115
|
type="button"
|
|
@@ -4832,7 +5122,12 @@ wrapperTag: div
|
|
|
4832
5122
|
</button>
|
|
4833
5123
|
</td>
|
|
4834
5124
|
</tr>
|
|
4835
|
-
<tr
|
|
5125
|
+
<tr
|
|
5126
|
+
class="pf-v6-c-table__tr"
|
|
5127
|
+
role&#x3D;&quot;row&quot;
|
|
5128
|
+
[object
|
|
5129
|
+
Object]
|
|
5130
|
+
>
|
|
4836
5131
|
<th
|
|
4837
5132
|
class="pf-v6-c-table__th"
|
|
4838
5133
|
role="columnheader"
|
|
@@ -4851,10 +5146,7 @@ wrapperTag: div
|
|
|
4851
5146
|
data-label="Status"
|
|
4852
5147
|
>Warning</td>
|
|
4853
5148
|
|
|
4854
|
-
<td
|
|
4855
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
4856
|
-
role="cell"
|
|
4857
|
-
>
|
|
5149
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
4858
5150
|
<button
|
|
4859
5151
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4860
5152
|
type="button"
|
|
@@ -4867,7 +5159,12 @@ wrapperTag: div
|
|
|
4867
5159
|
</button>
|
|
4868
5160
|
</td>
|
|
4869
5161
|
</tr>
|
|
4870
|
-
<tr
|
|
5162
|
+
<tr
|
|
5163
|
+
class="pf-v6-c-table__tr"
|
|
5164
|
+
role&#x3D;&quot;row&quot;
|
|
5165
|
+
[object
|
|
5166
|
+
Object]
|
|
5167
|
+
>
|
|
4871
5168
|
<th
|
|
4872
5169
|
class="pf-v6-c-table__th"
|
|
4873
5170
|
role="columnheader"
|
|
@@ -4886,10 +5183,7 @@ wrapperTag: div
|
|
|
4886
5183
|
data-label="Status"
|
|
4887
5184
|
>Active</td>
|
|
4888
5185
|
|
|
4889
|
-
<td
|
|
4890
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
4891
|
-
role="cell"
|
|
4892
|
-
>
|
|
5186
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
4893
5187
|
<button
|
|
4894
5188
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4895
5189
|
type="button"
|
|
@@ -4902,7 +5196,12 @@ wrapperTag: div
|
|
|
4902
5196
|
</button>
|
|
4903
5197
|
</td>
|
|
4904
5198
|
</tr>
|
|
4905
|
-
<tr
|
|
5199
|
+
<tr
|
|
5200
|
+
class="pf-v6-c-table__tr"
|
|
5201
|
+
role&#x3D;&quot;row&quot;
|
|
5202
|
+
[object
|
|
5203
|
+
Object]
|
|
5204
|
+
>
|
|
4906
5205
|
<th
|
|
4907
5206
|
class="pf-v6-c-table__th"
|
|
4908
5207
|
role="columnheader"
|
|
@@ -4921,10 +5220,7 @@ wrapperTag: div
|
|
|
4921
5220
|
data-label="Status"
|
|
4922
5221
|
>Active</td>
|
|
4923
5222
|
|
|
4924
|
-
<td
|
|
4925
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
4926
|
-
role="cell"
|
|
4927
|
-
>
|
|
5223
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
4928
5224
|
<button
|
|
4929
5225
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4930
5226
|
type="button"
|
|
@@ -4937,7 +5233,12 @@ wrapperTag: div
|
|
|
4937
5233
|
</button>
|
|
4938
5234
|
</td>
|
|
4939
5235
|
</tr>
|
|
4940
|
-
<tr
|
|
5236
|
+
<tr
|
|
5237
|
+
class="pf-v6-c-table__tr"
|
|
5238
|
+
role&#x3D;&quot;row&quot;
|
|
5239
|
+
[object
|
|
5240
|
+
Object]
|
|
5241
|
+
>
|
|
4941
5242
|
<th
|
|
4942
5243
|
class="pf-v6-c-table__th"
|
|
4943
5244
|
role="columnheader"
|
|
@@ -4956,10 +5257,7 @@ wrapperTag: div
|
|
|
4956
5257
|
data-label="Status"
|
|
4957
5258
|
>Active</td>
|
|
4958
5259
|
|
|
4959
|
-
<td
|
|
4960
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
4961
|
-
role="cell"
|
|
4962
|
-
>
|
|
5260
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
4963
5261
|
<button
|
|
4964
5262
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4965
5263
|
type="button"
|
|
@@ -4979,7 +5277,9 @@ wrapperTag: div
|
|
|
4979
5277
|
|
|
4980
5278
|
<tr
|
|
4981
5279
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
4982
|
-
role
|
|
5280
|
+
role&#x3D;&quot;row&quot;
|
|
5281
|
+
[object
|
|
5282
|
+
Object]
|
|
4983
5283
|
>
|
|
4984
5284
|
<td
|
|
4985
5285
|
class="pf-v6-c-table__td pf-m-no-padding"
|
|
@@ -4993,7 +5293,12 @@ wrapperTag: div
|
|
|
4993
5293
|
aria-label="Nested table"
|
|
4994
5294
|
>
|
|
4995
5295
|
<thead class="pf-v6-c-table__thead">
|
|
4996
|
-
<tr
|
|
5296
|
+
<tr
|
|
5297
|
+
class="pf-v6-c-table__tr"
|
|
5298
|
+
role&#x3D;&quot;row&quot;
|
|
5299
|
+
[object
|
|
5300
|
+
Object]
|
|
5301
|
+
>
|
|
4997
5302
|
<th
|
|
4998
5303
|
class="pf-v6-c-table__th pf-v6-c-table__sort"
|
|
4999
5304
|
role="columnheader"
|
|
@@ -5022,12 +5327,23 @@ wrapperTag: div
|
|
|
5022
5327
|
scope="col"
|
|
5023
5328
|
>Status</th>
|
|
5024
5329
|
|
|
5025
|
-
<
|
|
5330
|
+
<th
|
|
5331
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
5332
|
+
role="columnheader"
|
|
5333
|
+
scope="col"
|
|
5334
|
+
>
|
|
5335
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
5336
|
+
</th>
|
|
5026
5337
|
</tr>
|
|
5027
5338
|
</thead>
|
|
5028
5339
|
|
|
5029
5340
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
5030
|
-
<tr
|
|
5341
|
+
<tr
|
|
5342
|
+
class="pf-v6-c-table__tr"
|
|
5343
|
+
role&#x3D;&quot;row&quot;
|
|
5344
|
+
[object
|
|
5345
|
+
Object]
|
|
5346
|
+
>
|
|
5031
5347
|
<th
|
|
5032
5348
|
class="pf-v6-c-table__th"
|
|
5033
5349
|
role="columnheader"
|
|
@@ -5046,10 +5362,7 @@ wrapperTag: div
|
|
|
5046
5362
|
data-label="Status"
|
|
5047
5363
|
>Active</td>
|
|
5048
5364
|
|
|
5049
|
-
<td
|
|
5050
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5051
|
-
role="cell"
|
|
5052
|
-
>
|
|
5365
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5053
5366
|
<button
|
|
5054
5367
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5055
5368
|
type="button"
|
|
@@ -5062,7 +5375,12 @@ wrapperTag: div
|
|
|
5062
5375
|
</button>
|
|
5063
5376
|
</td>
|
|
5064
5377
|
</tr>
|
|
5065
|
-
<tr
|
|
5378
|
+
<tr
|
|
5379
|
+
class="pf-v6-c-table__tr"
|
|
5380
|
+
role&#x3D;&quot;row&quot;
|
|
5381
|
+
[object
|
|
5382
|
+
Object]
|
|
5383
|
+
>
|
|
5066
5384
|
<th
|
|
5067
5385
|
class="pf-v6-c-table__th"
|
|
5068
5386
|
role="columnheader"
|
|
@@ -5081,10 +5399,7 @@ wrapperTag: div
|
|
|
5081
5399
|
data-label="Status"
|
|
5082
5400
|
>Warning</td>
|
|
5083
5401
|
|
|
5084
|
-
<td
|
|
5085
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5086
|
-
role="cell"
|
|
5087
|
-
>
|
|
5402
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5088
5403
|
<button
|
|
5089
5404
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5090
5405
|
type="button"
|
|
@@ -5097,7 +5412,12 @@ wrapperTag: div
|
|
|
5097
5412
|
</button>
|
|
5098
5413
|
</td>
|
|
5099
5414
|
</tr>
|
|
5100
|
-
<tr
|
|
5415
|
+
<tr
|
|
5416
|
+
class="pf-v6-c-table__tr"
|
|
5417
|
+
role&#x3D;&quot;row&quot;
|
|
5418
|
+
[object
|
|
5419
|
+
Object]
|
|
5420
|
+
>
|
|
5101
5421
|
<th
|
|
5102
5422
|
class="pf-v6-c-table__th"
|
|
5103
5423
|
role="columnheader"
|
|
@@ -5116,10 +5436,7 @@ wrapperTag: div
|
|
|
5116
5436
|
data-label="Status"
|
|
5117
5437
|
>Active</td>
|
|
5118
5438
|
|
|
5119
|
-
<td
|
|
5120
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5121
|
-
role="cell"
|
|
5122
|
-
>
|
|
5439
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5123
5440
|
<button
|
|
5124
5441
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5125
5442
|
type="button"
|
|
@@ -5132,7 +5449,12 @@ wrapperTag: div
|
|
|
5132
5449
|
</button>
|
|
5133
5450
|
</td>
|
|
5134
5451
|
</tr>
|
|
5135
|
-
<tr
|
|
5452
|
+
<tr
|
|
5453
|
+
class="pf-v6-c-table__tr"
|
|
5454
|
+
role&#x3D;&quot;row&quot;
|
|
5455
|
+
[object
|
|
5456
|
+
Object]
|
|
5457
|
+
>
|
|
5136
5458
|
<th
|
|
5137
5459
|
class="pf-v6-c-table__th"
|
|
5138
5460
|
role="columnheader"
|
|
@@ -5151,10 +5473,7 @@ wrapperTag: div
|
|
|
5151
5473
|
data-label="Status"
|
|
5152
5474
|
>Active</td>
|
|
5153
5475
|
|
|
5154
|
-
<td
|
|
5155
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5156
|
-
role="cell"
|
|
5157
|
-
>
|
|
5476
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5158
5477
|
<button
|
|
5159
5478
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5160
5479
|
type="button"
|
|
@@ -5167,7 +5486,12 @@ wrapperTag: div
|
|
|
5167
5486
|
</button>
|
|
5168
5487
|
</td>
|
|
5169
5488
|
</tr>
|
|
5170
|
-
<tr
|
|
5489
|
+
<tr
|
|
5490
|
+
class="pf-v6-c-table__tr"
|
|
5491
|
+
role&#x3D;&quot;row&quot;
|
|
5492
|
+
[object
|
|
5493
|
+
Object]
|
|
5494
|
+
>
|
|
5171
5495
|
<th
|
|
5172
5496
|
class="pf-v6-c-table__th"
|
|
5173
5497
|
role="columnheader"
|
|
@@ -5186,10 +5510,7 @@ wrapperTag: div
|
|
|
5186
5510
|
data-label="Status"
|
|
5187
5511
|
>Active</td>
|
|
5188
5512
|
|
|
5189
|
-
<td
|
|
5190
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5191
|
-
role="cell"
|
|
5192
|
-
>
|
|
5513
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5193
5514
|
<button
|
|
5194
5515
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5195
5516
|
type="button"
|
|
@@ -5209,7 +5530,9 @@ wrapperTag: div
|
|
|
5209
5530
|
|
|
5210
5531
|
<tr
|
|
5211
5532
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
5212
|
-
role
|
|
5533
|
+
role&#x3D;&quot;row&quot;
|
|
5534
|
+
[object
|
|
5535
|
+
Object]
|
|
5213
5536
|
>
|
|
5214
5537
|
<td
|
|
5215
5538
|
class="pf-v6-c-table__td pf-m-no-padding"
|
|
@@ -5223,7 +5546,12 @@ wrapperTag: div
|
|
|
5223
5546
|
aria-label="Nested table"
|
|
5224
5547
|
>
|
|
5225
5548
|
<thead class="pf-v6-c-table__thead">
|
|
5226
|
-
<tr
|
|
5549
|
+
<tr
|
|
5550
|
+
class="pf-v6-c-table__tr"
|
|
5551
|
+
role&#x3D;&quot;row&quot;
|
|
5552
|
+
[object
|
|
5553
|
+
Object]
|
|
5554
|
+
>
|
|
5227
5555
|
<th
|
|
5228
5556
|
class="pf-v6-c-table__th pf-v6-c-table__sort"
|
|
5229
5557
|
role="columnheader"
|
|
@@ -5252,12 +5580,23 @@ wrapperTag: div
|
|
|
5252
5580
|
scope="col"
|
|
5253
5581
|
>Status</th>
|
|
5254
5582
|
|
|
5255
|
-
<
|
|
5583
|
+
<th
|
|
5584
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
5585
|
+
role="columnheader"
|
|
5586
|
+
scope="col"
|
|
5587
|
+
>
|
|
5588
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
5589
|
+
</th>
|
|
5256
5590
|
</tr>
|
|
5257
5591
|
</thead>
|
|
5258
5592
|
|
|
5259
5593
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
5260
|
-
<tr
|
|
5594
|
+
<tr
|
|
5595
|
+
class="pf-v6-c-table__tr"
|
|
5596
|
+
role&#x3D;&quot;row&quot;
|
|
5597
|
+
[object
|
|
5598
|
+
Object]
|
|
5599
|
+
>
|
|
5261
5600
|
<th
|
|
5262
5601
|
class="pf-v6-c-table__th"
|
|
5263
5602
|
role="columnheader"
|
|
@@ -5276,10 +5615,7 @@ wrapperTag: div
|
|
|
5276
5615
|
data-label="Status"
|
|
5277
5616
|
>Active</td>
|
|
5278
5617
|
|
|
5279
|
-
<td
|
|
5280
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5281
|
-
role="cell"
|
|
5282
|
-
>
|
|
5618
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5283
5619
|
<button
|
|
5284
5620
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5285
5621
|
type="button"
|
|
@@ -5292,7 +5628,12 @@ wrapperTag: div
|
|
|
5292
5628
|
</button>
|
|
5293
5629
|
</td>
|
|
5294
5630
|
</tr>
|
|
5295
|
-
<tr
|
|
5631
|
+
<tr
|
|
5632
|
+
class="pf-v6-c-table__tr"
|
|
5633
|
+
role&#x3D;&quot;row&quot;
|
|
5634
|
+
[object
|
|
5635
|
+
Object]
|
|
5636
|
+
>
|
|
5296
5637
|
<th
|
|
5297
5638
|
class="pf-v6-c-table__th"
|
|
5298
5639
|
role="columnheader"
|
|
@@ -5311,10 +5652,7 @@ wrapperTag: div
|
|
|
5311
5652
|
data-label="Status"
|
|
5312
5653
|
>Warning</td>
|
|
5313
5654
|
|
|
5314
|
-
<td
|
|
5315
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5316
|
-
role="cell"
|
|
5317
|
-
>
|
|
5655
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5318
5656
|
<button
|
|
5319
5657
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5320
5658
|
type="button"
|
|
@@ -5327,7 +5665,12 @@ wrapperTag: div
|
|
|
5327
5665
|
</button>
|
|
5328
5666
|
</td>
|
|
5329
5667
|
</tr>
|
|
5330
|
-
<tr
|
|
5668
|
+
<tr
|
|
5669
|
+
class="pf-v6-c-table__tr"
|
|
5670
|
+
role&#x3D;&quot;row&quot;
|
|
5671
|
+
[object
|
|
5672
|
+
Object]
|
|
5673
|
+
>
|
|
5331
5674
|
<th
|
|
5332
5675
|
class="pf-v6-c-table__th"
|
|
5333
5676
|
role="columnheader"
|
|
@@ -5346,10 +5689,7 @@ wrapperTag: div
|
|
|
5346
5689
|
data-label="Status"
|
|
5347
5690
|
>Active</td>
|
|
5348
5691
|
|
|
5349
|
-
<td
|
|
5350
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5351
|
-
role="cell"
|
|
5352
|
-
>
|
|
5692
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5353
5693
|
<button
|
|
5354
5694
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5355
5695
|
type="button"
|
|
@@ -5362,7 +5702,12 @@ wrapperTag: div
|
|
|
5362
5702
|
</button>
|
|
5363
5703
|
</td>
|
|
5364
5704
|
</tr>
|
|
5365
|
-
<tr
|
|
5705
|
+
<tr
|
|
5706
|
+
class="pf-v6-c-table__tr"
|
|
5707
|
+
role&#x3D;&quot;row&quot;
|
|
5708
|
+
[object
|
|
5709
|
+
Object]
|
|
5710
|
+
>
|
|
5366
5711
|
<th
|
|
5367
5712
|
class="pf-v6-c-table__th"
|
|
5368
5713
|
role="columnheader"
|
|
@@ -5381,10 +5726,7 @@ wrapperTag: div
|
|
|
5381
5726
|
data-label="Status"
|
|
5382
5727
|
>Active</td>
|
|
5383
5728
|
|
|
5384
|
-
<td
|
|
5385
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5386
|
-
role="cell"
|
|
5387
|
-
>
|
|
5729
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5388
5730
|
<button
|
|
5389
5731
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5390
5732
|
type="button"
|
|
@@ -5397,7 +5739,12 @@ wrapperTag: div
|
|
|
5397
5739
|
</button>
|
|
5398
5740
|
</td>
|
|
5399
5741
|
</tr>
|
|
5400
|
-
<tr
|
|
5742
|
+
<tr
|
|
5743
|
+
class="pf-v6-c-table__tr"
|
|
5744
|
+
role&#x3D;&quot;row&quot;
|
|
5745
|
+
[object
|
|
5746
|
+
Object]
|
|
5747
|
+
>
|
|
5401
5748
|
<th
|
|
5402
5749
|
class="pf-v6-c-table__th"
|
|
5403
5750
|
role="columnheader"
|
|
@@ -5416,10 +5763,7 @@ wrapperTag: div
|
|
|
5416
5763
|
data-label="Status"
|
|
5417
5764
|
>Active</td>
|
|
5418
5765
|
|
|
5419
|
-
<td
|
|
5420
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5421
|
-
role="cell"
|
|
5422
|
-
>
|
|
5766
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5423
5767
|
<button
|
|
5424
5768
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5425
5769
|
type="button"
|
|
@@ -5439,7 +5783,12 @@ wrapperTag: div
|
|
|
5439
5783
|
</tbody>
|
|
5440
5784
|
|
|
5441
5785
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
5442
|
-
<tr
|
|
5786
|
+
<tr
|
|
5787
|
+
class="pf-v6-c-table__tr"
|
|
5788
|
+
role&#x3D;&quot;row&quot;
|
|
5789
|
+
[object
|
|
5790
|
+
Object]
|
|
5791
|
+
>
|
|
5443
5792
|
<th
|
|
5444
5793
|
class="pf-v6-c-table__th"
|
|
5445
5794
|
role="columnheader"
|
|
@@ -5501,7 +5850,7 @@ wrapperTag: div
|
|
|
5501
5850
|
<a href="#">Open in Github</a>
|
|
5502
5851
|
</td>
|
|
5503
5852
|
|
|
5504
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5853
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5505
5854
|
<button
|
|
5506
5855
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5507
5856
|
type="button"
|
|
@@ -5517,7 +5866,9 @@ wrapperTag: div
|
|
|
5517
5866
|
|
|
5518
5867
|
<tr
|
|
5519
5868
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
5520
|
-
role
|
|
5869
|
+
role&#x3D;&quot;row&quot;
|
|
5870
|
+
[object
|
|
5871
|
+
Object]
|
|
5521
5872
|
>
|
|
5522
5873
|
<td
|
|
5523
5874
|
class="pf-v6-c-table__td pf-m-no-padding"
|
|
@@ -5531,7 +5882,12 @@ wrapperTag: div
|
|
|
5531
5882
|
aria-label="Nested table"
|
|
5532
5883
|
>
|
|
5533
5884
|
<thead class="pf-v6-c-table__thead">
|
|
5534
|
-
<tr
|
|
5885
|
+
<tr
|
|
5886
|
+
class="pf-v6-c-table__tr"
|
|
5887
|
+
role&#x3D;&quot;row&quot;
|
|
5888
|
+
[object
|
|
5889
|
+
Object]
|
|
5890
|
+
>
|
|
5535
5891
|
<th
|
|
5536
5892
|
class="pf-v6-c-table__th pf-v6-c-table__sort"
|
|
5537
5893
|
role="columnheader"
|
|
@@ -5560,12 +5916,23 @@ wrapperTag: div
|
|
|
5560
5916
|
scope="col"
|
|
5561
5917
|
>Status</th>
|
|
5562
5918
|
|
|
5563
|
-
<
|
|
5919
|
+
<th
|
|
5920
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
5921
|
+
role="columnheader"
|
|
5922
|
+
scope="col"
|
|
5923
|
+
>
|
|
5924
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
5925
|
+
</th>
|
|
5564
5926
|
</tr>
|
|
5565
5927
|
</thead>
|
|
5566
5928
|
|
|
5567
5929
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
5568
|
-
<tr
|
|
5930
|
+
<tr
|
|
5931
|
+
class="pf-v6-c-table__tr"
|
|
5932
|
+
role&#x3D;&quot;row&quot;
|
|
5933
|
+
[object
|
|
5934
|
+
Object]
|
|
5935
|
+
>
|
|
5569
5936
|
<th
|
|
5570
5937
|
class="pf-v6-c-table__th"
|
|
5571
5938
|
role="columnheader"
|
|
@@ -5584,10 +5951,7 @@ wrapperTag: div
|
|
|
5584
5951
|
data-label="Status"
|
|
5585
5952
|
>Active</td>
|
|
5586
5953
|
|
|
5587
|
-
<td
|
|
5588
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5589
|
-
role="cell"
|
|
5590
|
-
>
|
|
5954
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5591
5955
|
<button
|
|
5592
5956
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5593
5957
|
type="button"
|
|
@@ -5600,7 +5964,12 @@ wrapperTag: div
|
|
|
5600
5964
|
</button>
|
|
5601
5965
|
</td>
|
|
5602
5966
|
</tr>
|
|
5603
|
-
<tr
|
|
5967
|
+
<tr
|
|
5968
|
+
class="pf-v6-c-table__tr"
|
|
5969
|
+
role&#x3D;&quot;row&quot;
|
|
5970
|
+
[object
|
|
5971
|
+
Object]
|
|
5972
|
+
>
|
|
5604
5973
|
<th
|
|
5605
5974
|
class="pf-v6-c-table__th"
|
|
5606
5975
|
role="columnheader"
|
|
@@ -5619,10 +5988,7 @@ wrapperTag: div
|
|
|
5619
5988
|
data-label="Status"
|
|
5620
5989
|
>Warning</td>
|
|
5621
5990
|
|
|
5622
|
-
<td
|
|
5623
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5624
|
-
role="cell"
|
|
5625
|
-
>
|
|
5991
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5626
5992
|
<button
|
|
5627
5993
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5628
5994
|
type="button"
|
|
@@ -5635,7 +6001,12 @@ wrapperTag: div
|
|
|
5635
6001
|
</button>
|
|
5636
6002
|
</td>
|
|
5637
6003
|
</tr>
|
|
5638
|
-
<tr
|
|
6004
|
+
<tr
|
|
6005
|
+
class="pf-v6-c-table__tr"
|
|
6006
|
+
role&#x3D;&quot;row&quot;
|
|
6007
|
+
[object
|
|
6008
|
+
Object]
|
|
6009
|
+
>
|
|
5639
6010
|
<th
|
|
5640
6011
|
class="pf-v6-c-table__th"
|
|
5641
6012
|
role="columnheader"
|
|
@@ -5654,10 +6025,7 @@ wrapperTag: div
|
|
|
5654
6025
|
data-label="Status"
|
|
5655
6026
|
>Active</td>
|
|
5656
6027
|
|
|
5657
|
-
<td
|
|
5658
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5659
|
-
role="cell"
|
|
5660
|
-
>
|
|
6028
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5661
6029
|
<button
|
|
5662
6030
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5663
6031
|
type="button"
|
|
@@ -5670,7 +6038,12 @@ wrapperTag: div
|
|
|
5670
6038
|
</button>
|
|
5671
6039
|
</td>
|
|
5672
6040
|
</tr>
|
|
5673
|
-
<tr
|
|
6041
|
+
<tr
|
|
6042
|
+
class="pf-v6-c-table__tr"
|
|
6043
|
+
role&#x3D;&quot;row&quot;
|
|
6044
|
+
[object
|
|
6045
|
+
Object]
|
|
6046
|
+
>
|
|
5674
6047
|
<th
|
|
5675
6048
|
class="pf-v6-c-table__th"
|
|
5676
6049
|
role="columnheader"
|
|
@@ -5689,10 +6062,7 @@ wrapperTag: div
|
|
|
5689
6062
|
data-label="Status"
|
|
5690
6063
|
>Active</td>
|
|
5691
6064
|
|
|
5692
|
-
<td
|
|
5693
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5694
|
-
role="cell"
|
|
5695
|
-
>
|
|
6065
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5696
6066
|
<button
|
|
5697
6067
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5698
6068
|
type="button"
|
|
@@ -5705,7 +6075,12 @@ wrapperTag: div
|
|
|
5705
6075
|
</button>
|
|
5706
6076
|
</td>
|
|
5707
6077
|
</tr>
|
|
5708
|
-
<tr
|
|
6078
|
+
<tr
|
|
6079
|
+
class="pf-v6-c-table__tr"
|
|
6080
|
+
role&#x3D;&quot;row&quot;
|
|
6081
|
+
[object
|
|
6082
|
+
Object]
|
|
6083
|
+
>
|
|
5709
6084
|
<th
|
|
5710
6085
|
class="pf-v6-c-table__th"
|
|
5711
6086
|
role="columnheader"
|
|
@@ -5724,10 +6099,7 @@ wrapperTag: div
|
|
|
5724
6099
|
data-label="Status"
|
|
5725
6100
|
>Active</td>
|
|
5726
6101
|
|
|
5727
|
-
<td
|
|
5728
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5729
|
-
role="cell"
|
|
5730
|
-
>
|
|
6102
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5731
6103
|
<button
|
|
5732
6104
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5733
6105
|
type="button"
|
|
@@ -5747,7 +6119,9 @@ wrapperTag: div
|
|
|
5747
6119
|
|
|
5748
6120
|
<tr
|
|
5749
6121
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
5750
|
-
role
|
|
6122
|
+
role&#x3D;&quot;row&quot;
|
|
6123
|
+
[object
|
|
6124
|
+
Object]
|
|
5751
6125
|
>
|
|
5752
6126
|
<td
|
|
5753
6127
|
class="pf-v6-c-table__td pf-m-no-padding"
|
|
@@ -5761,7 +6135,12 @@ wrapperTag: div
|
|
|
5761
6135
|
aria-label="Nested table"
|
|
5762
6136
|
>
|
|
5763
6137
|
<thead class="pf-v6-c-table__thead">
|
|
5764
|
-
<tr
|
|
6138
|
+
<tr
|
|
6139
|
+
class="pf-v6-c-table__tr"
|
|
6140
|
+
role&#x3D;&quot;row&quot;
|
|
6141
|
+
[object
|
|
6142
|
+
Object]
|
|
6143
|
+
>
|
|
5765
6144
|
<th
|
|
5766
6145
|
class="pf-v6-c-table__th pf-v6-c-table__sort"
|
|
5767
6146
|
role="columnheader"
|
|
@@ -5790,12 +6169,23 @@ wrapperTag: div
|
|
|
5790
6169
|
scope="col"
|
|
5791
6170
|
>Status</th>
|
|
5792
6171
|
|
|
5793
|
-
<
|
|
6172
|
+
<th
|
|
6173
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
6174
|
+
role="columnheader"
|
|
6175
|
+
scope="col"
|
|
6176
|
+
>
|
|
6177
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
6178
|
+
</th>
|
|
5794
6179
|
</tr>
|
|
5795
6180
|
</thead>
|
|
5796
6181
|
|
|
5797
6182
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
5798
|
-
<tr
|
|
6183
|
+
<tr
|
|
6184
|
+
class="pf-v6-c-table__tr"
|
|
6185
|
+
role&#x3D;&quot;row&quot;
|
|
6186
|
+
[object
|
|
6187
|
+
Object]
|
|
6188
|
+
>
|
|
5799
6189
|
<th
|
|
5800
6190
|
class="pf-v6-c-table__th"
|
|
5801
6191
|
role="columnheader"
|
|
@@ -5814,10 +6204,7 @@ wrapperTag: div
|
|
|
5814
6204
|
data-label="Status"
|
|
5815
6205
|
>Active</td>
|
|
5816
6206
|
|
|
5817
|
-
<td
|
|
5818
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5819
|
-
role="cell"
|
|
5820
|
-
>
|
|
6207
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5821
6208
|
<button
|
|
5822
6209
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5823
6210
|
type="button"
|
|
@@ -5830,7 +6217,12 @@ wrapperTag: div
|
|
|
5830
6217
|
</button>
|
|
5831
6218
|
</td>
|
|
5832
6219
|
</tr>
|
|
5833
|
-
<tr
|
|
6220
|
+
<tr
|
|
6221
|
+
class="pf-v6-c-table__tr"
|
|
6222
|
+
role&#x3D;&quot;row&quot;
|
|
6223
|
+
[object
|
|
6224
|
+
Object]
|
|
6225
|
+
>
|
|
5834
6226
|
<th
|
|
5835
6227
|
class="pf-v6-c-table__th"
|
|
5836
6228
|
role="columnheader"
|
|
@@ -5849,10 +6241,7 @@ wrapperTag: div
|
|
|
5849
6241
|
data-label="Status"
|
|
5850
6242
|
>Warning</td>
|
|
5851
6243
|
|
|
5852
|
-
<td
|
|
5853
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5854
|
-
role="cell"
|
|
5855
|
-
>
|
|
6244
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5856
6245
|
<button
|
|
5857
6246
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5858
6247
|
type="button"
|
|
@@ -5865,7 +6254,12 @@ wrapperTag: div
|
|
|
5865
6254
|
</button>
|
|
5866
6255
|
</td>
|
|
5867
6256
|
</tr>
|
|
5868
|
-
<tr
|
|
6257
|
+
<tr
|
|
6258
|
+
class="pf-v6-c-table__tr"
|
|
6259
|
+
role&#x3D;&quot;row&quot;
|
|
6260
|
+
[object
|
|
6261
|
+
Object]
|
|
6262
|
+
>
|
|
5869
6263
|
<th
|
|
5870
6264
|
class="pf-v6-c-table__th"
|
|
5871
6265
|
role="columnheader"
|
|
@@ -5884,10 +6278,7 @@ wrapperTag: div
|
|
|
5884
6278
|
data-label="Status"
|
|
5885
6279
|
>Active</td>
|
|
5886
6280
|
|
|
5887
|
-
<td
|
|
5888
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5889
|
-
role="cell"
|
|
5890
|
-
>
|
|
6281
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5891
6282
|
<button
|
|
5892
6283
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5893
6284
|
type="button"
|
|
@@ -5900,7 +6291,12 @@ wrapperTag: div
|
|
|
5900
6291
|
</button>
|
|
5901
6292
|
</td>
|
|
5902
6293
|
</tr>
|
|
5903
|
-
<tr
|
|
6294
|
+
<tr
|
|
6295
|
+
class="pf-v6-c-table__tr"
|
|
6296
|
+
role&#x3D;&quot;row&quot;
|
|
6297
|
+
[object
|
|
6298
|
+
Object]
|
|
6299
|
+
>
|
|
5904
6300
|
<th
|
|
5905
6301
|
class="pf-v6-c-table__th"
|
|
5906
6302
|
role="columnheader"
|
|
@@ -5919,10 +6315,7 @@ wrapperTag: div
|
|
|
5919
6315
|
data-label="Status"
|
|
5920
6316
|
>Active</td>
|
|
5921
6317
|
|
|
5922
|
-
<td
|
|
5923
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5924
|
-
role="cell"
|
|
5925
|
-
>
|
|
6318
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5926
6319
|
<button
|
|
5927
6320
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5928
6321
|
type="button"
|
|
@@ -5935,7 +6328,12 @@ wrapperTag: div
|
|
|
5935
6328
|
</button>
|
|
5936
6329
|
</td>
|
|
5937
6330
|
</tr>
|
|
5938
|
-
<tr
|
|
6331
|
+
<tr
|
|
6332
|
+
class="pf-v6-c-table__tr"
|
|
6333
|
+
role&#x3D;&quot;row&quot;
|
|
6334
|
+
[object
|
|
6335
|
+
Object]
|
|
6336
|
+
>
|
|
5939
6337
|
<th
|
|
5940
6338
|
class="pf-v6-c-table__th"
|
|
5941
6339
|
role="columnheader"
|
|
@@ -5954,10 +6352,7 @@ wrapperTag: div
|
|
|
5954
6352
|
data-label="Status"
|
|
5955
6353
|
>Active</td>
|
|
5956
6354
|
|
|
5957
|
-
<td
|
|
5958
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
5959
|
-
role="cell"
|
|
5960
|
-
>
|
|
6355
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5961
6356
|
<button
|
|
5962
6357
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5963
6358
|
type="button"
|
|
@@ -5977,7 +6372,9 @@ wrapperTag: div
|
|
|
5977
6372
|
|
|
5978
6373
|
<tr
|
|
5979
6374
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
5980
|
-
role
|
|
6375
|
+
role&#x3D;&quot;row&quot;
|
|
6376
|
+
[object
|
|
6377
|
+
Object]
|
|
5981
6378
|
>
|
|
5982
6379
|
<td
|
|
5983
6380
|
class="pf-v6-c-table__td pf-m-no-padding"
|
|
@@ -5991,7 +6388,12 @@ wrapperTag: div
|
|
|
5991
6388
|
aria-label="Nested table"
|
|
5992
6389
|
>
|
|
5993
6390
|
<thead class="pf-v6-c-table__thead">
|
|
5994
|
-
<tr
|
|
6391
|
+
<tr
|
|
6392
|
+
class="pf-v6-c-table__tr"
|
|
6393
|
+
role&#x3D;&quot;row&quot;
|
|
6394
|
+
[object
|
|
6395
|
+
Object]
|
|
6396
|
+
>
|
|
5995
6397
|
<th
|
|
5996
6398
|
class="pf-v6-c-table__th pf-v6-c-table__sort"
|
|
5997
6399
|
role="columnheader"
|
|
@@ -6020,12 +6422,23 @@ wrapperTag: div
|
|
|
6020
6422
|
scope="col"
|
|
6021
6423
|
>Status</th>
|
|
6022
6424
|
|
|
6023
|
-
<
|
|
6425
|
+
<th
|
|
6426
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
6427
|
+
role="columnheader"
|
|
6428
|
+
scope="col"
|
|
6429
|
+
>
|
|
6430
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
6431
|
+
</th>
|
|
6024
6432
|
</tr>
|
|
6025
6433
|
</thead>
|
|
6026
6434
|
|
|
6027
6435
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
6028
|
-
<tr
|
|
6436
|
+
<tr
|
|
6437
|
+
class="pf-v6-c-table__tr"
|
|
6438
|
+
role&#x3D;&quot;row&quot;
|
|
6439
|
+
[object
|
|
6440
|
+
Object]
|
|
6441
|
+
>
|
|
6029
6442
|
<th
|
|
6030
6443
|
class="pf-v6-c-table__th"
|
|
6031
6444
|
role="columnheader"
|
|
@@ -6044,10 +6457,7 @@ wrapperTag: div
|
|
|
6044
6457
|
data-label="Status"
|
|
6045
6458
|
>Active</td>
|
|
6046
6459
|
|
|
6047
|
-
<td
|
|
6048
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
6049
|
-
role="cell"
|
|
6050
|
-
>
|
|
6460
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6051
6461
|
<button
|
|
6052
6462
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6053
6463
|
type="button"
|
|
@@ -6060,7 +6470,12 @@ wrapperTag: div
|
|
|
6060
6470
|
</button>
|
|
6061
6471
|
</td>
|
|
6062
6472
|
</tr>
|
|
6063
|
-
<tr
|
|
6473
|
+
<tr
|
|
6474
|
+
class="pf-v6-c-table__tr"
|
|
6475
|
+
role&#x3D;&quot;row&quot;
|
|
6476
|
+
[object
|
|
6477
|
+
Object]
|
|
6478
|
+
>
|
|
6064
6479
|
<th
|
|
6065
6480
|
class="pf-v6-c-table__th"
|
|
6066
6481
|
role="columnheader"
|
|
@@ -6079,10 +6494,7 @@ wrapperTag: div
|
|
|
6079
6494
|
data-label="Status"
|
|
6080
6495
|
>Warning</td>
|
|
6081
6496
|
|
|
6082
|
-
<td
|
|
6083
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
6084
|
-
role="cell"
|
|
6085
|
-
>
|
|
6497
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6086
6498
|
<button
|
|
6087
6499
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6088
6500
|
type="button"
|
|
@@ -6095,7 +6507,12 @@ wrapperTag: div
|
|
|
6095
6507
|
</button>
|
|
6096
6508
|
</td>
|
|
6097
6509
|
</tr>
|
|
6098
|
-
<tr
|
|
6510
|
+
<tr
|
|
6511
|
+
class="pf-v6-c-table__tr"
|
|
6512
|
+
role&#x3D;&quot;row&quot;
|
|
6513
|
+
[object
|
|
6514
|
+
Object]
|
|
6515
|
+
>
|
|
6099
6516
|
<th
|
|
6100
6517
|
class="pf-v6-c-table__th"
|
|
6101
6518
|
role="columnheader"
|
|
@@ -6114,10 +6531,7 @@ wrapperTag: div
|
|
|
6114
6531
|
data-label="Status"
|
|
6115
6532
|
>Active</td>
|
|
6116
6533
|
|
|
6117
|
-
<td
|
|
6118
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
6119
|
-
role="cell"
|
|
6120
|
-
>
|
|
6534
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6121
6535
|
<button
|
|
6122
6536
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6123
6537
|
type="button"
|
|
@@ -6130,7 +6544,12 @@ wrapperTag: div
|
|
|
6130
6544
|
</button>
|
|
6131
6545
|
</td>
|
|
6132
6546
|
</tr>
|
|
6133
|
-
<tr
|
|
6547
|
+
<tr
|
|
6548
|
+
class="pf-v6-c-table__tr"
|
|
6549
|
+
role&#x3D;&quot;row&quot;
|
|
6550
|
+
[object
|
|
6551
|
+
Object]
|
|
6552
|
+
>
|
|
6134
6553
|
<th
|
|
6135
6554
|
class="pf-v6-c-table__th"
|
|
6136
6555
|
role="columnheader"
|
|
@@ -6149,10 +6568,7 @@ wrapperTag: div
|
|
|
6149
6568
|
data-label="Status"
|
|
6150
6569
|
>Active</td>
|
|
6151
6570
|
|
|
6152
|
-
<td
|
|
6153
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
6154
|
-
role="cell"
|
|
6155
|
-
>
|
|
6571
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6156
6572
|
<button
|
|
6157
6573
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6158
6574
|
type="button"
|
|
@@ -6165,7 +6581,12 @@ wrapperTag: div
|
|
|
6165
6581
|
</button>
|
|
6166
6582
|
</td>
|
|
6167
6583
|
</tr>
|
|
6168
|
-
<tr
|
|
6584
|
+
<tr
|
|
6585
|
+
class="pf-v6-c-table__tr"
|
|
6586
|
+
role&#x3D;&quot;row&quot;
|
|
6587
|
+
[object
|
|
6588
|
+
Object]
|
|
6589
|
+
>
|
|
6169
6590
|
<th
|
|
6170
6591
|
class="pf-v6-c-table__th"
|
|
6171
6592
|
role="columnheader"
|
|
@@ -6184,10 +6605,7 @@ wrapperTag: div
|
|
|
6184
6605
|
data-label="Status"
|
|
6185
6606
|
>Active</td>
|
|
6186
6607
|
|
|
6187
|
-
<td
|
|
6188
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
6189
|
-
role="cell"
|
|
6190
|
-
>
|
|
6608
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6191
6609
|
<button
|
|
6192
6610
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6193
6611
|
type="button"
|
|
@@ -6207,7 +6625,12 @@ wrapperTag: div
|
|
|
6207
6625
|
</tbody>
|
|
6208
6626
|
|
|
6209
6627
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
6210
|
-
<tr
|
|
6628
|
+
<tr
|
|
6629
|
+
class="pf-v6-c-table__tr"
|
|
6630
|
+
role&#x3D;&quot;row&quot;
|
|
6631
|
+
[object
|
|
6632
|
+
Object]
|
|
6633
|
+
>
|
|
6211
6634
|
<th
|
|
6212
6635
|
class="pf-v6-c-table__th"
|
|
6213
6636
|
role="columnheader"
|
|
@@ -6269,7 +6692,7 @@ wrapperTag: div
|
|
|
6269
6692
|
<a href="#">Open in Github</a>
|
|
6270
6693
|
</td>
|
|
6271
6694
|
|
|
6272
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
6695
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6273
6696
|
<button
|
|
6274
6697
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6275
6698
|
type="button"
|
|
@@ -6285,7 +6708,9 @@ wrapperTag: div
|
|
|
6285
6708
|
|
|
6286
6709
|
<tr
|
|
6287
6710
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
6288
|
-
role
|
|
6711
|
+
role&#x3D;&quot;row&quot;
|
|
6712
|
+
[object
|
|
6713
|
+
Object]
|
|
6289
6714
|
>
|
|
6290
6715
|
<td
|
|
6291
6716
|
class="pf-v6-c-table__td pf-m-no-padding"
|
|
@@ -6299,7 +6724,12 @@ wrapperTag: div
|
|
|
6299
6724
|
aria-label="Nested table"
|
|
6300
6725
|
>
|
|
6301
6726
|
<thead class="pf-v6-c-table__thead">
|
|
6302
|
-
<tr
|
|
6727
|
+
<tr
|
|
6728
|
+
class="pf-v6-c-table__tr"
|
|
6729
|
+
role&#x3D;&quot;row&quot;
|
|
6730
|
+
[object
|
|
6731
|
+
Object]
|
|
6732
|
+
>
|
|
6303
6733
|
<th
|
|
6304
6734
|
class="pf-v6-c-table__th pf-v6-c-table__sort"
|
|
6305
6735
|
role="columnheader"
|
|
@@ -6328,12 +6758,23 @@ wrapperTag: div
|
|
|
6328
6758
|
scope="col"
|
|
6329
6759
|
>Status</th>
|
|
6330
6760
|
|
|
6331
|
-
<
|
|
6761
|
+
<th
|
|
6762
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
6763
|
+
role="columnheader"
|
|
6764
|
+
scope="col"
|
|
6765
|
+
>
|
|
6766
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
6767
|
+
</th>
|
|
6332
6768
|
</tr>
|
|
6333
6769
|
</thead>
|
|
6334
6770
|
|
|
6335
6771
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
6336
|
-
<tr
|
|
6772
|
+
<tr
|
|
6773
|
+
class="pf-v6-c-table__tr"
|
|
6774
|
+
role&#x3D;&quot;row&quot;
|
|
6775
|
+
[object
|
|
6776
|
+
Object]
|
|
6777
|
+
>
|
|
6337
6778
|
<th
|
|
6338
6779
|
class="pf-v6-c-table__th"
|
|
6339
6780
|
role="columnheader"
|
|
@@ -6352,10 +6793,7 @@ wrapperTag: div
|
|
|
6352
6793
|
data-label="Status"
|
|
6353
6794
|
>Active</td>
|
|
6354
6795
|
|
|
6355
|
-
<td
|
|
6356
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
6357
|
-
role="cell"
|
|
6358
|
-
>
|
|
6796
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6359
6797
|
<button
|
|
6360
6798
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6361
6799
|
type="button"
|
|
@@ -6368,7 +6806,12 @@ wrapperTag: div
|
|
|
6368
6806
|
</button>
|
|
6369
6807
|
</td>
|
|
6370
6808
|
</tr>
|
|
6371
|
-
<tr
|
|
6809
|
+
<tr
|
|
6810
|
+
class="pf-v6-c-table__tr"
|
|
6811
|
+
role&#x3D;&quot;row&quot;
|
|
6812
|
+
[object
|
|
6813
|
+
Object]
|
|
6814
|
+
>
|
|
6372
6815
|
<th
|
|
6373
6816
|
class="pf-v6-c-table__th"
|
|
6374
6817
|
role="columnheader"
|
|
@@ -6387,10 +6830,7 @@ wrapperTag: div
|
|
|
6387
6830
|
data-label="Status"
|
|
6388
6831
|
>Warning</td>
|
|
6389
6832
|
|
|
6390
|
-
<td
|
|
6391
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
6392
|
-
role="cell"
|
|
6393
|
-
>
|
|
6833
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6394
6834
|
<button
|
|
6395
6835
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6396
6836
|
type="button"
|
|
@@ -6403,7 +6843,12 @@ wrapperTag: div
|
|
|
6403
6843
|
</button>
|
|
6404
6844
|
</td>
|
|
6405
6845
|
</tr>
|
|
6406
|
-
<tr
|
|
6846
|
+
<tr
|
|
6847
|
+
class="pf-v6-c-table__tr"
|
|
6848
|
+
role&#x3D;&quot;row&quot;
|
|
6849
|
+
[object
|
|
6850
|
+
Object]
|
|
6851
|
+
>
|
|
6407
6852
|
<th
|
|
6408
6853
|
class="pf-v6-c-table__th"
|
|
6409
6854
|
role="columnheader"
|
|
@@ -6422,10 +6867,7 @@ wrapperTag: div
|
|
|
6422
6867
|
data-label="Status"
|
|
6423
6868
|
>Active</td>
|
|
6424
6869
|
|
|
6425
|
-
<td
|
|
6426
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
6427
|
-
role="cell"
|
|
6428
|
-
>
|
|
6870
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6429
6871
|
<button
|
|
6430
6872
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6431
6873
|
type="button"
|
|
@@ -6438,7 +6880,12 @@ wrapperTag: div
|
|
|
6438
6880
|
</button>
|
|
6439
6881
|
</td>
|
|
6440
6882
|
</tr>
|
|
6441
|
-
<tr
|
|
6883
|
+
<tr
|
|
6884
|
+
class="pf-v6-c-table__tr"
|
|
6885
|
+
role&#x3D;&quot;row&quot;
|
|
6886
|
+
[object
|
|
6887
|
+
Object]
|
|
6888
|
+
>
|
|
6442
6889
|
<th
|
|
6443
6890
|
class="pf-v6-c-table__th"
|
|
6444
6891
|
role="columnheader"
|
|
@@ -6457,10 +6904,7 @@ wrapperTag: div
|
|
|
6457
6904
|
data-label="Status"
|
|
6458
6905
|
>Active</td>
|
|
6459
6906
|
|
|
6460
|
-
<td
|
|
6461
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
6462
|
-
role="cell"
|
|
6463
|
-
>
|
|
6907
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6464
6908
|
<button
|
|
6465
6909
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6466
6910
|
type="button"
|
|
@@ -6473,7 +6917,12 @@ wrapperTag: div
|
|
|
6473
6917
|
</button>
|
|
6474
6918
|
</td>
|
|
6475
6919
|
</tr>
|
|
6476
|
-
<tr
|
|
6920
|
+
<tr
|
|
6921
|
+
class="pf-v6-c-table__tr"
|
|
6922
|
+
role&#x3D;&quot;row&quot;
|
|
6923
|
+
[object
|
|
6924
|
+
Object]
|
|
6925
|
+
>
|
|
6477
6926
|
<th
|
|
6478
6927
|
class="pf-v6-c-table__th"
|
|
6479
6928
|
role="columnheader"
|
|
@@ -6492,10 +6941,7 @@ wrapperTag: div
|
|
|
6492
6941
|
data-label="Status"
|
|
6493
6942
|
>Active</td>
|
|
6494
6943
|
|
|
6495
|
-
<td
|
|
6496
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
6497
|
-
role="cell"
|
|
6498
|
-
>
|
|
6944
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6499
6945
|
<button
|
|
6500
6946
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6501
6947
|
type="button"
|
|
@@ -6515,7 +6961,9 @@ wrapperTag: div
|
|
|
6515
6961
|
|
|
6516
6962
|
<tr
|
|
6517
6963
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
6518
|
-
role
|
|
6964
|
+
role&#x3D;&quot;row&quot;
|
|
6965
|
+
[object
|
|
6966
|
+
Object]
|
|
6519
6967
|
>
|
|
6520
6968
|
<td
|
|
6521
6969
|
class="pf-v6-c-table__td pf-m-no-padding"
|
|
@@ -6529,7 +6977,12 @@ wrapperTag: div
|
|
|
6529
6977
|
aria-label="Nested table"
|
|
6530
6978
|
>
|
|
6531
6979
|
<thead class="pf-v6-c-table__thead">
|
|
6532
|
-
<tr
|
|
6980
|
+
<tr
|
|
6981
|
+
class="pf-v6-c-table__tr"
|
|
6982
|
+
role&#x3D;&quot;row&quot;
|
|
6983
|
+
[object
|
|
6984
|
+
Object]
|
|
6985
|
+
>
|
|
6533
6986
|
<th
|
|
6534
6987
|
class="pf-v6-c-table__th pf-v6-c-table__sort"
|
|
6535
6988
|
role="columnheader"
|
|
@@ -6558,12 +7011,23 @@ wrapperTag: div
|
|
|
6558
7011
|
scope="col"
|
|
6559
7012
|
>Status</th>
|
|
6560
7013
|
|
|
6561
|
-
<
|
|
7014
|
+
<th
|
|
7015
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
7016
|
+
role="columnheader"
|
|
7017
|
+
scope="col"
|
|
7018
|
+
>
|
|
7019
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
7020
|
+
</th>
|
|
6562
7021
|
</tr>
|
|
6563
7022
|
</thead>
|
|
6564
7023
|
|
|
6565
7024
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
6566
|
-
<tr
|
|
7025
|
+
<tr
|
|
7026
|
+
class="pf-v6-c-table__tr"
|
|
7027
|
+
role&#x3D;&quot;row&quot;
|
|
7028
|
+
[object
|
|
7029
|
+
Object]
|
|
7030
|
+
>
|
|
6567
7031
|
<th
|
|
6568
7032
|
class="pf-v6-c-table__th"
|
|
6569
7033
|
role="columnheader"
|
|
@@ -6582,10 +7046,7 @@ wrapperTag: div
|
|
|
6582
7046
|
data-label="Status"
|
|
6583
7047
|
>Active</td>
|
|
6584
7048
|
|
|
6585
|
-
<td
|
|
6586
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
6587
|
-
role="cell"
|
|
6588
|
-
>
|
|
7049
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6589
7050
|
<button
|
|
6590
7051
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6591
7052
|
type="button"
|
|
@@ -6598,7 +7059,12 @@ wrapperTag: div
|
|
|
6598
7059
|
</button>
|
|
6599
7060
|
</td>
|
|
6600
7061
|
</tr>
|
|
6601
|
-
<tr
|
|
7062
|
+
<tr
|
|
7063
|
+
class="pf-v6-c-table__tr"
|
|
7064
|
+
role&#x3D;&quot;row&quot;
|
|
7065
|
+
[object
|
|
7066
|
+
Object]
|
|
7067
|
+
>
|
|
6602
7068
|
<th
|
|
6603
7069
|
class="pf-v6-c-table__th"
|
|
6604
7070
|
role="columnheader"
|
|
@@ -6617,10 +7083,7 @@ wrapperTag: div
|
|
|
6617
7083
|
data-label="Status"
|
|
6618
7084
|
>Warning</td>
|
|
6619
7085
|
|
|
6620
|
-
<td
|
|
6621
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
6622
|
-
role="cell"
|
|
6623
|
-
>
|
|
7086
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6624
7087
|
<button
|
|
6625
7088
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6626
7089
|
type="button"
|
|
@@ -6633,7 +7096,12 @@ wrapperTag: div
|
|
|
6633
7096
|
</button>
|
|
6634
7097
|
</td>
|
|
6635
7098
|
</tr>
|
|
6636
|
-
<tr
|
|
7099
|
+
<tr
|
|
7100
|
+
class="pf-v6-c-table__tr"
|
|
7101
|
+
role&#x3D;&quot;row&quot;
|
|
7102
|
+
[object
|
|
7103
|
+
Object]
|
|
7104
|
+
>
|
|
6637
7105
|
<th
|
|
6638
7106
|
class="pf-v6-c-table__th"
|
|
6639
7107
|
role="columnheader"
|
|
@@ -6652,10 +7120,7 @@ wrapperTag: div
|
|
|
6652
7120
|
data-label="Status"
|
|
6653
7121
|
>Active</td>
|
|
6654
7122
|
|
|
6655
|
-
<td
|
|
6656
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
6657
|
-
role="cell"
|
|
6658
|
-
>
|
|
7123
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6659
7124
|
<button
|
|
6660
7125
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6661
7126
|
type="button"
|
|
@@ -6668,7 +7133,12 @@ wrapperTag: div
|
|
|
6668
7133
|
</button>
|
|
6669
7134
|
</td>
|
|
6670
7135
|
</tr>
|
|
6671
|
-
<tr
|
|
7136
|
+
<tr
|
|
7137
|
+
class="pf-v6-c-table__tr"
|
|
7138
|
+
role&#x3D;&quot;row&quot;
|
|
7139
|
+
[object
|
|
7140
|
+
Object]
|
|
7141
|
+
>
|
|
6672
7142
|
<th
|
|
6673
7143
|
class="pf-v6-c-table__th"
|
|
6674
7144
|
role="columnheader"
|
|
@@ -6687,10 +7157,7 @@ wrapperTag: div
|
|
|
6687
7157
|
data-label="Status"
|
|
6688
7158
|
>Active</td>
|
|
6689
7159
|
|
|
6690
|
-
<td
|
|
6691
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
6692
|
-
role="cell"
|
|
6693
|
-
>
|
|
7160
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6694
7161
|
<button
|
|
6695
7162
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6696
7163
|
type="button"
|
|
@@ -6703,7 +7170,12 @@ wrapperTag: div
|
|
|
6703
7170
|
</button>
|
|
6704
7171
|
</td>
|
|
6705
7172
|
</tr>
|
|
6706
|
-
<tr
|
|
7173
|
+
<tr
|
|
7174
|
+
class="pf-v6-c-table__tr"
|
|
7175
|
+
role&#x3D;&quot;row&quot;
|
|
7176
|
+
[object
|
|
7177
|
+
Object]
|
|
7178
|
+
>
|
|
6707
7179
|
<th
|
|
6708
7180
|
class="pf-v6-c-table__th"
|
|
6709
7181
|
role="columnheader"
|
|
@@ -6722,10 +7194,7 @@ wrapperTag: div
|
|
|
6722
7194
|
data-label="Status"
|
|
6723
7195
|
>Active</td>
|
|
6724
7196
|
|
|
6725
|
-
<td
|
|
6726
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
6727
|
-
role="cell"
|
|
6728
|
-
>
|
|
7197
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6729
7198
|
<button
|
|
6730
7199
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6731
7200
|
type="button"
|
|
@@ -6745,7 +7214,9 @@ wrapperTag: div
|
|
|
6745
7214
|
|
|
6746
7215
|
<tr
|
|
6747
7216
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
6748
|
-
role
|
|
7217
|
+
role&#x3D;&quot;row&quot;
|
|
7218
|
+
[object
|
|
7219
|
+
Object]
|
|
6749
7220
|
>
|
|
6750
7221
|
<td
|
|
6751
7222
|
class="pf-v6-c-table__td pf-m-no-padding"
|
|
@@ -6759,7 +7230,12 @@ wrapperTag: div
|
|
|
6759
7230
|
aria-label="Nested table"
|
|
6760
7231
|
>
|
|
6761
7232
|
<thead class="pf-v6-c-table__thead">
|
|
6762
|
-
<tr
|
|
7233
|
+
<tr
|
|
7234
|
+
class="pf-v6-c-table__tr"
|
|
7235
|
+
role&#x3D;&quot;row&quot;
|
|
7236
|
+
[object
|
|
7237
|
+
Object]
|
|
7238
|
+
>
|
|
6763
7239
|
<th
|
|
6764
7240
|
class="pf-v6-c-table__th pf-v6-c-table__sort"
|
|
6765
7241
|
role="columnheader"
|
|
@@ -6788,12 +7264,23 @@ wrapperTag: div
|
|
|
6788
7264
|
scope="col"
|
|
6789
7265
|
>Status</th>
|
|
6790
7266
|
|
|
6791
|
-
<
|
|
7267
|
+
<th
|
|
7268
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
7269
|
+
role="columnheader"
|
|
7270
|
+
scope="col"
|
|
7271
|
+
>
|
|
7272
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
7273
|
+
</th>
|
|
6792
7274
|
</tr>
|
|
6793
7275
|
</thead>
|
|
6794
7276
|
|
|
6795
7277
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
6796
|
-
<tr
|
|
7278
|
+
<tr
|
|
7279
|
+
class="pf-v6-c-table__tr"
|
|
7280
|
+
role&#x3D;&quot;row&quot;
|
|
7281
|
+
[object
|
|
7282
|
+
Object]
|
|
7283
|
+
>
|
|
6797
7284
|
<th
|
|
6798
7285
|
class="pf-v6-c-table__th"
|
|
6799
7286
|
role="columnheader"
|
|
@@ -6812,10 +7299,7 @@ wrapperTag: div
|
|
|
6812
7299
|
data-label="Status"
|
|
6813
7300
|
>Active</td>
|
|
6814
7301
|
|
|
6815
|
-
<td
|
|
6816
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
6817
|
-
role="cell"
|
|
6818
|
-
>
|
|
7302
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6819
7303
|
<button
|
|
6820
7304
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6821
7305
|
type="button"
|
|
@@ -6828,7 +7312,12 @@ wrapperTag: div
|
|
|
6828
7312
|
</button>
|
|
6829
7313
|
</td>
|
|
6830
7314
|
</tr>
|
|
6831
|
-
<tr
|
|
7315
|
+
<tr
|
|
7316
|
+
class="pf-v6-c-table__tr"
|
|
7317
|
+
role&#x3D;&quot;row&quot;
|
|
7318
|
+
[object
|
|
7319
|
+
Object]
|
|
7320
|
+
>
|
|
6832
7321
|
<th
|
|
6833
7322
|
class="pf-v6-c-table__th"
|
|
6834
7323
|
role="columnheader"
|
|
@@ -6845,12 +7334,9 @@ wrapperTag: div
|
|
|
6845
7334
|
class="pf-v6-c-table__td"
|
|
6846
7335
|
role="cell"
|
|
6847
7336
|
data-label="Status"
|
|
6848
|
-
>Warning</td>
|
|
6849
|
-
|
|
6850
|
-
<td
|
|
6851
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
6852
|
-
role="cell"
|
|
6853
|
-
>
|
|
7337
|
+
>Warning</td>
|
|
7338
|
+
|
|
7339
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6854
7340
|
<button
|
|
6855
7341
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6856
7342
|
type="button"
|
|
@@ -6863,7 +7349,12 @@ wrapperTag: div
|
|
|
6863
7349
|
</button>
|
|
6864
7350
|
</td>
|
|
6865
7351
|
</tr>
|
|
6866
|
-
<tr
|
|
7352
|
+
<tr
|
|
7353
|
+
class="pf-v6-c-table__tr"
|
|
7354
|
+
role&#x3D;&quot;row&quot;
|
|
7355
|
+
[object
|
|
7356
|
+
Object]
|
|
7357
|
+
>
|
|
6867
7358
|
<th
|
|
6868
7359
|
class="pf-v6-c-table__th"
|
|
6869
7360
|
role="columnheader"
|
|
@@ -6882,10 +7373,7 @@ wrapperTag: div
|
|
|
6882
7373
|
data-label="Status"
|
|
6883
7374
|
>Active</td>
|
|
6884
7375
|
|
|
6885
|
-
<td
|
|
6886
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
6887
|
-
role="cell"
|
|
6888
|
-
>
|
|
7376
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6889
7377
|
<button
|
|
6890
7378
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6891
7379
|
type="button"
|
|
@@ -6898,7 +7386,12 @@ wrapperTag: div
|
|
|
6898
7386
|
</button>
|
|
6899
7387
|
</td>
|
|
6900
7388
|
</tr>
|
|
6901
|
-
<tr
|
|
7389
|
+
<tr
|
|
7390
|
+
class="pf-v6-c-table__tr"
|
|
7391
|
+
role&#x3D;&quot;row&quot;
|
|
7392
|
+
[object
|
|
7393
|
+
Object]
|
|
7394
|
+
>
|
|
6902
7395
|
<th
|
|
6903
7396
|
class="pf-v6-c-table__th"
|
|
6904
7397
|
role="columnheader"
|
|
@@ -6917,10 +7410,7 @@ wrapperTag: div
|
|
|
6917
7410
|
data-label="Status"
|
|
6918
7411
|
>Active</td>
|
|
6919
7412
|
|
|
6920
|
-
<td
|
|
6921
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
6922
|
-
role="cell"
|
|
6923
|
-
>
|
|
7413
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6924
7414
|
<button
|
|
6925
7415
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6926
7416
|
type="button"
|
|
@@ -6933,7 +7423,12 @@ wrapperTag: div
|
|
|
6933
7423
|
</button>
|
|
6934
7424
|
</td>
|
|
6935
7425
|
</tr>
|
|
6936
|
-
<tr
|
|
7426
|
+
<tr
|
|
7427
|
+
class="pf-v6-c-table__tr"
|
|
7428
|
+
role&#x3D;&quot;row&quot;
|
|
7429
|
+
[object
|
|
7430
|
+
Object]
|
|
7431
|
+
>
|
|
6937
7432
|
<th
|
|
6938
7433
|
class="pf-v6-c-table__th"
|
|
6939
7434
|
role="columnheader"
|
|
@@ -6952,10 +7447,7 @@ wrapperTag: div
|
|
|
6952
7447
|
data-label="Status"
|
|
6953
7448
|
>Active</td>
|
|
6954
7449
|
|
|
6955
|
-
<td
|
|
6956
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
6957
|
-
role="cell"
|
|
6958
|
-
>
|
|
7450
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6959
7451
|
<button
|
|
6960
7452
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6961
7453
|
type="button"
|
|
@@ -7335,11 +7827,20 @@ wrapperTag: div
|
|
|
7335
7827
|
id="table-loading-table"
|
|
7336
7828
|
>
|
|
7337
7829
|
<thead class="pf-v6-c-table__thead">
|
|
7338
|
-
<tr
|
|
7339
|
-
|
|
7830
|
+
<tr
|
|
7831
|
+
class="pf-v6-c-table__tr"
|
|
7832
|
+
role&#x3D;&quot;row&quot;
|
|
7833
|
+
[object
|
|
7834
|
+
Object]
|
|
7835
|
+
>
|
|
7836
|
+
<th
|
|
7837
|
+
class="pf-v6-c-table__th pf-v6-c-table__check"
|
|
7838
|
+
aria-label="Row select"
|
|
7839
|
+
role="columnheader"
|
|
7840
|
+
scope="col"
|
|
7841
|
+
>
|
|
7340
7842
|
<label
|
|
7341
7843
|
class="pf-v6-c-check pf-m-standalone"
|
|
7342
|
-
id="table-loading-table-checkrow-check"
|
|
7343
7844
|
for="table-loading-table-checkrow-check-input"
|
|
7344
7845
|
>
|
|
7345
7846
|
<input
|
|
@@ -7347,10 +7848,10 @@ wrapperTag: div
|
|
|
7347
7848
|
type="checkbox"
|
|
7348
7849
|
id="table-loading-table-checkrow-check-input"
|
|
7349
7850
|
name="table-loading-table-checkrow-check-input"
|
|
7350
|
-
aria-label="
|
|
7851
|
+
aria-label="Select all rows"
|
|
7351
7852
|
/>
|
|
7352
7853
|
</label>
|
|
7353
|
-
</
|
|
7854
|
+
</th>
|
|
7354
7855
|
|
|
7355
7856
|
<th
|
|
7356
7857
|
class="pf-v6-c-table__th"
|
|
@@ -7382,14 +7883,31 @@ wrapperTag: div
|
|
|
7382
7883
|
scope="col"
|
|
7383
7884
|
>Last commit</th>
|
|
7384
7885
|
|
|
7385
|
-
<
|
|
7886
|
+
<th
|
|
7887
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
7888
|
+
role="columnheader"
|
|
7889
|
+
scope="col"
|
|
7890
|
+
>
|
|
7891
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
7892
|
+
</th>
|
|
7386
7893
|
|
|
7387
|
-
<
|
|
7894
|
+
<th
|
|
7895
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
7896
|
+
role="columnheader"
|
|
7897
|
+
scope="col"
|
|
7898
|
+
>
|
|
7899
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
7900
|
+
</th>
|
|
7388
7901
|
</tr>
|
|
7389
7902
|
</thead>
|
|
7390
7903
|
|
|
7391
7904
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
7392
|
-
<tr
|
|
7905
|
+
<tr
|
|
7906
|
+
class="pf-v6-c-table__tr"
|
|
7907
|
+
role&#x3D;&quot;row&quot;
|
|
7908
|
+
[object
|
|
7909
|
+
Object]
|
|
7910
|
+
>
|
|
7393
7911
|
<td class="pf-v6-c-table__td" role="cell" colspan="8">
|
|
7394
7912
|
<div class="pf-v6-c-empty-state pf-m-sm">
|
|
7395
7913
|
<div class="pf-v6-c-empty-state__content">
|
|
@@ -7695,17 +8213,31 @@ wrapperTag: div
|
|
|
7695
8213
|
id="empty-state-table-demo"
|
|
7696
8214
|
>
|
|
7697
8215
|
<thead class="pf-v6-c-table__thead">
|
|
7698
|
-
<tr
|
|
7699
|
-
|
|
7700
|
-
|
|
8216
|
+
<tr
|
|
8217
|
+
class="pf-v6-c-table__tr"
|
|
8218
|
+
role&#x3D;&quot;row&quot;
|
|
8219
|
+
[object
|
|
8220
|
+
Object]
|
|
8221
|
+
>
|
|
8222
|
+
<th
|
|
8223
|
+
class="pf-v6-c-table__th pf-v6-c-table__check"
|
|
8224
|
+
aria-label="Row select"
|
|
8225
|
+
role="columnheader"
|
|
8226
|
+
scope="col"
|
|
8227
|
+
>
|
|
8228
|
+
<label
|
|
8229
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
8230
|
+
for="empty-state-table-demo-checkrow-check-input"
|
|
8231
|
+
>
|
|
7701
8232
|
<input
|
|
7702
8233
|
class="pf-v6-c-check__input"
|
|
7703
8234
|
type="checkbox"
|
|
7704
|
-
|
|
8235
|
+
id="empty-state-table-demo-checkrow-check-input"
|
|
8236
|
+
name="empty-state-table-demo-checkrow-check-input"
|
|
7705
8237
|
aria-label="Select all rows"
|
|
7706
8238
|
/>
|
|
7707
|
-
</
|
|
7708
|
-
</
|
|
8239
|
+
</label>
|
|
8240
|
+
</th>
|
|
7709
8241
|
|
|
7710
8242
|
<th
|
|
7711
8243
|
class="pf-v6-c-table__th"
|
|
@@ -7737,14 +8269,31 @@ wrapperTag: div
|
|
|
7737
8269
|
scope="col"
|
|
7738
8270
|
>Last commit</th>
|
|
7739
8271
|
|
|
7740
|
-
<
|
|
8272
|
+
<th
|
|
8273
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
8274
|
+
role="columnheader"
|
|
8275
|
+
scope="col"
|
|
8276
|
+
>
|
|
8277
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
8278
|
+
</th>
|
|
7741
8279
|
|
|
7742
|
-
<
|
|
8280
|
+
<th
|
|
8281
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
8282
|
+
role="columnheader"
|
|
8283
|
+
scope="col"
|
|
8284
|
+
>
|
|
8285
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
8286
|
+
</th>
|
|
7743
8287
|
</tr>
|
|
7744
8288
|
</thead>
|
|
7745
8289
|
|
|
7746
8290
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
7747
|
-
<tr
|
|
8291
|
+
<tr
|
|
8292
|
+
class="pf-v6-c-table__tr"
|
|
8293
|
+
role&#x3D;&quot;row&quot;
|
|
8294
|
+
[object
|
|
8295
|
+
Object]
|
|
8296
|
+
>
|
|
7748
8297
|
<td class="pf-v6-c-table__td" role="cell" colspan="8">
|
|
7749
8298
|
<div class="pf-v6-c-empty-state pf-m-sm">
|
|
7750
8299
|
<div class="pf-v6-c-empty-state__content">
|
|
@@ -8066,7 +8615,6 @@ wrapperTag: div
|
|
|
8066
8615
|
>
|
|
8067
8616
|
<label
|
|
8068
8617
|
class="pf-v6-c-check pf-m-standalone"
|
|
8069
|
-
id="static-bottom-pagination-demo-toolbar-check-check"
|
|
8070
8618
|
for="static-bottom-pagination-demo-toolbar-check-check-input"
|
|
8071
8619
|
>
|
|
8072
8620
|
<input
|
|
@@ -8256,8 +8804,19 @@ wrapperTag: div
|
|
|
8256
8804
|
id="static-bottom-pagination-demo-table"
|
|
8257
8805
|
>
|
|
8258
8806
|
<thead class="pf-v6-c-table__thead">
|
|
8259
|
-
<tr
|
|
8260
|
-
|
|
8807
|
+
<tr
|
|
8808
|
+
class="pf-v6-c-table__tr"
|
|
8809
|
+
role&#x3D;&quot;row&quot;
|
|
8810
|
+
[object
|
|
8811
|
+
Object]
|
|
8812
|
+
>
|
|
8813
|
+
<th
|
|
8814
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
8815
|
+
role="columnheader"
|
|
8816
|
+
scope="col"
|
|
8817
|
+
>
|
|
8818
|
+
<span class="pf-v6-screen-reader">Row select</span>
|
|
8819
|
+
</th>
|
|
8261
8820
|
|
|
8262
8821
|
<th
|
|
8263
8822
|
class="pf-v6-c-table__th"
|
|
@@ -8289,18 +8848,37 @@ wrapperTag: div
|
|
|
8289
8848
|
scope="col"
|
|
8290
8849
|
>Last commit</th>
|
|
8291
8850
|
|
|
8292
|
-
<
|
|
8851
|
+
<th
|
|
8852
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
8853
|
+
role="columnheader"
|
|
8854
|
+
scope="col"
|
|
8855
|
+
>
|
|
8856
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
8857
|
+
</th>
|
|
8293
8858
|
|
|
8294
|
-
<
|
|
8859
|
+
<th
|
|
8860
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
8861
|
+
role="columnheader"
|
|
8862
|
+
scope="col"
|
|
8863
|
+
>
|
|
8864
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
8865
|
+
</th>
|
|
8295
8866
|
</tr>
|
|
8296
8867
|
</thead>
|
|
8297
8868
|
|
|
8298
8869
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
8299
|
-
<tr
|
|
8300
|
-
|
|
8870
|
+
<tr
|
|
8871
|
+
class="pf-v6-c-table__tr"
|
|
8872
|
+
role&#x3D;&quot;row&quot;
|
|
8873
|
+
[object
|
|
8874
|
+
Object]
|
|
8875
|
+
>
|
|
8876
|
+
<td
|
|
8877
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
8878
|
+
aria-label="Check row"
|
|
8879
|
+
>
|
|
8301
8880
|
<label
|
|
8302
8881
|
class="pf-v6-c-check pf-m-standalone"
|
|
8303
|
-
id="static-bottom-pagination-demo-table-checkrow-2-check"
|
|
8304
8882
|
for="static-bottom-pagination-demo-table-checkrow-2-check-input"
|
|
8305
8883
|
>
|
|
8306
8884
|
<input
|
|
@@ -8308,7 +8886,7 @@ wrapperTag: div
|
|
|
8308
8886
|
type="checkbox"
|
|
8309
8887
|
id="static-bottom-pagination-demo-table-checkrow-2-check-input"
|
|
8310
8888
|
name="static-bottom-pagination-demo-table-checkrow-2-check-input"
|
|
8311
|
-
aria-label="
|
|
8889
|
+
aria-label="Select row"
|
|
8312
8890
|
/>
|
|
8313
8891
|
</label>
|
|
8314
8892
|
</td>
|
|
@@ -8356,7 +8934,7 @@ wrapperTag: div
|
|
|
8356
8934
|
<a href="#">Action link</a>
|
|
8357
8935
|
</td>
|
|
8358
8936
|
|
|
8359
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
8937
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
8360
8938
|
<button
|
|
8361
8939
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8362
8940
|
type="button"
|
|
@@ -8370,11 +8948,18 @@ wrapperTag: div
|
|
|
8370
8948
|
</td>
|
|
8371
8949
|
</tr>
|
|
8372
8950
|
|
|
8373
|
-
<tr
|
|
8374
|
-
|
|
8951
|
+
<tr
|
|
8952
|
+
class="pf-v6-c-table__tr"
|
|
8953
|
+
role&#x3D;&quot;row&quot;
|
|
8954
|
+
[object
|
|
8955
|
+
Object]
|
|
8956
|
+
>
|
|
8957
|
+
<td
|
|
8958
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
8959
|
+
aria-label="Check row"
|
|
8960
|
+
>
|
|
8375
8961
|
<label
|
|
8376
8962
|
class="pf-v6-c-check pf-m-standalone"
|
|
8377
|
-
id="static-bottom-pagination-demo-table-checkrow-3-check"
|
|
8378
8963
|
for="static-bottom-pagination-demo-table-checkrow-3-check-input"
|
|
8379
8964
|
>
|
|
8380
8965
|
<input
|
|
@@ -8382,7 +8967,7 @@ wrapperTag: div
|
|
|
8382
8967
|
type="checkbox"
|
|
8383
8968
|
id="static-bottom-pagination-demo-table-checkrow-3-check-input"
|
|
8384
8969
|
name="static-bottom-pagination-demo-table-checkrow-3-check-input"
|
|
8385
|
-
aria-label="
|
|
8970
|
+
aria-label="Select row"
|
|
8386
8971
|
/>
|
|
8387
8972
|
</label>
|
|
8388
8973
|
</td>
|
|
@@ -8430,7 +9015,7 @@ wrapperTag: div
|
|
|
8430
9015
|
<a href="#">Action link</a>
|
|
8431
9016
|
</td>
|
|
8432
9017
|
|
|
8433
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
9018
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
8434
9019
|
<button
|
|
8435
9020
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8436
9021
|
type="button"
|
|
@@ -8444,11 +9029,18 @@ wrapperTag: div
|
|
|
8444
9029
|
</td>
|
|
8445
9030
|
</tr>
|
|
8446
9031
|
|
|
8447
|
-
<tr
|
|
8448
|
-
|
|
9032
|
+
<tr
|
|
9033
|
+
class="pf-v6-c-table__tr"
|
|
9034
|
+
role&#x3D;&quot;row&quot;
|
|
9035
|
+
[object
|
|
9036
|
+
Object]
|
|
9037
|
+
>
|
|
9038
|
+
<td
|
|
9039
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
9040
|
+
aria-label="Check row"
|
|
9041
|
+
>
|
|
8449
9042
|
<label
|
|
8450
9043
|
class="pf-v6-c-check pf-m-standalone"
|
|
8451
|
-
id="static-bottom-pagination-demo-table-checkrow-4-check"
|
|
8452
9044
|
for="static-bottom-pagination-demo-table-checkrow-4-check-input"
|
|
8453
9045
|
>
|
|
8454
9046
|
<input
|
|
@@ -8456,7 +9048,7 @@ wrapperTag: div
|
|
|
8456
9048
|
type="checkbox"
|
|
8457
9049
|
id="static-bottom-pagination-demo-table-checkrow-4-check-input"
|
|
8458
9050
|
name="static-bottom-pagination-demo-table-checkrow-4-check-input"
|
|
8459
|
-
aria-label="
|
|
9051
|
+
aria-label="Select row"
|
|
8460
9052
|
/>
|
|
8461
9053
|
</label>
|
|
8462
9054
|
</td>
|
|
@@ -8504,7 +9096,7 @@ wrapperTag: div
|
|
|
8504
9096
|
<a href="#">Action link</a>
|
|
8505
9097
|
</td>
|
|
8506
9098
|
|
|
8507
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
9099
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
8508
9100
|
<button
|
|
8509
9101
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8510
9102
|
type="button"
|
|
@@ -8518,11 +9110,18 @@ wrapperTag: div
|
|
|
8518
9110
|
</td>
|
|
8519
9111
|
</tr>
|
|
8520
9112
|
|
|
8521
|
-
<tr
|
|
8522
|
-
|
|
9113
|
+
<tr
|
|
9114
|
+
class="pf-v6-c-table__tr"
|
|
9115
|
+
role&#x3D;&quot;row&quot;
|
|
9116
|
+
[object
|
|
9117
|
+
Object]
|
|
9118
|
+
>
|
|
9119
|
+
<td
|
|
9120
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
9121
|
+
aria-label="Check row"
|
|
9122
|
+
>
|
|
8523
9123
|
<label
|
|
8524
9124
|
class="pf-v6-c-check pf-m-standalone"
|
|
8525
|
-
id="static-bottom-pagination-demo-table-checkrow-5-check"
|
|
8526
9125
|
for="static-bottom-pagination-demo-table-checkrow-5-check-input"
|
|
8527
9126
|
>
|
|
8528
9127
|
<input
|
|
@@ -8530,7 +9129,7 @@ wrapperTag: div
|
|
|
8530
9129
|
type="checkbox"
|
|
8531
9130
|
id="static-bottom-pagination-demo-table-checkrow-5-check-input"
|
|
8532
9131
|
name="static-bottom-pagination-demo-table-checkrow-5-check-input"
|
|
8533
|
-
aria-label="
|
|
9132
|
+
aria-label="Select row"
|
|
8534
9133
|
/>
|
|
8535
9134
|
</label>
|
|
8536
9135
|
</td>
|
|
@@ -8578,7 +9177,7 @@ wrapperTag: div
|
|
|
8578
9177
|
<a href="#">Action link</a>
|
|
8579
9178
|
</td>
|
|
8580
9179
|
|
|
8581
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
9180
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
8582
9181
|
<button
|
|
8583
9182
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8584
9183
|
type="button"
|
|
@@ -8592,11 +9191,18 @@ wrapperTag: div
|
|
|
8592
9191
|
</td>
|
|
8593
9192
|
</tr>
|
|
8594
9193
|
|
|
8595
|
-
<tr
|
|
8596
|
-
|
|
9194
|
+
<tr
|
|
9195
|
+
class="pf-v6-c-table__tr"
|
|
9196
|
+
role&#x3D;&quot;row&quot;
|
|
9197
|
+
[object
|
|
9198
|
+
Object]
|
|
9199
|
+
>
|
|
9200
|
+
<td
|
|
9201
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
9202
|
+
aria-label="Check row"
|
|
9203
|
+
>
|
|
8597
9204
|
<label
|
|
8598
9205
|
class="pf-v6-c-check pf-m-standalone"
|
|
8599
|
-
id="static-bottom-pagination-demo-table-checkrow-6-check"
|
|
8600
9206
|
for="static-bottom-pagination-demo-table-checkrow-6-check-input"
|
|
8601
9207
|
>
|
|
8602
9208
|
<input
|
|
@@ -8604,10 +9210,11 @@ wrapperTag: div
|
|
|
8604
9210
|
type="checkbox"
|
|
8605
9211
|
id="static-bottom-pagination-demo-table-checkrow-6-check-input"
|
|
8606
9212
|
name="static-bottom-pagination-demo-table-checkrow-6-check-input"
|
|
8607
|
-
aria-label="
|
|
9213
|
+
aria-label="Select row"
|
|
8608
9214
|
/>
|
|
8609
9215
|
</label>
|
|
8610
9216
|
</td>
|
|
9217
|
+
|
|
8611
9218
|
<td
|
|
8612
9219
|
class="pf-v6-c-table__td"
|
|
8613
9220
|
role="cell"
|
|
@@ -8650,7 +9257,7 @@ wrapperTag: div
|
|
|
8650
9257
|
<a href="#">Action link</a>
|
|
8651
9258
|
</td>
|
|
8652
9259
|
|
|
8653
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
9260
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
8654
9261
|
<button
|
|
8655
9262
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8656
9263
|
type="button"
|
|
@@ -9045,7 +9652,6 @@ wrapperTag: div
|
|
|
9045
9652
|
>
|
|
9046
9653
|
<label
|
|
9047
9654
|
class="pf-v6-c-check pf-m-standalone"
|
|
9048
|
-
id="column-management-demo-toolbar-check-check"
|
|
9049
9655
|
for="column-management-demo-toolbar-check-check-input"
|
|
9050
9656
|
>
|
|
9051
9657
|
<input
|
|
@@ -9235,8 +9841,19 @@ wrapperTag: div
|
|
|
9235
9841
|
id="column-management-demo-table"
|
|
9236
9842
|
>
|
|
9237
9843
|
<thead class="pf-v6-c-table__thead">
|
|
9238
|
-
<tr
|
|
9239
|
-
|
|
9844
|
+
<tr
|
|
9845
|
+
class="pf-v6-c-table__tr"
|
|
9846
|
+
role&#x3D;&quot;row&quot;
|
|
9847
|
+
[object
|
|
9848
|
+
Object]
|
|
9849
|
+
>
|
|
9850
|
+
<th
|
|
9851
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
9852
|
+
role="columnheader"
|
|
9853
|
+
scope="col"
|
|
9854
|
+
>
|
|
9855
|
+
<span class="pf-v6-screen-reader">Row select</span>
|
|
9856
|
+
</th>
|
|
9240
9857
|
|
|
9241
9858
|
<th
|
|
9242
9859
|
class="pf-v6-c-table__th"
|
|
@@ -9268,18 +9885,37 @@ wrapperTag: div
|
|
|
9268
9885
|
scope="col"
|
|
9269
9886
|
>Last commit</th>
|
|
9270
9887
|
|
|
9271
|
-
<
|
|
9888
|
+
<th
|
|
9889
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
9890
|
+
role="columnheader"
|
|
9891
|
+
scope="col"
|
|
9892
|
+
>
|
|
9893
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
9894
|
+
</th>
|
|
9272
9895
|
|
|
9273
|
-
<
|
|
9896
|
+
<th
|
|
9897
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
9898
|
+
role="columnheader"
|
|
9899
|
+
scope="col"
|
|
9900
|
+
>
|
|
9901
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
9902
|
+
</th>
|
|
9274
9903
|
</tr>
|
|
9275
9904
|
</thead>
|
|
9276
9905
|
|
|
9277
9906
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
9278
|
-
<tr
|
|
9279
|
-
|
|
9907
|
+
<tr
|
|
9908
|
+
class="pf-v6-c-table__tr"
|
|
9909
|
+
role&#x3D;&quot;row&quot;
|
|
9910
|
+
[object
|
|
9911
|
+
Object]
|
|
9912
|
+
>
|
|
9913
|
+
<td
|
|
9914
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
9915
|
+
aria-label="Check row"
|
|
9916
|
+
>
|
|
9280
9917
|
<label
|
|
9281
9918
|
class="pf-v6-c-check pf-m-standalone"
|
|
9282
|
-
id="column-management-demo-table-checkrow-2-check"
|
|
9283
9919
|
for="column-management-demo-table-checkrow-2-check-input"
|
|
9284
9920
|
>
|
|
9285
9921
|
<input
|
|
@@ -9287,7 +9923,7 @@ wrapperTag: div
|
|
|
9287
9923
|
type="checkbox"
|
|
9288
9924
|
id="column-management-demo-table-checkrow-2-check-input"
|
|
9289
9925
|
name="column-management-demo-table-checkrow-2-check-input"
|
|
9290
|
-
aria-label="
|
|
9926
|
+
aria-label="Select row"
|
|
9291
9927
|
/>
|
|
9292
9928
|
</label>
|
|
9293
9929
|
</td>
|
|
@@ -9335,7 +9971,7 @@ wrapperTag: div
|
|
|
9335
9971
|
<a href="#">Action link</a>
|
|
9336
9972
|
</td>
|
|
9337
9973
|
|
|
9338
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
9974
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
9339
9975
|
<button
|
|
9340
9976
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9341
9977
|
type="button"
|
|
@@ -9349,11 +9985,18 @@ wrapperTag: div
|
|
|
9349
9985
|
</td>
|
|
9350
9986
|
</tr>
|
|
9351
9987
|
|
|
9352
|
-
<tr
|
|
9353
|
-
|
|
9988
|
+
<tr
|
|
9989
|
+
class="pf-v6-c-table__tr"
|
|
9990
|
+
role&#x3D;&quot;row&quot;
|
|
9991
|
+
[object
|
|
9992
|
+
Object]
|
|
9993
|
+
>
|
|
9994
|
+
<td
|
|
9995
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
9996
|
+
aria-label="Check row"
|
|
9997
|
+
>
|
|
9354
9998
|
<label
|
|
9355
9999
|
class="pf-v6-c-check pf-m-standalone"
|
|
9356
|
-
id="column-management-demo-table-checkrow-3-check"
|
|
9357
10000
|
for="column-management-demo-table-checkrow-3-check-input"
|
|
9358
10001
|
>
|
|
9359
10002
|
<input
|
|
@@ -9361,7 +10004,7 @@ wrapperTag: div
|
|
|
9361
10004
|
type="checkbox"
|
|
9362
10005
|
id="column-management-demo-table-checkrow-3-check-input"
|
|
9363
10006
|
name="column-management-demo-table-checkrow-3-check-input"
|
|
9364
|
-
aria-label="
|
|
10007
|
+
aria-label="Select row"
|
|
9365
10008
|
/>
|
|
9366
10009
|
</label>
|
|
9367
10010
|
</td>
|
|
@@ -9409,7 +10052,7 @@ wrapperTag: div
|
|
|
9409
10052
|
<a href="#">Action link</a>
|
|
9410
10053
|
</td>
|
|
9411
10054
|
|
|
9412
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
10055
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
9413
10056
|
<button
|
|
9414
10057
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9415
10058
|
type="button"
|
|
@@ -9423,11 +10066,18 @@ wrapperTag: div
|
|
|
9423
10066
|
</td>
|
|
9424
10067
|
</tr>
|
|
9425
10068
|
|
|
9426
|
-
<tr
|
|
9427
|
-
|
|
10069
|
+
<tr
|
|
10070
|
+
class="pf-v6-c-table__tr"
|
|
10071
|
+
role&#x3D;&quot;row&quot;
|
|
10072
|
+
[object
|
|
10073
|
+
Object]
|
|
10074
|
+
>
|
|
10075
|
+
<td
|
|
10076
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
10077
|
+
aria-label="Check row"
|
|
10078
|
+
>
|
|
9428
10079
|
<label
|
|
9429
10080
|
class="pf-v6-c-check pf-m-standalone"
|
|
9430
|
-
id="column-management-demo-table-checkrow-4-check"
|
|
9431
10081
|
for="column-management-demo-table-checkrow-4-check-input"
|
|
9432
10082
|
>
|
|
9433
10083
|
<input
|
|
@@ -9435,7 +10085,7 @@ wrapperTag: div
|
|
|
9435
10085
|
type="checkbox"
|
|
9436
10086
|
id="column-management-demo-table-checkrow-4-check-input"
|
|
9437
10087
|
name="column-management-demo-table-checkrow-4-check-input"
|
|
9438
|
-
aria-label="
|
|
10088
|
+
aria-label="Select row"
|
|
9439
10089
|
/>
|
|
9440
10090
|
</label>
|
|
9441
10091
|
</td>
|
|
@@ -9483,7 +10133,7 @@ wrapperTag: div
|
|
|
9483
10133
|
<a href="#">Action link</a>
|
|
9484
10134
|
</td>
|
|
9485
10135
|
|
|
9486
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
10136
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
9487
10137
|
<button
|
|
9488
10138
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9489
10139
|
type="button"
|
|
@@ -9497,11 +10147,18 @@ wrapperTag: div
|
|
|
9497
10147
|
</td>
|
|
9498
10148
|
</tr>
|
|
9499
10149
|
|
|
9500
|
-
<tr
|
|
9501
|
-
|
|
10150
|
+
<tr
|
|
10151
|
+
class="pf-v6-c-table__tr"
|
|
10152
|
+
role&#x3D;&quot;row&quot;
|
|
10153
|
+
[object
|
|
10154
|
+
Object]
|
|
10155
|
+
>
|
|
10156
|
+
<td
|
|
10157
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
10158
|
+
aria-label="Check row"
|
|
10159
|
+
>
|
|
9502
10160
|
<label
|
|
9503
10161
|
class="pf-v6-c-check pf-m-standalone"
|
|
9504
|
-
id="column-management-demo-table-checkrow-5-check"
|
|
9505
10162
|
for="column-management-demo-table-checkrow-5-check-input"
|
|
9506
10163
|
>
|
|
9507
10164
|
<input
|
|
@@ -9509,7 +10166,7 @@ wrapperTag: div
|
|
|
9509
10166
|
type="checkbox"
|
|
9510
10167
|
id="column-management-demo-table-checkrow-5-check-input"
|
|
9511
10168
|
name="column-management-demo-table-checkrow-5-check-input"
|
|
9512
|
-
aria-label="
|
|
10169
|
+
aria-label="Select row"
|
|
9513
10170
|
/>
|
|
9514
10171
|
</label>
|
|
9515
10172
|
</td>
|
|
@@ -9557,7 +10214,7 @@ wrapperTag: div
|
|
|
9557
10214
|
<a href="#">Action link</a>
|
|
9558
10215
|
</td>
|
|
9559
10216
|
|
|
9560
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
10217
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
9561
10218
|
<button
|
|
9562
10219
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9563
10220
|
type="button"
|
|
@@ -9571,11 +10228,18 @@ wrapperTag: div
|
|
|
9571
10228
|
</td>
|
|
9572
10229
|
</tr>
|
|
9573
10230
|
|
|
9574
|
-
<tr
|
|
9575
|
-
|
|
10231
|
+
<tr
|
|
10232
|
+
class="pf-v6-c-table__tr"
|
|
10233
|
+
role&#x3D;&quot;row&quot;
|
|
10234
|
+
[object
|
|
10235
|
+
Object]
|
|
10236
|
+
>
|
|
10237
|
+
<td
|
|
10238
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
10239
|
+
aria-label="Check row"
|
|
10240
|
+
>
|
|
9576
10241
|
<label
|
|
9577
10242
|
class="pf-v6-c-check pf-m-standalone"
|
|
9578
|
-
id="column-management-demo-table-checkrow-6-check"
|
|
9579
10243
|
for="column-management-demo-table-checkrow-6-check-input"
|
|
9580
10244
|
>
|
|
9581
10245
|
<input
|
|
@@ -9583,10 +10247,11 @@ wrapperTag: div
|
|
|
9583
10247
|
type="checkbox"
|
|
9584
10248
|
id="column-management-demo-table-checkrow-6-check-input"
|
|
9585
10249
|
name="column-management-demo-table-checkrow-6-check-input"
|
|
9586
|
-
aria-label="
|
|
10250
|
+
aria-label="Select row"
|
|
9587
10251
|
/>
|
|
9588
10252
|
</label>
|
|
9589
10253
|
</td>
|
|
10254
|
+
|
|
9590
10255
|
<td
|
|
9591
10256
|
class="pf-v6-c-table__td"
|
|
9592
10257
|
role="cell"
|
|
@@ -9629,7 +10294,7 @@ wrapperTag: div
|
|
|
9629
10294
|
<a href="#">Action link</a>
|
|
9630
10295
|
</td>
|
|
9631
10296
|
|
|
9632
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
10297
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
9633
10298
|
<button
|
|
9634
10299
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9635
10300
|
type="button"
|
|
@@ -9704,7 +10369,6 @@ wrapperTag: div
|
|
|
9704
10369
|
<div class="pf-v6-c-data-list__check">
|
|
9705
10370
|
<label
|
|
9706
10371
|
class="pf-v6-c-check pf-m-standalone"
|
|
9707
|
-
id="table-manage-columns-data-list-draggable-item-1"name="table-manage-columns-data-list-draggable-check-action-check1" aria-labelledby="table-manage-columns-data-list-draggable-item-1" checked"
|
|
9708
10372
|
for="table-manage-columns-data-list-draggable-item-1"name="table-manage-columns-data-list-draggable-check-action-check1" aria-labelledby="table-manage-columns-data-list-draggable-item-1" checked-input"
|
|
9709
10373
|
>
|
|
9710
10374
|
<input
|
|
@@ -9739,7 +10403,6 @@ wrapperTag: div
|
|
|
9739
10403
|
<div class="pf-v6-c-data-list__check">
|
|
9740
10404
|
<label
|
|
9741
10405
|
class="pf-v6-c-check pf-m-standalone"
|
|
9742
|
-
id="table-manage-columns-data-list-draggable-item-2"name="table-manage-columns-data-list-draggable-check-action-check2" aria-labelledby="table-manage-columns-data-list-draggable-item-2" checked"
|
|
9743
10406
|
for="table-manage-columns-data-list-draggable-item-2"name="table-manage-columns-data-list-draggable-check-action-check2" aria-labelledby="table-manage-columns-data-list-draggable-item-2" checked-input"
|
|
9744
10407
|
>
|
|
9745
10408
|
<input
|
|
@@ -9774,7 +10437,6 @@ wrapperTag: div
|
|
|
9774
10437
|
<div class="pf-v6-c-data-list__check">
|
|
9775
10438
|
<label
|
|
9776
10439
|
class="pf-v6-c-check pf-m-standalone"
|
|
9777
|
-
id="table-manage-columns-data-list-draggable-item-3"name="table-manage-columns-data-list-draggable-check-action-check3" aria-labelledby="table-manage-columns-data-list-draggable-item-3" checked"
|
|
9778
10440
|
for="table-manage-columns-data-list-draggable-item-3"name="table-manage-columns-data-list-draggable-check-action-check3" aria-labelledby="table-manage-columns-data-list-draggable-item-3" checked-input"
|
|
9779
10441
|
>
|
|
9780
10442
|
<input
|
|
@@ -9809,7 +10471,6 @@ wrapperTag: div
|
|
|
9809
10471
|
<div class="pf-v6-c-data-list__check">
|
|
9810
10472
|
<label
|
|
9811
10473
|
class="pf-v6-c-check pf-m-standalone"
|
|
9812
|
-
id="table-manage-columns-data-list-draggable-item-4"name="table-manage-columns-data-list-draggable-check-action-check4" aria-labelledby="table-manage-columns-data-list-draggable-item-4" checked"
|
|
9813
10474
|
for="table-manage-columns-data-list-draggable-item-4"name="table-manage-columns-data-list-draggable-check-action-check4" aria-labelledby="table-manage-columns-data-list-draggable-item-4" checked-input"
|
|
9814
10475
|
>
|
|
9815
10476
|
<input
|
|
@@ -9844,7 +10505,6 @@ wrapperTag: div
|
|
|
9844
10505
|
<div class="pf-v6-c-data-list__check">
|
|
9845
10506
|
<label
|
|
9846
10507
|
class="pf-v6-c-check pf-m-standalone"
|
|
9847
|
-
id="table-manage-columns-data-list-draggable-item-5"name="table-manage-columns-data-list-draggable-check-action-check5" aria-labelledby="table-manage-columns-data-list-draggable-item-5" checked"
|
|
9848
10508
|
for="table-manage-columns-data-list-draggable-item-5"name="table-manage-columns-data-list-draggable-check-action-check5" aria-labelledby="table-manage-columns-data-list-draggable-item-5" checked-input"
|
|
9849
10509
|
>
|
|
9850
10510
|
<input
|
|
@@ -10172,7 +10832,6 @@ wrapperTag: div
|
|
|
10172
10832
|
>
|
|
10173
10833
|
<label
|
|
10174
10834
|
class="pf-v6-c-check pf-m-standalone"
|
|
10175
|
-
id="sticky-header-demo-toolbar-check-check"
|
|
10176
10835
|
for="sticky-header-demo-toolbar-check-check-input"
|
|
10177
10836
|
>
|
|
10178
10837
|
<input
|
|
@@ -10362,8 +11021,19 @@ wrapperTag: div
|
|
|
10362
11021
|
id="sticky-header-demo-table"
|
|
10363
11022
|
>
|
|
10364
11023
|
<thead class="pf-v6-c-table__thead">
|
|
10365
|
-
<tr
|
|
10366
|
-
|
|
11024
|
+
<tr
|
|
11025
|
+
class="pf-v6-c-table__tr"
|
|
11026
|
+
role&#x3D;&quot;row&quot;
|
|
11027
|
+
[object
|
|
11028
|
+
Object]
|
|
11029
|
+
>
|
|
11030
|
+
<th
|
|
11031
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
11032
|
+
role="columnheader"
|
|
11033
|
+
scope="col"
|
|
11034
|
+
>
|
|
11035
|
+
<span class="pf-v6-screen-reader">Row select</span>
|
|
11036
|
+
</th>
|
|
10367
11037
|
|
|
10368
11038
|
<th
|
|
10369
11039
|
class="pf-v6-c-table__th"
|
|
@@ -10395,18 +11065,37 @@ wrapperTag: div
|
|
|
10395
11065
|
scope="col"
|
|
10396
11066
|
>Last commit</th>
|
|
10397
11067
|
|
|
10398
|
-
<
|
|
11068
|
+
<th
|
|
11069
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
11070
|
+
role="columnheader"
|
|
11071
|
+
scope="col"
|
|
11072
|
+
>
|
|
11073
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
11074
|
+
</th>
|
|
10399
11075
|
|
|
10400
|
-
<
|
|
11076
|
+
<th
|
|
11077
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
11078
|
+
role="columnheader"
|
|
11079
|
+
scope="col"
|
|
11080
|
+
>
|
|
11081
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
11082
|
+
</th>
|
|
10401
11083
|
</tr>
|
|
10402
11084
|
</thead>
|
|
10403
11085
|
|
|
10404
11086
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
10405
|
-
<tr
|
|
10406
|
-
|
|
11087
|
+
<tr
|
|
11088
|
+
class="pf-v6-c-table__tr"
|
|
11089
|
+
role&#x3D;&quot;row&quot;
|
|
11090
|
+
[object
|
|
11091
|
+
Object]
|
|
11092
|
+
>
|
|
11093
|
+
<td
|
|
11094
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
11095
|
+
aria-label="Check row"
|
|
11096
|
+
>
|
|
10407
11097
|
<label
|
|
10408
11098
|
class="pf-v6-c-check pf-m-standalone"
|
|
10409
|
-
id="sticky-header-demo-table-checkrow-2-check"
|
|
10410
11099
|
for="sticky-header-demo-table-checkrow-2-check-input"
|
|
10411
11100
|
>
|
|
10412
11101
|
<input
|
|
@@ -10414,7 +11103,7 @@ wrapperTag: div
|
|
|
10414
11103
|
type="checkbox"
|
|
10415
11104
|
id="sticky-header-demo-table-checkrow-2-check-input"
|
|
10416
11105
|
name="sticky-header-demo-table-checkrow-2-check-input"
|
|
10417
|
-
aria-label="
|
|
11106
|
+
aria-label="Select row"
|
|
10418
11107
|
/>
|
|
10419
11108
|
</label>
|
|
10420
11109
|
</td>
|
|
@@ -10462,7 +11151,7 @@ wrapperTag: div
|
|
|
10462
11151
|
<a href="#">Action link</a>
|
|
10463
11152
|
</td>
|
|
10464
11153
|
|
|
10465
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
11154
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
10466
11155
|
<button
|
|
10467
11156
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10468
11157
|
type="button"
|
|
@@ -10476,11 +11165,18 @@ wrapperTag: div
|
|
|
10476
11165
|
</td>
|
|
10477
11166
|
</tr>
|
|
10478
11167
|
|
|
10479
|
-
<tr
|
|
10480
|
-
|
|
11168
|
+
<tr
|
|
11169
|
+
class="pf-v6-c-table__tr"
|
|
11170
|
+
role&#x3D;&quot;row&quot;
|
|
11171
|
+
[object
|
|
11172
|
+
Object]
|
|
11173
|
+
>
|
|
11174
|
+
<td
|
|
11175
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
11176
|
+
aria-label="Check row"
|
|
11177
|
+
>
|
|
10481
11178
|
<label
|
|
10482
11179
|
class="pf-v6-c-check pf-m-standalone"
|
|
10483
|
-
id="sticky-header-demo-table-checkrow-3-check"
|
|
10484
11180
|
for="sticky-header-demo-table-checkrow-3-check-input"
|
|
10485
11181
|
>
|
|
10486
11182
|
<input
|
|
@@ -10488,7 +11184,7 @@ wrapperTag: div
|
|
|
10488
11184
|
type="checkbox"
|
|
10489
11185
|
id="sticky-header-demo-table-checkrow-3-check-input"
|
|
10490
11186
|
name="sticky-header-demo-table-checkrow-3-check-input"
|
|
10491
|
-
aria-label="
|
|
11187
|
+
aria-label="Select row"
|
|
10492
11188
|
/>
|
|
10493
11189
|
</label>
|
|
10494
11190
|
</td>
|
|
@@ -10536,7 +11232,7 @@ wrapperTag: div
|
|
|
10536
11232
|
<a href="#">Action link</a>
|
|
10537
11233
|
</td>
|
|
10538
11234
|
|
|
10539
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
11235
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
10540
11236
|
<button
|
|
10541
11237
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10542
11238
|
type="button"
|
|
@@ -10550,11 +11246,18 @@ wrapperTag: div
|
|
|
10550
11246
|
</td>
|
|
10551
11247
|
</tr>
|
|
10552
11248
|
|
|
10553
|
-
<tr
|
|
10554
|
-
|
|
11249
|
+
<tr
|
|
11250
|
+
class="pf-v6-c-table__tr"
|
|
11251
|
+
role&#x3D;&quot;row&quot;
|
|
11252
|
+
[object
|
|
11253
|
+
Object]
|
|
11254
|
+
>
|
|
11255
|
+
<td
|
|
11256
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
11257
|
+
aria-label="Check row"
|
|
11258
|
+
>
|
|
10555
11259
|
<label
|
|
10556
11260
|
class="pf-v6-c-check pf-m-standalone"
|
|
10557
|
-
id="sticky-header-demo-table-checkrow-4-check"
|
|
10558
11261
|
for="sticky-header-demo-table-checkrow-4-check-input"
|
|
10559
11262
|
>
|
|
10560
11263
|
<input
|
|
@@ -10562,7 +11265,7 @@ wrapperTag: div
|
|
|
10562
11265
|
type="checkbox"
|
|
10563
11266
|
id="sticky-header-demo-table-checkrow-4-check-input"
|
|
10564
11267
|
name="sticky-header-demo-table-checkrow-4-check-input"
|
|
10565
|
-
aria-label="
|
|
11268
|
+
aria-label="Select row"
|
|
10566
11269
|
/>
|
|
10567
11270
|
</label>
|
|
10568
11271
|
</td>
|
|
@@ -10610,7 +11313,7 @@ wrapperTag: div
|
|
|
10610
11313
|
<a href="#">Action link</a>
|
|
10611
11314
|
</td>
|
|
10612
11315
|
|
|
10613
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
11316
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
10614
11317
|
<button
|
|
10615
11318
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10616
11319
|
type="button"
|
|
@@ -10624,11 +11327,18 @@ wrapperTag: div
|
|
|
10624
11327
|
</td>
|
|
10625
11328
|
</tr>
|
|
10626
11329
|
|
|
10627
|
-
<tr
|
|
10628
|
-
|
|
11330
|
+
<tr
|
|
11331
|
+
class="pf-v6-c-table__tr"
|
|
11332
|
+
role&#x3D;&quot;row&quot;
|
|
11333
|
+
[object
|
|
11334
|
+
Object]
|
|
11335
|
+
>
|
|
11336
|
+
<td
|
|
11337
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
11338
|
+
aria-label="Check row"
|
|
11339
|
+
>
|
|
10629
11340
|
<label
|
|
10630
11341
|
class="pf-v6-c-check pf-m-standalone"
|
|
10631
|
-
id="sticky-header-demo-table-checkrow-5-check"
|
|
10632
11342
|
for="sticky-header-demo-table-checkrow-5-check-input"
|
|
10633
11343
|
>
|
|
10634
11344
|
<input
|
|
@@ -10636,7 +11346,7 @@ wrapperTag: div
|
|
|
10636
11346
|
type="checkbox"
|
|
10637
11347
|
id="sticky-header-demo-table-checkrow-5-check-input"
|
|
10638
11348
|
name="sticky-header-demo-table-checkrow-5-check-input"
|
|
10639
|
-
aria-label="
|
|
11349
|
+
aria-label="Select row"
|
|
10640
11350
|
/>
|
|
10641
11351
|
</label>
|
|
10642
11352
|
</td>
|
|
@@ -10684,7 +11394,7 @@ wrapperTag: div
|
|
|
10684
11394
|
<a href="#">Action link</a>
|
|
10685
11395
|
</td>
|
|
10686
11396
|
|
|
10687
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
11397
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
10688
11398
|
<button
|
|
10689
11399
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10690
11400
|
type="button"
|
|
@@ -10698,11 +11408,18 @@ wrapperTag: div
|
|
|
10698
11408
|
</td>
|
|
10699
11409
|
</tr>
|
|
10700
11410
|
|
|
10701
|
-
<tr
|
|
10702
|
-
|
|
11411
|
+
<tr
|
|
11412
|
+
class="pf-v6-c-table__tr"
|
|
11413
|
+
role&#x3D;&quot;row&quot;
|
|
11414
|
+
[object
|
|
11415
|
+
Object]
|
|
11416
|
+
>
|
|
11417
|
+
<td
|
|
11418
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
11419
|
+
aria-label="Check row"
|
|
11420
|
+
>
|
|
10703
11421
|
<label
|
|
10704
11422
|
class="pf-v6-c-check pf-m-standalone"
|
|
10705
|
-
id="sticky-header-demo-table-checkrow-6-check"
|
|
10706
11423
|
for="sticky-header-demo-table-checkrow-6-check-input"
|
|
10707
11424
|
>
|
|
10708
11425
|
<input
|
|
@@ -10710,10 +11427,11 @@ wrapperTag: div
|
|
|
10710
11427
|
type="checkbox"
|
|
10711
11428
|
id="sticky-header-demo-table-checkrow-6-check-input"
|
|
10712
11429
|
name="sticky-header-demo-table-checkrow-6-check-input"
|
|
10713
|
-
aria-label="
|
|
11430
|
+
aria-label="Select row"
|
|
10714
11431
|
/>
|
|
10715
11432
|
</label>
|
|
10716
11433
|
</td>
|
|
11434
|
+
|
|
10717
11435
|
<td
|
|
10718
11436
|
class="pf-v6-c-table__td"
|
|
10719
11437
|
role="cell"
|
|
@@ -10756,7 +11474,7 @@ wrapperTag: div
|
|
|
10756
11474
|
<a href="#">Action link</a>
|
|
10757
11475
|
</td>
|
|
10758
11476
|
|
|
10759
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
11477
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
10760
11478
|
<button
|
|
10761
11479
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10762
11480
|
type="button"
|
|
@@ -11152,7 +11870,6 @@ wrapperTag: div
|
|
|
11152
11870
|
>
|
|
11153
11871
|
<label
|
|
11154
11872
|
class="pf-v6-c-check pf-m-standalone"
|
|
11155
|
-
id="sticky-first-column-demo-toolbar-check-check"
|
|
11156
11873
|
for="sticky-first-column-demo-toolbar-check-check-input"
|
|
11157
11874
|
>
|
|
11158
11875
|
<input
|
|
@@ -11345,7 +12062,12 @@ wrapperTag: div
|
|
|
11345
12062
|
id="sticky-first-column-demo-table"
|
|
11346
12063
|
>
|
|
11347
12064
|
<thead class="pf-v6-c-table__thead">
|
|
11348
|
-
<tr
|
|
12065
|
+
<tr
|
|
12066
|
+
class="pf-v6-c-table__tr"
|
|
12067
|
+
role&#x3D;&quot;row&quot;
|
|
12068
|
+
[object
|
|
12069
|
+
Object]
|
|
12070
|
+
>
|
|
11349
12071
|
<th
|
|
11350
12072
|
class="pf-v6-c-table__th pf-m-border-right pf-v6-c-table__sort pf-v6-c-table__sticky-cell pf-m-left"
|
|
11351
12073
|
role="columnheader"
|
|
@@ -11433,7 +12155,12 @@ wrapperTag: div
|
|
|
11433
12155
|
</thead>
|
|
11434
12156
|
|
|
11435
12157
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
11436
|
-
<tr
|
|
12158
|
+
<tr
|
|
12159
|
+
class="pf-v6-c-table__tr"
|
|
12160
|
+
role&#x3D;&quot;row&quot;
|
|
12161
|
+
[object
|
|
12162
|
+
Object]
|
|
12163
|
+
>
|
|
11437
12164
|
<th
|
|
11438
12165
|
class="pf-v6-c-table__th pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left"
|
|
11439
12166
|
role="columnheader"
|
|
@@ -11484,7 +12211,12 @@ wrapperTag: div
|
|
|
11484
12211
|
data-label="Example td"
|
|
11485
12212
|
>Test cell 1-9</td>
|
|
11486
12213
|
</tr>
|
|
11487
|
-
<tr
|
|
12214
|
+
<tr
|
|
12215
|
+
class="pf-v6-c-table__tr"
|
|
12216
|
+
role&#x3D;&quot;row&quot;
|
|
12217
|
+
[object
|
|
12218
|
+
Object]
|
|
12219
|
+
>
|
|
11488
12220
|
<th
|
|
11489
12221
|
class="pf-v6-c-table__th pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left"
|
|
11490
12222
|
role="columnheader"
|
|
@@ -11535,7 +12267,12 @@ wrapperTag: div
|
|
|
11535
12267
|
data-label="Example td"
|
|
11536
12268
|
>Test cell 2-9</td>
|
|
11537
12269
|
</tr>
|
|
11538
|
-
<tr
|
|
12270
|
+
<tr
|
|
12271
|
+
class="pf-v6-c-table__tr"
|
|
12272
|
+
role&#x3D;&quot;row&quot;
|
|
12273
|
+
[object
|
|
12274
|
+
Object]
|
|
12275
|
+
>
|
|
11539
12276
|
<th
|
|
11540
12277
|
class="pf-v6-c-table__th pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left"
|
|
11541
12278
|
role="columnheader"
|
|
@@ -11586,7 +12323,12 @@ wrapperTag: div
|
|
|
11586
12323
|
data-label="Example td"
|
|
11587
12324
|
>Test cell 3-9</td>
|
|
11588
12325
|
</tr>
|
|
11589
|
-
<tr
|
|
12326
|
+
<tr
|
|
12327
|
+
class="pf-v6-c-table__tr"
|
|
12328
|
+
role&#x3D;&quot;row&quot;
|
|
12329
|
+
[object
|
|
12330
|
+
Object]
|
|
12331
|
+
>
|
|
11590
12332
|
<th
|
|
11591
12333
|
class="pf-v6-c-table__th pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left"
|
|
11592
12334
|
role="columnheader"
|
|
@@ -11637,7 +12379,12 @@ wrapperTag: div
|
|
|
11637
12379
|
data-label="Example td"
|
|
11638
12380
|
>Test cell 4-9</td>
|
|
11639
12381
|
</tr>
|
|
11640
|
-
<tr
|
|
12382
|
+
<tr
|
|
12383
|
+
class="pf-v6-c-table__tr"
|
|
12384
|
+
role&#x3D;&quot;row&quot;
|
|
12385
|
+
[object
|
|
12386
|
+
Object]
|
|
12387
|
+
>
|
|
11641
12388
|
<th
|
|
11642
12389
|
class="pf-v6-c-table__th pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left"
|
|
11643
12390
|
role="columnheader"
|
|
@@ -11688,7 +12435,12 @@ wrapperTag: div
|
|
|
11688
12435
|
data-label="Example td"
|
|
11689
12436
|
>Test cell 5-9</td>
|
|
11690
12437
|
</tr>
|
|
11691
|
-
<tr
|
|
12438
|
+
<tr
|
|
12439
|
+
class="pf-v6-c-table__tr"
|
|
12440
|
+
role&#x3D;&quot;row&quot;
|
|
12441
|
+
[object
|
|
12442
|
+
Object]
|
|
12443
|
+
>
|
|
11692
12444
|
<th
|
|
11693
12445
|
class="pf-v6-c-table__th pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left"
|
|
11694
12446
|
role="columnheader"
|
|
@@ -11739,7 +12491,12 @@ wrapperTag: div
|
|
|
11739
12491
|
data-label="Example td"
|
|
11740
12492
|
>Test cell 6-9</td>
|
|
11741
12493
|
</tr>
|
|
11742
|
-
<tr
|
|
12494
|
+
<tr
|
|
12495
|
+
class="pf-v6-c-table__tr"
|
|
12496
|
+
role&#x3D;&quot;row&quot;
|
|
12497
|
+
[object
|
|
12498
|
+
Object]
|
|
12499
|
+
>
|
|
11743
12500
|
<th
|
|
11744
12501
|
class="pf-v6-c-table__th pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left"
|
|
11745
12502
|
role="columnheader"
|
|
@@ -11790,7 +12547,12 @@ wrapperTag: div
|
|
|
11790
12547
|
data-label="Example td"
|
|
11791
12548
|
>Test cell 7-9</td>
|
|
11792
12549
|
</tr>
|
|
11793
|
-
<tr
|
|
12550
|
+
<tr
|
|
12551
|
+
class="pf-v6-c-table__tr"
|
|
12552
|
+
role&#x3D;&quot;row&quot;
|
|
12553
|
+
[object
|
|
12554
|
+
Object]
|
|
12555
|
+
>
|
|
11794
12556
|
<th
|
|
11795
12557
|
class="pf-v6-c-table__th pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left"
|
|
11796
12558
|
role="columnheader"
|
|
@@ -11841,7 +12603,12 @@ wrapperTag: div
|
|
|
11841
12603
|
data-label="Example td"
|
|
11842
12604
|
>Test cell 8-9</td>
|
|
11843
12605
|
</tr>
|
|
11844
|
-
<tr
|
|
12606
|
+
<tr
|
|
12607
|
+
class="pf-v6-c-table__tr"
|
|
12608
|
+
role&#x3D;&quot;row&quot;
|
|
12609
|
+
[object
|
|
12610
|
+
Object]
|
|
12611
|
+
>
|
|
11845
12612
|
<th
|
|
11846
12613
|
class="pf-v6-c-table__th pf-m-border-right pf-v6-c-table__sticky-cell pf-m-left"
|
|
11847
12614
|
role="columnheader"
|
|
@@ -12282,7 +13049,6 @@ wrapperTag: div
|
|
|
12282
13049
|
>
|
|
12283
13050
|
<label
|
|
12284
13051
|
class="pf-v6-c-check pf-m-standalone"
|
|
12285
|
-
id="sticky-multiple-columns-demo-toolbar-check-check"
|
|
12286
13052
|
for="sticky-multiple-columns-demo-toolbar-check-check-input"
|
|
12287
13053
|
>
|
|
12288
13054
|
<input
|
|
@@ -12475,7 +13241,12 @@ wrapperTag: div
|
|
|
12475
13241
|
id="sticky-multiple-columns-demo-table"
|
|
12476
13242
|
>
|
|
12477
13243
|
<thead class="pf-v6-c-table__thead">
|
|
12478
|
-
<tr
|
|
13244
|
+
<tr
|
|
13245
|
+
class="pf-v6-c-table__tr"
|
|
13246
|
+
role&#x3D;&quot;row&quot;
|
|
13247
|
+
[object
|
|
13248
|
+
Object]
|
|
13249
|
+
>
|
|
12479
13250
|
<th
|
|
12480
13251
|
class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sticky-cell pf-m-left"
|
|
12481
13252
|
role="columnheader"
|
|
@@ -12564,7 +13335,12 @@ wrapperTag: div
|
|
|
12564
13335
|
</thead>
|
|
12565
13336
|
|
|
12566
13337
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
12567
|
-
<tr
|
|
13338
|
+
<tr
|
|
13339
|
+
class="pf-v6-c-table__tr"
|
|
13340
|
+
role&#x3D;&quot;row&quot;
|
|
13341
|
+
[object
|
|
13342
|
+
Object]
|
|
13343
|
+
>
|
|
12568
13344
|
<th
|
|
12569
13345
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
12570
13346
|
role="columnheader"
|
|
@@ -12618,7 +13394,12 @@ wrapperTag: div
|
|
|
12618
13394
|
data-label="Example td"
|
|
12619
13395
|
>Test cell 1-9</td>
|
|
12620
13396
|
</tr>
|
|
12621
|
-
<tr
|
|
13397
|
+
<tr
|
|
13398
|
+
class="pf-v6-c-table__tr"
|
|
13399
|
+
role&#x3D;&quot;row&quot;
|
|
13400
|
+
[object
|
|
13401
|
+
Object]
|
|
13402
|
+
>
|
|
12622
13403
|
<th
|
|
12623
13404
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
12624
13405
|
role="columnheader"
|
|
@@ -12672,7 +13453,12 @@ wrapperTag: div
|
|
|
12672
13453
|
data-label="Example td"
|
|
12673
13454
|
>Test cell 2-9</td>
|
|
12674
13455
|
</tr>
|
|
12675
|
-
<tr
|
|
13456
|
+
<tr
|
|
13457
|
+
class="pf-v6-c-table__tr"
|
|
13458
|
+
role&#x3D;&quot;row&quot;
|
|
13459
|
+
[object
|
|
13460
|
+
Object]
|
|
13461
|
+
>
|
|
12676
13462
|
<th
|
|
12677
13463
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
12678
13464
|
role="columnheader"
|
|
@@ -12726,7 +13512,12 @@ wrapperTag: div
|
|
|
12726
13512
|
data-label="Example td"
|
|
12727
13513
|
>Test cell 3-9</td>
|
|
12728
13514
|
</tr>
|
|
12729
|
-
<tr
|
|
13515
|
+
<tr
|
|
13516
|
+
class="pf-v6-c-table__tr"
|
|
13517
|
+
role&#x3D;&quot;row&quot;
|
|
13518
|
+
[object
|
|
13519
|
+
Object]
|
|
13520
|
+
>
|
|
12730
13521
|
<th
|
|
12731
13522
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
12732
13523
|
role="columnheader"
|
|
@@ -12780,7 +13571,12 @@ wrapperTag: div
|
|
|
12780
13571
|
data-label="Example td"
|
|
12781
13572
|
>Test cell 4-9</td>
|
|
12782
13573
|
</tr>
|
|
12783
|
-
<tr
|
|
13574
|
+
<tr
|
|
13575
|
+
class="pf-v6-c-table__tr"
|
|
13576
|
+
role&#x3D;&quot;row&quot;
|
|
13577
|
+
[object
|
|
13578
|
+
Object]
|
|
13579
|
+
>
|
|
12784
13580
|
<th
|
|
12785
13581
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
12786
13582
|
role="columnheader"
|
|
@@ -12834,7 +13630,12 @@ wrapperTag: div
|
|
|
12834
13630
|
data-label="Example td"
|
|
12835
13631
|
>Test cell 5-9</td>
|
|
12836
13632
|
</tr>
|
|
12837
|
-
<tr
|
|
13633
|
+
<tr
|
|
13634
|
+
class="pf-v6-c-table__tr"
|
|
13635
|
+
role&#x3D;&quot;row&quot;
|
|
13636
|
+
[object
|
|
13637
|
+
Object]
|
|
13638
|
+
>
|
|
12838
13639
|
<th
|
|
12839
13640
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
12840
13641
|
role="columnheader"
|
|
@@ -12888,7 +13689,12 @@ wrapperTag: div
|
|
|
12888
13689
|
data-label="Example td"
|
|
12889
13690
|
>Test cell 6-9</td>
|
|
12890
13691
|
</tr>
|
|
12891
|
-
<tr
|
|
13692
|
+
<tr
|
|
13693
|
+
class="pf-v6-c-table__tr"
|
|
13694
|
+
role&#x3D;&quot;row&quot;
|
|
13695
|
+
[object
|
|
13696
|
+
Object]
|
|
13697
|
+
>
|
|
12892
13698
|
<th
|
|
12893
13699
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
12894
13700
|
role="columnheader"
|
|
@@ -12942,7 +13748,12 @@ wrapperTag: div
|
|
|
12942
13748
|
data-label="Example td"
|
|
12943
13749
|
>Test cell 7-9</td>
|
|
12944
13750
|
</tr>
|
|
12945
|
-
<tr
|
|
13751
|
+
<tr
|
|
13752
|
+
class="pf-v6-c-table__tr"
|
|
13753
|
+
role&#x3D;&quot;row&quot;
|
|
13754
|
+
[object
|
|
13755
|
+
Object]
|
|
13756
|
+
>
|
|
12946
13757
|
<th
|
|
12947
13758
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
12948
13759
|
role="columnheader"
|
|
@@ -12996,7 +13807,12 @@ wrapperTag: div
|
|
|
12996
13807
|
data-label="Example td"
|
|
12997
13808
|
>Test cell 8-9</td>
|
|
12998
13809
|
</tr>
|
|
12999
|
-
<tr
|
|
13810
|
+
<tr
|
|
13811
|
+
class="pf-v6-c-table__tr"
|
|
13812
|
+
role&#x3D;&quot;row&quot;
|
|
13813
|
+
[object
|
|
13814
|
+
Object]
|
|
13815
|
+
>
|
|
13000
13816
|
<th
|
|
13001
13817
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
13002
13818
|
role="columnheader"
|
|
@@ -13441,7 +14257,6 @@ wrapperTag: div
|
|
|
13441
14257
|
>
|
|
13442
14258
|
<label
|
|
13443
14259
|
class="pf-v6-c-check pf-m-standalone"
|
|
13444
|
-
id="sticky-header-and-multiple columns-demo-toolbar-check-check"
|
|
13445
14260
|
for="sticky-header-and-multiple columns-demo-toolbar-check-check-input"
|
|
13446
14261
|
>
|
|
13447
14262
|
<input
|
|
@@ -13634,7 +14449,12 @@ wrapperTag: div
|
|
|
13634
14449
|
id="sticky-header-and-multiple-columns-demo-table"
|
|
13635
14450
|
>
|
|
13636
14451
|
<thead class="pf-v6-c-table__thead">
|
|
13637
|
-
<tr
|
|
14452
|
+
<tr
|
|
14453
|
+
class="pf-v6-c-table__tr"
|
|
14454
|
+
role&#x3D;&quot;row&quot;
|
|
14455
|
+
[object
|
|
14456
|
+
Object]
|
|
14457
|
+
>
|
|
13638
14458
|
<th
|
|
13639
14459
|
class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sticky-cell pf-m-left"
|
|
13640
14460
|
role="columnheader"
|
|
@@ -13723,7 +14543,12 @@ wrapperTag: div
|
|
|
13723
14543
|
</thead>
|
|
13724
14544
|
|
|
13725
14545
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
13726
|
-
<tr
|
|
14546
|
+
<tr
|
|
14547
|
+
class="pf-v6-c-table__tr"
|
|
14548
|
+
role&#x3D;&quot;row&quot;
|
|
14549
|
+
[object
|
|
14550
|
+
Object]
|
|
14551
|
+
>
|
|
13727
14552
|
<th
|
|
13728
14553
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
13729
14554
|
role="columnheader"
|
|
@@ -13777,7 +14602,12 @@ wrapperTag: div
|
|
|
13777
14602
|
data-label="Example td"
|
|
13778
14603
|
>Test cell 1-9</td>
|
|
13779
14604
|
</tr>
|
|
13780
|
-
<tr
|
|
14605
|
+
<tr
|
|
14606
|
+
class="pf-v6-c-table__tr"
|
|
14607
|
+
role&#x3D;&quot;row&quot;
|
|
14608
|
+
[object
|
|
14609
|
+
Object]
|
|
14610
|
+
>
|
|
13781
14611
|
<th
|
|
13782
14612
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
13783
14613
|
role="columnheader"
|
|
@@ -13831,7 +14661,12 @@ wrapperTag: div
|
|
|
13831
14661
|
data-label="Example td"
|
|
13832
14662
|
>Test cell 2-9</td>
|
|
13833
14663
|
</tr>
|
|
13834
|
-
<tr
|
|
14664
|
+
<tr
|
|
14665
|
+
class="pf-v6-c-table__tr"
|
|
14666
|
+
role&#x3D;&quot;row&quot;
|
|
14667
|
+
[object
|
|
14668
|
+
Object]
|
|
14669
|
+
>
|
|
13835
14670
|
<th
|
|
13836
14671
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
13837
14672
|
role="columnheader"
|
|
@@ -13885,7 +14720,12 @@ wrapperTag: div
|
|
|
13885
14720
|
data-label="Example td"
|
|
13886
14721
|
>Test cell 3-9</td>
|
|
13887
14722
|
</tr>
|
|
13888
|
-
<tr
|
|
14723
|
+
<tr
|
|
14724
|
+
class="pf-v6-c-table__tr"
|
|
14725
|
+
role&#x3D;&quot;row&quot;
|
|
14726
|
+
[object
|
|
14727
|
+
Object]
|
|
14728
|
+
>
|
|
13889
14729
|
<th
|
|
13890
14730
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
13891
14731
|
role="columnheader"
|
|
@@ -13939,7 +14779,12 @@ wrapperTag: div
|
|
|
13939
14779
|
data-label="Example td"
|
|
13940
14780
|
>Test cell 4-9</td>
|
|
13941
14781
|
</tr>
|
|
13942
|
-
<tr
|
|
14782
|
+
<tr
|
|
14783
|
+
class="pf-v6-c-table__tr"
|
|
14784
|
+
role&#x3D;&quot;row&quot;
|
|
14785
|
+
[object
|
|
14786
|
+
Object]
|
|
14787
|
+
>
|
|
13943
14788
|
<th
|
|
13944
14789
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
13945
14790
|
role="columnheader"
|
|
@@ -13993,7 +14838,12 @@ wrapperTag: div
|
|
|
13993
14838
|
data-label="Example td"
|
|
13994
14839
|
>Test cell 5-9</td>
|
|
13995
14840
|
</tr>
|
|
13996
|
-
<tr
|
|
14841
|
+
<tr
|
|
14842
|
+
class="pf-v6-c-table__tr"
|
|
14843
|
+
role&#x3D;&quot;row&quot;
|
|
14844
|
+
[object
|
|
14845
|
+
Object]
|
|
14846
|
+
>
|
|
13997
14847
|
<th
|
|
13998
14848
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
13999
14849
|
role="columnheader"
|
|
@@ -14047,7 +14897,12 @@ wrapperTag: div
|
|
|
14047
14897
|
data-label="Example td"
|
|
14048
14898
|
>Test cell 6-9</td>
|
|
14049
14899
|
</tr>
|
|
14050
|
-
<tr
|
|
14900
|
+
<tr
|
|
14901
|
+
class="pf-v6-c-table__tr"
|
|
14902
|
+
role&#x3D;&quot;row&quot;
|
|
14903
|
+
[object
|
|
14904
|
+
Object]
|
|
14905
|
+
>
|
|
14051
14906
|
<th
|
|
14052
14907
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
14053
14908
|
role="columnheader"
|
|
@@ -14101,7 +14956,12 @@ wrapperTag: div
|
|
|
14101
14956
|
data-label="Example td"
|
|
14102
14957
|
>Test cell 7-9</td>
|
|
14103
14958
|
</tr>
|
|
14104
|
-
<tr
|
|
14959
|
+
<tr
|
|
14960
|
+
class="pf-v6-c-table__tr"
|
|
14961
|
+
role&#x3D;&quot;row&quot;
|
|
14962
|
+
[object
|
|
14963
|
+
Object]
|
|
14964
|
+
>
|
|
14105
14965
|
<th
|
|
14106
14966
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
14107
14967
|
role="columnheader"
|
|
@@ -14155,7 +15015,12 @@ wrapperTag: div
|
|
|
14155
15015
|
data-label="Example td"
|
|
14156
15016
|
>Test cell 8-9</td>
|
|
14157
15017
|
</tr>
|
|
14158
|
-
<tr
|
|
15018
|
+
<tr
|
|
15019
|
+
class="pf-v6-c-table__tr"
|
|
15020
|
+
role&#x3D;&quot;row&quot;
|
|
15021
|
+
[object
|
|
15022
|
+
Object]
|
|
15023
|
+
>
|
|
14159
15024
|
<th
|
|
14160
15025
|
class="pf-v6-c-table__th pf-v6-c-table__sticky-cell pf-m-left"
|
|
14161
15026
|
role="columnheader"
|
|
@@ -14600,7 +15465,6 @@ wrapperTag: div
|
|
|
14600
15465
|
>
|
|
14601
15466
|
<label
|
|
14602
15467
|
class="pf-v6-c-check pf-m-standalone"
|
|
14603
|
-
id="sticky-header-and-multiple columns-demo-toolbar-check-check"
|
|
14604
15468
|
for="sticky-header-and-multiple columns-demo-toolbar-check-check-input"
|
|
14605
15469
|
>
|
|
14606
15470
|
<input
|
|
@@ -14793,7 +15657,12 @@ wrapperTag: div
|
|
|
14793
15657
|
id="sticky-right-column-example"
|
|
14794
15658
|
>
|
|
14795
15659
|
<thead class="pf-v6-c-table__thead">
|
|
14796
|
-
<tr
|
|
15660
|
+
<tr
|
|
15661
|
+
class="pf-v6-c-table__tr"
|
|
15662
|
+
role&#x3D;&quot;row&quot;
|
|
15663
|
+
[object
|
|
15664
|
+
Object]
|
|
15665
|
+
>
|
|
14797
15666
|
<th
|
|
14798
15667
|
class="pf-v6-c-table__th pf-v6-c-table__sort"
|
|
14799
15668
|
role="columnheader"
|
|
@@ -14881,7 +15750,12 @@ wrapperTag: div
|
|
|
14881
15750
|
</thead>
|
|
14882
15751
|
|
|
14883
15752
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
14884
|
-
<tr
|
|
15753
|
+
<tr
|
|
15754
|
+
class="pf-v6-c-table__tr"
|
|
15755
|
+
role&#x3D;&quot;row&quot;
|
|
15756
|
+
[object
|
|
15757
|
+
Object]
|
|
15758
|
+
>
|
|
14885
15759
|
<td
|
|
14886
15760
|
class="pf-v6-c-table__td pf-m-nowrap"
|
|
14887
15761
|
role="cell"
|
|
@@ -14931,7 +15805,12 @@ wrapperTag: div
|
|
|
14931
15805
|
style="--pf-v6-c-table__sticky-cell--MinWidth: 150px;"
|
|
14932
15806
|
>Test cell 1-9</th>
|
|
14933
15807
|
</tr>
|
|
14934
|
-
<tr
|
|
15808
|
+
<tr
|
|
15809
|
+
class="pf-v6-c-table__tr"
|
|
15810
|
+
role&#x3D;&quot;row&quot;
|
|
15811
|
+
[object
|
|
15812
|
+
Object]
|
|
15813
|
+
>
|
|
14935
15814
|
<td
|
|
14936
15815
|
class="pf-v6-c-table__td pf-m-nowrap"
|
|
14937
15816
|
role="cell"
|
|
@@ -14981,7 +15860,12 @@ wrapperTag: div
|
|
|
14981
15860
|
style="--pf-v6-c-table__sticky-cell--MinWidth: 150px;"
|
|
14982
15861
|
>Test cell 2-9</th>
|
|
14983
15862
|
</tr>
|
|
14984
|
-
<tr
|
|
15863
|
+
<tr
|
|
15864
|
+
class="pf-v6-c-table__tr"
|
|
15865
|
+
role&#x3D;&quot;row&quot;
|
|
15866
|
+
[object
|
|
15867
|
+
Object]
|
|
15868
|
+
>
|
|
14985
15869
|
<td
|
|
14986
15870
|
class="pf-v6-c-table__td pf-m-nowrap"
|
|
14987
15871
|
role="cell"
|
|
@@ -15031,7 +15915,12 @@ wrapperTag: div
|
|
|
15031
15915
|
style="--pf-v6-c-table__sticky-cell--MinWidth: 150px;"
|
|
15032
15916
|
>Test cell 3-9</th>
|
|
15033
15917
|
</tr>
|
|
15034
|
-
<tr
|
|
15918
|
+
<tr
|
|
15919
|
+
class="pf-v6-c-table__tr"
|
|
15920
|
+
role&#x3D;&quot;row&quot;
|
|
15921
|
+
[object
|
|
15922
|
+
Object]
|
|
15923
|
+
>
|
|
15035
15924
|
<td
|
|
15036
15925
|
class="pf-v6-c-table__td pf-m-nowrap"
|
|
15037
15926
|
role="cell"
|
|
@@ -15081,7 +15970,12 @@ wrapperTag: div
|
|
|
15081
15970
|
style="--pf-v6-c-table__sticky-cell--MinWidth: 150px;"
|
|
15082
15971
|
>Test cell 4-9</th>
|
|
15083
15972
|
</tr>
|
|
15084
|
-
<tr
|
|
15973
|
+
<tr
|
|
15974
|
+
class="pf-v6-c-table__tr"
|
|
15975
|
+
role&#x3D;&quot;row&quot;
|
|
15976
|
+
[object
|
|
15977
|
+
Object]
|
|
15978
|
+
>
|
|
15085
15979
|
<td
|
|
15086
15980
|
class="pf-v6-c-table__td pf-m-nowrap"
|
|
15087
15981
|
role="cell"
|
|
@@ -15131,7 +16025,12 @@ wrapperTag: div
|
|
|
15131
16025
|
style="--pf-v6-c-table__sticky-cell--MinWidth: 150px;"
|
|
15132
16026
|
>Test cell 5-9</th>
|
|
15133
16027
|
</tr>
|
|
15134
|
-
<tr
|
|
16028
|
+
<tr
|
|
16029
|
+
class="pf-v6-c-table__tr"
|
|
16030
|
+
role&#x3D;&quot;row&quot;
|
|
16031
|
+
[object
|
|
16032
|
+
Object]
|
|
16033
|
+
>
|
|
15135
16034
|
<td
|
|
15136
16035
|
class="pf-v6-c-table__td pf-m-nowrap"
|
|
15137
16036
|
role="cell"
|
|
@@ -15181,7 +16080,12 @@ wrapperTag: div
|
|
|
15181
16080
|
style="--pf-v6-c-table__sticky-cell--MinWidth: 150px;"
|
|
15182
16081
|
>Test cell 6-9</th>
|
|
15183
16082
|
</tr>
|
|
15184
|
-
<tr
|
|
16083
|
+
<tr
|
|
16084
|
+
class="pf-v6-c-table__tr"
|
|
16085
|
+
role&#x3D;&quot;row&quot;
|
|
16086
|
+
[object
|
|
16087
|
+
Object]
|
|
16088
|
+
>
|
|
15185
16089
|
<td
|
|
15186
16090
|
class="pf-v6-c-table__td pf-m-nowrap"
|
|
15187
16091
|
role="cell"
|
|
@@ -15231,7 +16135,12 @@ wrapperTag: div
|
|
|
15231
16135
|
style="--pf-v6-c-table__sticky-cell--MinWidth: 150px;"
|
|
15232
16136
|
>Test cell 7-9</th>
|
|
15233
16137
|
</tr>
|
|
15234
|
-
<tr
|
|
16138
|
+
<tr
|
|
16139
|
+
class="pf-v6-c-table__tr"
|
|
16140
|
+
role&#x3D;&quot;row&quot;
|
|
16141
|
+
[object
|
|
16142
|
+
Object]
|
|
16143
|
+
>
|
|
15235
16144
|
<td
|
|
15236
16145
|
class="pf-v6-c-table__td pf-m-nowrap"
|
|
15237
16146
|
role="cell"
|
|
@@ -15281,7 +16190,12 @@ wrapperTag: div
|
|
|
15281
16190
|
style="--pf-v6-c-table__sticky-cell--MinWidth: 150px;"
|
|
15282
16191
|
>Test cell 8-9</th>
|
|
15283
16192
|
</tr>
|
|
15284
|
-
<tr
|
|
16193
|
+
<tr
|
|
16194
|
+
class="pf-v6-c-table__tr"
|
|
16195
|
+
role&#x3D;&quot;row&quot;
|
|
16196
|
+
[object
|
|
16197
|
+
Object]
|
|
16198
|
+
>
|
|
15285
16199
|
<td
|
|
15286
16200
|
class="pf-v6-c-table__td pf-m-nowrap"
|
|
15287
16201
|
role="cell"
|
|
@@ -15698,7 +16612,12 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
15698
16612
|
id="image-alignment-demo-table"
|
|
15699
16613
|
>
|
|
15700
16614
|
<thead class="pf-v6-c-table__thead">
|
|
15701
|
-
<tr
|
|
16615
|
+
<tr
|
|
16616
|
+
class="pf-v6-c-table__tr"
|
|
16617
|
+
role&#x3D;&quot;row&quot;
|
|
16618
|
+
[object
|
|
16619
|
+
Object]
|
|
16620
|
+
>
|
|
15702
16621
|
<th
|
|
15703
16622
|
class="pf-v6-c-table__th pf-m-nowrap pf-v6-c-table__sort pf-m-selected"
|
|
15704
16623
|
role="columnheader"
|
|
@@ -15790,7 +16709,12 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
15790
16709
|
</thead>
|
|
15791
16710
|
|
|
15792
16711
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
15793
|
-
<tr
|
|
16712
|
+
<tr
|
|
16713
|
+
class="pf-v6-c-table__tr"
|
|
16714
|
+
role&#x3D;&quot;row&quot;
|
|
16715
|
+
[object
|
|
16716
|
+
Object]
|
|
16717
|
+
>
|
|
15794
16718
|
<td
|
|
15795
16719
|
class="pf-v6-c-table__td"
|
|
15796
16720
|
role="cell"
|
|
@@ -15855,7 +16779,12 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
15855
16779
|
>2 days ago</td>
|
|
15856
16780
|
</tr>
|
|
15857
16781
|
|
|
15858
|
-
<tr
|
|
16782
|
+
<tr
|
|
16783
|
+
class="pf-v6-c-table__tr"
|
|
16784
|
+
role&#x3D;&quot;row&quot;
|
|
16785
|
+
[object
|
|
16786
|
+
Object]
|
|
16787
|
+
>
|
|
15859
16788
|
<td
|
|
15860
16789
|
class="pf-v6-c-table__td"
|
|
15861
16790
|
role="cell"
|
|
@@ -15909,7 +16838,12 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
15909
16838
|
>2 days ago</td>
|
|
15910
16839
|
</tr>
|
|
15911
16840
|
|
|
15912
|
-
<tr
|
|
16841
|
+
<tr
|
|
16842
|
+
class="pf-v6-c-table__tr"
|
|
16843
|
+
role&#x3D;&quot;row&quot;
|
|
16844
|
+
[object
|
|
16845
|
+
Object]
|
|
16846
|
+
>
|
|
15913
16847
|
<td
|
|
15914
16848
|
class="pf-v6-c-table__td"
|
|
15915
16849
|
role="cell"
|