@patternfly/patternfly 6.3.0-prerelease.24 → 6.3.0-prerelease.26
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/Button/button.css +115 -5
- package/components/Button/button.scss +118 -6
- package/components/Menu/menu.css +24 -4
- package/components/Menu/menu.scss +20 -5
- package/components/MenuToggle/menu-toggle.css +30 -0
- package/components/MenuToggle/menu-toggle.scss +33 -0
- package/components/Page/page.css +45 -0
- package/components/Page/page.scss +29 -0
- package/components/_index.css +214 -9
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +1 -1
- package/docs/components/Button/examples/Button.md +85 -3
- package/docs/components/Card/examples/Card.md +8 -8
- package/docs/components/DataList/examples/DataList.md +23 -23
- package/docs/components/DualListSelector/examples/DualListSelector.md +18 -18
- package/docs/components/Hint/examples/Hint.md +3 -3
- package/docs/components/InlineEdit/examples/InlineEdit.md +2 -2
- package/docs/components/Masthead/examples/masthead.md +90 -12
- package/docs/components/Menu/examples/Menu.md +2 -2
- package/docs/components/MenuToggle/examples/MenuToggle.md +90 -51
- package/docs/components/OverflowMenu/examples/overflow-menu.md +5 -5
- package/docs/components/Page/examples/Page.md +147 -14
- package/docs/components/Pagination/examples/Pagination.md +12 -12
- package/docs/components/Table/examples/Table.md +240 -240
- package/docs/components/Toolbar/examples/Toolbar.md +7 -7
- package/docs/demos/AboutModal/examples/AboutModal.md +22 -3
- package/docs/demos/Alert/examples/Alert.md +66 -9
- package/docs/demos/BackToTop/examples/BackToTop.md +22 -3
- package/docs/demos/Banner/examples/Banner.md +47 -6
- package/docs/demos/Card/examples/Card.md +4 -4
- package/docs/demos/CardView/examples/CardView.md +24 -5
- package/docs/demos/Dashboard/examples/Dashboard.md +24 -5
- package/docs/demos/DataList/examples/DataList.md +100 -24
- package/docs/demos/DescriptionList/examples/DescriptionList.md +66 -9
- package/docs/demos/Drawer/examples/Drawer.md +110 -15
- package/docs/demos/JumpLinks/examples/JumpLinks.md +132 -18
- package/docs/demos/Masthead/examples/Masthead.md +170 -18
- package/docs/demos/Modal/examples/Modal.md +132 -18
- package/docs/demos/Nav/examples/Nav.md +111 -16
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +110 -15
- package/docs/demos/Page/examples/Page.md +309 -43
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +160 -27
- package/docs/demos/Skeleton/examples/Skeleton.md +22 -3
- package/docs/demos/Table/examples/Table.md +435 -150
- package/docs/demos/Tabs/examples/Tabs.md +137 -23
- package/docs/demos/Toolbar/examples/Toolbar.md +72 -34
- package/docs/demos/Wizard/examples/Wizard.md +198 -27
- package/package.json +2 -2
- package/patternfly-no-globals.css +214 -9
- package/patternfly.css +214 -9
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/mixins.scss +35 -0
|
@@ -730,7 +730,7 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
730
730
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
731
731
|
type="button"
|
|
732
732
|
aria-expanded="false"
|
|
733
|
-
aria-label="
|
|
733
|
+
aria-label="Table actions"
|
|
734
734
|
>
|
|
735
735
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
736
736
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -778,7 +778,7 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
778
778
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
779
779
|
type="button"
|
|
780
780
|
aria-expanded="false"
|
|
781
|
-
aria-label="
|
|
781
|
+
aria-label="Table actions"
|
|
782
782
|
>
|
|
783
783
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
784
784
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -826,7 +826,7 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
826
826
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
827
827
|
type="button"
|
|
828
828
|
aria-expanded="false"
|
|
829
|
-
aria-label="
|
|
829
|
+
aria-label="Table actions"
|
|
830
830
|
>
|
|
831
831
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
832
832
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -874,7 +874,7 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
874
874
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
875
875
|
type="button"
|
|
876
876
|
aria-expanded="false"
|
|
877
|
-
aria-label="
|
|
877
|
+
aria-label="Table actions"
|
|
878
878
|
>
|
|
879
879
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
880
880
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -970,7 +970,7 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
970
970
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
971
971
|
type="button"
|
|
972
972
|
aria-expanded="false"
|
|
973
|
-
aria-label="
|
|
973
|
+
aria-label="Table actions"
|
|
974
974
|
>
|
|
975
975
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
976
976
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -1019,7 +1019,7 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
1019
1019
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1020
1020
|
type="button"
|
|
1021
1021
|
aria-expanded="false"
|
|
1022
|
-
aria-label="
|
|
1022
|
+
aria-label="Table actions"
|
|
1023
1023
|
>
|
|
1024
1024
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1025
1025
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -1068,7 +1068,7 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
1068
1068
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1069
1069
|
type="button"
|
|
1070
1070
|
aria-expanded="false"
|
|
1071
|
-
aria-label="
|
|
1071
|
+
aria-label="Table actions"
|
|
1072
1072
|
>
|
|
1073
1073
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1074
1074
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -1117,7 +1117,7 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
1117
1117
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1118
1118
|
type="button"
|
|
1119
1119
|
aria-expanded="false"
|
|
1120
|
-
aria-label="
|
|
1120
|
+
aria-label="Table actions"
|
|
1121
1121
|
>
|
|
1122
1122
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1123
1123
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -1331,7 +1331,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1331
1331
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1332
1332
|
type="button"
|
|
1333
1333
|
aria-expanded="false"
|
|
1334
|
-
aria-label="
|
|
1334
|
+
aria-label="Table actions"
|
|
1335
1335
|
>
|
|
1336
1336
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1337
1337
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -1426,7 +1426,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1426
1426
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1427
1427
|
type="button"
|
|
1428
1428
|
aria-expanded="false"
|
|
1429
|
-
aria-label="
|
|
1429
|
+
aria-label="Table actions"
|
|
1430
1430
|
>
|
|
1431
1431
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1432
1432
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -1508,7 +1508,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1508
1508
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1509
1509
|
type="button"
|
|
1510
1510
|
aria-expanded="false"
|
|
1511
|
-
aria-label="
|
|
1511
|
+
aria-label="Table actions"
|
|
1512
1512
|
>
|
|
1513
1513
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1514
1514
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -1593,7 +1593,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1593
1593
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1594
1594
|
type="button"
|
|
1595
1595
|
aria-expanded="false"
|
|
1596
|
-
aria-label="
|
|
1596
|
+
aria-label="Table actions"
|
|
1597
1597
|
>
|
|
1598
1598
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1599
1599
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -1800,7 +1800,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1800
1800
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1801
1801
|
type="button"
|
|
1802
1802
|
aria-expanded="false"
|
|
1803
|
-
aria-label="
|
|
1803
|
+
aria-label="Table actions"
|
|
1804
1804
|
>
|
|
1805
1805
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1806
1806
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -1893,7 +1893,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1893
1893
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1894
1894
|
type="button"
|
|
1895
1895
|
aria-expanded="false"
|
|
1896
|
-
aria-label="
|
|
1896
|
+
aria-label="Table actions"
|
|
1897
1897
|
>
|
|
1898
1898
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1899
1899
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -1987,7 +1987,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1987
1987
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1988
1988
|
type="button"
|
|
1989
1989
|
aria-expanded="false"
|
|
1990
|
-
aria-label="
|
|
1990
|
+
aria-label="Table actions"
|
|
1991
1991
|
>
|
|
1992
1992
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1993
1993
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -2068,7 +2068,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2068
2068
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2069
2069
|
type="button"
|
|
2070
2070
|
aria-expanded="false"
|
|
2071
|
-
aria-label="
|
|
2071
|
+
aria-label="Table actions"
|
|
2072
2072
|
>
|
|
2073
2073
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2074
2074
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -2277,7 +2277,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2277
2277
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2278
2278
|
type="button"
|
|
2279
2279
|
aria-expanded="false"
|
|
2280
|
-
aria-label="
|
|
2280
|
+
aria-label="Table actions"
|
|
2281
2281
|
>
|
|
2282
2282
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2283
2283
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -2513,7 +2513,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2513
2513
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2514
2514
|
type="button"
|
|
2515
2515
|
aria-expanded="false"
|
|
2516
|
-
aria-label="
|
|
2516
|
+
aria-label="Table actions"
|
|
2517
2517
|
>
|
|
2518
2518
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2519
2519
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -2595,7 +2595,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2595
2595
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2596
2596
|
type="button"
|
|
2597
2597
|
aria-expanded="false"
|
|
2598
|
-
aria-label="
|
|
2598
|
+
aria-label="Table actions"
|
|
2599
2599
|
>
|
|
2600
2600
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2601
2601
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -2680,7 +2680,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2680
2680
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2681
2681
|
type="button"
|
|
2682
2682
|
aria-expanded="false"
|
|
2683
|
-
aria-label="
|
|
2683
|
+
aria-label="Table actions"
|
|
2684
2684
|
>
|
|
2685
2685
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2686
2686
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -2872,7 +2872,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
2872
2872
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2873
2873
|
type="button"
|
|
2874
2874
|
aria-expanded="false"
|
|
2875
|
-
aria-label="
|
|
2875
|
+
aria-label="Table actions"
|
|
2876
2876
|
>
|
|
2877
2877
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2878
2878
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -2953,7 +2953,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
2953
2953
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2954
2954
|
type="button"
|
|
2955
2955
|
aria-expanded="false"
|
|
2956
|
-
aria-label="
|
|
2956
|
+
aria-label="Table actions"
|
|
2957
2957
|
>
|
|
2958
2958
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2959
2959
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -2985,7 +2985,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
2985
2985
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2986
2986
|
type="button"
|
|
2987
2987
|
aria-expanded="false"
|
|
2988
|
-
aria-label="
|
|
2988
|
+
aria-label="Table actions"
|
|
2989
2989
|
>
|
|
2990
2990
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2991
2991
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3017,7 +3017,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3017
3017
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3018
3018
|
type="button"
|
|
3019
3019
|
aria-expanded="false"
|
|
3020
|
-
aria-label="
|
|
3020
|
+
aria-label="Table actions"
|
|
3021
3021
|
>
|
|
3022
3022
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3023
3023
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3049,7 +3049,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3049
3049
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3050
3050
|
type="button"
|
|
3051
3051
|
aria-expanded="false"
|
|
3052
|
-
aria-label="
|
|
3052
|
+
aria-label="Table actions"
|
|
3053
3053
|
>
|
|
3054
3054
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3055
3055
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3081,7 +3081,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3081
3081
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3082
3082
|
type="button"
|
|
3083
3083
|
aria-expanded="false"
|
|
3084
|
-
aria-label="
|
|
3084
|
+
aria-label="Table actions"
|
|
3085
3085
|
>
|
|
3086
3086
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3087
3087
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3163,7 +3163,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3163
3163
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3164
3164
|
type="button"
|
|
3165
3165
|
aria-expanded="false"
|
|
3166
|
-
aria-label="
|
|
3166
|
+
aria-label="Table actions"
|
|
3167
3167
|
>
|
|
3168
3168
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3169
3169
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3195,7 +3195,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3195
3195
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3196
3196
|
type="button"
|
|
3197
3197
|
aria-expanded="false"
|
|
3198
|
-
aria-label="
|
|
3198
|
+
aria-label="Table actions"
|
|
3199
3199
|
>
|
|
3200
3200
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3201
3201
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3227,7 +3227,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3227
3227
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3228
3228
|
type="button"
|
|
3229
3229
|
aria-expanded="false"
|
|
3230
|
-
aria-label="
|
|
3230
|
+
aria-label="Table actions"
|
|
3231
3231
|
>
|
|
3232
3232
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3233
3233
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3259,7 +3259,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3259
3259
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3260
3260
|
type="button"
|
|
3261
3261
|
aria-expanded="false"
|
|
3262
|
-
aria-label="
|
|
3262
|
+
aria-label="Table actions"
|
|
3263
3263
|
>
|
|
3264
3264
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3265
3265
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3291,7 +3291,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3291
3291
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3292
3292
|
type="button"
|
|
3293
3293
|
aria-expanded="false"
|
|
3294
|
-
aria-label="
|
|
3294
|
+
aria-label="Table actions"
|
|
3295
3295
|
>
|
|
3296
3296
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3297
3297
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3373,7 +3373,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3373
3373
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3374
3374
|
type="button"
|
|
3375
3375
|
aria-expanded="false"
|
|
3376
|
-
aria-label="
|
|
3376
|
+
aria-label="Table actions"
|
|
3377
3377
|
>
|
|
3378
3378
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3379
3379
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3405,7 +3405,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3405
3405
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3406
3406
|
type="button"
|
|
3407
3407
|
aria-expanded="false"
|
|
3408
|
-
aria-label="
|
|
3408
|
+
aria-label="Table actions"
|
|
3409
3409
|
>
|
|
3410
3410
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3411
3411
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3437,7 +3437,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3437
3437
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3438
3438
|
type="button"
|
|
3439
3439
|
aria-expanded="false"
|
|
3440
|
-
aria-label="
|
|
3440
|
+
aria-label="Table actions"
|
|
3441
3441
|
>
|
|
3442
3442
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3443
3443
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3469,7 +3469,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3469
3469
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3470
3470
|
type="button"
|
|
3471
3471
|
aria-expanded="false"
|
|
3472
|
-
aria-label="
|
|
3472
|
+
aria-label="Table actions"
|
|
3473
3473
|
>
|
|
3474
3474
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3475
3475
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3501,7 +3501,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3501
3501
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3502
3502
|
type="button"
|
|
3503
3503
|
aria-expanded="false"
|
|
3504
|
-
aria-label="
|
|
3504
|
+
aria-label="Table actions"
|
|
3505
3505
|
>
|
|
3506
3506
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3507
3507
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3570,7 +3570,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3570
3570
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3571
3571
|
type="button"
|
|
3572
3572
|
aria-expanded="false"
|
|
3573
|
-
aria-label="
|
|
3573
|
+
aria-label="Table actions"
|
|
3574
3574
|
>
|
|
3575
3575
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3576
3576
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3648,7 +3648,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3648
3648
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3649
3649
|
type="button"
|
|
3650
3650
|
aria-expanded="false"
|
|
3651
|
-
aria-label="
|
|
3651
|
+
aria-label="Table actions"
|
|
3652
3652
|
>
|
|
3653
3653
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3654
3654
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3680,7 +3680,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3680
3680
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3681
3681
|
type="button"
|
|
3682
3682
|
aria-expanded="false"
|
|
3683
|
-
aria-label="
|
|
3683
|
+
aria-label="Table actions"
|
|
3684
3684
|
>
|
|
3685
3685
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3686
3686
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3712,7 +3712,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3712
3712
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3713
3713
|
type="button"
|
|
3714
3714
|
aria-expanded="false"
|
|
3715
|
-
aria-label="
|
|
3715
|
+
aria-label="Table actions"
|
|
3716
3716
|
>
|
|
3717
3717
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3718
3718
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3744,7 +3744,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3744
3744
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3745
3745
|
type="button"
|
|
3746
3746
|
aria-expanded="false"
|
|
3747
|
-
aria-label="
|
|
3747
|
+
aria-label="Table actions"
|
|
3748
3748
|
>
|
|
3749
3749
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3750
3750
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3776,7 +3776,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3776
3776
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3777
3777
|
type="button"
|
|
3778
3778
|
aria-expanded="false"
|
|
3779
|
-
aria-label="
|
|
3779
|
+
aria-label="Table actions"
|
|
3780
3780
|
>
|
|
3781
3781
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3782
3782
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3858,7 +3858,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3858
3858
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3859
3859
|
type="button"
|
|
3860
3860
|
aria-expanded="false"
|
|
3861
|
-
aria-label="
|
|
3861
|
+
aria-label="Table actions"
|
|
3862
3862
|
>
|
|
3863
3863
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3864
3864
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3890,7 +3890,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3890
3890
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3891
3891
|
type="button"
|
|
3892
3892
|
aria-expanded="false"
|
|
3893
|
-
aria-label="
|
|
3893
|
+
aria-label="Table actions"
|
|
3894
3894
|
>
|
|
3895
3895
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3896
3896
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3922,7 +3922,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3922
3922
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3923
3923
|
type="button"
|
|
3924
3924
|
aria-expanded="false"
|
|
3925
|
-
aria-label="
|
|
3925
|
+
aria-label="Table actions"
|
|
3926
3926
|
>
|
|
3927
3927
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3928
3928
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3954,7 +3954,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3954
3954
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3955
3955
|
type="button"
|
|
3956
3956
|
aria-expanded="false"
|
|
3957
|
-
aria-label="
|
|
3957
|
+
aria-label="Table actions"
|
|
3958
3958
|
>
|
|
3959
3959
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3960
3960
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3986,7 +3986,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
3986
3986
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3987
3987
|
type="button"
|
|
3988
3988
|
aria-expanded="false"
|
|
3989
|
-
aria-label="
|
|
3989
|
+
aria-label="Table actions"
|
|
3990
3990
|
>
|
|
3991
3991
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3992
3992
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4068,7 +4068,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4068
4068
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4069
4069
|
type="button"
|
|
4070
4070
|
aria-expanded="false"
|
|
4071
|
-
aria-label="
|
|
4071
|
+
aria-label="Table actions"
|
|
4072
4072
|
>
|
|
4073
4073
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4074
4074
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4100,7 +4100,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4100
4100
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4101
4101
|
type="button"
|
|
4102
4102
|
aria-expanded="false"
|
|
4103
|
-
aria-label="
|
|
4103
|
+
aria-label="Table actions"
|
|
4104
4104
|
>
|
|
4105
4105
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4106
4106
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4132,7 +4132,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4132
4132
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4133
4133
|
type="button"
|
|
4134
4134
|
aria-expanded="false"
|
|
4135
|
-
aria-label="
|
|
4135
|
+
aria-label="Table actions"
|
|
4136
4136
|
>
|
|
4137
4137
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4138
4138
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4164,7 +4164,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4164
4164
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4165
4165
|
type="button"
|
|
4166
4166
|
aria-expanded="false"
|
|
4167
|
-
aria-label="
|
|
4167
|
+
aria-label="Table actions"
|
|
4168
4168
|
>
|
|
4169
4169
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4170
4170
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4196,7 +4196,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4196
4196
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4197
4197
|
type="button"
|
|
4198
4198
|
aria-expanded="false"
|
|
4199
|
-
aria-label="
|
|
4199
|
+
aria-label="Table actions"
|
|
4200
4200
|
>
|
|
4201
4201
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4202
4202
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4265,7 +4265,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4265
4265
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4266
4266
|
type="button"
|
|
4267
4267
|
aria-expanded="false"
|
|
4268
|
-
aria-label="
|
|
4268
|
+
aria-label="Table actions"
|
|
4269
4269
|
>
|
|
4270
4270
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4271
4271
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4343,7 +4343,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4343
4343
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4344
4344
|
type="button"
|
|
4345
4345
|
aria-expanded="false"
|
|
4346
|
-
aria-label="
|
|
4346
|
+
aria-label="Table actions"
|
|
4347
4347
|
>
|
|
4348
4348
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4349
4349
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4375,7 +4375,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4375
4375
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4376
4376
|
type="button"
|
|
4377
4377
|
aria-expanded="false"
|
|
4378
|
-
aria-label="
|
|
4378
|
+
aria-label="Table actions"
|
|
4379
4379
|
>
|
|
4380
4380
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4381
4381
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4407,7 +4407,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4407
4407
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4408
4408
|
type="button"
|
|
4409
4409
|
aria-expanded="false"
|
|
4410
|
-
aria-label="
|
|
4410
|
+
aria-label="Table actions"
|
|
4411
4411
|
>
|
|
4412
4412
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4413
4413
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4439,7 +4439,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4439
4439
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4440
4440
|
type="button"
|
|
4441
4441
|
aria-expanded="false"
|
|
4442
|
-
aria-label="
|
|
4442
|
+
aria-label="Table actions"
|
|
4443
4443
|
>
|
|
4444
4444
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4445
4445
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4471,7 +4471,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4471
4471
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4472
4472
|
type="button"
|
|
4473
4473
|
aria-expanded="false"
|
|
4474
|
-
aria-label="
|
|
4474
|
+
aria-label="Table actions"
|
|
4475
4475
|
>
|
|
4476
4476
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4477
4477
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4553,7 +4553,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4553
4553
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4554
4554
|
type="button"
|
|
4555
4555
|
aria-expanded="false"
|
|
4556
|
-
aria-label="
|
|
4556
|
+
aria-label="Table actions"
|
|
4557
4557
|
>
|
|
4558
4558
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4559
4559
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4585,7 +4585,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4585
4585
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4586
4586
|
type="button"
|
|
4587
4587
|
aria-expanded="false"
|
|
4588
|
-
aria-label="
|
|
4588
|
+
aria-label="Table actions"
|
|
4589
4589
|
>
|
|
4590
4590
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4591
4591
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4617,7 +4617,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4617
4617
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4618
4618
|
type="button"
|
|
4619
4619
|
aria-expanded="false"
|
|
4620
|
-
aria-label="
|
|
4620
|
+
aria-label="Table actions"
|
|
4621
4621
|
>
|
|
4622
4622
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4623
4623
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4649,7 +4649,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4649
4649
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4650
4650
|
type="button"
|
|
4651
4651
|
aria-expanded="false"
|
|
4652
|
-
aria-label="
|
|
4652
|
+
aria-label="Table actions"
|
|
4653
4653
|
>
|
|
4654
4654
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4655
4655
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4681,7 +4681,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4681
4681
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4682
4682
|
type="button"
|
|
4683
4683
|
aria-expanded="false"
|
|
4684
|
-
aria-label="
|
|
4684
|
+
aria-label="Table actions"
|
|
4685
4685
|
>
|
|
4686
4686
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4687
4687
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4763,7 +4763,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4763
4763
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4764
4764
|
type="button"
|
|
4765
4765
|
aria-expanded="false"
|
|
4766
|
-
aria-label="
|
|
4766
|
+
aria-label="Table actions"
|
|
4767
4767
|
>
|
|
4768
4768
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4769
4769
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4795,7 +4795,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4795
4795
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4796
4796
|
type="button"
|
|
4797
4797
|
aria-expanded="false"
|
|
4798
|
-
aria-label="
|
|
4798
|
+
aria-label="Table actions"
|
|
4799
4799
|
>
|
|
4800
4800
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4801
4801
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4827,7 +4827,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4827
4827
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4828
4828
|
type="button"
|
|
4829
4829
|
aria-expanded="false"
|
|
4830
|
-
aria-label="
|
|
4830
|
+
aria-label="Table actions"
|
|
4831
4831
|
>
|
|
4832
4832
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4833
4833
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4859,7 +4859,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4859
4859
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4860
4860
|
type="button"
|
|
4861
4861
|
aria-expanded="false"
|
|
4862
|
-
aria-label="
|
|
4862
|
+
aria-label="Table actions"
|
|
4863
4863
|
>
|
|
4864
4864
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4865
4865
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4891,7 +4891,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4891
4891
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4892
4892
|
type="button"
|
|
4893
4893
|
aria-expanded="false"
|
|
4894
|
-
aria-label="
|
|
4894
|
+
aria-label="Table actions"
|
|
4895
4895
|
>
|
|
4896
4896
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4897
4897
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -5053,10 +5053,10 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5053
5053
|
|
|
5054
5054
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5055
5055
|
<button
|
|
5056
|
-
class="pf-v6-c-menu-toggle pf-m-
|
|
5056
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5057
5057
|
type="button"
|
|
5058
5058
|
aria-expanded="false"
|
|
5059
|
-
aria-label="
|
|
5059
|
+
aria-label="Table actions"
|
|
5060
5060
|
>
|
|
5061
5061
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5062
5062
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -5126,10 +5126,10 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5126
5126
|
|
|
5127
5127
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5128
5128
|
<button
|
|
5129
|
-
class="pf-v6-c-menu-toggle pf-m-
|
|
5129
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5130
5130
|
type="button"
|
|
5131
5131
|
aria-expanded="false"
|
|
5132
|
-
aria-label="
|
|
5132
|
+
aria-label="Table actions"
|
|
5133
5133
|
>
|
|
5134
5134
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5135
5135
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -5199,10 +5199,10 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5199
5199
|
|
|
5200
5200
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5201
5201
|
<button
|
|
5202
|
-
class="pf-v6-c-menu-toggle pf-m-
|
|
5202
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5203
5203
|
type="button"
|
|
5204
5204
|
aria-expanded="false"
|
|
5205
|
-
aria-label="
|
|
5205
|
+
aria-label="Table actions"
|
|
5206
5206
|
>
|
|
5207
5207
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5208
5208
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -5272,10 +5272,10 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5272
5272
|
|
|
5273
5273
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5274
5274
|
<button
|
|
5275
|
-
class="pf-v6-c-menu-toggle pf-m-
|
|
5275
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5276
5276
|
type="button"
|
|
5277
5277
|
aria-expanded="false"
|
|
5278
|
-
aria-label="
|
|
5278
|
+
aria-label="Table actions"
|
|
5279
5279
|
>
|
|
5280
5280
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5281
5281
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -5440,10 +5440,10 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5440
5440
|
|
|
5441
5441
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5442
5442
|
<button
|
|
5443
|
-
class="pf-v6-c-menu-toggle pf-m-
|
|
5443
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5444
5444
|
type="button"
|
|
5445
5445
|
aria-expanded="false"
|
|
5446
|
-
aria-label="
|
|
5446
|
+
aria-label="Table actions"
|
|
5447
5447
|
>
|
|
5448
5448
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5449
5449
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -5546,10 +5546,10 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5546
5546
|
|
|
5547
5547
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5548
5548
|
<button
|
|
5549
|
-
class="pf-v6-c-menu-toggle pf-m-
|
|
5549
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5550
5550
|
type="button"
|
|
5551
5551
|
aria-expanded="false"
|
|
5552
|
-
aria-label="
|
|
5552
|
+
aria-label="Table actions"
|
|
5553
5553
|
>
|
|
5554
5554
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5555
5555
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -5639,10 +5639,10 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5639
5639
|
|
|
5640
5640
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5641
5641
|
<button
|
|
5642
|
-
class="pf-v6-c-menu-toggle pf-m-
|
|
5642
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5643
5643
|
type="button"
|
|
5644
5644
|
aria-expanded="false"
|
|
5645
|
-
aria-label="
|
|
5645
|
+
aria-label="Table actions"
|
|
5646
5646
|
>
|
|
5647
5647
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5648
5648
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -5735,10 +5735,10 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5735
5735
|
|
|
5736
5736
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5737
5737
|
<button
|
|
5738
|
-
class="pf-v6-c-menu-toggle pf-m-
|
|
5738
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5739
5739
|
type="button"
|
|
5740
5740
|
aria-expanded="false"
|
|
5741
|
-
aria-label="
|
|
5741
|
+
aria-label="Table actions"
|
|
5742
5742
|
>
|
|
5743
5743
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5744
5744
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -5829,10 +5829,10 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5829
5829
|
|
|
5830
5830
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5831
5831
|
<button
|
|
5832
|
-
class="pf-v6-c-menu-toggle pf-m-
|
|
5832
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5833
5833
|
type="button"
|
|
5834
5834
|
aria-expanded="false"
|
|
5835
|
-
aria-label="
|
|
5835
|
+
aria-label="Table actions"
|
|
5836
5836
|
>
|
|
5837
5837
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5838
5838
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -5922,10 +5922,10 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5922
5922
|
|
|
5923
5923
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5924
5924
|
<button
|
|
5925
|
-
class="pf-v6-c-menu-toggle pf-m-
|
|
5925
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5926
5926
|
type="button"
|
|
5927
5927
|
aria-expanded="false"
|
|
5928
|
-
aria-label="
|
|
5928
|
+
aria-label="Table actions"
|
|
5929
5929
|
>
|
|
5930
5930
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5931
5931
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6030,10 +6030,10 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6030
6030
|
|
|
6031
6031
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6032
6032
|
<button
|
|
6033
|
-
class="pf-v6-c-menu-toggle pf-m-
|
|
6033
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
6034
6034
|
type="button"
|
|
6035
6035
|
aria-expanded="false"
|
|
6036
|
-
aria-label="
|
|
6036
|
+
aria-label="Table actions"
|
|
6037
6037
|
>
|
|
6038
6038
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6039
6039
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6123,10 +6123,10 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6123
6123
|
|
|
6124
6124
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6125
6125
|
<button
|
|
6126
|
-
class="pf-v6-c-menu-toggle pf-m-
|
|
6126
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
6127
6127
|
type="button"
|
|
6128
6128
|
aria-expanded="false"
|
|
6129
|
-
aria-label="
|
|
6129
|
+
aria-label="Table actions"
|
|
6130
6130
|
>
|
|
6131
6131
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6132
6132
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6219,10 +6219,10 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6219
6219
|
|
|
6220
6220
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6221
6221
|
<button
|
|
6222
|
-
class="pf-v6-c-menu-toggle pf-m-
|
|
6222
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
6223
6223
|
type="button"
|
|
6224
6224
|
aria-expanded="false"
|
|
6225
|
-
aria-label="
|
|
6225
|
+
aria-label="Table actions"
|
|
6226
6226
|
>
|
|
6227
6227
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6228
6228
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6347,7 +6347,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6347
6347
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6348
6348
|
type="button"
|
|
6349
6349
|
aria-expanded="false"
|
|
6350
|
-
aria-label="
|
|
6350
|
+
aria-label="Table actions"
|
|
6351
6351
|
>
|
|
6352
6352
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6353
6353
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6390,7 +6390,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6390
6390
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6391
6391
|
type="button"
|
|
6392
6392
|
aria-expanded="false"
|
|
6393
|
-
aria-label="
|
|
6393
|
+
aria-label="Table actions"
|
|
6394
6394
|
>
|
|
6395
6395
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6396
6396
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6431,7 +6431,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6431
6431
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6432
6432
|
type="button"
|
|
6433
6433
|
aria-expanded="false"
|
|
6434
|
-
aria-label="
|
|
6434
|
+
aria-label="Table actions"
|
|
6435
6435
|
>
|
|
6436
6436
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6437
6437
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6611,7 +6611,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6611
6611
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6612
6612
|
type="button"
|
|
6613
6613
|
aria-expanded="false"
|
|
6614
|
-
aria-label="
|
|
6614
|
+
aria-label="Table actions"
|
|
6615
6615
|
>
|
|
6616
6616
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6617
6617
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6710,7 +6710,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6710
6710
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6711
6711
|
type="button"
|
|
6712
6712
|
aria-expanded="false"
|
|
6713
|
-
aria-label="
|
|
6713
|
+
aria-label="Table actions"
|
|
6714
6714
|
>
|
|
6715
6715
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6716
6716
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6808,7 +6808,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6808
6808
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6809
6809
|
type="button"
|
|
6810
6810
|
aria-expanded="false"
|
|
6811
|
-
aria-label="
|
|
6811
|
+
aria-label="Table actions"
|
|
6812
6812
|
>
|
|
6813
6813
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6814
6814
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6905,7 +6905,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6905
6905
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6906
6906
|
type="button"
|
|
6907
6907
|
aria-expanded="false"
|
|
6908
|
-
aria-label="
|
|
6908
|
+
aria-label="Table actions"
|
|
6909
6909
|
>
|
|
6910
6910
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6911
6911
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -7058,7 +7058,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7058
7058
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7059
7059
|
type="button"
|
|
7060
7060
|
aria-expanded="false"
|
|
7061
|
-
aria-label="
|
|
7061
|
+
aria-label="Table actions"
|
|
7062
7062
|
id="tree-table-basic-example-actions-1"
|
|
7063
7063
|
>
|
|
7064
7064
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -7134,7 +7134,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7134
7134
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7135
7135
|
type="button"
|
|
7136
7136
|
aria-expanded="false"
|
|
7137
|
-
aria-label="
|
|
7137
|
+
aria-label="Table actions"
|
|
7138
7138
|
id="tree-table-basic-example-actions-2"
|
|
7139
7139
|
>
|
|
7140
7140
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -7192,7 +7192,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7192
7192
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7193
7193
|
type="button"
|
|
7194
7194
|
aria-expanded="false"
|
|
7195
|
-
aria-label="
|
|
7195
|
+
aria-label="Table actions"
|
|
7196
7196
|
id="tree-table-basic-example-actions-3"
|
|
7197
7197
|
>
|
|
7198
7198
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -7250,7 +7250,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7250
7250
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7251
7251
|
type="button"
|
|
7252
7252
|
aria-expanded="false"
|
|
7253
|
-
aria-label="
|
|
7253
|
+
aria-label="Table actions"
|
|
7254
7254
|
id="tree-table-basic-example-actions-4"
|
|
7255
7255
|
>
|
|
7256
7256
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -7308,7 +7308,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7308
7308
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7309
7309
|
type="button"
|
|
7310
7310
|
aria-expanded="false"
|
|
7311
|
-
aria-label="
|
|
7311
|
+
aria-label="Table actions"
|
|
7312
7312
|
id="tree-table-basic-example-actions-5"
|
|
7313
7313
|
>
|
|
7314
7314
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -7365,7 +7365,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7365
7365
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7366
7366
|
type="button"
|
|
7367
7367
|
aria-expanded="false"
|
|
7368
|
-
aria-label="
|
|
7368
|
+
aria-label="Table actions"
|
|
7369
7369
|
id="tree-table-basic-example-actions-6"
|
|
7370
7370
|
>
|
|
7371
7371
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -7441,7 +7441,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7441
7441
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7442
7442
|
type="button"
|
|
7443
7443
|
aria-expanded="false"
|
|
7444
|
-
aria-label="
|
|
7444
|
+
aria-label="Table actions"
|
|
7445
7445
|
id="tree-table-basic-example-actions-7"
|
|
7446
7446
|
>
|
|
7447
7447
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -7498,7 +7498,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7498
7498
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7499
7499
|
type="button"
|
|
7500
7500
|
aria-expanded="false"
|
|
7501
|
-
aria-label="
|
|
7501
|
+
aria-label="Table actions"
|
|
7502
7502
|
id="tree-table-basic-example-actions-8"
|
|
7503
7503
|
>
|
|
7504
7504
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -7573,7 +7573,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7573
7573
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7574
7574
|
type="button"
|
|
7575
7575
|
aria-expanded="false"
|
|
7576
|
-
aria-label="
|
|
7576
|
+
aria-label="Table actions"
|
|
7577
7577
|
id="tree-table-basic-example-actions-9"
|
|
7578
7578
|
>
|
|
7579
7579
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -7631,7 +7631,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7631
7631
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7632
7632
|
type="button"
|
|
7633
7633
|
aria-expanded="false"
|
|
7634
|
-
aria-label="
|
|
7634
|
+
aria-label="Table actions"
|
|
7635
7635
|
id="tree-table-basic-example-actions-10"
|
|
7636
7636
|
>
|
|
7637
7637
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -7688,7 +7688,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7688
7688
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7689
7689
|
type="button"
|
|
7690
7690
|
aria-expanded="false"
|
|
7691
|
-
aria-label="
|
|
7691
|
+
aria-label="Table actions"
|
|
7692
7692
|
id="tree-table-basic-example-actions-11"
|
|
7693
7693
|
>
|
|
7694
7694
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -7764,7 +7764,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7764
7764
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7765
7765
|
type="button"
|
|
7766
7766
|
aria-expanded="false"
|
|
7767
|
-
aria-label="
|
|
7767
|
+
aria-label="Table actions"
|
|
7768
7768
|
id="tree-table-basic-example-actions-12"
|
|
7769
7769
|
>
|
|
7770
7770
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -7821,7 +7821,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7821
7821
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7822
7822
|
type="button"
|
|
7823
7823
|
aria-expanded="false"
|
|
7824
|
-
aria-label="
|
|
7824
|
+
aria-label="Table actions"
|
|
7825
7825
|
id="tree-table-basic-example-actions-13"
|
|
7826
7826
|
>
|
|
7827
7827
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -7878,7 +7878,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7878
7878
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7879
7879
|
type="button"
|
|
7880
7880
|
aria-expanded="false"
|
|
7881
|
-
aria-label="
|
|
7881
|
+
aria-label="Table actions"
|
|
7882
7882
|
id="tree-table-basic-example-actions-14"
|
|
7883
7883
|
>
|
|
7884
7884
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -7953,7 +7953,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7953
7953
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7954
7954
|
type="button"
|
|
7955
7955
|
aria-expanded="false"
|
|
7956
|
-
aria-label="
|
|
7956
|
+
aria-label="Table actions"
|
|
7957
7957
|
id="tree-table-basic-example-actions-15"
|
|
7958
7958
|
>
|
|
7959
7959
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -8011,7 +8011,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8011
8011
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8012
8012
|
type="button"
|
|
8013
8013
|
aria-expanded="false"
|
|
8014
|
-
aria-label="
|
|
8014
|
+
aria-label="Table actions"
|
|
8015
8015
|
id="tree-table-basic-example-actions-16"
|
|
8016
8016
|
>
|
|
8017
8017
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -8069,7 +8069,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8069
8069
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8070
8070
|
type="button"
|
|
8071
8071
|
aria-expanded="false"
|
|
8072
|
-
aria-label="
|
|
8072
|
+
aria-label="Table actions"
|
|
8073
8073
|
id="tree-table-basic-example-actions-17"
|
|
8074
8074
|
>
|
|
8075
8075
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -8196,7 +8196,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8196
8196
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8197
8197
|
type="button"
|
|
8198
8198
|
aria-expanded="false"
|
|
8199
|
-
aria-label="
|
|
8199
|
+
aria-label="Table actions"
|
|
8200
8200
|
id="tree-table-with-checkboxes-example-actions-1"
|
|
8201
8201
|
>
|
|
8202
8202
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -8286,7 +8286,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8286
8286
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8287
8287
|
type="button"
|
|
8288
8288
|
aria-expanded="false"
|
|
8289
|
-
aria-label="
|
|
8289
|
+
aria-label="Table actions"
|
|
8290
8290
|
id="tree-table-with-checkboxes-example-actions-2"
|
|
8291
8291
|
>
|
|
8292
8292
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -8359,7 +8359,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8359
8359
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8360
8360
|
type="button"
|
|
8361
8361
|
aria-expanded="false"
|
|
8362
|
-
aria-label="
|
|
8362
|
+
aria-label="Table actions"
|
|
8363
8363
|
id="tree-table-with-checkboxes-example-actions-3"
|
|
8364
8364
|
>
|
|
8365
8365
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -8432,7 +8432,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8432
8432
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8433
8433
|
type="button"
|
|
8434
8434
|
aria-expanded="false"
|
|
8435
|
-
aria-label="
|
|
8435
|
+
aria-label="Table actions"
|
|
8436
8436
|
id="tree-table-with-checkboxes-example-actions-4"
|
|
8437
8437
|
>
|
|
8438
8438
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -8505,7 +8505,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8505
8505
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8506
8506
|
type="button"
|
|
8507
8507
|
aria-expanded="false"
|
|
8508
|
-
aria-label="
|
|
8508
|
+
aria-label="Table actions"
|
|
8509
8509
|
id="tree-table-with-checkboxes-example-actions-5"
|
|
8510
8510
|
>
|
|
8511
8511
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -8577,7 +8577,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8577
8577
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8578
8578
|
type="button"
|
|
8579
8579
|
aria-expanded="false"
|
|
8580
|
-
aria-label="
|
|
8580
|
+
aria-label="Table actions"
|
|
8581
8581
|
id="tree-table-with-checkboxes-example-actions-6"
|
|
8582
8582
|
>
|
|
8583
8583
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -8667,7 +8667,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8667
8667
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8668
8668
|
type="button"
|
|
8669
8669
|
aria-expanded="false"
|
|
8670
|
-
aria-label="
|
|
8670
|
+
aria-label="Table actions"
|
|
8671
8671
|
id="tree-table-with-checkboxes-example-actions-7"
|
|
8672
8672
|
>
|
|
8673
8673
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -8739,7 +8739,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8739
8739
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8740
8740
|
type="button"
|
|
8741
8741
|
aria-expanded="false"
|
|
8742
|
-
aria-label="
|
|
8742
|
+
aria-label="Table actions"
|
|
8743
8743
|
id="tree-table-with-checkboxes-example-actions-8"
|
|
8744
8744
|
>
|
|
8745
8745
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -8828,7 +8828,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8828
8828
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8829
8829
|
type="button"
|
|
8830
8830
|
aria-expanded="false"
|
|
8831
|
-
aria-label="
|
|
8831
|
+
aria-label="Table actions"
|
|
8832
8832
|
id="tree-table-with-checkboxes-example-actions-9"
|
|
8833
8833
|
>
|
|
8834
8834
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -8901,7 +8901,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8901
8901
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8902
8902
|
type="button"
|
|
8903
8903
|
aria-expanded="false"
|
|
8904
|
-
aria-label="
|
|
8904
|
+
aria-label="Table actions"
|
|
8905
8905
|
id="tree-table-with-checkboxes-example-actions-10"
|
|
8906
8906
|
>
|
|
8907
8907
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -8973,7 +8973,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8973
8973
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8974
8974
|
type="button"
|
|
8975
8975
|
aria-expanded="false"
|
|
8976
|
-
aria-label="
|
|
8976
|
+
aria-label="Table actions"
|
|
8977
8977
|
id="tree-table-with-checkboxes-example-actions-11"
|
|
8978
8978
|
>
|
|
8979
8979
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -9063,7 +9063,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9063
9063
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9064
9064
|
type="button"
|
|
9065
9065
|
aria-expanded="false"
|
|
9066
|
-
aria-label="
|
|
9066
|
+
aria-label="Table actions"
|
|
9067
9067
|
id="tree-table-with-checkboxes-example-actions-12"
|
|
9068
9068
|
>
|
|
9069
9069
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -9135,7 +9135,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9135
9135
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9136
9136
|
type="button"
|
|
9137
9137
|
aria-expanded="false"
|
|
9138
|
-
aria-label="
|
|
9138
|
+
aria-label="Table actions"
|
|
9139
9139
|
id="tree-table-with-checkboxes-example-actions-13"
|
|
9140
9140
|
>
|
|
9141
9141
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -9207,7 +9207,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9207
9207
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9208
9208
|
type="button"
|
|
9209
9209
|
aria-expanded="false"
|
|
9210
|
-
aria-label="
|
|
9210
|
+
aria-label="Table actions"
|
|
9211
9211
|
id="tree-table-with-checkboxes-example-actions-14"
|
|
9212
9212
|
>
|
|
9213
9213
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -9296,7 +9296,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9296
9296
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9297
9297
|
type="button"
|
|
9298
9298
|
aria-expanded="false"
|
|
9299
|
-
aria-label="
|
|
9299
|
+
aria-label="Table actions"
|
|
9300
9300
|
id="tree-table-with-checkboxes-example-actions-15"
|
|
9301
9301
|
>
|
|
9302
9302
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -9369,7 +9369,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9369
9369
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9370
9370
|
type="button"
|
|
9371
9371
|
aria-expanded="false"
|
|
9372
|
-
aria-label="
|
|
9372
|
+
aria-label="Table actions"
|
|
9373
9373
|
id="tree-table-with-checkboxes-example-actions-16"
|
|
9374
9374
|
>
|
|
9375
9375
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -9442,7 +9442,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9442
9442
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9443
9443
|
type="button"
|
|
9444
9444
|
aria-expanded="false"
|
|
9445
|
-
aria-label="
|
|
9445
|
+
aria-label="Table actions"
|
|
9446
9446
|
id="tree-table-with-checkboxes-example-actions-17"
|
|
9447
9447
|
>
|
|
9448
9448
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -9571,7 +9571,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9571
9571
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9572
9572
|
type="button"
|
|
9573
9573
|
aria-expanded="false"
|
|
9574
|
-
aria-label="
|
|
9574
|
+
aria-label="Table actions"
|
|
9575
9575
|
id="tree-table-with-checkboxes-icons-example-actions-1"
|
|
9576
9576
|
>
|
|
9577
9577
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -9664,7 +9664,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9664
9664
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9665
9665
|
type="button"
|
|
9666
9666
|
aria-expanded="false"
|
|
9667
|
-
aria-label="
|
|
9667
|
+
aria-label="Table actions"
|
|
9668
9668
|
id="tree-table-with-checkboxes-icons-example-actions-2"
|
|
9669
9669
|
>
|
|
9670
9670
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -9740,7 +9740,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9740
9740
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9741
9741
|
type="button"
|
|
9742
9742
|
aria-expanded="false"
|
|
9743
|
-
aria-label="
|
|
9743
|
+
aria-label="Table actions"
|
|
9744
9744
|
id="tree-table-with-checkboxes-icons-example-actions-3"
|
|
9745
9745
|
>
|
|
9746
9746
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -9816,7 +9816,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9816
9816
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9817
9817
|
type="button"
|
|
9818
9818
|
aria-expanded="false"
|
|
9819
|
-
aria-label="
|
|
9819
|
+
aria-label="Table actions"
|
|
9820
9820
|
id="tree-table-with-checkboxes-icons-example-actions-4"
|
|
9821
9821
|
>
|
|
9822
9822
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -9892,7 +9892,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9892
9892
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9893
9893
|
type="button"
|
|
9894
9894
|
aria-expanded="false"
|
|
9895
|
-
aria-label="
|
|
9895
|
+
aria-label="Table actions"
|
|
9896
9896
|
id="tree-table-with-checkboxes-icons-example-actions-5"
|
|
9897
9897
|
>
|
|
9898
9898
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -9967,7 +9967,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9967
9967
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9968
9968
|
type="button"
|
|
9969
9969
|
aria-expanded="false"
|
|
9970
|
-
aria-label="
|
|
9970
|
+
aria-label="Table actions"
|
|
9971
9971
|
id="tree-table-with-checkboxes-icons-example-actions-6"
|
|
9972
9972
|
>
|
|
9973
9973
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -10060,7 +10060,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10060
10060
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10061
10061
|
type="button"
|
|
10062
10062
|
aria-expanded="false"
|
|
10063
|
-
aria-label="
|
|
10063
|
+
aria-label="Table actions"
|
|
10064
10064
|
id="tree-table-with-checkboxes-icons-example-actions-7"
|
|
10065
10065
|
>
|
|
10066
10066
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -10135,7 +10135,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10135
10135
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10136
10136
|
type="button"
|
|
10137
10137
|
aria-expanded="false"
|
|
10138
|
-
aria-label="
|
|
10138
|
+
aria-label="Table actions"
|
|
10139
10139
|
id="tree-table-with-checkboxes-icons-example-actions-8"
|
|
10140
10140
|
>
|
|
10141
10141
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -10227,7 +10227,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10227
10227
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10228
10228
|
type="button"
|
|
10229
10229
|
aria-expanded="false"
|
|
10230
|
-
aria-label="
|
|
10230
|
+
aria-label="Table actions"
|
|
10231
10231
|
id="tree-table-with-checkboxes-icons-example-actions-9"
|
|
10232
10232
|
>
|
|
10233
10233
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -10303,7 +10303,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10303
10303
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10304
10304
|
type="button"
|
|
10305
10305
|
aria-expanded="false"
|
|
10306
|
-
aria-label="
|
|
10306
|
+
aria-label="Table actions"
|
|
10307
10307
|
id="tree-table-with-checkboxes-icons-example-actions-10"
|
|
10308
10308
|
>
|
|
10309
10309
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -10378,7 +10378,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10378
10378
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10379
10379
|
type="button"
|
|
10380
10380
|
aria-expanded="false"
|
|
10381
|
-
aria-label="
|
|
10381
|
+
aria-label="Table actions"
|
|
10382
10382
|
id="tree-table-with-checkboxes-icons-example-actions-11"
|
|
10383
10383
|
>
|
|
10384
10384
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -10471,7 +10471,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10471
10471
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10472
10472
|
type="button"
|
|
10473
10473
|
aria-expanded="false"
|
|
10474
|
-
aria-label="
|
|
10474
|
+
aria-label="Table actions"
|
|
10475
10475
|
id="tree-table-with-checkboxes-icons-example-actions-12"
|
|
10476
10476
|
>
|
|
10477
10477
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -10546,7 +10546,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10546
10546
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10547
10547
|
type="button"
|
|
10548
10548
|
aria-expanded="false"
|
|
10549
|
-
aria-label="
|
|
10549
|
+
aria-label="Table actions"
|
|
10550
10550
|
id="tree-table-with-checkboxes-icons-example-actions-13"
|
|
10551
10551
|
>
|
|
10552
10552
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -10621,7 +10621,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10621
10621
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10622
10622
|
type="button"
|
|
10623
10623
|
aria-expanded="false"
|
|
10624
|
-
aria-label="
|
|
10624
|
+
aria-label="Table actions"
|
|
10625
10625
|
id="tree-table-with-checkboxes-icons-example-actions-14"
|
|
10626
10626
|
>
|
|
10627
10627
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -10713,7 +10713,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10713
10713
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10714
10714
|
type="button"
|
|
10715
10715
|
aria-expanded="false"
|
|
10716
|
-
aria-label="
|
|
10716
|
+
aria-label="Table actions"
|
|
10717
10717
|
id="tree-table-with-checkboxes-icons-example-actions-15"
|
|
10718
10718
|
>
|
|
10719
10719
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -10789,7 +10789,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10789
10789
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10790
10790
|
type="button"
|
|
10791
10791
|
aria-expanded="false"
|
|
10792
|
-
aria-label="
|
|
10792
|
+
aria-label="Table actions"
|
|
10793
10793
|
id="tree-table-with-checkboxes-icons-example-actions-16"
|
|
10794
10794
|
>
|
|
10795
10795
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -10865,7 +10865,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10865
10865
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10866
10866
|
type="button"
|
|
10867
10867
|
aria-expanded="false"
|
|
10868
|
-
aria-label="
|
|
10868
|
+
aria-label="Table actions"
|
|
10869
10869
|
id="tree-table-with-checkboxes-icons-example-actions-17"
|
|
10870
10870
|
>
|
|
10871
10871
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
@@ -11279,7 +11279,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11279
11279
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
11280
11280
|
type="button"
|
|
11281
11281
|
aria-expanded="false"
|
|
11282
|
-
aria-label="
|
|
11282
|
+
aria-label="Table actions"
|
|
11283
11283
|
>
|
|
11284
11284
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
11285
11285
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -11340,7 +11340,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11340
11340
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
11341
11341
|
type="button"
|
|
11342
11342
|
aria-expanded="false"
|
|
11343
|
-
aria-label="
|
|
11343
|
+
aria-label="Table actions"
|
|
11344
11344
|
>
|
|
11345
11345
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
11346
11346
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -11401,7 +11401,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11401
11401
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
11402
11402
|
type="button"
|
|
11403
11403
|
aria-expanded="false"
|
|
11404
|
-
aria-label="
|
|
11404
|
+
aria-label="Table actions"
|
|
11405
11405
|
>
|
|
11406
11406
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
11407
11407
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -11462,7 +11462,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11462
11462
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
11463
11463
|
type="button"
|
|
11464
11464
|
aria-expanded="false"
|
|
11465
|
-
aria-label="
|
|
11465
|
+
aria-label="Table actions"
|
|
11466
11466
|
>
|
|
11467
11467
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
11468
11468
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -11602,10 +11602,10 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11602
11602
|
|
|
11603
11603
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
11604
11604
|
<button
|
|
11605
|
-
class="pf-v6-c-menu-toggle pf-m-
|
|
11605
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
11606
11606
|
type="button"
|
|
11607
11607
|
aria-expanded="false"
|
|
11608
|
-
aria-label="
|
|
11608
|
+
aria-label="Table actions"
|
|
11609
11609
|
>
|
|
11610
11610
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
11611
11611
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -11675,10 +11675,10 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11675
11675
|
|
|
11676
11676
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
11677
11677
|
<button
|
|
11678
|
-
class="pf-v6-c-menu-toggle pf-m-
|
|
11678
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
11679
11679
|
type="button"
|
|
11680
11680
|
aria-expanded="false"
|
|
11681
|
-
aria-label="
|
|
11681
|
+
aria-label="Table actions"
|
|
11682
11682
|
>
|
|
11683
11683
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
11684
11684
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -11748,10 +11748,10 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11748
11748
|
|
|
11749
11749
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
11750
11750
|
<button
|
|
11751
|
-
class="pf-v6-c-menu-toggle pf-m-
|
|
11751
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
11752
11752
|
type="button"
|
|
11753
11753
|
aria-expanded="false"
|
|
11754
|
-
aria-label="
|
|
11754
|
+
aria-label="Table actions"
|
|
11755
11755
|
>
|
|
11756
11756
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
11757
11757
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -11821,10 +11821,10 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11821
11821
|
|
|
11822
11822
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
11823
11823
|
<button
|
|
11824
|
-
class="pf-v6-c-menu-toggle pf-m-
|
|
11824
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
11825
11825
|
type="button"
|
|
11826
11826
|
aria-expanded="false"
|
|
11827
|
-
aria-label="
|
|
11827
|
+
aria-label="Table actions"
|
|
11828
11828
|
>
|
|
11829
11829
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
11830
11830
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12001,7 +12001,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12001
12001
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12002
12002
|
type="button"
|
|
12003
12003
|
aria-expanded="false"
|
|
12004
|
-
aria-label="
|
|
12004
|
+
aria-label="Table actions"
|
|
12005
12005
|
>
|
|
12006
12006
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12007
12007
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12096,7 +12096,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12096
12096
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12097
12097
|
type="button"
|
|
12098
12098
|
aria-expanded="false"
|
|
12099
|
-
aria-label="
|
|
12099
|
+
aria-label="Table actions"
|
|
12100
12100
|
>
|
|
12101
12101
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12102
12102
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12178,7 +12178,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12178
12178
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12179
12179
|
type="button"
|
|
12180
12180
|
aria-expanded="false"
|
|
12181
|
-
aria-label="
|
|
12181
|
+
aria-label="Table actions"
|
|
12182
12182
|
>
|
|
12183
12183
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12184
12184
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12263,7 +12263,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12263
12263
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12264
12264
|
type="button"
|
|
12265
12265
|
aria-expanded="false"
|
|
12266
|
-
aria-label="
|
|
12266
|
+
aria-label="Table actions"
|
|
12267
12267
|
>
|
|
12268
12268
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12269
12269
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12427,7 +12427,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12427
12427
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12428
12428
|
type="button"
|
|
12429
12429
|
aria-expanded="false"
|
|
12430
|
-
aria-label="
|
|
12430
|
+
aria-label="Table actions"
|
|
12431
12431
|
>
|
|
12432
12432
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12433
12433
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12505,7 +12505,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12505
12505
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12506
12506
|
type="button"
|
|
12507
12507
|
aria-expanded="false"
|
|
12508
|
-
aria-label="
|
|
12508
|
+
aria-label="Table actions"
|
|
12509
12509
|
>
|
|
12510
12510
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12511
12511
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12537,7 +12537,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12537
12537
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12538
12538
|
type="button"
|
|
12539
12539
|
aria-expanded="false"
|
|
12540
|
-
aria-label="
|
|
12540
|
+
aria-label="Table actions"
|
|
12541
12541
|
>
|
|
12542
12542
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12543
12543
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12569,7 +12569,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12569
12569
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12570
12570
|
type="button"
|
|
12571
12571
|
aria-expanded="false"
|
|
12572
|
-
aria-label="
|
|
12572
|
+
aria-label="Table actions"
|
|
12573
12573
|
>
|
|
12574
12574
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12575
12575
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12601,7 +12601,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12601
12601
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12602
12602
|
type="button"
|
|
12603
12603
|
aria-expanded="false"
|
|
12604
|
-
aria-label="
|
|
12604
|
+
aria-label="Table actions"
|
|
12605
12605
|
>
|
|
12606
12606
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12607
12607
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12633,7 +12633,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12633
12633
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12634
12634
|
type="button"
|
|
12635
12635
|
aria-expanded="false"
|
|
12636
|
-
aria-label="
|
|
12636
|
+
aria-label="Table actions"
|
|
12637
12637
|
>
|
|
12638
12638
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12639
12639
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12715,7 +12715,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12715
12715
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12716
12716
|
type="button"
|
|
12717
12717
|
aria-expanded="false"
|
|
12718
|
-
aria-label="
|
|
12718
|
+
aria-label="Table actions"
|
|
12719
12719
|
>
|
|
12720
12720
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12721
12721
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12747,7 +12747,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12747
12747
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12748
12748
|
type="button"
|
|
12749
12749
|
aria-expanded="false"
|
|
12750
|
-
aria-label="
|
|
12750
|
+
aria-label="Table actions"
|
|
12751
12751
|
>
|
|
12752
12752
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12753
12753
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12779,7 +12779,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12779
12779
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12780
12780
|
type="button"
|
|
12781
12781
|
aria-expanded="false"
|
|
12782
|
-
aria-label="
|
|
12782
|
+
aria-label="Table actions"
|
|
12783
12783
|
>
|
|
12784
12784
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12785
12785
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12811,7 +12811,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12811
12811
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12812
12812
|
type="button"
|
|
12813
12813
|
aria-expanded="false"
|
|
12814
|
-
aria-label="
|
|
12814
|
+
aria-label="Table actions"
|
|
12815
12815
|
>
|
|
12816
12816
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12817
12817
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12843,7 +12843,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12843
12843
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12844
12844
|
type="button"
|
|
12845
12845
|
aria-expanded="false"
|
|
12846
|
-
aria-label="
|
|
12846
|
+
aria-label="Table actions"
|
|
12847
12847
|
>
|
|
12848
12848
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12849
12849
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12925,7 +12925,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12925
12925
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12926
12926
|
type="button"
|
|
12927
12927
|
aria-expanded="false"
|
|
12928
|
-
aria-label="
|
|
12928
|
+
aria-label="Table actions"
|
|
12929
12929
|
>
|
|
12930
12930
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12931
12931
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12957,7 +12957,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12957
12957
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12958
12958
|
type="button"
|
|
12959
12959
|
aria-expanded="false"
|
|
12960
|
-
aria-label="
|
|
12960
|
+
aria-label="Table actions"
|
|
12961
12961
|
>
|
|
12962
12962
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12963
12963
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12989,7 +12989,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12989
12989
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12990
12990
|
type="button"
|
|
12991
12991
|
aria-expanded="false"
|
|
12992
|
-
aria-label="
|
|
12992
|
+
aria-label="Table actions"
|
|
12993
12993
|
>
|
|
12994
12994
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12995
12995
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13021,7 +13021,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13021
13021
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13022
13022
|
type="button"
|
|
13023
13023
|
aria-expanded="false"
|
|
13024
|
-
aria-label="
|
|
13024
|
+
aria-label="Table actions"
|
|
13025
13025
|
>
|
|
13026
13026
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13027
13027
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13053,7 +13053,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13053
13053
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13054
13054
|
type="button"
|
|
13055
13055
|
aria-expanded="false"
|
|
13056
|
-
aria-label="
|
|
13056
|
+
aria-label="Table actions"
|
|
13057
13057
|
>
|
|
13058
13058
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13059
13059
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13119,7 +13119,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13119
13119
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13120
13120
|
type="button"
|
|
13121
13121
|
aria-expanded="false"
|
|
13122
|
-
aria-label="
|
|
13122
|
+
aria-label="Table actions"
|
|
13123
13123
|
>
|
|
13124
13124
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13125
13125
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13197,7 +13197,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13197
13197
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13198
13198
|
type="button"
|
|
13199
13199
|
aria-expanded="false"
|
|
13200
|
-
aria-label="
|
|
13200
|
+
aria-label="Table actions"
|
|
13201
13201
|
>
|
|
13202
13202
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13203
13203
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13229,7 +13229,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13229
13229
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13230
13230
|
type="button"
|
|
13231
13231
|
aria-expanded="false"
|
|
13232
|
-
aria-label="
|
|
13232
|
+
aria-label="Table actions"
|
|
13233
13233
|
>
|
|
13234
13234
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13235
13235
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13261,7 +13261,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13261
13261
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13262
13262
|
type="button"
|
|
13263
13263
|
aria-expanded="false"
|
|
13264
|
-
aria-label="
|
|
13264
|
+
aria-label="Table actions"
|
|
13265
13265
|
>
|
|
13266
13266
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13267
13267
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13293,7 +13293,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13293
13293
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13294
13294
|
type="button"
|
|
13295
13295
|
aria-expanded="false"
|
|
13296
|
-
aria-label="
|
|
13296
|
+
aria-label="Table actions"
|
|
13297
13297
|
>
|
|
13298
13298
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13299
13299
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13325,7 +13325,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13325
13325
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13326
13326
|
type="button"
|
|
13327
13327
|
aria-expanded="false"
|
|
13328
|
-
aria-label="
|
|
13328
|
+
aria-label="Table actions"
|
|
13329
13329
|
>
|
|
13330
13330
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13331
13331
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13407,7 +13407,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13407
13407
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13408
13408
|
type="button"
|
|
13409
13409
|
aria-expanded="false"
|
|
13410
|
-
aria-label="
|
|
13410
|
+
aria-label="Table actions"
|
|
13411
13411
|
>
|
|
13412
13412
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13413
13413
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13439,7 +13439,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13439
13439
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13440
13440
|
type="button"
|
|
13441
13441
|
aria-expanded="false"
|
|
13442
|
-
aria-label="
|
|
13442
|
+
aria-label="Table actions"
|
|
13443
13443
|
>
|
|
13444
13444
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13445
13445
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13471,7 +13471,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13471
13471
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13472
13472
|
type="button"
|
|
13473
13473
|
aria-expanded="false"
|
|
13474
|
-
aria-label="
|
|
13474
|
+
aria-label="Table actions"
|
|
13475
13475
|
>
|
|
13476
13476
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13477
13477
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13503,7 +13503,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13503
13503
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13504
13504
|
type="button"
|
|
13505
13505
|
aria-expanded="false"
|
|
13506
|
-
aria-label="
|
|
13506
|
+
aria-label="Table actions"
|
|
13507
13507
|
>
|
|
13508
13508
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13509
13509
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13535,7 +13535,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13535
13535
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13536
13536
|
type="button"
|
|
13537
13537
|
aria-expanded="false"
|
|
13538
|
-
aria-label="
|
|
13538
|
+
aria-label="Table actions"
|
|
13539
13539
|
>
|
|
13540
13540
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13541
13541
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13617,7 +13617,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13617
13617
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13618
13618
|
type="button"
|
|
13619
13619
|
aria-expanded="false"
|
|
13620
|
-
aria-label="
|
|
13620
|
+
aria-label="Table actions"
|
|
13621
13621
|
>
|
|
13622
13622
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13623
13623
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13649,7 +13649,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13649
13649
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13650
13650
|
type="button"
|
|
13651
13651
|
aria-expanded="false"
|
|
13652
|
-
aria-label="
|
|
13652
|
+
aria-label="Table actions"
|
|
13653
13653
|
>
|
|
13654
13654
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13655
13655
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13681,7 +13681,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13681
13681
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13682
13682
|
type="button"
|
|
13683
13683
|
aria-expanded="false"
|
|
13684
|
-
aria-label="
|
|
13684
|
+
aria-label="Table actions"
|
|
13685
13685
|
>
|
|
13686
13686
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13687
13687
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13713,7 +13713,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13713
13713
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13714
13714
|
type="button"
|
|
13715
13715
|
aria-expanded="false"
|
|
13716
|
-
aria-label="
|
|
13716
|
+
aria-label="Table actions"
|
|
13717
13717
|
>
|
|
13718
13718
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13719
13719
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13745,7 +13745,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13745
13745
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13746
13746
|
type="button"
|
|
13747
13747
|
aria-expanded="false"
|
|
13748
|
-
aria-label="
|
|
13748
|
+
aria-label="Table actions"
|
|
13749
13749
|
>
|
|
13750
13750
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13751
13751
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13817,7 +13817,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13817
13817
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13818
13818
|
type="button"
|
|
13819
13819
|
aria-expanded="false"
|
|
13820
|
-
aria-label="
|
|
13820
|
+
aria-label="Table actions"
|
|
13821
13821
|
>
|
|
13822
13822
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13823
13823
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13898,7 +13898,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13898
13898
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13899
13899
|
type="button"
|
|
13900
13900
|
aria-expanded="false"
|
|
13901
|
-
aria-label="
|
|
13901
|
+
aria-label="Table actions"
|
|
13902
13902
|
>
|
|
13903
13903
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13904
13904
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13930,7 +13930,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13930
13930
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13931
13931
|
type="button"
|
|
13932
13932
|
aria-expanded="false"
|
|
13933
|
-
aria-label="
|
|
13933
|
+
aria-label="Table actions"
|
|
13934
13934
|
>
|
|
13935
13935
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13936
13936
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13962,7 +13962,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13962
13962
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13963
13963
|
type="button"
|
|
13964
13964
|
aria-expanded="false"
|
|
13965
|
-
aria-label="
|
|
13965
|
+
aria-label="Table actions"
|
|
13966
13966
|
>
|
|
13967
13967
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
13968
13968
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -13994,7 +13994,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13994
13994
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
13995
13995
|
type="button"
|
|
13996
13996
|
aria-expanded="false"
|
|
13997
|
-
aria-label="
|
|
13997
|
+
aria-label="Table actions"
|
|
13998
13998
|
>
|
|
13999
13999
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14000
14000
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14026,7 +14026,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14026
14026
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14027
14027
|
type="button"
|
|
14028
14028
|
aria-expanded="false"
|
|
14029
|
-
aria-label="
|
|
14029
|
+
aria-label="Table actions"
|
|
14030
14030
|
>
|
|
14031
14031
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14032
14032
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14108,7 +14108,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14108
14108
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14109
14109
|
type="button"
|
|
14110
14110
|
aria-expanded="false"
|
|
14111
|
-
aria-label="
|
|
14111
|
+
aria-label="Table actions"
|
|
14112
14112
|
>
|
|
14113
14113
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14114
14114
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14140,7 +14140,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14140
14140
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14141
14141
|
type="button"
|
|
14142
14142
|
aria-expanded="false"
|
|
14143
|
-
aria-label="
|
|
14143
|
+
aria-label="Table actions"
|
|
14144
14144
|
>
|
|
14145
14145
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14146
14146
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14172,7 +14172,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14172
14172
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14173
14173
|
type="button"
|
|
14174
14174
|
aria-expanded="false"
|
|
14175
|
-
aria-label="
|
|
14175
|
+
aria-label="Table actions"
|
|
14176
14176
|
>
|
|
14177
14177
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14178
14178
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14204,7 +14204,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14204
14204
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14205
14205
|
type="button"
|
|
14206
14206
|
aria-expanded="false"
|
|
14207
|
-
aria-label="
|
|
14207
|
+
aria-label="Table actions"
|
|
14208
14208
|
>
|
|
14209
14209
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14210
14210
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14236,7 +14236,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14236
14236
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14237
14237
|
type="button"
|
|
14238
14238
|
aria-expanded="false"
|
|
14239
|
-
aria-label="
|
|
14239
|
+
aria-label="Table actions"
|
|
14240
14240
|
>
|
|
14241
14241
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14242
14242
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14318,7 +14318,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14318
14318
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14319
14319
|
type="button"
|
|
14320
14320
|
aria-expanded="false"
|
|
14321
|
-
aria-label="
|
|
14321
|
+
aria-label="Table actions"
|
|
14322
14322
|
>
|
|
14323
14323
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14324
14324
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14350,7 +14350,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14350
14350
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14351
14351
|
type="button"
|
|
14352
14352
|
aria-expanded="false"
|
|
14353
|
-
aria-label="
|
|
14353
|
+
aria-label="Table actions"
|
|
14354
14354
|
>
|
|
14355
14355
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14356
14356
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14382,7 +14382,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14382
14382
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14383
14383
|
type="button"
|
|
14384
14384
|
aria-expanded="false"
|
|
14385
|
-
aria-label="
|
|
14385
|
+
aria-label="Table actions"
|
|
14386
14386
|
>
|
|
14387
14387
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14388
14388
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14414,7 +14414,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14414
14414
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14415
14415
|
type="button"
|
|
14416
14416
|
aria-expanded="false"
|
|
14417
|
-
aria-label="
|
|
14417
|
+
aria-label="Table actions"
|
|
14418
14418
|
>
|
|
14419
14419
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14420
14420
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14446,7 +14446,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14446
14446
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14447
14447
|
type="button"
|
|
14448
14448
|
aria-expanded="false"
|
|
14449
|
-
aria-label="
|
|
14449
|
+
aria-label="Table actions"
|
|
14450
14450
|
>
|
|
14451
14451
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14452
14452
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14515,7 +14515,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14515
14515
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14516
14516
|
type="button"
|
|
14517
14517
|
aria-expanded="false"
|
|
14518
|
-
aria-label="
|
|
14518
|
+
aria-label="Table actions"
|
|
14519
14519
|
>
|
|
14520
14520
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14521
14521
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14593,7 +14593,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14593
14593
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14594
14594
|
type="button"
|
|
14595
14595
|
aria-expanded="false"
|
|
14596
|
-
aria-label="
|
|
14596
|
+
aria-label="Table actions"
|
|
14597
14597
|
>
|
|
14598
14598
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14599
14599
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14625,7 +14625,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14625
14625
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14626
14626
|
type="button"
|
|
14627
14627
|
aria-expanded="false"
|
|
14628
|
-
aria-label="
|
|
14628
|
+
aria-label="Table actions"
|
|
14629
14629
|
>
|
|
14630
14630
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14631
14631
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14657,7 +14657,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14657
14657
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14658
14658
|
type="button"
|
|
14659
14659
|
aria-expanded="false"
|
|
14660
|
-
aria-label="
|
|
14660
|
+
aria-label="Table actions"
|
|
14661
14661
|
>
|
|
14662
14662
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14663
14663
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14689,7 +14689,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14689
14689
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14690
14690
|
type="button"
|
|
14691
14691
|
aria-expanded="false"
|
|
14692
|
-
aria-label="
|
|
14692
|
+
aria-label="Table actions"
|
|
14693
14693
|
>
|
|
14694
14694
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14695
14695
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14721,7 +14721,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14721
14721
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14722
14722
|
type="button"
|
|
14723
14723
|
aria-expanded="false"
|
|
14724
|
-
aria-label="
|
|
14724
|
+
aria-label="Table actions"
|
|
14725
14725
|
>
|
|
14726
14726
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14727
14727
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14803,7 +14803,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14803
14803
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14804
14804
|
type="button"
|
|
14805
14805
|
aria-expanded="false"
|
|
14806
|
-
aria-label="
|
|
14806
|
+
aria-label="Table actions"
|
|
14807
14807
|
>
|
|
14808
14808
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14809
14809
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14835,7 +14835,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14835
14835
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14836
14836
|
type="button"
|
|
14837
14837
|
aria-expanded="false"
|
|
14838
|
-
aria-label="
|
|
14838
|
+
aria-label="Table actions"
|
|
14839
14839
|
>
|
|
14840
14840
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14841
14841
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14867,7 +14867,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14867
14867
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14868
14868
|
type="button"
|
|
14869
14869
|
aria-expanded="false"
|
|
14870
|
-
aria-label="
|
|
14870
|
+
aria-label="Table actions"
|
|
14871
14871
|
>
|
|
14872
14872
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14873
14873
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14899,7 +14899,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14899
14899
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14900
14900
|
type="button"
|
|
14901
14901
|
aria-expanded="false"
|
|
14902
|
-
aria-label="
|
|
14902
|
+
aria-label="Table actions"
|
|
14903
14903
|
>
|
|
14904
14904
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14905
14905
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -14931,7 +14931,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14931
14931
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14932
14932
|
type="button"
|
|
14933
14933
|
aria-expanded="false"
|
|
14934
|
-
aria-label="
|
|
14934
|
+
aria-label="Table actions"
|
|
14935
14935
|
>
|
|
14936
14936
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
14937
14937
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -15013,7 +15013,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15013
15013
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
15014
15014
|
type="button"
|
|
15015
15015
|
aria-expanded="false"
|
|
15016
|
-
aria-label="
|
|
15016
|
+
aria-label="Table actions"
|
|
15017
15017
|
>
|
|
15018
15018
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
15019
15019
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -15045,7 +15045,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15045
15045
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
15046
15046
|
type="button"
|
|
15047
15047
|
aria-expanded="false"
|
|
15048
|
-
aria-label="
|
|
15048
|
+
aria-label="Table actions"
|
|
15049
15049
|
>
|
|
15050
15050
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
15051
15051
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -15077,7 +15077,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15077
15077
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
15078
15078
|
type="button"
|
|
15079
15079
|
aria-expanded="false"
|
|
15080
|
-
aria-label="
|
|
15080
|
+
aria-label="Table actions"
|
|
15081
15081
|
>
|
|
15082
15082
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
15083
15083
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -15109,7 +15109,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15109
15109
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
15110
15110
|
type="button"
|
|
15111
15111
|
aria-expanded="false"
|
|
15112
|
-
aria-label="
|
|
15112
|
+
aria-label="Table actions"
|
|
15113
15113
|
>
|
|
15114
15114
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
15115
15115
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -15141,7 +15141,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15141
15141
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
15142
15142
|
type="button"
|
|
15143
15143
|
aria-expanded="false"
|
|
15144
|
-
aria-label="
|
|
15144
|
+
aria-label="Table actions"
|
|
15145
15145
|
>
|
|
15146
15146
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
15147
15147
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -20307,7 +20307,7 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
20307
20307
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
20308
20308
|
type="button"
|
|
20309
20309
|
aria-expanded="false"
|
|
20310
|
-
aria-label="
|
|
20310
|
+
aria-label="Table actions"
|
|
20311
20311
|
>
|
|
20312
20312
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
20313
20313
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -20391,7 +20391,7 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
20391
20391
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
20392
20392
|
type="button"
|
|
20393
20393
|
aria-expanded="false"
|
|
20394
|
-
aria-label="
|
|
20394
|
+
aria-label="Table actions"
|
|
20395
20395
|
>
|
|
20396
20396
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
20397
20397
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -20475,7 +20475,7 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
20475
20475
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
20476
20476
|
type="button"
|
|
20477
20477
|
aria-expanded="false"
|
|
20478
|
-
aria-label="
|
|
20478
|
+
aria-label="Table actions"
|
|
20479
20479
|
>
|
|
20480
20480
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
20481
20481
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -20559,7 +20559,7 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
20559
20559
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
20560
20560
|
type="button"
|
|
20561
20561
|
aria-expanded="false"
|
|
20562
|
-
aria-label="
|
|
20562
|
+
aria-label="Table actions"
|
|
20563
20563
|
>
|
|
20564
20564
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
20565
20565
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -21418,7 +21418,7 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
21418
21418
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
21419
21419
|
type="button"
|
|
21420
21420
|
aria-expanded="false"
|
|
21421
|
-
aria-label="
|
|
21421
|
+
aria-label="Table actions"
|
|
21422
21422
|
>
|
|
21423
21423
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
21424
21424
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -21513,7 +21513,7 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
21513
21513
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
21514
21514
|
type="button"
|
|
21515
21515
|
aria-expanded="false"
|
|
21516
|
-
aria-label="
|
|
21516
|
+
aria-label="Table actions"
|
|
21517
21517
|
>
|
|
21518
21518
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
21519
21519
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -21595,7 +21595,7 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
21595
21595
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
21596
21596
|
type="button"
|
|
21597
21597
|
aria-expanded="false"
|
|
21598
|
-
aria-label="
|
|
21598
|
+
aria-label="Table actions"
|
|
21599
21599
|
>
|
|
21600
21600
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
21601
21601
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -21680,7 +21680,7 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
21680
21680
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
21681
21681
|
type="button"
|
|
21682
21682
|
aria-expanded="false"
|
|
21683
|
-
aria-label="
|
|
21683
|
+
aria-label="Table actions"
|
|
21684
21684
|
>
|
|
21685
21685
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
21686
21686
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|