@patternfly/patternfly 6.6.0-prerelease.3 → 6.6.0-prerelease.30
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/assets/fonts/RedHatDisplay/RedHatDisplayVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplayVF.woff2 +0 -0
- package/assets/fonts/RedHatMono/RedHatMonoVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatMono/RedHatMonoVF.woff2 +0 -0
- package/assets/fonts/RedHatText/RedHatTextVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatText/RedHatTextVF.woff2 +0 -0
- package/assets/images/img_avatar-rhds.svg +22 -0
- package/assets/images/pf-logo-avatar.jpg +0 -0
- package/base/patternfly-fonts.css +4 -4
- package/base/patternfly-fonts.scss +4 -4
- package/base/patternfly-variables.css +8 -6
- package/base/tokens/tokens-charts-dark.scss +1 -1
- package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-charts-highcontrast.scss +1 -1
- package/base/tokens/tokens-charts.scss +1 -1
- package/base/tokens/tokens-dark.scss +1 -1
- package/base/tokens/tokens-default.scss +4 -4
- package/base/tokens/tokens-felt-dark.scss +1 -1
- package/base/tokens/tokens-felt-glass-dark.scss +1 -1
- package/base/tokens/tokens-felt-glass.scss +3 -2
- package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-felt-highcontrast.scss +1 -1
- package/base/tokens/tokens-felt.scss +1 -1
- package/base/tokens/tokens-glass-dark.scss +1 -1
- package/base/tokens/tokens-glass.scss +3 -2
- package/base/tokens/tokens-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-highcontrast.scss +4 -4
- package/base/tokens/tokens-palette.scss +1 -1
- package/base/tokens/tokens-redhat-highcontrast.scss +3 -3
- package/components/AboutModalBox/about-modal-box.css +1 -1
- package/components/AboutModalBox/about-modal-box.scss +1 -1
- package/components/Accordion/accordion.css +3 -3
- package/components/Accordion/accordion.scss +3 -3
- package/components/Alert/alert.css +8 -7
- package/components/Alert/alert.scss +8 -7
- package/components/Avatar/avatar.css +144 -0
- package/components/Avatar/avatar.scss +161 -0
- package/components/Banner/banner.css +7 -0
- package/components/Banner/banner.scss +7 -0
- package/components/Breadcrumb/breadcrumb.css +3 -3
- package/components/Breadcrumb/breadcrumb.scss +3 -3
- package/components/Button/button.css +20 -4
- package/components/Button/button.scss +24 -5
- package/components/Card/card.css +4 -4
- package/components/Card/card.scss +4 -4
- package/components/ClipboardCopy/clipboard-copy.css +1 -1
- package/components/ClipboardCopy/clipboard-copy.scss +1 -1
- package/components/DataList/data-list.css +5 -5
- package/components/DataList/data-list.scss +5 -5
- package/components/DragDrop/drag-drop.css +4 -0
- package/components/DragDrop/drag-drop.scss +4 -0
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/Form/form.scss +1 -0
- package/components/FormControl/form-control.css +12 -2
- package/components/FormControl/form-control.scss +14 -2
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -2
- package/components/Label/label.css +9 -3
- package/components/Label/label.scss +9 -3
- package/components/Masthead/masthead.css +1 -1
- package/components/Masthead/masthead.scss +1 -1
- package/components/Menu/menu.css +2 -2
- package/components/Menu/menu.scss +3 -3
- package/components/MenuToggle/menu-toggle.css +3 -0
- package/components/MenuToggle/menu-toggle.scss +4 -1
- package/components/ModalBox/modal-box.css +4 -4
- package/components/ModalBox/modal-box.scss +5 -5
- package/components/Nav/nav.css +2 -2
- package/components/Nav/nav.scss +2 -2
- package/components/NotificationDrawer/notification-drawer.css +3 -3
- package/components/NotificationDrawer/notification-drawer.scss +3 -3
- package/components/Page/page.css +25 -22
- package/components/Page/page.scss +28 -28
- package/components/Pagination/pagination.css +12 -7
- package/components/Pagination/pagination.scss +15 -12
- package/components/Panel/panel.css +1 -1
- package/components/Panel/panel.scss +2 -2
- package/components/Popover/popover.css +1 -1
- package/components/Popover/popover.scss +1 -1
- package/components/Progress/progress.css +2 -2
- package/components/Progress/progress.scss +2 -2
- package/components/Sidebar/sidebar.css +4 -7
- package/components/Sidebar/sidebar.scss +9 -9
- package/components/Table/table-grid.css +25 -13
- package/components/Table/table-grid.scss +10 -5
- package/components/Table/table-tree-view.css +3 -0
- package/components/Table/table-tree-view.scss +2 -0
- package/components/Table/table.css +55 -21
- package/components/Table/table.scss +82 -34
- package/components/Tabs/tabs.css +19 -5
- package/components/Tabs/tabs.scss +22 -5
- package/components/Title/title.css +1 -1
- package/components/Title/title.scss +1 -1
- package/components/Tooltip/tooltip.css +1 -1
- package/components/Tooltip/tooltip.scss +1 -1
- package/components/TreeView/tree-view.css +7 -7
- package/components/TreeView/tree-view.scss +7 -7
- package/components/Wizard/wizard.css +4 -4
- package/components/Wizard/wizard.scss +4 -4
- package/components/_index.css +399 -140
- package/docs/components/Avatar/examples/Avatar.css +6 -0
- package/docs/components/Avatar/examples/Avatar.md +414 -40
- package/docs/components/Button/examples/Button.md +2 -2
- package/docs/components/CodeEditor/examples/CodeEditor.md +131 -47
- package/docs/components/DataList/examples/DataList.md +143 -11
- package/docs/components/DatePicker/examples/DatePicker.md +26 -2
- package/docs/components/DescriptionList/examples/DescriptionList.md +115 -55
- package/docs/components/Drawer/examples/Drawer.md +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +355 -139
- package/docs/components/EmptyState/examples/EmptyState.md +12 -12
- package/docs/components/FileUpload/examples/FileUpload.md +26 -2
- package/docs/components/Form/examples/Form.md +140 -16
- package/docs/components/FormControl/examples/FormControl.md +260 -20
- package/docs/components/HelperText/examples/HelperText.md +139 -11
- package/docs/components/Icon/examples/Icon.md +403 -31
- package/docs/components/InlineEdit/examples/InlineEdit.md +13 -1
- package/docs/components/InputGroup/examples/InputGroup.md +20 -8
- package/docs/components/Label/examples/Label.md +4029 -765
- package/docs/components/List/examples/List.md +78 -6
- package/docs/components/Login/examples/Login.md +104 -8
- package/docs/components/Menu/examples/Menu.md +221 -17
- package/docs/components/MenuToggle/examples/MenuToggle.md +54 -15
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +247 -19
- package/docs/components/NumberInput/examples/NumberInput.md +301 -25
- package/docs/components/Pagination/examples/Pagination.md +111 -273
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +169 -13
- package/docs/components/Sidebar/examples/Sidebar.md +3 -1
- package/docs/components/Switch/examples/Switch.md +52 -4
- package/docs/components/Table/examples/Table.css +6 -0
- package/docs/components/Table/examples/Table.md +1322 -171
- package/docs/components/Tabs/examples/Tabs.md +18 -998
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +355 -115
- package/docs/components/Toolbar/examples/Toolbar.md +133 -25
- package/docs/components/TreeView/examples/TreeView.md +286 -118
- package/docs/components/Wizard/examples/Wizard.md +325 -25
- package/docs/demos/Alert/examples/Alert.md +181 -40
- package/docs/demos/Button/examples/Button.md +57 -45
- package/docs/demos/Card/examples/Card.md +280 -34
- package/docs/demos/CardView/examples/CardView.md +12 -12
- package/docs/demos/Compass/examples/Compass.md +91 -439
- package/docs/demos/Dashboard/examples/Dashboard.md +92 -41
- package/docs/demos/DataList/examples/DataList.md +74 -50
- package/docs/demos/Form/examples/BasicForms.md +112 -36
- package/docs/demos/HelperText/examples/HelperText.md +104 -8
- package/docs/demos/Masthead/examples/Masthead.md +52 -4
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +176 -14
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +2570 -4968
- package/docs/demos/Table/examples/Table.md +407 -179
- package/docs/demos/Toolbar/examples/Toolbar.md +139 -46
- package/docs/demos/Wizard/examples/Wizard.md +117 -9
- package/package.json +7 -7
- package/patternfly-base-no-globals.css +12 -10
- package/patternfly-base.css +12 -10
- package/patternfly-no-globals.css +411 -150
- package/patternfly.css +411 -150
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -4290,7 +4290,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4290
4290
|
>
|
|
4291
4291
|
<button class="pf-v6-c-table__button">
|
|
4292
4292
|
<span class="pf-v6-c-table__text">
|
|
4293
|
-
<
|
|
4293
|
+
<svg
|
|
4294
|
+
class="pf-v6-svg"
|
|
4295
|
+
fill="currentColor"
|
|
4296
|
+
viewBox="0 0 32 32"
|
|
4297
|
+
aria-hidden="true"
|
|
4298
|
+
role="img"
|
|
4299
|
+
width="1em"
|
|
4300
|
+
height="1em"
|
|
4301
|
+
>
|
|
4302
|
+
<path
|
|
4303
|
+
d="M24 10.858V13c0 2.206-1.794 4-4 4h-6c-1.654 0-3 1.346-3 3v3.142c1.721.447 3 2 3 3.858 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.858 1.279-3.411 3-3.858V8.858c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858v7.168A4.948 4.948 0 0 1 14 15h6c1.103 0 2-.897 2-2v-2.142c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858Z"
|
|
4304
|
+
/>
|
|
4305
|
+
</svg> 10
|
|
4294
4306
|
</span>
|
|
4295
4307
|
</button>
|
|
4296
4308
|
</td>
|
|
@@ -4301,7 +4313,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4301
4313
|
>
|
|
4302
4314
|
<button class="pf-v6-c-table__button">
|
|
4303
4315
|
<span class="pf-v6-c-table__text">
|
|
4304
|
-
<
|
|
4316
|
+
<svg
|
|
4317
|
+
class="pf-v6-svg"
|
|
4318
|
+
fill="currentColor"
|
|
4319
|
+
viewBox="0 0 32 32"
|
|
4320
|
+
aria-hidden="true"
|
|
4321
|
+
role="img"
|
|
4322
|
+
width="1em"
|
|
4323
|
+
height="1em"
|
|
4324
|
+
>
|
|
4325
|
+
<path
|
|
4326
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
4327
|
+
/>
|
|
4328
|
+
</svg>
|
|
4305
4329
|
234
|
|
4306
4330
|
</span>
|
|
4307
4331
|
</button>
|
|
@@ -4313,7 +4337,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4313
4337
|
>
|
|
4314
4338
|
<button class="pf-v6-c-table__button">
|
|
4315
4339
|
<span class="pf-v6-c-table__text">
|
|
4316
|
-
<
|
|
4340
|
+
<svg
|
|
4341
|
+
class="pf-v6-svg"
|
|
4342
|
+
fill="currentColor"
|
|
4343
|
+
viewBox="0 0 32 32"
|
|
4344
|
+
aria-hidden="true"
|
|
4345
|
+
role="img"
|
|
4346
|
+
width="1em"
|
|
4347
|
+
height="1em"
|
|
4348
|
+
>
|
|
4349
|
+
<path
|
|
4350
|
+
d="M31 26c0 2.757-2.243 5-5 5a5.01 5.01 0 0 1-4.899-4H8c-3.309 0-6-2.691-6-6s2.691-6 6-6h16c2.206 0 4-1.794 4-4s-1.794-4-4-4H10.899A5.009 5.009 0 0 1 6 11c-2.757 0-5-2.243-5-5s2.243-5 5-5a5.01 5.01 0 0 1 4.899 4H24c3.309 0 6 2.691 6 6s-2.691 6-6 6H8c-2.206 0-4 1.794-4 4s1.794 4 4 4h13.101A5.009 5.009 0 0 1 26 21c2.757 0 5 2.243 5 5Z"
|
|
4351
|
+
/>
|
|
4352
|
+
</svg>
|
|
4317
4353
|
4
|
|
4318
4354
|
</span>
|
|
4319
4355
|
</button>
|
|
@@ -4953,7 +4989,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4953
4989
|
>
|
|
4954
4990
|
<button class="pf-v6-c-table__button">
|
|
4955
4991
|
<span class="pf-v6-c-table__text">
|
|
4956
|
-
<
|
|
4992
|
+
<svg
|
|
4993
|
+
class="pf-v6-svg"
|
|
4994
|
+
fill="currentColor"
|
|
4995
|
+
viewBox="0 0 32 32"
|
|
4996
|
+
aria-hidden="true"
|
|
4997
|
+
role="img"
|
|
4998
|
+
width="1em"
|
|
4999
|
+
height="1em"
|
|
5000
|
+
>
|
|
5001
|
+
<path
|
|
5002
|
+
d="M24 10.858V13c0 2.206-1.794 4-4 4h-6c-1.654 0-3 1.346-3 3v3.142c1.721.447 3 2 3 3.858 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.858 1.279-3.411 3-3.858V8.858c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858v7.168A4.948 4.948 0 0 1 14 15h6c1.103 0 2-.897 2-2v-2.142c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858Z"
|
|
5003
|
+
/>
|
|
5004
|
+
</svg>
|
|
4957
5005
|
2
|
|
4958
5006
|
</span>
|
|
4959
5007
|
</button>
|
|
@@ -4965,7 +5013,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4965
5013
|
>
|
|
4966
5014
|
<button class="pf-v6-c-table__button">
|
|
4967
5015
|
<span class="pf-v6-c-table__text">
|
|
4968
|
-
<
|
|
5016
|
+
<svg
|
|
5017
|
+
class="pf-v6-svg"
|
|
5018
|
+
fill="currentColor"
|
|
5019
|
+
viewBox="0 0 32 32"
|
|
5020
|
+
aria-hidden="true"
|
|
5021
|
+
role="img"
|
|
5022
|
+
width="1em"
|
|
5023
|
+
height="1em"
|
|
5024
|
+
>
|
|
5025
|
+
<path
|
|
5026
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
5027
|
+
/>
|
|
5028
|
+
</svg>
|
|
4969
5029
|
82
|
|
4970
5030
|
</span>
|
|
4971
5031
|
</button>
|
|
@@ -4977,7 +5037,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4977
5037
|
>
|
|
4978
5038
|
<button class="pf-v6-c-table__button">
|
|
4979
5039
|
<span class="pf-v6-c-table__text">
|
|
4980
|
-
<
|
|
5040
|
+
<svg
|
|
5041
|
+
class="pf-v6-svg"
|
|
5042
|
+
fill="currentColor"
|
|
5043
|
+
viewBox="0 0 32 32"
|
|
5044
|
+
aria-hidden="true"
|
|
5045
|
+
role="img"
|
|
5046
|
+
width="1em"
|
|
5047
|
+
height="1em"
|
|
5048
|
+
>
|
|
5049
|
+
<path
|
|
5050
|
+
d="M31 26c0 2.757-2.243 5-5 5a5.01 5.01 0 0 1-4.899-4H8c-3.309 0-6-2.691-6-6s2.691-6 6-6h16c2.206 0 4-1.794 4-4s-1.794-4-4-4H10.899A5.009 5.009 0 0 1 6 11c-2.757 0-5-2.243-5-5s2.243-5 5-5a5.01 5.01 0 0 1 4.899 4H24c3.309 0 6 2.691 6 6s-2.691 6-6 6H8c-2.206 0-4 1.794-4 4s1.794 4 4 4h13.101A5.009 5.009 0 0 1 26 21c2.757 0 5 2.243 5 5Z"
|
|
5051
|
+
/>
|
|
5052
|
+
</svg>
|
|
4981
5053
|
1
|
|
4982
5054
|
</span>
|
|
4983
5055
|
</button>
|
|
@@ -5614,7 +5686,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5614
5686
|
>
|
|
5615
5687
|
<button class="pf-v6-c-table__button">
|
|
5616
5688
|
<span class="pf-v6-c-table__text">
|
|
5617
|
-
<
|
|
5689
|
+
<svg
|
|
5690
|
+
class="pf-v6-svg"
|
|
5691
|
+
fill="currentColor"
|
|
5692
|
+
viewBox="0 0 32 32"
|
|
5693
|
+
aria-hidden="true"
|
|
5694
|
+
role="img"
|
|
5695
|
+
width="1em"
|
|
5696
|
+
height="1em"
|
|
5697
|
+
>
|
|
5698
|
+
<path
|
|
5699
|
+
d="M24 10.858V13c0 2.206-1.794 4-4 4h-6c-1.654 0-3 1.346-3 3v3.142c1.721.447 3 2 3 3.858 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.858 1.279-3.411 3-3.858V8.858c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858v7.168A4.948 4.948 0 0 1 14 15h6c1.103 0 2-.897 2-2v-2.142c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858Z"
|
|
5700
|
+
/>
|
|
5701
|
+
</svg>
|
|
5618
5702
|
4
|
|
5619
5703
|
</span>
|
|
5620
5704
|
</button>
|
|
@@ -5626,7 +5710,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5626
5710
|
>
|
|
5627
5711
|
<button class="pf-v6-c-table__button">
|
|
5628
5712
|
<span class="pf-v6-c-table__text">
|
|
5629
|
-
<
|
|
5713
|
+
<svg
|
|
5714
|
+
class="pf-v6-svg"
|
|
5715
|
+
fill="currentColor"
|
|
5716
|
+
viewBox="0 0 32 32"
|
|
5717
|
+
aria-hidden="true"
|
|
5718
|
+
role="img"
|
|
5719
|
+
width="1em"
|
|
5720
|
+
height="1em"
|
|
5721
|
+
>
|
|
5722
|
+
<path
|
|
5723
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
5724
|
+
/>
|
|
5725
|
+
</svg>
|
|
5630
5726
|
4
|
|
5631
5727
|
</span>
|
|
5632
5728
|
</button>
|
|
@@ -5638,7 +5734,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5638
5734
|
>
|
|
5639
5735
|
<button class="pf-v6-c-table__button">
|
|
5640
5736
|
<span class="pf-v6-c-table__text">
|
|
5641
|
-
<
|
|
5737
|
+
<svg
|
|
5738
|
+
class="pf-v6-svg"
|
|
5739
|
+
fill="currentColor"
|
|
5740
|
+
viewBox="0 0 32 32"
|
|
5741
|
+
aria-hidden="true"
|
|
5742
|
+
role="img"
|
|
5743
|
+
width="1em"
|
|
5744
|
+
height="1em"
|
|
5745
|
+
>
|
|
5746
|
+
<path
|
|
5747
|
+
d="M31 26c0 2.757-2.243 5-5 5a5.01 5.01 0 0 1-4.899-4H8c-3.309 0-6-2.691-6-6s2.691-6 6-6h16c2.206 0 4-1.794 4-4s-1.794-4-4-4H10.899A5.009 5.009 0 0 1 6 11c-2.757 0-5-2.243-5-5s2.243-5 5-5a5.01 5.01 0 0 1 4.899 4H24c3.309 0 6 2.691 6 6s-2.691 6-6 6H8c-2.206 0-4 1.794-4 4s1.794 4 4 4h13.101A5.009 5.009 0 0 1 26 21c2.757 0 5 2.243 5 5Z"
|
|
5748
|
+
/>
|
|
5749
|
+
</svg>
|
|
5642
5750
|
1
|
|
5643
5751
|
</span>
|
|
5644
5752
|
</button>
|
|
@@ -6398,7 +6506,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6398
6506
|
>
|
|
6399
6507
|
<button class="pf-v6-c-table__button">
|
|
6400
6508
|
<span class="pf-v6-c-table__text">
|
|
6401
|
-
<
|
|
6509
|
+
<svg
|
|
6510
|
+
class="pf-v6-svg"
|
|
6511
|
+
fill="currentColor"
|
|
6512
|
+
viewBox="0 0 32 32"
|
|
6513
|
+
aria-hidden="true"
|
|
6514
|
+
role="img"
|
|
6515
|
+
width="1em"
|
|
6516
|
+
height="1em"
|
|
6517
|
+
>
|
|
6518
|
+
<path
|
|
6519
|
+
d="M24 10.858V13c0 2.206-1.794 4-4 4h-6c-1.654 0-3 1.346-3 3v3.142c1.721.447 3 2 3 3.858 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.858 1.279-3.411 3-3.858V8.858c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858v7.168A4.948 4.948 0 0 1 14 15h6c1.103 0 2-.897 2-2v-2.142c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858Z"
|
|
6520
|
+
/>
|
|
6521
|
+
</svg> 10
|
|
6402
6522
|
</span>
|
|
6403
6523
|
</button>
|
|
6404
6524
|
</td>
|
|
@@ -6409,7 +6529,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6409
6529
|
>
|
|
6410
6530
|
<button class="pf-v6-c-table__button">
|
|
6411
6531
|
<span class="pf-v6-c-table__text">
|
|
6412
|
-
<
|
|
6532
|
+
<svg
|
|
6533
|
+
class="pf-v6-svg"
|
|
6534
|
+
fill="currentColor"
|
|
6535
|
+
viewBox="0 0 32 32"
|
|
6536
|
+
aria-hidden="true"
|
|
6537
|
+
role="img"
|
|
6538
|
+
width="1em"
|
|
6539
|
+
height="1em"
|
|
6540
|
+
>
|
|
6541
|
+
<path
|
|
6542
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
6543
|
+
/>
|
|
6544
|
+
</svg>
|
|
6413
6545
|
234
|
|
6414
6546
|
</span>
|
|
6415
6547
|
</button>
|
|
@@ -6421,7 +6553,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6421
6553
|
>
|
|
6422
6554
|
<button class="pf-v6-c-table__button">
|
|
6423
6555
|
<span class="pf-v6-c-table__text">
|
|
6424
|
-
<
|
|
6556
|
+
<svg
|
|
6557
|
+
class="pf-v6-svg"
|
|
6558
|
+
fill="currentColor"
|
|
6559
|
+
viewBox="0 0 32 32"
|
|
6560
|
+
aria-hidden="true"
|
|
6561
|
+
role="img"
|
|
6562
|
+
width="1em"
|
|
6563
|
+
height="1em"
|
|
6564
|
+
>
|
|
6565
|
+
<path
|
|
6566
|
+
d="M31 26c0 2.757-2.243 5-5 5a5.01 5.01 0 0 1-4.899-4H8c-3.309 0-6-2.691-6-6s2.691-6 6-6h16c2.206 0 4-1.794 4-4s-1.794-4-4-4H10.899A5.009 5.009 0 0 1 6 11c-2.757 0-5-2.243-5-5s2.243-5 5-5a5.01 5.01 0 0 1 4.899 4H24c3.309 0 6 2.691 6 6s-2.691 6-6 6H8c-2.206 0-4 1.794-4 4s1.794 4 4 4h13.101A5.009 5.009 0 0 1 26 21c2.757 0 5 2.243 5 5Z"
|
|
6567
|
+
/>
|
|
6568
|
+
</svg>
|
|
6425
6569
|
4
|
|
6426
6570
|
</span>
|
|
6427
6571
|
</button>
|
|
@@ -7061,7 +7205,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7061
7205
|
>
|
|
7062
7206
|
<button class="pf-v6-c-table__button">
|
|
7063
7207
|
<span class="pf-v6-c-table__text">
|
|
7064
|
-
<
|
|
7208
|
+
<svg
|
|
7209
|
+
class="pf-v6-svg"
|
|
7210
|
+
fill="currentColor"
|
|
7211
|
+
viewBox="0 0 32 32"
|
|
7212
|
+
aria-hidden="true"
|
|
7213
|
+
role="img"
|
|
7214
|
+
width="1em"
|
|
7215
|
+
height="1em"
|
|
7216
|
+
>
|
|
7217
|
+
<path
|
|
7218
|
+
d="M24 10.858V13c0 2.206-1.794 4-4 4h-6c-1.654 0-3 1.346-3 3v3.142c1.721.447 3 2 3 3.858 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.858 1.279-3.411 3-3.858V8.858c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858v7.168A4.948 4.948 0 0 1 14 15h6c1.103 0 2-.897 2-2v-2.142c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858Z"
|
|
7219
|
+
/>
|
|
7220
|
+
</svg>
|
|
7065
7221
|
2
|
|
7066
7222
|
</span>
|
|
7067
7223
|
</button>
|
|
@@ -7073,7 +7229,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7073
7229
|
>
|
|
7074
7230
|
<button class="pf-v6-c-table__button">
|
|
7075
7231
|
<span class="pf-v6-c-table__text">
|
|
7076
|
-
<
|
|
7232
|
+
<svg
|
|
7233
|
+
class="pf-v6-svg"
|
|
7234
|
+
fill="currentColor"
|
|
7235
|
+
viewBox="0 0 32 32"
|
|
7236
|
+
aria-hidden="true"
|
|
7237
|
+
role="img"
|
|
7238
|
+
width="1em"
|
|
7239
|
+
height="1em"
|
|
7240
|
+
>
|
|
7241
|
+
<path
|
|
7242
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
7243
|
+
/>
|
|
7244
|
+
</svg>
|
|
7077
7245
|
82
|
|
7078
7246
|
</span>
|
|
7079
7247
|
</button>
|
|
@@ -7085,7 +7253,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7085
7253
|
>
|
|
7086
7254
|
<button class="pf-v6-c-table__button">
|
|
7087
7255
|
<span class="pf-v6-c-table__text">
|
|
7088
|
-
<
|
|
7256
|
+
<svg
|
|
7257
|
+
class="pf-v6-svg"
|
|
7258
|
+
fill="currentColor"
|
|
7259
|
+
viewBox="0 0 32 32"
|
|
7260
|
+
aria-hidden="true"
|
|
7261
|
+
role="img"
|
|
7262
|
+
width="1em"
|
|
7263
|
+
height="1em"
|
|
7264
|
+
>
|
|
7265
|
+
<path
|
|
7266
|
+
d="M31 26c0 2.757-2.243 5-5 5a5.01 5.01 0 0 1-4.899-4H8c-3.309 0-6-2.691-6-6s2.691-6 6-6h16c2.206 0 4-1.794 4-4s-1.794-4-4-4H10.899A5.009 5.009 0 0 1 6 11c-2.757 0-5-2.243-5-5s2.243-5 5-5a5.01 5.01 0 0 1 4.899 4H24c3.309 0 6 2.691 6 6s-2.691 6-6 6H8c-2.206 0-4 1.794-4 4s1.794 4 4 4h13.101A5.009 5.009 0 0 1 26 21c2.757 0 5 2.243 5 5Z"
|
|
7267
|
+
/>
|
|
7268
|
+
</svg>
|
|
7089
7269
|
1
|
|
7090
7270
|
</span>
|
|
7091
7271
|
</button>
|
|
@@ -7722,7 +7902,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7722
7902
|
>
|
|
7723
7903
|
<button class="pf-v6-c-table__button">
|
|
7724
7904
|
<span class="pf-v6-c-table__text">
|
|
7725
|
-
<
|
|
7905
|
+
<svg
|
|
7906
|
+
class="pf-v6-svg"
|
|
7907
|
+
fill="currentColor"
|
|
7908
|
+
viewBox="0 0 32 32"
|
|
7909
|
+
aria-hidden="true"
|
|
7910
|
+
role="img"
|
|
7911
|
+
width="1em"
|
|
7912
|
+
height="1em"
|
|
7913
|
+
>
|
|
7914
|
+
<path
|
|
7915
|
+
d="M24 10.858V13c0 2.206-1.794 4-4 4h-6c-1.654 0-3 1.346-3 3v3.142c1.721.447 3 2 3 3.858 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.858 1.279-3.411 3-3.858V8.858c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858v7.168A4.948 4.948 0 0 1 14 15h6c1.103 0 2-.897 2-2v-2.142c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858Z"
|
|
7916
|
+
/>
|
|
7917
|
+
</svg>
|
|
7726
7918
|
4
|
|
7727
7919
|
</span>
|
|
7728
7920
|
</button>
|
|
@@ -7734,7 +7926,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7734
7926
|
>
|
|
7735
7927
|
<button class="pf-v6-c-table__button">
|
|
7736
7928
|
<span class="pf-v6-c-table__text">
|
|
7737
|
-
<
|
|
7929
|
+
<svg
|
|
7930
|
+
class="pf-v6-svg"
|
|
7931
|
+
fill="currentColor"
|
|
7932
|
+
viewBox="0 0 32 32"
|
|
7933
|
+
aria-hidden="true"
|
|
7934
|
+
role="img"
|
|
7935
|
+
width="1em"
|
|
7936
|
+
height="1em"
|
|
7937
|
+
>
|
|
7938
|
+
<path
|
|
7939
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
7940
|
+
/>
|
|
7941
|
+
</svg>
|
|
7738
7942
|
4
|
|
7739
7943
|
</span>
|
|
7740
7944
|
</button>
|
|
@@ -7746,7 +7950,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7746
7950
|
>
|
|
7747
7951
|
<button class="pf-v6-c-table__button">
|
|
7748
7952
|
<span class="pf-v6-c-table__text">
|
|
7749
|
-
<
|
|
7953
|
+
<svg
|
|
7954
|
+
class="pf-v6-svg"
|
|
7955
|
+
fill="currentColor"
|
|
7956
|
+
viewBox="0 0 32 32"
|
|
7957
|
+
aria-hidden="true"
|
|
7958
|
+
role="img"
|
|
7959
|
+
width="1em"
|
|
7960
|
+
height="1em"
|
|
7961
|
+
>
|
|
7962
|
+
<path
|
|
7963
|
+
d="M31 26c0 2.757-2.243 5-5 5a5.01 5.01 0 0 1-4.899-4H8c-3.309 0-6-2.691-6-6s2.691-6 6-6h16c2.206 0 4-1.794 4-4s-1.794-4-4-4H10.899A5.009 5.009 0 0 1 6 11c-2.757 0-5-2.243-5-5s2.243-5 5-5a5.01 5.01 0 0 1 4.899 4H24c3.309 0 6 2.691 6 6s-2.691 6-6 6H8c-2.206 0-4 1.794-4 4s1.794 4 4 4h13.101A5.009 5.009 0 0 1 26 21c2.757 0 5 2.243 5 5Z"
|
|
7964
|
+
/>
|
|
7965
|
+
</svg>
|
|
7750
7966
|
1
|
|
7751
7967
|
</span>
|
|
7752
7968
|
</button>
|
|
@@ -8506,7 +8722,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8506
8722
|
>
|
|
8507
8723
|
<button class="pf-v6-c-table__button">
|
|
8508
8724
|
<span class="pf-v6-c-table__text">
|
|
8509
|
-
<
|
|
8725
|
+
<svg
|
|
8726
|
+
class="pf-v6-svg"
|
|
8727
|
+
fill="currentColor"
|
|
8728
|
+
viewBox="0 0 32 32"
|
|
8729
|
+
aria-hidden="true"
|
|
8730
|
+
role="img"
|
|
8731
|
+
width="1em"
|
|
8732
|
+
height="1em"
|
|
8733
|
+
>
|
|
8734
|
+
<path
|
|
8735
|
+
d="M24 10.858V13c0 2.206-1.794 4-4 4h-6c-1.654 0-3 1.346-3 3v3.142c1.721.447 3 2 3 3.858 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.858 1.279-3.411 3-3.858V8.858c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858v7.168A4.948 4.948 0 0 1 14 15h6c1.103 0 2-.897 2-2v-2.142c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858Z"
|
|
8736
|
+
/>
|
|
8737
|
+
</svg> 10
|
|
8510
8738
|
</span>
|
|
8511
8739
|
</button>
|
|
8512
8740
|
</td>
|
|
@@ -8517,7 +8745,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8517
8745
|
>
|
|
8518
8746
|
<button class="pf-v6-c-table__button">
|
|
8519
8747
|
<span class="pf-v6-c-table__text">
|
|
8520
|
-
<
|
|
8748
|
+
<svg
|
|
8749
|
+
class="pf-v6-svg"
|
|
8750
|
+
fill="currentColor"
|
|
8751
|
+
viewBox="0 0 32 32"
|
|
8752
|
+
aria-hidden="true"
|
|
8753
|
+
role="img"
|
|
8754
|
+
width="1em"
|
|
8755
|
+
height="1em"
|
|
8756
|
+
>
|
|
8757
|
+
<path
|
|
8758
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
8759
|
+
/>
|
|
8760
|
+
</svg>
|
|
8521
8761
|
234
|
|
8522
8762
|
</span>
|
|
8523
8763
|
</button>
|
|
@@ -8529,7 +8769,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8529
8769
|
>
|
|
8530
8770
|
<button class="pf-v6-c-table__button">
|
|
8531
8771
|
<span class="pf-v6-c-table__text">
|
|
8532
|
-
<
|
|
8772
|
+
<svg
|
|
8773
|
+
class="pf-v6-svg"
|
|
8774
|
+
fill="currentColor"
|
|
8775
|
+
viewBox="0 0 32 32"
|
|
8776
|
+
aria-hidden="true"
|
|
8777
|
+
role="img"
|
|
8778
|
+
width="1em"
|
|
8779
|
+
height="1em"
|
|
8780
|
+
>
|
|
8781
|
+
<path
|
|
8782
|
+
d="M31 26c0 2.757-2.243 5-5 5a5.01 5.01 0 0 1-4.899-4H8c-3.309 0-6-2.691-6-6s2.691-6 6-6h16c2.206 0 4-1.794 4-4s-1.794-4-4-4H10.899A5.009 5.009 0 0 1 6 11c-2.757 0-5-2.243-5-5s2.243-5 5-5a5.01 5.01 0 0 1 4.899 4H24c3.309 0 6 2.691 6 6s-2.691 6-6 6H8c-2.206 0-4 1.794-4 4s1.794 4 4 4h13.101A5.009 5.009 0 0 1 26 21c2.757 0 5 2.243 5 5Z"
|
|
8783
|
+
/>
|
|
8784
|
+
</svg>
|
|
8533
8785
|
4
|
|
8534
8786
|
</span>
|
|
8535
8787
|
</button>
|
|
@@ -9166,7 +9418,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9166
9418
|
>
|
|
9167
9419
|
<button class="pf-v6-c-table__button">
|
|
9168
9420
|
<span class="pf-v6-c-table__text">
|
|
9169
|
-
<
|
|
9421
|
+
<svg
|
|
9422
|
+
class="pf-v6-svg"
|
|
9423
|
+
fill="currentColor"
|
|
9424
|
+
viewBox="0 0 32 32"
|
|
9425
|
+
aria-hidden="true"
|
|
9426
|
+
role="img"
|
|
9427
|
+
width="1em"
|
|
9428
|
+
height="1em"
|
|
9429
|
+
>
|
|
9430
|
+
<path
|
|
9431
|
+
d="M24 10.858V13c0 2.206-1.794 4-4 4h-6c-1.654 0-3 1.346-3 3v3.142c1.721.447 3 2 3 3.858 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.858 1.279-3.411 3-3.858V8.858c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858v7.168A4.948 4.948 0 0 1 14 15h6c1.103 0 2-.897 2-2v-2.142c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858Z"
|
|
9432
|
+
/>
|
|
9433
|
+
</svg>
|
|
9170
9434
|
2
|
|
9171
9435
|
</span>
|
|
9172
9436
|
</button>
|
|
@@ -9178,7 +9442,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9178
9442
|
>
|
|
9179
9443
|
<button class="pf-v6-c-table__button">
|
|
9180
9444
|
<span class="pf-v6-c-table__text">
|
|
9181
|
-
<
|
|
9445
|
+
<svg
|
|
9446
|
+
class="pf-v6-svg"
|
|
9447
|
+
fill="currentColor"
|
|
9448
|
+
viewBox="0 0 32 32"
|
|
9449
|
+
aria-hidden="true"
|
|
9450
|
+
role="img"
|
|
9451
|
+
width="1em"
|
|
9452
|
+
height="1em"
|
|
9453
|
+
>
|
|
9454
|
+
<path
|
|
9455
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
9456
|
+
/>
|
|
9457
|
+
</svg>
|
|
9182
9458
|
82
|
|
9183
9459
|
</span>
|
|
9184
9460
|
</button>
|
|
@@ -9190,10 +9466,22 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9190
9466
|
>
|
|
9191
9467
|
<button class="pf-v6-c-table__button">
|
|
9192
9468
|
<span class="pf-v6-c-table__text">
|
|
9193
|
-
<
|
|
9194
|
-
|
|
9195
|
-
|
|
9196
|
-
|
|
9469
|
+
<svg
|
|
9470
|
+
class="pf-v6-svg"
|
|
9471
|
+
fill="currentColor"
|
|
9472
|
+
viewBox="0 0 32 32"
|
|
9473
|
+
aria-hidden="true"
|
|
9474
|
+
role="img"
|
|
9475
|
+
width="1em"
|
|
9476
|
+
height="1em"
|
|
9477
|
+
>
|
|
9478
|
+
<path
|
|
9479
|
+
d="M31 26c0 2.757-2.243 5-5 5a5.01 5.01 0 0 1-4.899-4H8c-3.309 0-6-2.691-6-6s2.691-6 6-6h16c2.206 0 4-1.794 4-4s-1.794-4-4-4H10.899A5.009 5.009 0 0 1 6 11c-2.757 0-5-2.243-5-5s2.243-5 5-5a5.01 5.01 0 0 1 4.899 4H24c3.309 0 6 2.691 6 6s-2.691 6-6 6H8c-2.206 0-4 1.794-4 4s1.794 4 4 4h13.101A5.009 5.009 0 0 1 26 21c2.757 0 5 2.243 5 5Z"
|
|
9480
|
+
/>
|
|
9481
|
+
</svg>
|
|
9482
|
+
1
|
|
9483
|
+
</span>
|
|
9484
|
+
</button>
|
|
9197
9485
|
</td>
|
|
9198
9486
|
|
|
9199
9487
|
<th class="pf-v6-c-table__th" role="columnheader" data-label="Workspaces">
|
|
@@ -9824,7 +10112,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9824
10112
|
>
|
|
9825
10113
|
<button class="pf-v6-c-table__button">
|
|
9826
10114
|
<span class="pf-v6-c-table__text">
|
|
9827
|
-
<
|
|
10115
|
+
<svg
|
|
10116
|
+
class="pf-v6-svg"
|
|
10117
|
+
fill="currentColor"
|
|
10118
|
+
viewBox="0 0 32 32"
|
|
10119
|
+
aria-hidden="true"
|
|
10120
|
+
role="img"
|
|
10121
|
+
width="1em"
|
|
10122
|
+
height="1em"
|
|
10123
|
+
>
|
|
10124
|
+
<path
|
|
10125
|
+
d="M24 10.858V13c0 2.206-1.794 4-4 4h-6c-1.654 0-3 1.346-3 3v3.142c1.721.447 3 2 3 3.858 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.858 1.279-3.411 3-3.858V8.858c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858v7.168A4.948 4.948 0 0 1 14 15h6c1.103 0 2-.897 2-2v-2.142c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858Z"
|
|
10126
|
+
/>
|
|
10127
|
+
</svg>
|
|
9828
10128
|
4
|
|
9829
10129
|
</span>
|
|
9830
10130
|
</button>
|
|
@@ -9836,7 +10136,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9836
10136
|
>
|
|
9837
10137
|
<button class="pf-v6-c-table__button">
|
|
9838
10138
|
<span class="pf-v6-c-table__text">
|
|
9839
|
-
<
|
|
10139
|
+
<svg
|
|
10140
|
+
class="pf-v6-svg"
|
|
10141
|
+
fill="currentColor"
|
|
10142
|
+
viewBox="0 0 32 32"
|
|
10143
|
+
aria-hidden="true"
|
|
10144
|
+
role="img"
|
|
10145
|
+
width="1em"
|
|
10146
|
+
height="1em"
|
|
10147
|
+
>
|
|
10148
|
+
<path
|
|
10149
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
10150
|
+
/>
|
|
10151
|
+
</svg>
|
|
9840
10152
|
4
|
|
9841
10153
|
</span>
|
|
9842
10154
|
</button>
|
|
@@ -9848,7 +10160,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9848
10160
|
>
|
|
9849
10161
|
<button class="pf-v6-c-table__button">
|
|
9850
10162
|
<span class="pf-v6-c-table__text">
|
|
9851
|
-
<
|
|
10163
|
+
<svg
|
|
10164
|
+
class="pf-v6-svg"
|
|
10165
|
+
fill="currentColor"
|
|
10166
|
+
viewBox="0 0 32 32"
|
|
10167
|
+
aria-hidden="true"
|
|
10168
|
+
role="img"
|
|
10169
|
+
width="1em"
|
|
10170
|
+
height="1em"
|
|
10171
|
+
>
|
|
10172
|
+
<path
|
|
10173
|
+
d="M31 26c0 2.757-2.243 5-5 5a5.01 5.01 0 0 1-4.899-4H8c-3.309 0-6-2.691-6-6s2.691-6 6-6h16c2.206 0 4-1.794 4-4s-1.794-4-4-4H10.899A5.009 5.009 0 0 1 6 11c-2.757 0-5-2.243-5-5s2.243-5 5-5a5.01 5.01 0 0 1 4.899 4H24c3.309 0 6 2.691 6 6s-2.691 6-6 6H8c-2.206 0-4 1.794-4 4s1.794 4 4 4h13.101A5.009 5.009 0 0 1 26 21c2.757 0 5 2.243 5 5Z"
|
|
10174
|
+
/>
|
|
10175
|
+
</svg>
|
|
9852
10176
|
1
|
|
9853
10177
|
</span>
|
|
9854
10178
|
</button>
|
|
@@ -10702,7 +11026,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10702
11026
|
role="cell"
|
|
10703
11027
|
data-label="Icon"
|
|
10704
11028
|
>
|
|
10705
|
-
<
|
|
11029
|
+
<svg
|
|
11030
|
+
class="pf-v6-svg"
|
|
11031
|
+
fill="currentColor"
|
|
11032
|
+
viewBox="0 0 32 32"
|
|
11033
|
+
aria-hidden="true"
|
|
11034
|
+
role="img"
|
|
11035
|
+
width="1em"
|
|
11036
|
+
height="1em"
|
|
11037
|
+
>
|
|
11038
|
+
<path
|
|
11039
|
+
d="M11 26.792c-.384 0-.769-.146-1.061-.438l-8.646-8.647a.999.999 0 1 1 1.414-1.414L11 24.586 29.293 6.293a.999.999 0 1 1 1.414 1.414L12.061 26.354a1.497 1.497 0 0 1-1.061.438Z"
|
|
11040
|
+
/>
|
|
11041
|
+
</svg>
|
|
10706
11042
|
</td>
|
|
10707
11043
|
<td
|
|
10708
11044
|
class="pf-v6-c-table__td pf-m-compact"
|
|
@@ -10787,7 +11123,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10787
11123
|
role="cell"
|
|
10788
11124
|
data-label="Icon"
|
|
10789
11125
|
>
|
|
10790
|
-
<
|
|
11126
|
+
<svg
|
|
11127
|
+
class="pf-v6-svg"
|
|
11128
|
+
fill="currentColor"
|
|
11129
|
+
viewBox="0 0 32 32"
|
|
11130
|
+
aria-hidden="true"
|
|
11131
|
+
role="img"
|
|
11132
|
+
width="1em"
|
|
11133
|
+
height="1em"
|
|
11134
|
+
>
|
|
11135
|
+
<path
|
|
11136
|
+
d="M11 26.792c-.384 0-.769-.146-1.061-.438l-8.646-8.647a.999.999 0 1 1 1.414-1.414L11 24.586 29.293 6.293a.999.999 0 1 1 1.414 1.414L12.061 26.354a1.497 1.497 0 0 1-1.061.438Z"
|
|
11137
|
+
/>
|
|
11138
|
+
</svg>
|
|
10791
11139
|
</td>
|
|
10792
11140
|
<td
|
|
10793
11141
|
class="pf-v6-c-table__td pf-m-compact"
|
|
@@ -10872,7 +11220,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10872
11220
|
role="cell"
|
|
10873
11221
|
data-label="Icon"
|
|
10874
11222
|
>
|
|
10875
|
-
<
|
|
11223
|
+
<svg
|
|
11224
|
+
class="pf-v6-svg"
|
|
11225
|
+
fill="currentColor"
|
|
11226
|
+
viewBox="0 0 32 32"
|
|
11227
|
+
aria-hidden="true"
|
|
11228
|
+
role="img"
|
|
11229
|
+
width="1em"
|
|
11230
|
+
height="1em"
|
|
11231
|
+
>
|
|
11232
|
+
<path
|
|
11233
|
+
d="M11 26.792c-.384 0-.769-.146-1.061-.438l-8.646-8.647a.999.999 0 1 1 1.414-1.414L11 24.586 29.293 6.293a.999.999 0 1 1 1.414 1.414L12.061 26.354a1.497 1.497 0 0 1-1.061.438Z"
|
|
11234
|
+
/>
|
|
11235
|
+
</svg>
|
|
10876
11236
|
</td>
|
|
10877
11237
|
<td
|
|
10878
11238
|
class="pf-v6-c-table__td pf-m-compact"
|
|
@@ -10957,7 +11317,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10957
11317
|
role="cell"
|
|
10958
11318
|
data-label="Icon"
|
|
10959
11319
|
>
|
|
10960
|
-
<
|
|
11320
|
+
<svg
|
|
11321
|
+
class="pf-v6-svg"
|
|
11322
|
+
fill="currentColor"
|
|
11323
|
+
viewBox="0 0 32 32"
|
|
11324
|
+
aria-hidden="true"
|
|
11325
|
+
role="img"
|
|
11326
|
+
width="1em"
|
|
11327
|
+
height="1em"
|
|
11328
|
+
>
|
|
11329
|
+
<path
|
|
11330
|
+
d="M11 26.792c-.384 0-.769-.146-1.061-.438l-8.646-8.647a.999.999 0 1 1 1.414-1.414L11 24.586 29.293 6.293a.999.999 0 1 1 1.414 1.414L12.061 26.354a1.497 1.497 0 0 1-1.061.438Z"
|
|
11331
|
+
/>
|
|
11332
|
+
</svg>
|
|
10961
11333
|
</td>
|
|
10962
11334
|
<td
|
|
10963
11335
|
class="pf-v6-c-table__td pf-m-compact"
|
|
@@ -13148,7 +13520,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13148
13520
|
height="1em"
|
|
13149
13521
|
>
|
|
13150
13522
|
<path
|
|
13151
|
-
d="
|
|
13523
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
13152
13524
|
/>
|
|
13153
13525
|
</svg>
|
|
13154
13526
|
</div>
|
|
@@ -13261,7 +13633,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13261
13633
|
height="1em"
|
|
13262
13634
|
>
|
|
13263
13635
|
<path
|
|
13264
|
-
d="
|
|
13636
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
13265
13637
|
/>
|
|
13266
13638
|
</svg>
|
|
13267
13639
|
</div>
|
|
@@ -13705,7 +14077,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13705
14077
|
height="1em"
|
|
13706
14078
|
>
|
|
13707
14079
|
<path
|
|
13708
|
-
d="
|
|
14080
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
13709
14081
|
/>
|
|
13710
14082
|
</svg>
|
|
13711
14083
|
</div>
|
|
@@ -13899,7 +14271,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13899
14271
|
height="1em"
|
|
13900
14272
|
>
|
|
13901
14273
|
<path
|
|
13902
|
-
d="
|
|
14274
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
13903
14275
|
/>
|
|
13904
14276
|
</svg>
|
|
13905
14277
|
</div>
|
|
@@ -14176,7 +14548,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14176
14548
|
height="1em"
|
|
14177
14549
|
>
|
|
14178
14550
|
<path
|
|
14179
|
-
d="
|
|
14551
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
14180
14552
|
/>
|
|
14181
14553
|
</svg>
|
|
14182
14554
|
</div>
|
|
@@ -14453,7 +14825,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14453
14825
|
height="1em"
|
|
14454
14826
|
>
|
|
14455
14827
|
<path
|
|
14456
|
-
d="
|
|
14828
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
14457
14829
|
/>
|
|
14458
14830
|
</svg>
|
|
14459
14831
|
</div>
|
|
@@ -14769,7 +15141,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14769
15141
|
height="1em"
|
|
14770
15142
|
>
|
|
14771
15143
|
<path
|
|
14772
|
-
d="
|
|
15144
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
14773
15145
|
/>
|
|
14774
15146
|
</svg>
|
|
14775
15147
|
</div>
|
|
@@ -14896,7 +15268,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14896
15268
|
height="1em"
|
|
14897
15269
|
>
|
|
14898
15270
|
<path
|
|
14899
|
-
d="
|
|
15271
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
14900
15272
|
/>
|
|
14901
15273
|
</svg>
|
|
14902
15274
|
</div>
|
|
@@ -15414,7 +15786,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15414
15786
|
height="1em"
|
|
15415
15787
|
>
|
|
15416
15788
|
<path
|
|
15417
|
-
d="
|
|
15789
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
15418
15790
|
/>
|
|
15419
15791
|
</svg>
|
|
15420
15792
|
</div>
|
|
@@ -15637,7 +16009,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15637
16009
|
height="1em"
|
|
15638
16010
|
>
|
|
15639
16011
|
<path
|
|
15640
|
-
d="
|
|
16012
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
15641
16013
|
/>
|
|
15642
16014
|
</svg>
|
|
15643
16015
|
</div>
|
|
@@ -15958,7 +16330,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15958
16330
|
height="1em"
|
|
15959
16331
|
>
|
|
15960
16332
|
<path
|
|
15961
|
-
d="
|
|
16333
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
15962
16334
|
/>
|
|
15963
16335
|
</svg>
|
|
15964
16336
|
</div>
|
|
@@ -16279,7 +16651,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
16279
16651
|
height="1em"
|
|
16280
16652
|
>
|
|
16281
16653
|
<path
|
|
16282
|
-
d="
|
|
16654
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
16283
16655
|
/>
|
|
16284
16656
|
</svg>
|
|
16285
16657
|
</div>
|
|
@@ -16638,7 +17010,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
16638
17010
|
height="1em"
|
|
16639
17011
|
>
|
|
16640
17012
|
<path
|
|
16641
|
-
d="
|
|
17013
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
16642
17014
|
/>
|
|
16643
17015
|
</svg>
|
|
16644
17016
|
</div>
|
|
@@ -16662,7 +17034,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
16662
17034
|
|
|
16663
17035
|
<div class="pf-v6-c-table__tree-view-text">
|
|
16664
17036
|
<span class="pf-v6-c-table__tree-view-icon">
|
|
16665
|
-
<
|
|
17037
|
+
<svg
|
|
17038
|
+
class="pf-v6-svg"
|
|
17039
|
+
fill="currentColor"
|
|
17040
|
+
viewBox="0 0 32 32"
|
|
17041
|
+
aria-hidden="true"
|
|
17042
|
+
role="img"
|
|
17043
|
+
width="1em"
|
|
17044
|
+
height="1em"
|
|
17045
|
+
>
|
|
17046
|
+
<path
|
|
17047
|
+
d="M31 9.5v17c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-17C1 8.673 1.673 8 2.5 8h2.69l.681-3.208A1 1 0 0 1 6.85 4h9.301a1 1 0 0 1 .979.792L17.811 8h11.69c.827 0 1.5.673 1.5 1.5Z"
|
|
17048
|
+
/>
|
|
17049
|
+
</svg>
|
|
16666
17050
|
</span>
|
|
16667
17051
|
<span
|
|
16668
17052
|
class="pf-v6-c-table__text"
|
|
@@ -16768,7 +17152,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
16768
17152
|
height="1em"
|
|
16769
17153
|
>
|
|
16770
17154
|
<path
|
|
16771
|
-
d="
|
|
17155
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
16772
17156
|
/>
|
|
16773
17157
|
</svg>
|
|
16774
17158
|
</div>
|
|
@@ -16792,7 +17176,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
16792
17176
|
|
|
16793
17177
|
<div class="pf-v6-c-table__tree-view-text">
|
|
16794
17178
|
<span class="pf-v6-c-table__tree-view-icon">
|
|
16795
|
-
<
|
|
17179
|
+
<svg
|
|
17180
|
+
class="pf-v6-svg"
|
|
17181
|
+
fill="currentColor"
|
|
17182
|
+
viewBox="0 0 32 32"
|
|
17183
|
+
aria-hidden="true"
|
|
17184
|
+
role="img"
|
|
17185
|
+
width="1em"
|
|
17186
|
+
height="1em"
|
|
17187
|
+
>
|
|
17188
|
+
<path
|
|
17189
|
+
d="M31 9.5v17c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-17C1 8.673 1.673 8 2.5 8h2.69l.681-3.208A1 1 0 0 1 6.85 4h9.301a1 1 0 0 1 .979.792L17.811 8h11.69c.827 0 1.5.673 1.5 1.5Z"
|
|
17190
|
+
/>
|
|
17191
|
+
</svg>
|
|
16796
17192
|
</span>
|
|
16797
17193
|
<span
|
|
16798
17194
|
class="pf-v6-c-table__text"
|
|
@@ -16893,7 +17289,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
16893
17289
|
|
|
16894
17290
|
<div class="pf-v6-c-table__tree-view-text">
|
|
16895
17291
|
<span class="pf-v6-c-table__tree-view-icon">
|
|
16896
|
-
<
|
|
17292
|
+
<svg
|
|
17293
|
+
class="pf-v6-svg"
|
|
17294
|
+
fill="currentColor"
|
|
17295
|
+
viewBox="0 0 32 32"
|
|
17296
|
+
aria-hidden="true"
|
|
17297
|
+
role="img"
|
|
17298
|
+
width="1em"
|
|
17299
|
+
height="1em"
|
|
17300
|
+
>
|
|
17301
|
+
<path
|
|
17302
|
+
d="M4.275 8.875a.738.738 0 0 1 .195-.405l7-7a.738.738 0 0 1 .405-.195v7.6h-7.6ZM26.5 1.25H14.125V9.5c0 .896-.729 1.625-1.625 1.625H4.25V29.5c0 .689.561 1.25 1.25 1.25h21c.689 0 1.25-.561 1.25-1.25v-27c0-.689-.561-1.25-1.25-1.25Z"
|
|
17303
|
+
/>
|
|
17304
|
+
</svg>
|
|
16897
17305
|
</span>
|
|
16898
17306
|
<span
|
|
16899
17307
|
class="pf-v6-c-table__text"
|
|
@@ -16994,7 +17402,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
16994
17402
|
|
|
16995
17403
|
<div class="pf-v6-c-table__tree-view-text">
|
|
16996
17404
|
<span class="pf-v6-c-table__tree-view-icon">
|
|
16997
|
-
<
|
|
17405
|
+
<svg
|
|
17406
|
+
class="pf-v6-svg"
|
|
17407
|
+
fill="currentColor"
|
|
17408
|
+
viewBox="0 0 32 32"
|
|
17409
|
+
aria-hidden="true"
|
|
17410
|
+
role="img"
|
|
17411
|
+
width="1em"
|
|
17412
|
+
height="1em"
|
|
17413
|
+
>
|
|
17414
|
+
<path
|
|
17415
|
+
d="M4.275 8.875a.738.738 0 0 1 .195-.405l7-7a.738.738 0 0 1 .405-.195v7.6h-7.6ZM26.5 1.25H14.125V9.5c0 .896-.729 1.625-1.625 1.625H4.25V29.5c0 .689.561 1.25 1.25 1.25h21c.689 0 1.25-.561 1.25-1.25v-27c0-.689-.561-1.25-1.25-1.25Z"
|
|
17416
|
+
/>
|
|
17417
|
+
</svg>
|
|
16998
17418
|
</span>
|
|
16999
17419
|
<span
|
|
17000
17420
|
class="pf-v6-c-table__text"
|
|
@@ -17095,7 +17515,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17095
17515
|
|
|
17096
17516
|
<div class="pf-v6-c-table__tree-view-text">
|
|
17097
17517
|
<span class="pf-v6-c-table__tree-view-icon">
|
|
17098
|
-
<
|
|
17518
|
+
<svg
|
|
17519
|
+
class="pf-v6-svg"
|
|
17520
|
+
fill="currentColor"
|
|
17521
|
+
viewBox="0 0 32 32"
|
|
17522
|
+
aria-hidden="true"
|
|
17523
|
+
role="img"
|
|
17524
|
+
width="1em"
|
|
17525
|
+
height="1em"
|
|
17526
|
+
>
|
|
17527
|
+
<path
|
|
17528
|
+
d="M4.275 8.875a.738.738 0 0 1 .195-.405l7-7a.738.738 0 0 1 .405-.195v7.6h-7.6ZM26.5 1.25H14.125V9.5c0 .896-.729 1.625-1.625 1.625H4.25V29.5c0 .689.561 1.25 1.25 1.25h21c.689 0 1.25-.561 1.25-1.25v-27c0-.689-.561-1.25-1.25-1.25Z"
|
|
17529
|
+
/>
|
|
17530
|
+
</svg>
|
|
17099
17531
|
</span>
|
|
17100
17532
|
<span
|
|
17101
17533
|
class="pf-v6-c-table__text"
|
|
@@ -17195,7 +17627,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17195
17627
|
|
|
17196
17628
|
<div class="pf-v6-c-table__tree-view-text">
|
|
17197
17629
|
<span class="pf-v6-c-table__tree-view-icon">
|
|
17198
|
-
<
|
|
17630
|
+
<svg
|
|
17631
|
+
class="pf-v6-svg"
|
|
17632
|
+
fill="currentColor"
|
|
17633
|
+
viewBox="0 0 32 32"
|
|
17634
|
+
aria-hidden="true"
|
|
17635
|
+
role="img"
|
|
17636
|
+
width="1em"
|
|
17637
|
+
height="1em"
|
|
17638
|
+
>
|
|
17639
|
+
<path
|
|
17640
|
+
d="M4.275 8.875a.738.738 0 0 1 .195-.405l7-7a.738.738 0 0 1 .405-.195v7.6h-7.6ZM26.5 1.25H14.125V9.5c0 .896-.729 1.625-1.625 1.625H4.25V29.5c0 .689.561 1.25 1.25 1.25h21c.689 0 1.25-.561 1.25-1.25v-27c0-.689-.561-1.25-1.25-1.25Z"
|
|
17641
|
+
/>
|
|
17642
|
+
</svg>
|
|
17199
17643
|
</span>
|
|
17200
17644
|
<span
|
|
17201
17645
|
class="pf-v6-c-table__text"
|
|
@@ -17301,7 +17745,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17301
17745
|
height="1em"
|
|
17302
17746
|
>
|
|
17303
17747
|
<path
|
|
17304
|
-
d="
|
|
17748
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
17305
17749
|
/>
|
|
17306
17750
|
</svg>
|
|
17307
17751
|
</div>
|
|
@@ -17325,7 +17769,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17325
17769
|
|
|
17326
17770
|
<div class="pf-v6-c-table__tree-view-text">
|
|
17327
17771
|
<span class="pf-v6-c-table__tree-view-icon">
|
|
17328
|
-
<
|
|
17772
|
+
<svg
|
|
17773
|
+
class="pf-v6-svg"
|
|
17774
|
+
fill="currentColor"
|
|
17775
|
+
viewBox="0 0 32 32"
|
|
17776
|
+
aria-hidden="true"
|
|
17777
|
+
role="img"
|
|
17778
|
+
width="1em"
|
|
17779
|
+
height="1em"
|
|
17780
|
+
>
|
|
17781
|
+
<path
|
|
17782
|
+
d="M31 9.5v17c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-17C1 8.673 1.673 8 2.5 8h2.69l.681-3.208A1 1 0 0 1 6.85 4h9.301a1 1 0 0 1 .979.792L17.811 8h11.69c.827 0 1.5.673 1.5 1.5Z"
|
|
17783
|
+
/>
|
|
17784
|
+
</svg>
|
|
17329
17785
|
</span>
|
|
17330
17786
|
<span
|
|
17331
17787
|
class="pf-v6-c-table__text"
|
|
@@ -17425,7 +17881,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17425
17881
|
|
|
17426
17882
|
<div class="pf-v6-c-table__tree-view-text">
|
|
17427
17883
|
<span class="pf-v6-c-table__tree-view-icon">
|
|
17428
|
-
<
|
|
17884
|
+
<svg
|
|
17885
|
+
class="pf-v6-svg"
|
|
17886
|
+
fill="currentColor"
|
|
17887
|
+
viewBox="0 0 32 32"
|
|
17888
|
+
aria-hidden="true"
|
|
17889
|
+
role="img"
|
|
17890
|
+
width="1em"
|
|
17891
|
+
height="1em"
|
|
17892
|
+
>
|
|
17893
|
+
<path
|
|
17894
|
+
d="M4.275 8.875a.738.738 0 0 1 .195-.405l7-7a.738.738 0 0 1 .405-.195v7.6h-7.6ZM26.5 1.25H14.125V9.5c0 .896-.729 1.625-1.625 1.625H4.25V29.5c0 .689.561 1.25 1.25 1.25h21c.689 0 1.25-.561 1.25-1.25v-27c0-.689-.561-1.25-1.25-1.25Z"
|
|
17895
|
+
/>
|
|
17896
|
+
</svg>
|
|
17429
17897
|
</span>
|
|
17430
17898
|
<span
|
|
17431
17899
|
class="pf-v6-c-table__text"
|
|
@@ -17530,7 +17998,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17530
17998
|
height="1em"
|
|
17531
17999
|
>
|
|
17532
18000
|
<path
|
|
17533
|
-
d="
|
|
18001
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
17534
18002
|
/>
|
|
17535
18003
|
</svg>
|
|
17536
18004
|
</div>
|
|
@@ -17554,7 +18022,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17554
18022
|
|
|
17555
18023
|
<div class="pf-v6-c-table__tree-view-text">
|
|
17556
18024
|
<span class="pf-v6-c-table__tree-view-icon">
|
|
17557
|
-
<
|
|
18025
|
+
<svg
|
|
18026
|
+
class="pf-v6-svg"
|
|
18027
|
+
fill="currentColor"
|
|
18028
|
+
viewBox="0 0 32 32"
|
|
18029
|
+
aria-hidden="true"
|
|
18030
|
+
role="img"
|
|
18031
|
+
width="1em"
|
|
18032
|
+
height="1em"
|
|
18033
|
+
>
|
|
18034
|
+
<path
|
|
18035
|
+
d="M31 9.5v17c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-17C1 8.673 1.673 8 2.5 8h2.69l.681-3.208A1 1 0 0 1 6.85 4h9.301a1 1 0 0 1 .979.792L17.811 8h11.69c.827 0 1.5.673 1.5 1.5Z"
|
|
18036
|
+
/>
|
|
18037
|
+
</svg>
|
|
17558
18038
|
</span>
|
|
17559
18039
|
<span
|
|
17560
18040
|
class="pf-v6-c-table__text"
|
|
@@ -17654,7 +18134,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17654
18134
|
|
|
17655
18135
|
<div class="pf-v6-c-table__tree-view-text">
|
|
17656
18136
|
<span class="pf-v6-c-table__tree-view-icon">
|
|
17657
|
-
<
|
|
18137
|
+
<svg
|
|
18138
|
+
class="pf-v6-svg"
|
|
18139
|
+
fill="currentColor"
|
|
18140
|
+
viewBox="0 0 32 32"
|
|
18141
|
+
aria-hidden="true"
|
|
18142
|
+
role="img"
|
|
18143
|
+
width="1em"
|
|
18144
|
+
height="1em"
|
|
18145
|
+
>
|
|
18146
|
+
<path
|
|
18147
|
+
d="M4.275 8.875a.738.738 0 0 1 .195-.405l7-7a.738.738 0 0 1 .405-.195v7.6h-7.6ZM26.5 1.25H14.125V9.5c0 .896-.729 1.625-1.625 1.625H4.25V29.5c0 .689.561 1.25 1.25 1.25h21c.689 0 1.25-.561 1.25-1.25v-27c0-.689-.561-1.25-1.25-1.25Z"
|
|
18148
|
+
/>
|
|
18149
|
+
</svg>
|
|
17658
18150
|
</span>
|
|
17659
18151
|
<span
|
|
17660
18152
|
class="pf-v6-c-table__text"
|
|
@@ -17754,7 +18246,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17754
18246
|
|
|
17755
18247
|
<div class="pf-v6-c-table__tree-view-text">
|
|
17756
18248
|
<span class="pf-v6-c-table__tree-view-icon">
|
|
17757
|
-
<
|
|
18249
|
+
<svg
|
|
18250
|
+
class="pf-v6-svg"
|
|
18251
|
+
fill="currentColor"
|
|
18252
|
+
viewBox="0 0 32 32"
|
|
18253
|
+
aria-hidden="true"
|
|
18254
|
+
role="img"
|
|
18255
|
+
width="1em"
|
|
18256
|
+
height="1em"
|
|
18257
|
+
>
|
|
18258
|
+
<path
|
|
18259
|
+
d="M4.275 8.875a.738.738 0 0 1 .195-.405l7-7a.738.738 0 0 1 .405-.195v7.6h-7.6ZM26.5 1.25H14.125V9.5c0 .896-.729 1.625-1.625 1.625H4.25V29.5c0 .689.561 1.25 1.25 1.25h21c.689 0 1.25-.561 1.25-1.25v-27c0-.689-.561-1.25-1.25-1.25Z"
|
|
18260
|
+
/>
|
|
18261
|
+
</svg>
|
|
17758
18262
|
</span>
|
|
17759
18263
|
<span
|
|
17760
18264
|
class="pf-v6-c-table__text"
|
|
@@ -17860,7 +18364,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17860
18364
|
height="1em"
|
|
17861
18365
|
>
|
|
17862
18366
|
<path
|
|
17863
|
-
d="
|
|
18367
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
17864
18368
|
/>
|
|
17865
18369
|
</svg>
|
|
17866
18370
|
</div>
|
|
@@ -17884,7 +18388,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17884
18388
|
|
|
17885
18389
|
<div class="pf-v6-c-table__tree-view-text">
|
|
17886
18390
|
<span class="pf-v6-c-table__tree-view-icon">
|
|
17887
|
-
<
|
|
18391
|
+
<svg
|
|
18392
|
+
class="pf-v6-svg"
|
|
18393
|
+
fill="currentColor"
|
|
18394
|
+
viewBox="0 0 32 32"
|
|
18395
|
+
aria-hidden="true"
|
|
18396
|
+
role="img"
|
|
18397
|
+
width="1em"
|
|
18398
|
+
height="1em"
|
|
18399
|
+
>
|
|
18400
|
+
<path
|
|
18401
|
+
d="M31 9.5v17c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-17C1 8.673 1.673 8 2.5 8h2.69l.681-3.208A1 1 0 0 1 6.85 4h9.301a1 1 0 0 1 .979.792L17.811 8h11.69c.827 0 1.5.673 1.5 1.5Z"
|
|
18402
|
+
/>
|
|
18403
|
+
</svg>
|
|
17888
18404
|
</span>
|
|
17889
18405
|
<span
|
|
17890
18406
|
class="pf-v6-c-table__text"
|
|
@@ -17984,7 +18500,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17984
18500
|
|
|
17985
18501
|
<div class="pf-v6-c-table__tree-view-text">
|
|
17986
18502
|
<span class="pf-v6-c-table__tree-view-icon">
|
|
17987
|
-
<
|
|
18503
|
+
<svg
|
|
18504
|
+
class="pf-v6-svg"
|
|
18505
|
+
fill="currentColor"
|
|
18506
|
+
viewBox="0 0 32 32"
|
|
18507
|
+
aria-hidden="true"
|
|
18508
|
+
role="img"
|
|
18509
|
+
width="1em"
|
|
18510
|
+
height="1em"
|
|
18511
|
+
>
|
|
18512
|
+
<path
|
|
18513
|
+
d="M4.275 8.875a.738.738 0 0 1 .195-.405l7-7a.738.738 0 0 1 .405-.195v7.6h-7.6ZM26.5 1.25H14.125V9.5c0 .896-.729 1.625-1.625 1.625H4.25V29.5c0 .689.561 1.25 1.25 1.25h21c.689 0 1.25-.561 1.25-1.25v-27c0-.689-.561-1.25-1.25-1.25Z"
|
|
18514
|
+
/>
|
|
18515
|
+
</svg>
|
|
17988
18516
|
</span>
|
|
17989
18517
|
<span
|
|
17990
18518
|
class="pf-v6-c-table__text"
|
|
@@ -18084,7 +18612,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
18084
18612
|
|
|
18085
18613
|
<div class="pf-v6-c-table__tree-view-text">
|
|
18086
18614
|
<span class="pf-v6-c-table__tree-view-icon">
|
|
18087
|
-
<
|
|
18615
|
+
<svg
|
|
18616
|
+
class="pf-v6-svg"
|
|
18617
|
+
fill="currentColor"
|
|
18618
|
+
viewBox="0 0 32 32"
|
|
18619
|
+
aria-hidden="true"
|
|
18620
|
+
role="img"
|
|
18621
|
+
width="1em"
|
|
18622
|
+
height="1em"
|
|
18623
|
+
>
|
|
18624
|
+
<path
|
|
18625
|
+
d="M4.275 8.875a.738.738 0 0 1 .195-.405l7-7a.738.738 0 0 1 .405-.195v7.6h-7.6ZM26.5 1.25H14.125V9.5c0 .896-.729 1.625-1.625 1.625H4.25V29.5c0 .689.561 1.25 1.25 1.25h21c.689 0 1.25-.561 1.25-1.25v-27c0-.689-.561-1.25-1.25-1.25Z"
|
|
18626
|
+
/>
|
|
18627
|
+
</svg>
|
|
18088
18628
|
</span>
|
|
18089
18629
|
<span
|
|
18090
18630
|
class="pf-v6-c-table__text"
|
|
@@ -18190,7 +18730,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
18190
18730
|
height="1em"
|
|
18191
18731
|
>
|
|
18192
18732
|
<path
|
|
18193
|
-
d="
|
|
18733
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
18194
18734
|
/>
|
|
18195
18735
|
</svg>
|
|
18196
18736
|
</div>
|
|
@@ -18214,7 +18754,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
18214
18754
|
|
|
18215
18755
|
<div class="pf-v6-c-table__tree-view-text">
|
|
18216
18756
|
<span class="pf-v6-c-table__tree-view-icon">
|
|
18217
|
-
<
|
|
18757
|
+
<svg
|
|
18758
|
+
class="pf-v6-svg"
|
|
18759
|
+
fill="currentColor"
|
|
18760
|
+
viewBox="0 0 32 32"
|
|
18761
|
+
aria-hidden="true"
|
|
18762
|
+
role="img"
|
|
18763
|
+
width="1em"
|
|
18764
|
+
height="1em"
|
|
18765
|
+
>
|
|
18766
|
+
<path
|
|
18767
|
+
d="M31 9.5v17c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-17C1 8.673 1.673 8 2.5 8h2.69l.681-3.208A1 1 0 0 1 6.85 4h9.301a1 1 0 0 1 .979.792L17.811 8h11.69c.827 0 1.5.673 1.5 1.5Z"
|
|
18768
|
+
/>
|
|
18769
|
+
</svg>
|
|
18218
18770
|
</span>
|
|
18219
18771
|
<span
|
|
18220
18772
|
class="pf-v6-c-table__text"
|
|
@@ -18315,7 +18867,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
18315
18867
|
|
|
18316
18868
|
<div class="pf-v6-c-table__tree-view-text">
|
|
18317
18869
|
<span class="pf-v6-c-table__tree-view-icon">
|
|
18318
|
-
<
|
|
18870
|
+
<svg
|
|
18871
|
+
class="pf-v6-svg"
|
|
18872
|
+
fill="currentColor"
|
|
18873
|
+
viewBox="0 0 32 32"
|
|
18874
|
+
aria-hidden="true"
|
|
18875
|
+
role="img"
|
|
18876
|
+
width="1em"
|
|
18877
|
+
height="1em"
|
|
18878
|
+
>
|
|
18879
|
+
<path
|
|
18880
|
+
d="M4.275 8.875a.738.738 0 0 1 .195-.405l7-7a.738.738 0 0 1 .405-.195v7.6h-7.6ZM26.5 1.25H14.125V9.5c0 .896-.729 1.625-1.625 1.625H4.25V29.5c0 .689.561 1.25 1.25 1.25h21c.689 0 1.25-.561 1.25-1.25v-27c0-.689-.561-1.25-1.25-1.25Z"
|
|
18881
|
+
/>
|
|
18882
|
+
</svg>
|
|
18319
18883
|
</span>
|
|
18320
18884
|
<span
|
|
18321
18885
|
class="pf-v6-c-table__text"
|
|
@@ -18416,7 +18980,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
18416
18980
|
|
|
18417
18981
|
<div class="pf-v6-c-table__tree-view-text">
|
|
18418
18982
|
<span class="pf-v6-c-table__tree-view-icon">
|
|
18419
|
-
<
|
|
18983
|
+
<svg
|
|
18984
|
+
class="pf-v6-svg"
|
|
18985
|
+
fill="currentColor"
|
|
18986
|
+
viewBox="0 0 32 32"
|
|
18987
|
+
aria-hidden="true"
|
|
18988
|
+
role="img"
|
|
18989
|
+
width="1em"
|
|
18990
|
+
height="1em"
|
|
18991
|
+
>
|
|
18992
|
+
<path
|
|
18993
|
+
d="M4.275 8.875a.738.738 0 0 1 .195-.405l7-7a.738.738 0 0 1 .405-.195v7.6h-7.6ZM26.5 1.25H14.125V9.5c0 .896-.729 1.625-1.625 1.625H4.25V29.5c0 .689.561 1.25 1.25 1.25h21c.689 0 1.25-.561 1.25-1.25v-27c0-.689-.561-1.25-1.25-1.25Z"
|
|
18994
|
+
/>
|
|
18995
|
+
</svg>
|
|
18420
18996
|
</span>
|
|
18421
18997
|
<span
|
|
18422
18998
|
class="pf-v6-c-table__text"
|
|
@@ -18961,7 +19537,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
18961
19537
|
role="cell"
|
|
18962
19538
|
data-label="Icon"
|
|
18963
19539
|
>
|
|
18964
|
-
<
|
|
19540
|
+
<svg
|
|
19541
|
+
class="pf-v6-svg"
|
|
19542
|
+
fill="currentColor"
|
|
19543
|
+
viewBox="0 0 32 32"
|
|
19544
|
+
aria-hidden="true"
|
|
19545
|
+
role="img"
|
|
19546
|
+
width="1em"
|
|
19547
|
+
height="1em"
|
|
19548
|
+
>
|
|
19549
|
+
<path
|
|
19550
|
+
d="M11 26.792c-.384 0-.769-.146-1.061-.438l-8.646-8.647a.999.999 0 1 1 1.414-1.414L11 24.586 29.293 6.293a.999.999 0 1 1 1.414 1.414L12.061 26.354a1.497 1.497 0 0 1-1.061.438Z"
|
|
19551
|
+
/>
|
|
19552
|
+
</svg>
|
|
18965
19553
|
</td>
|
|
18966
19554
|
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
18967
19555
|
<a href="#">Action link</a>
|
|
@@ -19034,7 +19622,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
19034
19622
|
role="cell"
|
|
19035
19623
|
data-label="Icon"
|
|
19036
19624
|
>
|
|
19037
|
-
<
|
|
19625
|
+
<svg
|
|
19626
|
+
class="pf-v6-svg"
|
|
19627
|
+
fill="currentColor"
|
|
19628
|
+
viewBox="0 0 32 32"
|
|
19629
|
+
aria-hidden="true"
|
|
19630
|
+
role="img"
|
|
19631
|
+
width="1em"
|
|
19632
|
+
height="1em"
|
|
19633
|
+
>
|
|
19634
|
+
<path
|
|
19635
|
+
d="M11 26.792c-.384 0-.769-.146-1.061-.438l-8.646-8.647a.999.999 0 1 1 1.414-1.414L11 24.586 29.293 6.293a.999.999 0 1 1 1.414 1.414L12.061 26.354a1.497 1.497 0 0 1-1.061.438Z"
|
|
19636
|
+
/>
|
|
19637
|
+
</svg>
|
|
19038
19638
|
</td>
|
|
19039
19639
|
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
19040
19640
|
<a href="#">Action link</a>
|
|
@@ -19107,7 +19707,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
19107
19707
|
role="cell"
|
|
19108
19708
|
data-label="Icon"
|
|
19109
19709
|
>
|
|
19110
|
-
<
|
|
19710
|
+
<svg
|
|
19711
|
+
class="pf-v6-svg"
|
|
19712
|
+
fill="currentColor"
|
|
19713
|
+
viewBox="0 0 32 32"
|
|
19714
|
+
aria-hidden="true"
|
|
19715
|
+
role="img"
|
|
19716
|
+
width="1em"
|
|
19717
|
+
height="1em"
|
|
19718
|
+
>
|
|
19719
|
+
<path
|
|
19720
|
+
d="M11 26.792c-.384 0-.769-.146-1.061-.438l-8.646-8.647a.999.999 0 1 1 1.414-1.414L11 24.586 29.293 6.293a.999.999 0 1 1 1.414 1.414L12.061 26.354a1.497 1.497 0 0 1-1.061.438Z"
|
|
19721
|
+
/>
|
|
19722
|
+
</svg>
|
|
19111
19723
|
</td>
|
|
19112
19724
|
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
19113
19725
|
<a href="#">Action link</a>
|
|
@@ -19180,7 +19792,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
19180
19792
|
role="cell"
|
|
19181
19793
|
data-label="Icon"
|
|
19182
19794
|
>
|
|
19183
|
-
<
|
|
19795
|
+
<svg
|
|
19796
|
+
class="pf-v6-svg"
|
|
19797
|
+
fill="currentColor"
|
|
19798
|
+
viewBox="0 0 32 32"
|
|
19799
|
+
aria-hidden="true"
|
|
19800
|
+
role="img"
|
|
19801
|
+
width="1em"
|
|
19802
|
+
height="1em"
|
|
19803
|
+
>
|
|
19804
|
+
<path
|
|
19805
|
+
d="M11 26.792c-.384 0-.769-.146-1.061-.438l-8.646-8.647a.999.999 0 1 1 1.414-1.414L11 24.586 29.293 6.293a.999.999 0 1 1 1.414 1.414L12.061 26.354a1.497 1.497 0 0 1-1.061.438Z"
|
|
19806
|
+
/>
|
|
19807
|
+
</svg>
|
|
19184
19808
|
</td>
|
|
19185
19809
|
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
19186
19810
|
<a href="#">Action link</a>
|
|
@@ -19331,7 +19955,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
19331
19955
|
role="cell"
|
|
19332
19956
|
data-label="Icon"
|
|
19333
19957
|
>
|
|
19334
|
-
<
|
|
19958
|
+
<svg
|
|
19959
|
+
class="pf-v6-svg"
|
|
19960
|
+
fill="currentColor"
|
|
19961
|
+
viewBox="0 0 32 32"
|
|
19962
|
+
aria-hidden="true"
|
|
19963
|
+
role="img"
|
|
19964
|
+
width="1em"
|
|
19965
|
+
height="1em"
|
|
19966
|
+
>
|
|
19967
|
+
<path
|
|
19968
|
+
d="M11 26.792c-.384 0-.769-.146-1.061-.438l-8.646-8.647a.999.999 0 1 1 1.414-1.414L11 24.586 29.293 6.293a.999.999 0 1 1 1.414 1.414L12.061 26.354a1.497 1.497 0 0 1-1.061.438Z"
|
|
19969
|
+
/>
|
|
19970
|
+
</svg>
|
|
19335
19971
|
</td>
|
|
19336
19972
|
<td
|
|
19337
19973
|
class="pf-v6-c-table__td pf-m-compact"
|
|
@@ -19416,7 +20052,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
19416
20052
|
role="cell"
|
|
19417
20053
|
data-label="Icon"
|
|
19418
20054
|
>
|
|
19419
|
-
<
|
|
20055
|
+
<svg
|
|
20056
|
+
class="pf-v6-svg"
|
|
20057
|
+
fill="currentColor"
|
|
20058
|
+
viewBox="0 0 32 32"
|
|
20059
|
+
aria-hidden="true"
|
|
20060
|
+
role="img"
|
|
20061
|
+
width="1em"
|
|
20062
|
+
height="1em"
|
|
20063
|
+
>
|
|
20064
|
+
<path
|
|
20065
|
+
d="M11 26.792c-.384 0-.769-.146-1.061-.438l-8.646-8.647a.999.999 0 1 1 1.414-1.414L11 24.586 29.293 6.293a.999.999 0 1 1 1.414 1.414L12.061 26.354a1.497 1.497 0 0 1-1.061.438Z"
|
|
20066
|
+
/>
|
|
20067
|
+
</svg>
|
|
19420
20068
|
</td>
|
|
19421
20069
|
<td
|
|
19422
20070
|
class="pf-v6-c-table__td pf-m-compact"
|
|
@@ -19501,7 +20149,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
19501
20149
|
role="cell"
|
|
19502
20150
|
data-label="Icon"
|
|
19503
20151
|
>
|
|
19504
|
-
<
|
|
20152
|
+
<svg
|
|
20153
|
+
class="pf-v6-svg"
|
|
20154
|
+
fill="currentColor"
|
|
20155
|
+
viewBox="0 0 32 32"
|
|
20156
|
+
aria-hidden="true"
|
|
20157
|
+
role="img"
|
|
20158
|
+
width="1em"
|
|
20159
|
+
height="1em"
|
|
20160
|
+
>
|
|
20161
|
+
<path
|
|
20162
|
+
d="M11 26.792c-.384 0-.769-.146-1.061-.438l-8.646-8.647a.999.999 0 1 1 1.414-1.414L11 24.586 29.293 6.293a.999.999 0 1 1 1.414 1.414L12.061 26.354a1.497 1.497 0 0 1-1.061.438Z"
|
|
20163
|
+
/>
|
|
20164
|
+
</svg>
|
|
19505
20165
|
</td>
|
|
19506
20166
|
<td
|
|
19507
20167
|
class="pf-v6-c-table__td pf-m-compact"
|
|
@@ -19586,7 +20246,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
19586
20246
|
role="cell"
|
|
19587
20247
|
data-label="Icon"
|
|
19588
20248
|
>
|
|
19589
|
-
<
|
|
20249
|
+
<svg
|
|
20250
|
+
class="pf-v6-svg"
|
|
20251
|
+
fill="currentColor"
|
|
20252
|
+
viewBox="0 0 32 32"
|
|
20253
|
+
aria-hidden="true"
|
|
20254
|
+
role="img"
|
|
20255
|
+
width="1em"
|
|
20256
|
+
height="1em"
|
|
20257
|
+
>
|
|
20258
|
+
<path
|
|
20259
|
+
d="M11 26.792c-.384 0-.769-.146-1.061-.438l-8.646-8.647a.999.999 0 1 1 1.414-1.414L11 24.586 29.293 6.293a.999.999 0 1 1 1.414 1.414L12.061 26.354a1.497 1.497 0 0 1-1.061.438Z"
|
|
20260
|
+
/>
|
|
20261
|
+
</svg>
|
|
19590
20262
|
</td>
|
|
19591
20263
|
<td
|
|
19592
20264
|
class="pf-v6-c-table__td pf-m-compact"
|
|
@@ -20340,7 +21012,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
20340
21012
|
>
|
|
20341
21013
|
<button class="pf-v6-c-table__button">
|
|
20342
21014
|
<span class="pf-v6-c-table__text">
|
|
20343
|
-
<
|
|
21015
|
+
<svg
|
|
21016
|
+
class="pf-v6-svg"
|
|
21017
|
+
fill="currentColor"
|
|
21018
|
+
viewBox="0 0 32 32"
|
|
21019
|
+
aria-hidden="true"
|
|
21020
|
+
role="img"
|
|
21021
|
+
width="1em"
|
|
21022
|
+
height="1em"
|
|
21023
|
+
>
|
|
21024
|
+
<path
|
|
21025
|
+
d="M24 10.858V13c0 2.206-1.794 4-4 4h-6c-1.654 0-3 1.346-3 3v3.142c1.721.447 3 2 3 3.858 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.858 1.279-3.411 3-3.858V8.858c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858v7.168A4.948 4.948 0 0 1 14 15h6c1.103 0 2-.897 2-2v-2.142c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858Z"
|
|
21026
|
+
/>
|
|
21027
|
+
</svg> 10
|
|
20344
21028
|
</span>
|
|
20345
21029
|
</button>
|
|
20346
21030
|
</td>
|
|
@@ -20351,7 +21035,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
20351
21035
|
>
|
|
20352
21036
|
<button class="pf-v6-c-table__button">
|
|
20353
21037
|
<span class="pf-v6-c-table__text">
|
|
20354
|
-
<
|
|
21038
|
+
<svg
|
|
21039
|
+
class="pf-v6-svg"
|
|
21040
|
+
fill="currentColor"
|
|
21041
|
+
viewBox="0 0 32 32"
|
|
21042
|
+
aria-hidden="true"
|
|
21043
|
+
role="img"
|
|
21044
|
+
width="1em"
|
|
21045
|
+
height="1em"
|
|
21046
|
+
>
|
|
21047
|
+
<path
|
|
21048
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
21049
|
+
/>
|
|
21050
|
+
</svg>
|
|
20355
21051
|
234
|
|
20356
21052
|
</span>
|
|
20357
21053
|
</button>
|
|
@@ -20363,7 +21059,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
20363
21059
|
>
|
|
20364
21060
|
<button class="pf-v6-c-table__button">
|
|
20365
21061
|
<span class="pf-v6-c-table__text">
|
|
20366
|
-
<
|
|
21062
|
+
<svg
|
|
21063
|
+
class="pf-v6-svg"
|
|
21064
|
+
fill="currentColor"
|
|
21065
|
+
viewBox="0 0 32 32"
|
|
21066
|
+
aria-hidden="true"
|
|
21067
|
+
role="img"
|
|
21068
|
+
width="1em"
|
|
21069
|
+
height="1em"
|
|
21070
|
+
>
|
|
21071
|
+
<path
|
|
21072
|
+
d="M31 26c0 2.757-2.243 5-5 5a5.01 5.01 0 0 1-4.899-4H8c-3.309 0-6-2.691-6-6s2.691-6 6-6h16c2.206 0 4-1.794 4-4s-1.794-4-4-4H10.899A5.009 5.009 0 0 1 6 11c-2.757 0-5-2.243-5-5s2.243-5 5-5a5.01 5.01 0 0 1 4.899 4H24c3.309 0 6 2.691 6 6s-2.691 6-6 6H8c-2.206 0-4 1.794-4 4s1.794 4 4 4h13.101A5.009 5.009 0 0 1 26 21c2.757 0 5 2.243 5 5Z"
|
|
21073
|
+
/>
|
|
21074
|
+
</svg>
|
|
20367
21075
|
4
|
|
20368
21076
|
</span>
|
|
20369
21077
|
</button>
|
|
@@ -20998,7 +21706,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
20998
21706
|
>
|
|
20999
21707
|
<button class="pf-v6-c-table__button">
|
|
21000
21708
|
<span class="pf-v6-c-table__text">
|
|
21001
|
-
<
|
|
21709
|
+
<svg
|
|
21710
|
+
class="pf-v6-svg"
|
|
21711
|
+
fill="currentColor"
|
|
21712
|
+
viewBox="0 0 32 32"
|
|
21713
|
+
aria-hidden="true"
|
|
21714
|
+
role="img"
|
|
21715
|
+
width="1em"
|
|
21716
|
+
height="1em"
|
|
21717
|
+
>
|
|
21718
|
+
<path
|
|
21719
|
+
d="M24 10.858V13c0 2.206-1.794 4-4 4h-6c-1.654 0-3 1.346-3 3v3.142c1.721.447 3 2 3 3.858 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.858 1.279-3.411 3-3.858V8.858c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858v7.168A4.948 4.948 0 0 1 14 15h6c1.103 0 2-.897 2-2v-2.142c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858Z"
|
|
21720
|
+
/>
|
|
21721
|
+
</svg> 10
|
|
21002
21722
|
</span>
|
|
21003
21723
|
</button>
|
|
21004
21724
|
</td>
|
|
@@ -21009,7 +21729,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21009
21729
|
>
|
|
21010
21730
|
<button class="pf-v6-c-table__button">
|
|
21011
21731
|
<span class="pf-v6-c-table__text">
|
|
21012
|
-
<
|
|
21732
|
+
<svg
|
|
21733
|
+
class="pf-v6-svg"
|
|
21734
|
+
fill="currentColor"
|
|
21735
|
+
viewBox="0 0 32 32"
|
|
21736
|
+
aria-hidden="true"
|
|
21737
|
+
role="img"
|
|
21738
|
+
width="1em"
|
|
21739
|
+
height="1em"
|
|
21740
|
+
>
|
|
21741
|
+
<path
|
|
21742
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
21743
|
+
/>
|
|
21744
|
+
</svg>
|
|
21013
21745
|
234
|
|
21014
21746
|
</span>
|
|
21015
21747
|
</button>
|
|
@@ -21021,7 +21753,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21021
21753
|
>
|
|
21022
21754
|
<button class="pf-v6-c-table__button">
|
|
21023
21755
|
<span class="pf-v6-c-table__text">
|
|
21024
|
-
<
|
|
21756
|
+
<svg
|
|
21757
|
+
class="pf-v6-svg"
|
|
21758
|
+
fill="currentColor"
|
|
21759
|
+
viewBox="0 0 32 32"
|
|
21760
|
+
aria-hidden="true"
|
|
21761
|
+
role="img"
|
|
21762
|
+
width="1em"
|
|
21763
|
+
height="1em"
|
|
21764
|
+
>
|
|
21765
|
+
<path
|
|
21766
|
+
d="M31 26c0 2.757-2.243 5-5 5a5.01 5.01 0 0 1-4.899-4H8c-3.309 0-6-2.691-6-6s2.691-6 6-6h16c2.206 0 4-1.794 4-4s-1.794-4-4-4H10.899A5.009 5.009 0 0 1 6 11c-2.757 0-5-2.243-5-5s2.243-5 5-5a5.01 5.01 0 0 1 4.899 4H24c3.309 0 6 2.691 6 6s-2.691 6-6 6H8c-2.206 0-4 1.794-4 4s1.794 4 4 4h13.101A5.009 5.009 0 0 1 26 21c2.757 0 5 2.243 5 5Z"
|
|
21767
|
+
/>
|
|
21768
|
+
</svg>
|
|
21025
21769
|
4
|
|
21026
21770
|
</span>
|
|
21027
21771
|
</button>
|
|
@@ -21661,7 +22405,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21661
22405
|
>
|
|
21662
22406
|
<button class="pf-v6-c-table__button">
|
|
21663
22407
|
<span class="pf-v6-c-table__text">
|
|
21664
|
-
<
|
|
22408
|
+
<svg
|
|
22409
|
+
class="pf-v6-svg"
|
|
22410
|
+
fill="currentColor"
|
|
22411
|
+
viewBox="0 0 32 32"
|
|
22412
|
+
aria-hidden="true"
|
|
22413
|
+
role="img"
|
|
22414
|
+
width="1em"
|
|
22415
|
+
height="1em"
|
|
22416
|
+
>
|
|
22417
|
+
<path
|
|
22418
|
+
d="M24 10.858V13c0 2.206-1.794 4-4 4h-6c-1.654 0-3 1.346-3 3v3.142c1.721.447 3 2 3 3.858 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.858 1.279-3.411 3-3.858V8.858c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858v7.168A4.948 4.948 0 0 1 14 15h6c1.103 0 2-.897 2-2v-2.142c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858Z"
|
|
22419
|
+
/>
|
|
22420
|
+
</svg>
|
|
21665
22421
|
2
|
|
21666
22422
|
</span>
|
|
21667
22423
|
</button>
|
|
@@ -21673,7 +22429,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21673
22429
|
>
|
|
21674
22430
|
<button class="pf-v6-c-table__button">
|
|
21675
22431
|
<span class="pf-v6-c-table__text">
|
|
21676
|
-
<
|
|
22432
|
+
<svg
|
|
22433
|
+
class="pf-v6-svg"
|
|
22434
|
+
fill="currentColor"
|
|
22435
|
+
viewBox="0 0 32 32"
|
|
22436
|
+
aria-hidden="true"
|
|
22437
|
+
role="img"
|
|
22438
|
+
width="1em"
|
|
22439
|
+
height="1em"
|
|
22440
|
+
>
|
|
22441
|
+
<path
|
|
22442
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
22443
|
+
/>
|
|
22444
|
+
</svg>
|
|
21677
22445
|
82
|
|
21678
22446
|
</span>
|
|
21679
22447
|
</button>
|
|
@@ -21685,7 +22453,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21685
22453
|
>
|
|
21686
22454
|
<button class="pf-v6-c-table__button">
|
|
21687
22455
|
<span class="pf-v6-c-table__text">
|
|
21688
|
-
<
|
|
22456
|
+
<svg
|
|
22457
|
+
class="pf-v6-svg"
|
|
22458
|
+
fill="currentColor"
|
|
22459
|
+
viewBox="0 0 32 32"
|
|
22460
|
+
aria-hidden="true"
|
|
22461
|
+
role="img"
|
|
22462
|
+
width="1em"
|
|
22463
|
+
height="1em"
|
|
22464
|
+
>
|
|
22465
|
+
<path
|
|
22466
|
+
d="M31 26c0 2.757-2.243 5-5 5a5.01 5.01 0 0 1-4.899-4H8c-3.309 0-6-2.691-6-6s2.691-6 6-6h16c2.206 0 4-1.794 4-4s-1.794-4-4-4H10.899A5.009 5.009 0 0 1 6 11c-2.757 0-5-2.243-5-5s2.243-5 5-5a5.01 5.01 0 0 1 4.899 4H24c3.309 0 6 2.691 6 6s-2.691 6-6 6H8c-2.206 0-4 1.794-4 4s1.794 4 4 4h13.101A5.009 5.009 0 0 1 26 21c2.757 0 5 2.243 5 5Z"
|
|
22467
|
+
/>
|
|
22468
|
+
</svg>
|
|
21689
22469
|
1
|
|
21690
22470
|
</span>
|
|
21691
22471
|
</button>
|
|
@@ -22325,7 +23105,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
22325
23105
|
>
|
|
22326
23106
|
<button class="pf-v6-c-table__button">
|
|
22327
23107
|
<span class="pf-v6-c-table__text">
|
|
22328
|
-
<
|
|
23108
|
+
<svg
|
|
23109
|
+
class="pf-v6-svg"
|
|
23110
|
+
fill="currentColor"
|
|
23111
|
+
viewBox="0 0 32 32"
|
|
23112
|
+
aria-hidden="true"
|
|
23113
|
+
role="img"
|
|
23114
|
+
width="1em"
|
|
23115
|
+
height="1em"
|
|
23116
|
+
>
|
|
23117
|
+
<path
|
|
23118
|
+
d="M24 10.858V13c0 2.206-1.794 4-4 4h-6c-1.654 0-3 1.346-3 3v3.142c1.721.447 3 2 3 3.858 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.858 1.279-3.411 3-3.858V8.858c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858v7.168A4.948 4.948 0 0 1 14 15h6c1.103 0 2-.897 2-2v-2.142c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858Z"
|
|
23119
|
+
/>
|
|
23120
|
+
</svg>
|
|
22329
23121
|
4
|
|
22330
23122
|
</span>
|
|
22331
23123
|
</button>
|
|
@@ -22337,7 +23129,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
22337
23129
|
>
|
|
22338
23130
|
<button class="pf-v6-c-table__button">
|
|
22339
23131
|
<span class="pf-v6-c-table__text">
|
|
22340
|
-
<
|
|
23132
|
+
<svg
|
|
23133
|
+
class="pf-v6-svg"
|
|
23134
|
+
fill="currentColor"
|
|
23135
|
+
viewBox="0 0 32 32"
|
|
23136
|
+
aria-hidden="true"
|
|
23137
|
+
role="img"
|
|
23138
|
+
width="1em"
|
|
23139
|
+
height="1em"
|
|
23140
|
+
>
|
|
23141
|
+
<path
|
|
23142
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
23143
|
+
/>
|
|
23144
|
+
</svg>
|
|
22341
23145
|
4
|
|
22342
23146
|
</span>
|
|
22343
23147
|
</button>
|
|
@@ -22349,7 +23153,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
22349
23153
|
>
|
|
22350
23154
|
<button class="pf-v6-c-table__button">
|
|
22351
23155
|
<span class="pf-v6-c-table__text">
|
|
22352
|
-
<
|
|
23156
|
+
<svg
|
|
23157
|
+
class="pf-v6-svg"
|
|
23158
|
+
fill="currentColor"
|
|
23159
|
+
viewBox="0 0 32 32"
|
|
23160
|
+
aria-hidden="true"
|
|
23161
|
+
role="img"
|
|
23162
|
+
width="1em"
|
|
23163
|
+
height="1em"
|
|
23164
|
+
>
|
|
23165
|
+
<path
|
|
23166
|
+
d="M31 26c0 2.757-2.243 5-5 5a5.01 5.01 0 0 1-4.899-4H8c-3.309 0-6-2.691-6-6s2.691-6 6-6h16c2.206 0 4-1.794 4-4s-1.794-4-4-4H10.899A5.009 5.009 0 0 1 6 11c-2.757 0-5-2.243-5-5s2.243-5 5-5a5.01 5.01 0 0 1 4.899 4H24c3.309 0 6 2.691 6 6s-2.691 6-6 6H8c-2.206 0-4 1.794-4 4s1.794 4 4 4h13.101A5.009 5.009 0 0 1 26 21c2.757 0 5 2.243 5 5Z"
|
|
23167
|
+
/>
|
|
23168
|
+
</svg>
|
|
22353
23169
|
1
|
|
22354
23170
|
</span>
|
|
22355
23171
|
</button>
|
|
@@ -23648,19 +24464,67 @@ By default, truncation and wrapping settings do not affect the grid layout, but
|
|
|
23648
24464
|
<div class="pf-v6-l-flex pf-m-column">
|
|
23649
24465
|
<div class="pf-v6-l-flex">
|
|
23650
24466
|
<div class="pf-v6-l-flex__item">
|
|
23651
|
-
<
|
|
24467
|
+
<svg
|
|
24468
|
+
class="pf-v6-svg"
|
|
24469
|
+
fill="currentColor"
|
|
24470
|
+
viewBox="0 0 32 32"
|
|
24471
|
+
aria-hidden="true"
|
|
24472
|
+
role="img"
|
|
24473
|
+
width="1em"
|
|
24474
|
+
height="1em"
|
|
24475
|
+
>
|
|
24476
|
+
<path
|
|
24477
|
+
d="M24 10.858V13c0 2.206-1.794 4-4 4h-6c-1.654 0-3 1.346-3 3v3.142c1.721.447 3 2 3 3.858 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.858 1.279-3.411 3-3.858V8.858c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858v7.168A4.948 4.948 0 0 1 14 15h6c1.103 0 2-.897 2-2v-2.142c-1.721-.447-3-2-3-3.858 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.858-1.279 3.411-3 3.858Z"
|
|
24478
|
+
/>
|
|
24479
|
+
</svg>
|
|
23652
24480
|
5
|
|
23653
24481
|
</div>
|
|
23654
24482
|
<div class="pf-v6-l-flex__item">
|
|
23655
|
-
<
|
|
24483
|
+
<svg
|
|
24484
|
+
class="pf-v6-svg"
|
|
24485
|
+
fill="currentColor"
|
|
24486
|
+
viewBox="0 0 32 32"
|
|
24487
|
+
aria-hidden="true"
|
|
24488
|
+
role="img"
|
|
24489
|
+
width="1em"
|
|
24490
|
+
height="1em"
|
|
24491
|
+
>
|
|
24492
|
+
<path
|
|
24493
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
24494
|
+
/>
|
|
24495
|
+
</svg>
|
|
23656
24496
|
9
|
|
23657
24497
|
</div>
|
|
23658
24498
|
<div class="pf-v6-l-flex__item">
|
|
23659
|
-
<
|
|
24499
|
+
<svg
|
|
24500
|
+
class="pf-v6-svg"
|
|
24501
|
+
fill="currentColor"
|
|
24502
|
+
viewBox="0 0 32 32"
|
|
24503
|
+
aria-hidden="true"
|
|
24504
|
+
role="img"
|
|
24505
|
+
width="1em"
|
|
24506
|
+
height="1em"
|
|
24507
|
+
>
|
|
24508
|
+
<path
|
|
24509
|
+
d="M31 26c0 2.757-2.243 5-5 5a5.01 5.01 0 0 1-4.899-4H8c-3.309 0-6-2.691-6-6s2.691-6 6-6h16c2.206 0 4-1.794 4-4s-1.794-4-4-4H10.899A5.009 5.009 0 0 1 6 11c-2.757 0-5-2.243-5-5s2.243-5 5-5a5.01 5.01 0 0 1 4.899 4H24c3.309 0 6 2.691 6 6s-2.691 6-6 6H8c-2.206 0-4 1.794-4 4s1.794 4 4 4h13.101A5.009 5.009 0 0 1 26 21c2.757 0 5 2.243 5 5Z"
|
|
24510
|
+
/>
|
|
24511
|
+
</svg>
|
|
23660
24512
|
2
|
|
23661
24513
|
</div>
|
|
23662
24514
|
<div class="pf-v6-l-flex__item">
|
|
23663
|
-
<
|
|
24515
|
+
<svg
|
|
24516
|
+
class="pf-v6-svg"
|
|
24517
|
+
fill="currentColor"
|
|
24518
|
+
viewBox="0 0 32 32"
|
|
24519
|
+
aria-hidden="true"
|
|
24520
|
+
role="img"
|
|
24521
|
+
width="1em"
|
|
24522
|
+
height="1em"
|
|
24523
|
+
>
|
|
24524
|
+
<path
|
|
24525
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
24526
|
+
/>
|
|
24527
|
+
</svg>
|
|
23664
24528
|
11
|
|
23665
24529
|
</div>
|
|
23666
24530
|
</div>
|
|
@@ -24233,88 +25097,256 @@ This example shows the use of `.pf-m-sticky-header-base` and `.pf-m-sticky-heade
|
|
|
24233
25097
|
>2 days ago</td>
|
|
24234
25098
|
</tr>
|
|
24235
25099
|
|
|
24236
|
-
<tr class="pf-v6-c-table__tr" role="row">
|
|
24237
|
-
<td
|
|
24238
|
-
class="pf-v6-c-table__td"
|
|
24239
|
-
role="cell"
|
|
24240
|
-
data-label="Repository name"
|
|
24241
|
-
>Repository 7</td>
|
|
24242
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
24243
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
24244
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
24245
|
-
<td
|
|
24246
|
-
class="pf-v6-c-table__td"
|
|
24247
|
-
role="cell"
|
|
24248
|
-
data-label="Last commit"
|
|
24249
|
-
>2 days ago</td>
|
|
24250
|
-
</tr>
|
|
25100
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
25101
|
+
<td
|
|
25102
|
+
class="pf-v6-c-table__td"
|
|
25103
|
+
role="cell"
|
|
25104
|
+
data-label="Repository name"
|
|
25105
|
+
>Repository 7</td>
|
|
25106
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
25107
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
25108
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
25109
|
+
<td
|
|
25110
|
+
class="pf-v6-c-table__td"
|
|
25111
|
+
role="cell"
|
|
25112
|
+
data-label="Last commit"
|
|
25113
|
+
>2 days ago</td>
|
|
25114
|
+
</tr>
|
|
25115
|
+
|
|
25116
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
25117
|
+
<td
|
|
25118
|
+
class="pf-v6-c-table__td"
|
|
25119
|
+
role="cell"
|
|
25120
|
+
data-label="Repository name"
|
|
25121
|
+
>Repository 8</td>
|
|
25122
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
25123
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
25124
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
25125
|
+
<td
|
|
25126
|
+
class="pf-v6-c-table__td"
|
|
25127
|
+
role="cell"
|
|
25128
|
+
data-label="Last commit"
|
|
25129
|
+
>2 days ago</td>
|
|
25130
|
+
</tr>
|
|
25131
|
+
|
|
25132
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
25133
|
+
<td
|
|
25134
|
+
class="pf-v6-c-table__td"
|
|
25135
|
+
role="cell"
|
|
25136
|
+
data-label="Repository name"
|
|
25137
|
+
>Repository 9</td>
|
|
25138
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
25139
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
25140
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
25141
|
+
<td
|
|
25142
|
+
class="pf-v6-c-table__td"
|
|
25143
|
+
role="cell"
|
|
25144
|
+
data-label="Last commit"
|
|
25145
|
+
>2 days ago</td>
|
|
25146
|
+
</tr>
|
|
25147
|
+
|
|
25148
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
25149
|
+
<td
|
|
25150
|
+
class="pf-v6-c-table__td"
|
|
25151
|
+
role="cell"
|
|
25152
|
+
data-label="Repository name"
|
|
25153
|
+
>Repository 10</td>
|
|
25154
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
25155
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
25156
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
25157
|
+
<td
|
|
25158
|
+
class="pf-v6-c-table__td"
|
|
25159
|
+
role="cell"
|
|
25160
|
+
data-label="Last commit"
|
|
25161
|
+
>2 days ago</td>
|
|
25162
|
+
</tr>
|
|
25163
|
+
|
|
25164
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
25165
|
+
<td
|
|
25166
|
+
class="pf-v6-c-table__td"
|
|
25167
|
+
role="cell"
|
|
25168
|
+
data-label="Repository name"
|
|
25169
|
+
>Repository 11</td>
|
|
25170
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
25171
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
25172
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
25173
|
+
<td
|
|
25174
|
+
class="pf-v6-c-table__td"
|
|
25175
|
+
role="cell"
|
|
25176
|
+
data-label="Last commit"
|
|
25177
|
+
>2 days ago</td>
|
|
25178
|
+
</tr>
|
|
25179
|
+
</tbody>
|
|
25180
|
+
</table>
|
|
25181
|
+
</div>
|
|
25182
|
+
|
|
25183
|
+
```
|
|
25184
|
+
|
|
25185
|
+
### Sticky footer
|
|
25186
|
+
|
|
25187
|
+
```html
|
|
25188
|
+
<table
|
|
25189
|
+
class="pf-v6-c-table pf-m-grid-md pf-m-sticky-footer"
|
|
25190
|
+
role="grid"
|
|
25191
|
+
aria-label="This is a table with a sticky footer"
|
|
25192
|
+
id="table-sticky-footer"
|
|
25193
|
+
>
|
|
25194
|
+
<thead class="pf-v6-c-table__thead">
|
|
25195
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
25196
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="col">Repositories</th>
|
|
25197
|
+
|
|
25198
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="col">Branches</th>
|
|
25199
|
+
|
|
25200
|
+
<th
|
|
25201
|
+
class="pf-v6-c-table__th"
|
|
25202
|
+
role="columnheader"
|
|
25203
|
+
scope="col"
|
|
25204
|
+
>Pull requests</th>
|
|
25205
|
+
|
|
25206
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="col">Workspaces</th>
|
|
25207
|
+
|
|
25208
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="col">Last commit</th>
|
|
25209
|
+
</tr>
|
|
25210
|
+
</thead>
|
|
25211
|
+
|
|
25212
|
+
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
25213
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
25214
|
+
<td
|
|
25215
|
+
class="pf-v6-c-table__td"
|
|
25216
|
+
role="cell"
|
|
25217
|
+
data-label="Repository name"
|
|
25218
|
+
>Repository 1</td>
|
|
25219
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
25220
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
25221
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
25222
|
+
<td
|
|
25223
|
+
class="pf-v6-c-table__td"
|
|
25224
|
+
role="cell"
|
|
25225
|
+
data-label="Last commit"
|
|
25226
|
+
>2 days ago</td>
|
|
25227
|
+
</tr>
|
|
25228
|
+
|
|
25229
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
25230
|
+
<td
|
|
25231
|
+
class="pf-v6-c-table__td"
|
|
25232
|
+
role="cell"
|
|
25233
|
+
data-label="Repository name"
|
|
25234
|
+
>Repository 2</td>
|
|
25235
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
25236
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
25237
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
25238
|
+
<td
|
|
25239
|
+
class="pf-v6-c-table__td"
|
|
25240
|
+
role="cell"
|
|
25241
|
+
data-label="Last commit"
|
|
25242
|
+
>2 days ago</td>
|
|
25243
|
+
</tr>
|
|
25244
|
+
|
|
25245
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
25246
|
+
<td
|
|
25247
|
+
class="pf-v6-c-table__td"
|
|
25248
|
+
role="cell"
|
|
25249
|
+
data-label="Repository name"
|
|
25250
|
+
>Repository 3</td>
|
|
25251
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
25252
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
25253
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
25254
|
+
<td
|
|
25255
|
+
class="pf-v6-c-table__td"
|
|
25256
|
+
role="cell"
|
|
25257
|
+
data-label="Last commit"
|
|
25258
|
+
>2 days ago</td>
|
|
25259
|
+
</tr>
|
|
25260
|
+
|
|
25261
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
25262
|
+
<td
|
|
25263
|
+
class="pf-v6-c-table__td"
|
|
25264
|
+
role="cell"
|
|
25265
|
+
data-label="Repository name"
|
|
25266
|
+
>Repository 4</td>
|
|
25267
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
25268
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
25269
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
25270
|
+
<td
|
|
25271
|
+
class="pf-v6-c-table__td"
|
|
25272
|
+
role="cell"
|
|
25273
|
+
data-label="Last commit"
|
|
25274
|
+
>2 days ago</td>
|
|
25275
|
+
</tr>
|
|
25276
|
+
|
|
25277
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
25278
|
+
<td
|
|
25279
|
+
class="pf-v6-c-table__td"
|
|
25280
|
+
role="cell"
|
|
25281
|
+
data-label="Repository name"
|
|
25282
|
+
>Repository 5</td>
|
|
25283
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
25284
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
25285
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
25286
|
+
<td
|
|
25287
|
+
class="pf-v6-c-table__td"
|
|
25288
|
+
role="cell"
|
|
25289
|
+
data-label="Last commit"
|
|
25290
|
+
>2 days ago</td>
|
|
25291
|
+
</tr>
|
|
24251
25292
|
|
|
24252
|
-
|
|
24253
|
-
|
|
24254
|
-
|
|
24255
|
-
|
|
24256
|
-
|
|
24257
|
-
|
|
24258
|
-
|
|
24259
|
-
|
|
24260
|
-
|
|
24261
|
-
|
|
24262
|
-
|
|
24263
|
-
|
|
24264
|
-
|
|
24265
|
-
|
|
24266
|
-
|
|
25293
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
25294
|
+
<td
|
|
25295
|
+
class="pf-v6-c-table__td"
|
|
25296
|
+
role="cell"
|
|
25297
|
+
data-label="Repository name"
|
|
25298
|
+
>Repository 6</td>
|
|
25299
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
25300
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
25301
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
25302
|
+
<td
|
|
25303
|
+
class="pf-v6-c-table__td"
|
|
25304
|
+
role="cell"
|
|
25305
|
+
data-label="Last commit"
|
|
25306
|
+
>2 days ago</td>
|
|
25307
|
+
</tr>
|
|
24267
25308
|
|
|
24268
|
-
|
|
24269
|
-
|
|
24270
|
-
|
|
24271
|
-
|
|
24272
|
-
|
|
24273
|
-
|
|
24274
|
-
|
|
24275
|
-
|
|
24276
|
-
|
|
24277
|
-
|
|
24278
|
-
|
|
24279
|
-
|
|
24280
|
-
|
|
24281
|
-
|
|
24282
|
-
|
|
25309
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
25310
|
+
<td
|
|
25311
|
+
class="pf-v6-c-table__td"
|
|
25312
|
+
role="cell"
|
|
25313
|
+
data-label="Repository name"
|
|
25314
|
+
>Repository 7</td>
|
|
25315
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
25316
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
25317
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
25318
|
+
<td
|
|
25319
|
+
class="pf-v6-c-table__td"
|
|
25320
|
+
role="cell"
|
|
25321
|
+
data-label="Last commit"
|
|
25322
|
+
>2 days ago</td>
|
|
25323
|
+
</tr>
|
|
24283
25324
|
|
|
24284
|
-
|
|
24285
|
-
|
|
24286
|
-
|
|
24287
|
-
|
|
24288
|
-
|
|
24289
|
-
|
|
24290
|
-
|
|
24291
|
-
|
|
24292
|
-
|
|
24293
|
-
|
|
24294
|
-
|
|
24295
|
-
|
|
24296
|
-
|
|
24297
|
-
|
|
24298
|
-
|
|
25325
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
25326
|
+
<td
|
|
25327
|
+
class="pf-v6-c-table__td"
|
|
25328
|
+
role="cell"
|
|
25329
|
+
data-label="Repository name"
|
|
25330
|
+
>Repository 8</td>
|
|
25331
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
25332
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
25333
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
25334
|
+
<td
|
|
25335
|
+
class="pf-v6-c-table__td"
|
|
25336
|
+
role="cell"
|
|
25337
|
+
data-label="Last commit"
|
|
25338
|
+
>2 days ago</td>
|
|
25339
|
+
</tr>
|
|
25340
|
+
</tbody>
|
|
24299
25341
|
|
|
24300
|
-
|
|
24301
|
-
|
|
24302
|
-
|
|
24303
|
-
|
|
24304
|
-
|
|
24305
|
-
|
|
24306
|
-
|
|
24307
|
-
|
|
24308
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
24309
|
-
<td
|
|
24310
|
-
class="pf-v6-c-table__td"
|
|
24311
|
-
role="cell"
|
|
24312
|
-
data-label="Last commit"
|
|
24313
|
-
>2 days ago</td>
|
|
24314
|
-
</tr>
|
|
24315
|
-
</tbody>
|
|
24316
|
-
</table>
|
|
24317
|
-
</div>
|
|
25342
|
+
<tfoot class="pf-v6-c-table__tfoot">
|
|
25343
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
25344
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="row">Total nodes</th>
|
|
25345
|
+
|
|
25346
|
+
<td class="pf-v6-c-table__td" role="cell" colspan="4">4</td>
|
|
25347
|
+
</tr>
|
|
25348
|
+
</tfoot>
|
|
25349
|
+
</table>
|
|
24318
25350
|
|
|
24319
25351
|
```
|
|
24320
25352
|
|
|
@@ -28917,6 +29949,13 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
28917
29949
|
</button>
|
|
28918
29950
|
</th>
|
|
28919
29951
|
</tr>
|
|
29952
|
+
<tr
|
|
29953
|
+
class="pf-v6-c-table__tr pf-m-border-row"
|
|
29954
|
+
role="row"
|
|
29955
|
+
aria-hidden="true"
|
|
29956
|
+
>
|
|
29957
|
+
<td class="pf-v6-c-table__td" role="cell" colspan="6"></td>
|
|
29958
|
+
</tr>
|
|
28920
29959
|
</thead>
|
|
28921
29960
|
|
|
28922
29961
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
@@ -31503,6 +32542,118 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
31503
32542
|
| `.pf-m-striped` | `.pf-v6-c-table`, `tbody`, `tr` | Modifies odd table rows to be striped. |
|
|
31504
32543
|
| `.pf-m-striped-even` | `tbody` | Modifies even table rows to be striped. For use in tables with multiple `tbody` elements where adjacent `tbody` elements need even row striping to maintain visual consistency. |
|
|
31505
32544
|
|
|
32545
|
+
## Table footer
|
|
32546
|
+
|
|
32547
|
+
### Table footer example
|
|
32548
|
+
|
|
32549
|
+
```html
|
|
32550
|
+
<table
|
|
32551
|
+
class="pf-v6-c-table pf-m-grid-md"
|
|
32552
|
+
role="grid"
|
|
32553
|
+
aria-label="This is a table with a footer example"
|
|
32554
|
+
id="table-footer"
|
|
32555
|
+
>
|
|
32556
|
+
<thead class="pf-v6-c-table__thead">
|
|
32557
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
32558
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="col">Repositories</th>
|
|
32559
|
+
|
|
32560
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="col">Branches</th>
|
|
32561
|
+
|
|
32562
|
+
<th
|
|
32563
|
+
class="pf-v6-c-table__th"
|
|
32564
|
+
role="columnheader"
|
|
32565
|
+
scope="col"
|
|
32566
|
+
>Pull requests</th>
|
|
32567
|
+
|
|
32568
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="col">Workspaces</th>
|
|
32569
|
+
|
|
32570
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="col">Last commit</th>
|
|
32571
|
+
</tr>
|
|
32572
|
+
</thead>
|
|
32573
|
+
|
|
32574
|
+
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
32575
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
32576
|
+
<td
|
|
32577
|
+
class="pf-v6-c-table__td"
|
|
32578
|
+
role="cell"
|
|
32579
|
+
data-label="Repository name"
|
|
32580
|
+
>Repository 1</td>
|
|
32581
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
32582
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
32583
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
32584
|
+
<td
|
|
32585
|
+
class="pf-v6-c-table__td"
|
|
32586
|
+
role="cell"
|
|
32587
|
+
data-label="Last commit"
|
|
32588
|
+
>2 days ago</td>
|
|
32589
|
+
</tr>
|
|
32590
|
+
|
|
32591
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
32592
|
+
<td
|
|
32593
|
+
class="pf-v6-c-table__td"
|
|
32594
|
+
role="cell"
|
|
32595
|
+
data-label="Repository name"
|
|
32596
|
+
>Repository 2</td>
|
|
32597
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
32598
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
32599
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
32600
|
+
<td
|
|
32601
|
+
class="pf-v6-c-table__td"
|
|
32602
|
+
role="cell"
|
|
32603
|
+
data-label="Last commit"
|
|
32604
|
+
>2 days ago</td>
|
|
32605
|
+
</tr>
|
|
32606
|
+
|
|
32607
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
32608
|
+
<td
|
|
32609
|
+
class="pf-v6-c-table__td"
|
|
32610
|
+
role="cell"
|
|
32611
|
+
data-label="Repository name"
|
|
32612
|
+
>Repository 3</td>
|
|
32613
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
32614
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
32615
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
32616
|
+
<td
|
|
32617
|
+
class="pf-v6-c-table__td"
|
|
32618
|
+
role="cell"
|
|
32619
|
+
data-label="Last commit"
|
|
32620
|
+
>2 days ago</td>
|
|
32621
|
+
</tr>
|
|
32622
|
+
|
|
32623
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
32624
|
+
<td
|
|
32625
|
+
class="pf-v6-c-table__td"
|
|
32626
|
+
role="cell"
|
|
32627
|
+
data-label="Repository name"
|
|
32628
|
+
>Repository 4</td>
|
|
32629
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
32630
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
32631
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
32632
|
+
<td
|
|
32633
|
+
class="pf-v6-c-table__td"
|
|
32634
|
+
role="cell"
|
|
32635
|
+
data-label="Last commit"
|
|
32636
|
+
>2 days ago</td>
|
|
32637
|
+
</tr>
|
|
32638
|
+
</tbody>
|
|
32639
|
+
|
|
32640
|
+
<tfoot class="pf-v6-c-table__tfoot">
|
|
32641
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
32642
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="row">Total nodes</th>
|
|
32643
|
+
|
|
32644
|
+
<td class="pf-v6-c-table__td" role="cell" colspan="4">4</td>
|
|
32645
|
+
</tr>
|
|
32646
|
+
</tfoot>
|
|
32647
|
+
</table>
|
|
32648
|
+
|
|
32649
|
+
```
|
|
32650
|
+
|
|
32651
|
+
### Table footer usage
|
|
32652
|
+
|
|
32653
|
+
| Class | Applied to | Outcome |
|
|
32654
|
+
| -- | -- | -- |
|
|
32655
|
+
| `.pf-v6-c-table__tfoot` | `tfoot` | Initiates a table footer. |
|
|
32656
|
+
|
|
31506
32657
|
## Documentation
|
|
31507
32658
|
|
|
31508
32659
|
### Overview
|