@patternfly/patternfly 6.0.0-alpha.98 → 6.0.0-alpha.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Card/card.css +1 -0
- package/components/Card/card.scss +1 -0
- package/components/Check/check.css +10 -3
- package/components/Check/check.scss +17 -4
- package/components/Masthead/masthead.css +17 -9
- package/components/Masthead/masthead.scss +18 -9
- package/components/MenuToggle/menu-toggle.css +4 -4
- package/components/MenuToggle/menu-toggle.scss +4 -4
- package/components/ModalBox/modal-box.css +11 -7
- package/components/ModalBox/modal-box.scss +27 -12
- package/components/Nav/nav.css +64 -110
- package/components/Nav/nav.scss +70 -143
- package/components/Page/page.css +9 -17
- package/components/Page/page.scss +10 -23
- package/components/Radio/radio.css +12 -5
- package/components/Radio/radio.scss +21 -6
- package/components/Table/table-grid.css +30 -35
- package/components/Table/table-grid.scss +44 -32
- package/components/Table/table-scrollable.css +14 -6
- package/components/Table/table-scrollable.scss +6 -1
- package/components/Table/table-tree-view.css +5 -5
- package/components/Table/table-tree-view.scss +14 -8
- package/components/Table/table.css +90 -254
- package/components/Table/table.scss +158 -347
- package/components/Toolbar/toolbar.css +66 -2
- package/components/Toolbar/toolbar.scss +21 -2
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +12 -12
- package/docs/components/Accordion/examples/Accordion.md +19 -19
- package/docs/components/ActionList/examples/ActionList.md +5 -5
- package/docs/components/Alert/examples/Alert.md +26 -26
- package/docs/components/AppLauncher/deprecated/application-launcher.md +31 -31
- package/docs/components/Avatar/examples/Avatar.md +8 -8
- package/docs/components/BackToTop/examples/BackToTop.md +3 -3
- package/docs/components/Backdrop/examples/Backdrop.md +3 -3
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +4 -4
- package/docs/components/Badge/examples/Badge.md +6 -6
- package/docs/components/Banner/examples/Banner.md +17 -17
- package/docs/components/Brand/examples/Brand.css +3 -3
- package/docs/components/Brand/examples/Brand.md +7 -7
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +12 -12
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +35 -35
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +29 -29
- package/docs/components/Card/examples/Card.md +30 -30
- package/docs/components/Check/examples/Check.md +12 -12
- package/docs/components/Chip/examples/Chip.md +21 -21
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +19 -19
- package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
- package/docs/components/CodeEditor/examples/CodeEditor.md +14 -14
- package/docs/components/Content/examples/Content.md +5 -5
- package/docs/components/ContextSelector/deprecated/context-selector.md +23 -23
- package/docs/components/DataList/examples/DataList.md +177 -112
- package/docs/components/DatePicker/examples/DatePicker.md +10 -10
- package/docs/components/DescriptionList/examples/DescriptionList.md +29 -29
- package/docs/components/Divider/examples/Divider.md +7 -7
- package/docs/components/DragDrop/examples/DragDrop.md +5 -5
- package/docs/components/Drawer/examples/Drawer.md +36 -36
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/Dropdown/deprecated/Dropdown.md +47 -47
- package/docs/components/DualListSelector/examples/DualListSelector.md +41 -41
- package/docs/components/EmptyState/examples/EmptyState.md +21 -21
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +18 -18
- package/docs/components/FileUpload/examples/FileUpload.md +8 -8
- package/docs/components/Form/examples/Form.md +52 -52
- package/docs/components/FormControl/examples/FormControl.md +22 -22
- package/docs/components/HelperText/examples/HelperText.md +11 -11
- package/docs/components/Hint/examples/Hint.md +6 -6
- package/docs/components/Icon/examples/Icon.md +13 -13
- package/docs/components/InlineEdit/examples/InlineEdit.md +54 -138
- package/docs/components/InputGroup/examples/InputGroup.md +10 -10
- package/docs/components/JumpLinks/examples/JumpLinks.md +19 -19
- package/docs/components/Label/examples/Label.css +4 -4
- package/docs/components/Label/examples/Label.md +45 -45
- package/docs/components/List/examples/List.md +6 -6
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +45 -165
- package/docs/components/Login/examples/Login.md +21 -21
- package/docs/components/Masthead/examples/masthead.md +7 -7
- package/docs/components/Menu/examples/Menu.md +60 -60
- package/docs/components/MenuToggle/examples/MenuToggle.md +34 -106
- package/docs/components/ModalBox/examples/ModalBox.md +75 -34
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +21 -21
- package/docs/components/Nav/examples/Navigation.css +20 -3
- package/docs/components/Nav/examples/Navigation.md +44 -50
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +36 -36
- package/docs/components/NumberInput/examples/NumberInput.md +13 -13
- package/docs/components/OptionsMenu/deprecated/options-menu.md +22 -22
- package/docs/components/OverflowMenu/examples/overflow-menu.md +20 -20
- package/docs/components/Page/deprecated/PageHeader.md +30 -30
- package/docs/components/Page/examples/Page.md +55 -54
- package/docs/components/Pagination/examples/Pagination.md +25 -25
- package/docs/components/Panel/examples/Panel.md +10 -10
- package/docs/components/Popover/examples/Popover.md +30 -30
- package/docs/components/Progress/examples/Progress.md +31 -31
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +17 -17
- package/docs/components/Radio/examples/Radio.md +9 -9
- package/docs/components/Select/deprecated/Select.md +110 -110
- package/docs/components/Sidebar/examples/Sidebar.md +16 -16
- package/docs/components/SimpleList/examples/SimpleList.md +9 -9
- package/docs/components/Skeleton/examples/Skeleton.md +14 -14
- package/docs/components/SkipToContent/examples/SkipToContent.md +4 -4
- package/docs/components/Slider/examples/Slider.md +33 -33
- package/docs/components/Spinner/examples/Spinner.md +14 -14
- package/docs/components/Switch/examples/Switch.md +14 -14
- package/docs/components/TabContent/examples/TabContent.md +10 -10
- package/docs/components/Table/examples/Table.md +5395 -15077
- package/docs/components/Tabs/examples/Tabs.md +39 -39
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +1 -1
- package/docs/components/Tile/examples/Tile.md +12 -12
- package/docs/components/Timestamp/examples/Timestamp.md +4 -4
- package/docs/components/Title/examples/Title.md +20 -20
- package/docs/components/ToggleGroup/examples/toggle-group.md +10 -10
- package/docs/components/Toolbar/examples/Toolbar.md +68 -200
- package/docs/components/Tooltip/examples/Tooltip.md +9 -9
- package/docs/components/TreeView/examples/TreeView.md +31 -31
- package/docs/components/Truncate/examples/Truncate.md +8 -8
- package/docs/components/Wizard/examples/Wizard.md +46 -46
- package/docs/demos/AboutModal/examples/AboutModal.md +4 -52
- package/docs/demos/Alert/examples/Alert.md +12 -156
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -52
- package/docs/demos/Banner/examples/Banner.md +9 -105
- package/docs/demos/Card/examples/Card.md +12 -19
- package/docs/demos/CardView/examples/CardView.md +5 -65
- package/docs/demos/ContextSelector/examples/ContextSelector.md +12 -156
- package/docs/demos/Dashboard/examples/Dashboard.md +4 -52
- package/docs/demos/DataList/examples/DataList.md +200 -553
- package/docs/demos/DescriptionList/examples/DescriptionList.md +18 -156
- package/docs/demos/Drawer/examples/Drawer.md +20 -260
- package/docs/demos/JumpLinks/examples/JumpLinks.md +24 -312
- package/docs/demos/Masthead/examples/Masthead.md +23 -255
- package/docs/demos/Modal/examples/Modal.md +24 -312
- package/docs/demos/Nav/examples/Nav.md +69 -461
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +20 -260
- package/docs/demos/Page/examples/Page.md +39 -505
- package/docs/demos/Page/examples/Penta.md +120 -53
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +35 -455
- package/docs/demos/Skeleton/examples/Skeleton.md +4 -52
- package/docs/demos/Table/examples/Table.md +1598 -6045
- package/docs/demos/Tabs/examples/Tabs.md +143 -499
- package/docs/demos/Toolbar/examples/Toolbar.md +245 -925
- package/docs/demos/Wizard/examples/Wizard.md +36 -468
- package/docs/layouts/Bullseye/examples/Bullseye.md +3 -3
- package/docs/layouts/Flex/examples/Flex.md +76 -76
- package/docs/layouts/Gallery/examples/Gallery.md +6 -6
- package/docs/layouts/Grid/examples/Grid.md +8 -8
- package/docs/layouts/Level/examples/Level.md +4 -4
- package/docs/layouts/Split/examples/Split.md +6 -6
- package/docs/layouts/Stack/examples/Stack.md +5 -5
- package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
- package/docs/utilities/Alignment/examples/Alignment.md +4 -4
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +10 -10
- package/docs/utilities/BoxShadow/examples/box-shadow.md +20 -20
- package/docs/utilities/Display/examples/Display.md +9 -9
- package/docs/utilities/Flex/examples/Flex.md +32 -32
- package/docs/utilities/Float/examples/Float.md +2 -2
- package/docs/utilities/Sizing/examples/Sizing.md +41 -41
- package/docs/utilities/Spacing/examples/Spacing.md +11 -11
- package/docs/utilities/Text/examples/Text.md +28 -28
- package/package.json +2 -1
- package/patternfly-no-globals.css +347 -463
- package/patternfly-theme-dark-unversioned.css +347 -463
- package/patternfly.css +347 -463
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/Table/themes/dark/table.scss +0 -16
|
@@ -149,19 +149,7 @@ cssPrefix: pf-d-description-list
|
|
|
149
149
|
aria-label="Application launcher"
|
|
150
150
|
>
|
|
151
151
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
152
|
-
<
|
|
153
|
-
class="pf-v5-svg"
|
|
154
|
-
viewBox="0 0 192 512"
|
|
155
|
-
fill="currentColor"
|
|
156
|
-
aria-hidden="true"
|
|
157
|
-
role="img"
|
|
158
|
-
width="1em"
|
|
159
|
-
height="1em"
|
|
160
|
-
>
|
|
161
|
-
<path
|
|
162
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
163
|
-
/>
|
|
164
|
-
</svg>
|
|
152
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
165
153
|
</span>
|
|
166
154
|
</button>
|
|
167
155
|
</div>
|
|
@@ -173,19 +161,7 @@ cssPrefix: pf-d-description-list
|
|
|
173
161
|
aria-label="Settings"
|
|
174
162
|
>
|
|
175
163
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
176
|
-
<
|
|
177
|
-
class="pf-v5-svg"
|
|
178
|
-
viewBox="0 0 192 512"
|
|
179
|
-
fill="currentColor"
|
|
180
|
-
aria-hidden="true"
|
|
181
|
-
role="img"
|
|
182
|
-
width="1em"
|
|
183
|
-
height="1em"
|
|
184
|
-
>
|
|
185
|
-
<path
|
|
186
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
187
|
-
/>
|
|
188
|
-
</svg>
|
|
164
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
189
165
|
</span>
|
|
190
166
|
</button>
|
|
191
167
|
</div>
|
|
@@ -197,19 +173,7 @@ cssPrefix: pf-d-description-list
|
|
|
197
173
|
aria-label="Help"
|
|
198
174
|
>
|
|
199
175
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
200
|
-
<
|
|
201
|
-
class="pf-v5-svg"
|
|
202
|
-
viewBox="0 0 192 512"
|
|
203
|
-
fill="currentColor"
|
|
204
|
-
aria-hidden="true"
|
|
205
|
-
role="img"
|
|
206
|
-
width="1em"
|
|
207
|
-
height="1em"
|
|
208
|
-
>
|
|
209
|
-
<path
|
|
210
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
211
|
-
/>
|
|
212
|
-
</svg>
|
|
176
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
213
177
|
</span>
|
|
214
178
|
</button>
|
|
215
179
|
</div>
|
|
@@ -222,19 +186,7 @@ cssPrefix: pf-d-description-list
|
|
|
222
186
|
aria-label="Actions"
|
|
223
187
|
>
|
|
224
188
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
225
|
-
<
|
|
226
|
-
class="pf-v5-svg"
|
|
227
|
-
viewBox="0 0 192 512"
|
|
228
|
-
fill="currentColor"
|
|
229
|
-
aria-hidden="true"
|
|
230
|
-
role="img"
|
|
231
|
-
width="1em"
|
|
232
|
-
height="1em"
|
|
233
|
-
>
|
|
234
|
-
<path
|
|
235
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
236
|
-
/>
|
|
237
|
-
</svg>
|
|
189
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
238
190
|
</span>
|
|
239
191
|
</button>
|
|
240
192
|
</div>
|
|
@@ -573,19 +525,7 @@ cssPrefix: pf-d-description-list
|
|
|
573
525
|
aria-label="Application launcher"
|
|
574
526
|
>
|
|
575
527
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
576
|
-
<
|
|
577
|
-
class="pf-v5-svg"
|
|
578
|
-
viewBox="0 0 192 512"
|
|
579
|
-
fill="currentColor"
|
|
580
|
-
aria-hidden="true"
|
|
581
|
-
role="img"
|
|
582
|
-
width="1em"
|
|
583
|
-
height="1em"
|
|
584
|
-
>
|
|
585
|
-
<path
|
|
586
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
587
|
-
/>
|
|
588
|
-
</svg>
|
|
528
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
589
529
|
</span>
|
|
590
530
|
</button>
|
|
591
531
|
</div>
|
|
@@ -597,19 +537,7 @@ cssPrefix: pf-d-description-list
|
|
|
597
537
|
aria-label="Settings"
|
|
598
538
|
>
|
|
599
539
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
600
|
-
<
|
|
601
|
-
class="pf-v5-svg"
|
|
602
|
-
viewBox="0 0 192 512"
|
|
603
|
-
fill="currentColor"
|
|
604
|
-
aria-hidden="true"
|
|
605
|
-
role="img"
|
|
606
|
-
width="1em"
|
|
607
|
-
height="1em"
|
|
608
|
-
>
|
|
609
|
-
<path
|
|
610
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
611
|
-
/>
|
|
612
|
-
</svg>
|
|
540
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
613
541
|
</span>
|
|
614
542
|
</button>
|
|
615
543
|
</div>
|
|
@@ -621,19 +549,7 @@ cssPrefix: pf-d-description-list
|
|
|
621
549
|
aria-label="Help"
|
|
622
550
|
>
|
|
623
551
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
624
|
-
<
|
|
625
|
-
class="pf-v5-svg"
|
|
626
|
-
viewBox="0 0 192 512"
|
|
627
|
-
fill="currentColor"
|
|
628
|
-
aria-hidden="true"
|
|
629
|
-
role="img"
|
|
630
|
-
width="1em"
|
|
631
|
-
height="1em"
|
|
632
|
-
>
|
|
633
|
-
<path
|
|
634
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
635
|
-
/>
|
|
636
|
-
</svg>
|
|
552
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
637
553
|
</span>
|
|
638
554
|
</button>
|
|
639
555
|
</div>
|
|
@@ -646,19 +562,7 @@ cssPrefix: pf-d-description-list
|
|
|
646
562
|
aria-label="Actions"
|
|
647
563
|
>
|
|
648
564
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
649
|
-
<
|
|
650
|
-
class="pf-v5-svg"
|
|
651
|
-
viewBox="0 0 192 512"
|
|
652
|
-
fill="currentColor"
|
|
653
|
-
aria-hidden="true"
|
|
654
|
-
role="img"
|
|
655
|
-
width="1em"
|
|
656
|
-
height="1em"
|
|
657
|
-
>
|
|
658
|
-
<path
|
|
659
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
660
|
-
/>
|
|
661
|
-
</svg>
|
|
565
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
662
566
|
</span>
|
|
663
567
|
</button>
|
|
664
568
|
</div>
|
|
@@ -1312,19 +1216,7 @@ cssPrefix: pf-d-description-list
|
|
|
1312
1216
|
aria-label="Application launcher"
|
|
1313
1217
|
>
|
|
1314
1218
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1315
|
-
<
|
|
1316
|
-
class="pf-v5-svg"
|
|
1317
|
-
viewBox="0 0 192 512"
|
|
1318
|
-
fill="currentColor"
|
|
1319
|
-
aria-hidden="true"
|
|
1320
|
-
role="img"
|
|
1321
|
-
width="1em"
|
|
1322
|
-
height="1em"
|
|
1323
|
-
>
|
|
1324
|
-
<path
|
|
1325
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1326
|
-
/>
|
|
1327
|
-
</svg>
|
|
1219
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1328
1220
|
</span>
|
|
1329
1221
|
</button>
|
|
1330
1222
|
</div>
|
|
@@ -1336,19 +1228,7 @@ cssPrefix: pf-d-description-list
|
|
|
1336
1228
|
aria-label="Settings"
|
|
1337
1229
|
>
|
|
1338
1230
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1339
|
-
<
|
|
1340
|
-
class="pf-v5-svg"
|
|
1341
|
-
viewBox="0 0 192 512"
|
|
1342
|
-
fill="currentColor"
|
|
1343
|
-
aria-hidden="true"
|
|
1344
|
-
role="img"
|
|
1345
|
-
width="1em"
|
|
1346
|
-
height="1em"
|
|
1347
|
-
>
|
|
1348
|
-
<path
|
|
1349
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1350
|
-
/>
|
|
1351
|
-
</svg>
|
|
1231
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1352
1232
|
</span>
|
|
1353
1233
|
</button>
|
|
1354
1234
|
</div>
|
|
@@ -1360,19 +1240,7 @@ cssPrefix: pf-d-description-list
|
|
|
1360
1240
|
aria-label="Help"
|
|
1361
1241
|
>
|
|
1362
1242
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1363
|
-
<
|
|
1364
|
-
class="pf-v5-svg"
|
|
1365
|
-
viewBox="0 0 192 512"
|
|
1366
|
-
fill="currentColor"
|
|
1367
|
-
aria-hidden="true"
|
|
1368
|
-
role="img"
|
|
1369
|
-
width="1em"
|
|
1370
|
-
height="1em"
|
|
1371
|
-
>
|
|
1372
|
-
<path
|
|
1373
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1374
|
-
/>
|
|
1375
|
-
</svg>
|
|
1243
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1376
1244
|
</span>
|
|
1377
1245
|
</button>
|
|
1378
1246
|
</div>
|
|
@@ -1385,19 +1253,7 @@ cssPrefix: pf-d-description-list
|
|
|
1385
1253
|
aria-label="Actions"
|
|
1386
1254
|
>
|
|
1387
1255
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1388
|
-
<
|
|
1389
|
-
class="pf-v5-svg"
|
|
1390
|
-
viewBox="0 0 192 512"
|
|
1391
|
-
fill="currentColor"
|
|
1392
|
-
aria-hidden="true"
|
|
1393
|
-
role="img"
|
|
1394
|
-
width="1em"
|
|
1395
|
-
height="1em"
|
|
1396
|
-
>
|
|
1397
|
-
<path
|
|
1398
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1399
|
-
/>
|
|
1400
|
-
</svg>
|
|
1256
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1401
1257
|
</span>
|
|
1402
1258
|
</button>
|
|
1403
1259
|
</div>
|
|
@@ -1612,6 +1468,7 @@ cssPrefix: pf-d-description-list
|
|
|
1612
1468
|
role="columnheader"
|
|
1613
1469
|
scope="col"
|
|
1614
1470
|
>Type</th>
|
|
1471
|
+
|
|
1615
1472
|
<th
|
|
1616
1473
|
class="pf-v6-c-table__th"
|
|
1617
1474
|
role="columnheader"
|
|
@@ -1619,6 +1476,7 @@ cssPrefix: pf-d-description-list
|
|
|
1619
1476
|
>Location</th>
|
|
1620
1477
|
</tr>
|
|
1621
1478
|
</thead>
|
|
1479
|
+
|
|
1622
1480
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
1623
1481
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
1624
1482
|
<td
|
|
@@ -1670,16 +1528,19 @@ cssPrefix: pf-d-description-list
|
|
|
1670
1528
|
role="columnheader"
|
|
1671
1529
|
scope="col"
|
|
1672
1530
|
>Name</th>
|
|
1531
|
+
|
|
1673
1532
|
<th
|
|
1674
1533
|
class="pf-v6-c-table__th"
|
|
1675
1534
|
role="columnheader"
|
|
1676
1535
|
scope="col"
|
|
1677
1536
|
>Port</th>
|
|
1537
|
+
|
|
1678
1538
|
<th
|
|
1679
1539
|
class="pf-v6-c-table__th"
|
|
1680
1540
|
role="columnheader"
|
|
1681
1541
|
scope="col"
|
|
1682
1542
|
>Protocol</th>
|
|
1543
|
+
|
|
1683
1544
|
<th
|
|
1684
1545
|
class="pf-v6-c-table__th"
|
|
1685
1546
|
role="columnheader"
|
|
@@ -1687,6 +1548,7 @@ cssPrefix: pf-d-description-list
|
|
|
1687
1548
|
>Pod port or name</th>
|
|
1688
1549
|
</tr>
|
|
1689
1550
|
</thead>
|
|
1551
|
+
|
|
1690
1552
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
1691
1553
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
1692
1554
|
<td
|