@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
|
@@ -148,19 +148,7 @@ section: components
|
|
|
148
148
|
aria-label="Application launcher"
|
|
149
149
|
>
|
|
150
150
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
151
|
-
<
|
|
152
|
-
class="pf-v5-svg"
|
|
153
|
-
viewBox="0 0 192 512"
|
|
154
|
-
fill="currentColor"
|
|
155
|
-
aria-hidden="true"
|
|
156
|
-
role="img"
|
|
157
|
-
width="1em"
|
|
158
|
-
height="1em"
|
|
159
|
-
>
|
|
160
|
-
<path
|
|
161
|
-
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"
|
|
162
|
-
/>
|
|
163
|
-
</svg>
|
|
151
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
164
152
|
</span>
|
|
165
153
|
</button>
|
|
166
154
|
</div>
|
|
@@ -172,19 +160,7 @@ section: components
|
|
|
172
160
|
aria-label="Settings"
|
|
173
161
|
>
|
|
174
162
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
175
|
-
<
|
|
176
|
-
class="pf-v5-svg"
|
|
177
|
-
viewBox="0 0 192 512"
|
|
178
|
-
fill="currentColor"
|
|
179
|
-
aria-hidden="true"
|
|
180
|
-
role="img"
|
|
181
|
-
width="1em"
|
|
182
|
-
height="1em"
|
|
183
|
-
>
|
|
184
|
-
<path
|
|
185
|
-
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"
|
|
186
|
-
/>
|
|
187
|
-
</svg>
|
|
163
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
188
164
|
</span>
|
|
189
165
|
</button>
|
|
190
166
|
</div>
|
|
@@ -196,19 +172,7 @@ section: components
|
|
|
196
172
|
aria-label="Help"
|
|
197
173
|
>
|
|
198
174
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
199
|
-
<
|
|
200
|
-
class="pf-v5-svg"
|
|
201
|
-
viewBox="0 0 192 512"
|
|
202
|
-
fill="currentColor"
|
|
203
|
-
aria-hidden="true"
|
|
204
|
-
role="img"
|
|
205
|
-
width="1em"
|
|
206
|
-
height="1em"
|
|
207
|
-
>
|
|
208
|
-
<path
|
|
209
|
-
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"
|
|
210
|
-
/>
|
|
211
|
-
</svg>
|
|
175
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
212
176
|
</span>
|
|
213
177
|
</button>
|
|
214
178
|
</div>
|
|
@@ -221,19 +185,7 @@ section: components
|
|
|
221
185
|
aria-label="Actions"
|
|
222
186
|
>
|
|
223
187
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
224
|
-
<
|
|
225
|
-
class="pf-v5-svg"
|
|
226
|
-
viewBox="0 0 192 512"
|
|
227
|
-
fill="currentColor"
|
|
228
|
-
aria-hidden="true"
|
|
229
|
-
role="img"
|
|
230
|
-
width="1em"
|
|
231
|
-
height="1em"
|
|
232
|
-
>
|
|
233
|
-
<path
|
|
234
|
-
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"
|
|
235
|
-
/>
|
|
236
|
-
</svg>
|
|
188
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
237
189
|
</span>
|
|
238
190
|
</button>
|
|
239
191
|
</div>
|
|
@@ -509,19 +461,7 @@ section: components
|
|
|
509
461
|
aria-label="Application launcher"
|
|
510
462
|
>
|
|
511
463
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
512
|
-
<
|
|
513
|
-
class="pf-v5-svg"
|
|
514
|
-
viewBox="0 0 192 512"
|
|
515
|
-
fill="currentColor"
|
|
516
|
-
aria-hidden="true"
|
|
517
|
-
role="img"
|
|
518
|
-
width="1em"
|
|
519
|
-
height="1em"
|
|
520
|
-
>
|
|
521
|
-
<path
|
|
522
|
-
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"
|
|
523
|
-
/>
|
|
524
|
-
</svg>
|
|
464
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
525
465
|
</span>
|
|
526
466
|
</button>
|
|
527
467
|
</div>
|
|
@@ -533,19 +473,7 @@ section: components
|
|
|
533
473
|
aria-label="Settings"
|
|
534
474
|
>
|
|
535
475
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
536
|
-
<
|
|
537
|
-
class="pf-v5-svg"
|
|
538
|
-
viewBox="0 0 192 512"
|
|
539
|
-
fill="currentColor"
|
|
540
|
-
aria-hidden="true"
|
|
541
|
-
role="img"
|
|
542
|
-
width="1em"
|
|
543
|
-
height="1em"
|
|
544
|
-
>
|
|
545
|
-
<path
|
|
546
|
-
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"
|
|
547
|
-
/>
|
|
548
|
-
</svg>
|
|
476
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
549
477
|
</span>
|
|
550
478
|
</button>
|
|
551
479
|
</div>
|
|
@@ -557,19 +485,7 @@ section: components
|
|
|
557
485
|
aria-label="Help"
|
|
558
486
|
>
|
|
559
487
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
560
|
-
<
|
|
561
|
-
class="pf-v5-svg"
|
|
562
|
-
viewBox="0 0 192 512"
|
|
563
|
-
fill="currentColor"
|
|
564
|
-
aria-hidden="true"
|
|
565
|
-
role="img"
|
|
566
|
-
width="1em"
|
|
567
|
-
height="1em"
|
|
568
|
-
>
|
|
569
|
-
<path
|
|
570
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
571
|
-
/>
|
|
572
|
-
</svg>
|
|
488
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
573
489
|
</span>
|
|
574
490
|
</button>
|
|
575
491
|
</div>
|
|
@@ -582,19 +498,7 @@ section: components
|
|
|
582
498
|
aria-label="Actions"
|
|
583
499
|
>
|
|
584
500
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
585
|
-
<
|
|
586
|
-
class="pf-v5-svg"
|
|
587
|
-
viewBox="0 0 192 512"
|
|
588
|
-
fill="currentColor"
|
|
589
|
-
aria-hidden="true"
|
|
590
|
-
role="img"
|
|
591
|
-
width="1em"
|
|
592
|
-
height="1em"
|
|
593
|
-
>
|
|
594
|
-
<path
|
|
595
|
-
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"
|
|
596
|
-
/>
|
|
597
|
-
</svg>
|
|
501
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
598
502
|
</span>
|
|
599
503
|
</button>
|
|
600
504
|
</div>
|
|
@@ -894,19 +798,7 @@ section: components
|
|
|
894
798
|
aria-label="Application launcher"
|
|
895
799
|
>
|
|
896
800
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
897
|
-
<
|
|
898
|
-
class="pf-v5-svg"
|
|
899
|
-
viewBox="0 0 192 512"
|
|
900
|
-
fill="currentColor"
|
|
901
|
-
aria-hidden="true"
|
|
902
|
-
role="img"
|
|
903
|
-
width="1em"
|
|
904
|
-
height="1em"
|
|
905
|
-
>
|
|
906
|
-
<path
|
|
907
|
-
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"
|
|
908
|
-
/>
|
|
909
|
-
</svg>
|
|
801
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
910
802
|
</span>
|
|
911
803
|
</button>
|
|
912
804
|
</div>
|
|
@@ -918,19 +810,7 @@ section: components
|
|
|
918
810
|
aria-label="Settings"
|
|
919
811
|
>
|
|
920
812
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
921
|
-
<
|
|
922
|
-
class="pf-v5-svg"
|
|
923
|
-
viewBox="0 0 192 512"
|
|
924
|
-
fill="currentColor"
|
|
925
|
-
aria-hidden="true"
|
|
926
|
-
role="img"
|
|
927
|
-
width="1em"
|
|
928
|
-
height="1em"
|
|
929
|
-
>
|
|
930
|
-
<path
|
|
931
|
-
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"
|
|
932
|
-
/>
|
|
933
|
-
</svg>
|
|
813
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
934
814
|
</span>
|
|
935
815
|
</button>
|
|
936
816
|
</div>
|
|
@@ -942,19 +822,7 @@ section: components
|
|
|
942
822
|
aria-label="Help"
|
|
943
823
|
>
|
|
944
824
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
945
|
-
<
|
|
946
|
-
class="pf-v5-svg"
|
|
947
|
-
viewBox="0 0 192 512"
|
|
948
|
-
fill="currentColor"
|
|
949
|
-
aria-hidden="true"
|
|
950
|
-
role="img"
|
|
951
|
-
width="1em"
|
|
952
|
-
height="1em"
|
|
953
|
-
>
|
|
954
|
-
<path
|
|
955
|
-
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"
|
|
956
|
-
/>
|
|
957
|
-
</svg>
|
|
825
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
958
826
|
</span>
|
|
959
827
|
</button>
|
|
960
828
|
</div>
|
|
@@ -967,19 +835,7 @@ section: components
|
|
|
967
835
|
aria-label="Actions"
|
|
968
836
|
>
|
|
969
837
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
970
|
-
<
|
|
971
|
-
class="pf-v5-svg"
|
|
972
|
-
viewBox="0 0 192 512"
|
|
973
|
-
fill="currentColor"
|
|
974
|
-
aria-hidden="true"
|
|
975
|
-
role="img"
|
|
976
|
-
width="1em"
|
|
977
|
-
height="1em"
|
|
978
|
-
>
|
|
979
|
-
<path
|
|
980
|
-
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"
|
|
981
|
-
/>
|
|
982
|
-
</svg>
|
|
838
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
983
839
|
</span>
|
|
984
840
|
</button>
|
|
985
841
|
</div>
|
|
@@ -1323,13 +1179,11 @@ section: components
|
|
|
1323
1179
|
>
|
|
1324
1180
|
<div class="pf-v6-c-nav__scroll-button">
|
|
1325
1181
|
<button
|
|
1326
|
-
class="pf-v6-c-button pf-m-plain
|
|
1182
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1327
1183
|
type="button"
|
|
1328
1184
|
aria-label="Scroll start"
|
|
1329
1185
|
>
|
|
1330
|
-
<
|
|
1331
|
-
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1332
|
-
</span>
|
|
1186
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1333
1187
|
</button>
|
|
1334
1188
|
</div>
|
|
1335
1189
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
@@ -1355,13 +1209,11 @@ section: components
|
|
|
1355
1209
|
</ul>
|
|
1356
1210
|
<div class="pf-v6-c-nav__scroll-button">
|
|
1357
1211
|
<button
|
|
1358
|
-
class="pf-v6-c-button pf-m-plain
|
|
1212
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1359
1213
|
type="button"
|
|
1360
1214
|
aria-label="Scroll end"
|
|
1361
1215
|
>
|
|
1362
|
-
<
|
|
1363
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1364
|
-
</span>
|
|
1216
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1365
1217
|
</button>
|
|
1366
1218
|
</div>
|
|
1367
1219
|
</nav>
|
|
@@ -1380,19 +1232,7 @@ section: components
|
|
|
1380
1232
|
aria-label="Application launcher"
|
|
1381
1233
|
>
|
|
1382
1234
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1383
|
-
<
|
|
1384
|
-
class="pf-v5-svg"
|
|
1385
|
-
viewBox="0 0 192 512"
|
|
1386
|
-
fill="currentColor"
|
|
1387
|
-
aria-hidden="true"
|
|
1388
|
-
role="img"
|
|
1389
|
-
width="1em"
|
|
1390
|
-
height="1em"
|
|
1391
|
-
>
|
|
1392
|
-
<path
|
|
1393
|
-
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"
|
|
1394
|
-
/>
|
|
1395
|
-
</svg>
|
|
1235
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1396
1236
|
</span>
|
|
1397
1237
|
</button>
|
|
1398
1238
|
</div>
|
|
@@ -1404,19 +1244,7 @@ section: components
|
|
|
1404
1244
|
aria-label="Settings"
|
|
1405
1245
|
>
|
|
1406
1246
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1407
|
-
<
|
|
1408
|
-
class="pf-v5-svg"
|
|
1409
|
-
viewBox="0 0 192 512"
|
|
1410
|
-
fill="currentColor"
|
|
1411
|
-
aria-hidden="true"
|
|
1412
|
-
role="img"
|
|
1413
|
-
width="1em"
|
|
1414
|
-
height="1em"
|
|
1415
|
-
>
|
|
1416
|
-
<path
|
|
1417
|
-
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"
|
|
1418
|
-
/>
|
|
1419
|
-
</svg>
|
|
1247
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1420
1248
|
</span>
|
|
1421
1249
|
</button>
|
|
1422
1250
|
</div>
|
|
@@ -1428,19 +1256,7 @@ section: components
|
|
|
1428
1256
|
aria-label="Help"
|
|
1429
1257
|
>
|
|
1430
1258
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1431
|
-
<
|
|
1432
|
-
class="pf-v5-svg"
|
|
1433
|
-
viewBox="0 0 192 512"
|
|
1434
|
-
fill="currentColor"
|
|
1435
|
-
aria-hidden="true"
|
|
1436
|
-
role="img"
|
|
1437
|
-
width="1em"
|
|
1438
|
-
height="1em"
|
|
1439
|
-
>
|
|
1440
|
-
<path
|
|
1441
|
-
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"
|
|
1442
|
-
/>
|
|
1443
|
-
</svg>
|
|
1259
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1444
1260
|
</span>
|
|
1445
1261
|
</button>
|
|
1446
1262
|
</div>
|
|
@@ -1453,19 +1269,7 @@ section: components
|
|
|
1453
1269
|
aria-label="Actions"
|
|
1454
1270
|
>
|
|
1455
1271
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1456
|
-
<
|
|
1457
|
-
class="pf-v5-svg"
|
|
1458
|
-
viewBox="0 0 192 512"
|
|
1459
|
-
fill="currentColor"
|
|
1460
|
-
aria-hidden="true"
|
|
1461
|
-
role="img"
|
|
1462
|
-
width="1em"
|
|
1463
|
-
height="1em"
|
|
1464
|
-
>
|
|
1465
|
-
<path
|
|
1466
|
-
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"
|
|
1467
|
-
/>
|
|
1468
|
-
</svg>
|
|
1272
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1469
1273
|
</span>
|
|
1470
1274
|
</button>
|
|
1471
1275
|
</div>
|
|
@@ -1710,19 +1514,7 @@ section: components
|
|
|
1710
1514
|
aria-label="Application launcher"
|
|
1711
1515
|
>
|
|
1712
1516
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1713
|
-
<
|
|
1714
|
-
class="pf-v5-svg"
|
|
1715
|
-
viewBox="0 0 192 512"
|
|
1716
|
-
fill="currentColor"
|
|
1717
|
-
aria-hidden="true"
|
|
1718
|
-
role="img"
|
|
1719
|
-
width="1em"
|
|
1720
|
-
height="1em"
|
|
1721
|
-
>
|
|
1722
|
-
<path
|
|
1723
|
-
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"
|
|
1724
|
-
/>
|
|
1725
|
-
</svg>
|
|
1517
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1726
1518
|
</span>
|
|
1727
1519
|
</button>
|
|
1728
1520
|
</div>
|
|
@@ -1734,19 +1526,7 @@ section: components
|
|
|
1734
1526
|
aria-label="Settings"
|
|
1735
1527
|
>
|
|
1736
1528
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1737
|
-
<
|
|
1738
|
-
class="pf-v5-svg"
|
|
1739
|
-
viewBox="0 0 192 512"
|
|
1740
|
-
fill="currentColor"
|
|
1741
|
-
aria-hidden="true"
|
|
1742
|
-
role="img"
|
|
1743
|
-
width="1em"
|
|
1744
|
-
height="1em"
|
|
1745
|
-
>
|
|
1746
|
-
<path
|
|
1747
|
-
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"
|
|
1748
|
-
/>
|
|
1749
|
-
</svg>
|
|
1529
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1750
1530
|
</span>
|
|
1751
1531
|
</button>
|
|
1752
1532
|
</div>
|
|
@@ -1758,19 +1538,7 @@ section: components
|
|
|
1758
1538
|
aria-label="Help"
|
|
1759
1539
|
>
|
|
1760
1540
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1761
|
-
<
|
|
1762
|
-
class="pf-v5-svg"
|
|
1763
|
-
viewBox="0 0 192 512"
|
|
1764
|
-
fill="currentColor"
|
|
1765
|
-
aria-hidden="true"
|
|
1766
|
-
role="img"
|
|
1767
|
-
width="1em"
|
|
1768
|
-
height="1em"
|
|
1769
|
-
>
|
|
1770
|
-
<path
|
|
1771
|
-
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"
|
|
1772
|
-
/>
|
|
1773
|
-
</svg>
|
|
1541
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1774
1542
|
</span>
|
|
1775
1543
|
</button>
|
|
1776
1544
|
</div>
|
|
@@ -1783,19 +1551,7 @@ section: components
|
|
|
1783
1551
|
aria-label="Actions"
|
|
1784
1552
|
>
|
|
1785
1553
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1786
|
-
<
|
|
1787
|
-
class="pf-v5-svg"
|
|
1788
|
-
viewBox="0 0 192 512"
|
|
1789
|
-
fill="currentColor"
|
|
1790
|
-
aria-hidden="true"
|
|
1791
|
-
role="img"
|
|
1792
|
-
width="1em"
|
|
1793
|
-
height="1em"
|
|
1794
|
-
>
|
|
1795
|
-
<path
|
|
1796
|
-
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"
|
|
1797
|
-
/>
|
|
1798
|
-
</svg>
|
|
1554
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1799
1555
|
</span>
|
|
1800
1556
|
</button>
|
|
1801
1557
|
</div>
|
|
@@ -1809,108 +1565,28 @@ section: components
|
|
|
1809
1565
|
<div class="pf-v6-c-page__sidebar-body">
|
|
1810
1566
|
<nav
|
|
1811
1567
|
class="pf-v6-c-nav"
|
|
1812
|
-
id="nav-horizontal-subnav-example-
|
|
1568
|
+
id="nav-horizontal-subnav-example-primary-nav"
|
|
1813
1569
|
aria-label="Global"
|
|
1814
1570
|
>
|
|
1815
1571
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
1816
|
-
<li class="pf-v6-c-nav__item
|
|
1817
|
-
<
|
|
1818
|
-
class="pf-v6-c-nav__link"
|
|
1819
|
-
aria-expanded="true"
|
|
1820
|
-
id="nav-horizontal-subnav-example-expandable-nav-link1"
|
|
1821
|
-
>
|
|
1822
|
-
System panel
|
|
1823
|
-
<span class="pf-v6-c-nav__toggle">
|
|
1824
|
-
<span class="pf-v6-c-nav__toggle-icon">
|
|
1825
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1826
|
-
</span>
|
|
1827
|
-
</span>
|
|
1828
|
-
</button>
|
|
1829
|
-
<section
|
|
1830
|
-
class="pf-v6-c-nav__subnav"
|
|
1831
|
-
aria-labelledby="nav-horizontal-subnav-example-expandable-nav-link1"
|
|
1832
|
-
>
|
|
1833
|
-
<ul class="pf-v6-c-nav__list" role="list">
|
|
1834
|
-
<li class="pf-v6-c-nav__item">
|
|
1835
|
-
<a href="#" class="pf-v6-c-nav__link">Overview</a>
|
|
1836
|
-
</li>
|
|
1837
|
-
<li class="pf-v6-c-nav__item">
|
|
1838
|
-
<a
|
|
1839
|
-
href="#"
|
|
1840
|
-
class="pf-v6-c-nav__link pf-m-current"
|
|
1841
|
-
aria-current="page"
|
|
1842
|
-
>Resource usage</a>
|
|
1843
|
-
</li>
|
|
1844
|
-
<li class="pf-v6-c-nav__item">
|
|
1845
|
-
<a href="#" class="pf-v6-c-nav__link">Hypervisors</a>
|
|
1846
|
-
</li>
|
|
1847
|
-
<li class="pf-v6-c-nav__item">
|
|
1848
|
-
<a href="#" class="pf-v6-c-nav__link">Instances</a>
|
|
1849
|
-
</li>
|
|
1850
|
-
<li class="pf-v6-c-nav__item">
|
|
1851
|
-
<a href="#" class="pf-v6-c-nav__link">Volumes</a>
|
|
1852
|
-
</li>
|
|
1853
|
-
<li class="pf-v6-c-nav__item">
|
|
1854
|
-
<a href="#" class="pf-v6-c-nav__link">Networks</a>
|
|
1855
|
-
</li>
|
|
1856
|
-
</ul>
|
|
1857
|
-
</section>
|
|
1572
|
+
<li class="pf-v6-c-nav__item">
|
|
1573
|
+
<a href="#" class="pf-v6-c-nav__link">System panel</a>
|
|
1858
1574
|
</li>
|
|
1859
|
-
<li class="pf-v6-c-nav__item
|
|
1860
|
-
<
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
>
|
|
1865
|
-
Policy
|
|
1866
|
-
<span class="pf-v6-c-nav__toggle">
|
|
1867
|
-
<span class="pf-v6-c-nav__toggle-icon">
|
|
1868
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1869
|
-
</span>
|
|
1870
|
-
</span>
|
|
1871
|
-
</button>
|
|
1872
|
-
<section
|
|
1873
|
-
class="pf-v6-c-nav__subnav"
|
|
1874
|
-
aria-labelledby="nav-horizontal-subnav-example-expandable-nav-link2"
|
|
1875
|
-
hidden
|
|
1876
|
-
>
|
|
1877
|
-
<ul class="pf-v6-c-nav__list" role="list">
|
|
1878
|
-
<li class="pf-v6-c-nav__item">
|
|
1879
|
-
<a href="#" class="pf-v6-c-nav__link">Subnav link 1</a>
|
|
1880
|
-
</li>
|
|
1881
|
-
<li class="pf-v6-c-nav__item">
|
|
1882
|
-
<a href="#" class="pf-v6-c-nav__link">Subnav link 2</a>
|
|
1883
|
-
</li>
|
|
1884
|
-
</ul>
|
|
1885
|
-
</section>
|
|
1575
|
+
<li class="pf-v6-c-nav__item">
|
|
1576
|
+
<a
|
|
1577
|
+
href="#"
|
|
1578
|
+
class="pf-v6-c-nav__link pf-m-current"
|
|
1579
|
+
aria-current="page"
|
|
1580
|
+
>Policy</a>
|
|
1886
1581
|
</li>
|
|
1887
|
-
<li class="pf-v6-c-nav__item
|
|
1888
|
-
<
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
<span class="pf-v6-c-nav__toggle-icon">
|
|
1896
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1897
|
-
</span>
|
|
1898
|
-
</span>
|
|
1899
|
-
</button>
|
|
1900
|
-
<section
|
|
1901
|
-
class="pf-v6-c-nav__subnav"
|
|
1902
|
-
aria-labelledby="nav-horizontal-subnav-example-expandable-nav-link3"
|
|
1903
|
-
hidden
|
|
1904
|
-
>
|
|
1905
|
-
<ul class="pf-v6-c-nav__list" role="list">
|
|
1906
|
-
<li class="pf-v6-c-nav__item">
|
|
1907
|
-
<a href="#" class="pf-v6-c-nav__link">Subnav link 1</a>
|
|
1908
|
-
</li>
|
|
1909
|
-
<li class="pf-v6-c-nav__item">
|
|
1910
|
-
<a href="#" class="pf-v6-c-nav__link">Subnav link 2</a>
|
|
1911
|
-
</li>
|
|
1912
|
-
</ul>
|
|
1913
|
-
</section>
|
|
1582
|
+
<li class="pf-v6-c-nav__item">
|
|
1583
|
+
<a href="#" class="pf-v6-c-nav__link">Authentication</a>
|
|
1584
|
+
</li>
|
|
1585
|
+
<li class="pf-v6-c-nav__item">
|
|
1586
|
+
<a href="#" class="pf-v6-c-nav__link">Network services</a>
|
|
1587
|
+
</li>
|
|
1588
|
+
<li class="pf-v6-c-nav__item">
|
|
1589
|
+
<a href="#" class="pf-v6-c-nav__link">Server</a>
|
|
1914
1590
|
</li>
|
|
1915
1591
|
</ul>
|
|
1916
1592
|
</nav>
|
|
@@ -1921,6 +1597,24 @@ section: components
|
|
|
1921
1597
|
tabindex="-1"
|
|
1922
1598
|
id="main-content-nav-horizontal-subnav-example"
|
|
1923
1599
|
>
|
|
1600
|
+
<section class="pf-v6-c-page__main-subnav pf-m-limit-width">
|
|
1601
|
+
<div class="pf-v6-c-page__main-body">
|
|
1602
|
+
<nav class="pf-v6-c-nav pf-m-horizontal pf-m-subnav" aria-label="Local">
|
|
1603
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
1604
|
+
<li class="pf-v6-c-nav__item">
|
|
1605
|
+
<a
|
|
1606
|
+
href="#"
|
|
1607
|
+
class="pf-v6-c-nav__link pf-m-current"
|
|
1608
|
+
aria-current="page"
|
|
1609
|
+
>Horizontal subnav item 1</a>
|
|
1610
|
+
</li>
|
|
1611
|
+
<li class="pf-v6-c-nav__item">
|
|
1612
|
+
<a href="#" class="pf-v6-c-nav__link">Horizontal subnav item 2</a>
|
|
1613
|
+
</li>
|
|
1614
|
+
</ul>
|
|
1615
|
+
</nav>
|
|
1616
|
+
</div>
|
|
1617
|
+
</section>
|
|
1924
1618
|
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
1925
1619
|
<div class="pf-v6-c-page__main-body">
|
|
1926
1620
|
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
@@ -2151,13 +1845,11 @@ section: components
|
|
|
2151
1845
|
>
|
|
2152
1846
|
<div class="pf-v6-c-nav__scroll-button">
|
|
2153
1847
|
<button
|
|
2154
|
-
class="pf-v6-c-button pf-m-plain
|
|
1848
|
+
class="pf-v6-c-button pf-m-plain"
|
|
2155
1849
|
type="button"
|
|
2156
1850
|
aria-label="Scroll start"
|
|
2157
1851
|
>
|
|
2158
|
-
<
|
|
2159
|
-
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2160
|
-
</span>
|
|
1852
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2161
1853
|
</button>
|
|
2162
1854
|
</div>
|
|
2163
1855
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
@@ -2183,13 +1875,11 @@ section: components
|
|
|
2183
1875
|
</ul>
|
|
2184
1876
|
<div class="pf-v6-c-nav__scroll-button">
|
|
2185
1877
|
<button
|
|
2186
|
-
class="pf-v6-c-button pf-m-plain
|
|
1878
|
+
class="pf-v6-c-button pf-m-plain"
|
|
2187
1879
|
type="button"
|
|
2188
1880
|
aria-label="Scroll end"
|
|
2189
1881
|
>
|
|
2190
|
-
<
|
|
2191
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2192
|
-
</span>
|
|
1882
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2193
1883
|
</button>
|
|
2194
1884
|
</div>
|
|
2195
1885
|
</nav>
|
|
@@ -2208,19 +1898,7 @@ section: components
|
|
|
2208
1898
|
aria-label="Application launcher"
|
|
2209
1899
|
>
|
|
2210
1900
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2211
|
-
<
|
|
2212
|
-
class="pf-v5-svg"
|
|
2213
|
-
viewBox="0 0 192 512"
|
|
2214
|
-
fill="currentColor"
|
|
2215
|
-
aria-hidden="true"
|
|
2216
|
-
role="img"
|
|
2217
|
-
width="1em"
|
|
2218
|
-
height="1em"
|
|
2219
|
-
>
|
|
2220
|
-
<path
|
|
2221
|
-
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"
|
|
2222
|
-
/>
|
|
2223
|
-
</svg>
|
|
1901
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
2224
1902
|
</span>
|
|
2225
1903
|
</button>
|
|
2226
1904
|
</div>
|
|
@@ -2232,19 +1910,7 @@ section: components
|
|
|
2232
1910
|
aria-label="Settings"
|
|
2233
1911
|
>
|
|
2234
1912
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2235
|
-
<
|
|
2236
|
-
class="pf-v5-svg"
|
|
2237
|
-
viewBox="0 0 192 512"
|
|
2238
|
-
fill="currentColor"
|
|
2239
|
-
aria-hidden="true"
|
|
2240
|
-
role="img"
|
|
2241
|
-
width="1em"
|
|
2242
|
-
height="1em"
|
|
2243
|
-
>
|
|
2244
|
-
<path
|
|
2245
|
-
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"
|
|
2246
|
-
/>
|
|
2247
|
-
</svg>
|
|
1913
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
2248
1914
|
</span>
|
|
2249
1915
|
</button>
|
|
2250
1916
|
</div>
|
|
@@ -2256,19 +1922,7 @@ section: components
|
|
|
2256
1922
|
aria-label="Help"
|
|
2257
1923
|
>
|
|
2258
1924
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2259
|
-
<
|
|
2260
|
-
class="pf-v5-svg"
|
|
2261
|
-
viewBox="0 0 192 512"
|
|
2262
|
-
fill="currentColor"
|
|
2263
|
-
aria-hidden="true"
|
|
2264
|
-
role="img"
|
|
2265
|
-
width="1em"
|
|
2266
|
-
height="1em"
|
|
2267
|
-
>
|
|
2268
|
-
<path
|
|
2269
|
-
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"
|
|
2270
|
-
/>
|
|
2271
|
-
</svg>
|
|
1925
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
2272
1926
|
</span>
|
|
2273
1927
|
</button>
|
|
2274
1928
|
</div>
|
|
@@ -2281,19 +1935,7 @@ section: components
|
|
|
2281
1935
|
aria-label="Actions"
|
|
2282
1936
|
>
|
|
2283
1937
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2284
|
-
<
|
|
2285
|
-
class="pf-v5-svg"
|
|
2286
|
-
viewBox="0 0 192 512"
|
|
2287
|
-
fill="currentColor"
|
|
2288
|
-
aria-hidden="true"
|
|
2289
|
-
role="img"
|
|
2290
|
-
width="1em"
|
|
2291
|
-
height="1em"
|
|
2292
|
-
>
|
|
2293
|
-
<path
|
|
2294
|
-
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"
|
|
2295
|
-
/>
|
|
2296
|
-
</svg>
|
|
1938
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2297
1939
|
</span>
|
|
2298
1940
|
</button>
|
|
2299
1941
|
</div>
|
|
@@ -2308,23 +1950,9 @@ section: components
|
|
|
2308
1950
|
tabindex="-1"
|
|
2309
1951
|
id="main-content-nav-horizontal-example"
|
|
2310
1952
|
>
|
|
2311
|
-
<section class="pf-v6-c-page__main-
|
|
1953
|
+
<section class="pf-v6-c-page__main-subnav pf-m-limit-width">
|
|
2312
1954
|
<div class="pf-v6-c-page__main-body">
|
|
2313
|
-
<nav
|
|
2314
|
-
class="pf-v6-c-nav pf-m-scrollable pf-m-horizontal pf-m-subnav"
|
|
2315
|
-
aria-label="Local"
|
|
2316
|
-
>
|
|
2317
|
-
<div class="pf-v6-c-nav__scroll-button">
|
|
2318
|
-
<button
|
|
2319
|
-
class="pf-v6-c-button pf-m-plain pf-m-RTL-icon-static"
|
|
2320
|
-
type="button"
|
|
2321
|
-
aria-label="Scroll start"
|
|
2322
|
-
>
|
|
2323
|
-
<span class="pf-v6-c-button__icon">
|
|
2324
|
-
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2325
|
-
</span>
|
|
2326
|
-
</button>
|
|
2327
|
-
</div>
|
|
1955
|
+
<nav class="pf-v6-c-nav pf-m-horizontal pf-m-subnav" aria-label="Local">
|
|
2328
1956
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
2329
1957
|
<li class="pf-v6-c-nav__item">
|
|
2330
1958
|
<a
|
|
@@ -2336,27 +1964,7 @@ section: components
|
|
|
2336
1964
|
<li class="pf-v6-c-nav__item">
|
|
2337
1965
|
<a href="#" class="pf-v6-c-nav__link">Horizontal subnav item 2</a>
|
|
2338
1966
|
</li>
|
|
2339
|
-
<li class="pf-v6-c-nav__item">
|
|
2340
|
-
<a href="#" class="pf-v6-c-nav__link">Horizontal subnav item 3</a>
|
|
2341
|
-
</li>
|
|
2342
|
-
<li class="pf-v6-c-nav__item">
|
|
2343
|
-
<a href="#" class="pf-v6-c-nav__link">Horizontal subnav item 4</a>
|
|
2344
|
-
</li>
|
|
2345
|
-
<li class="pf-v6-c-nav__item">
|
|
2346
|
-
<a href="#" class="pf-v6-c-nav__link">Horizontal subnav item 5</a>
|
|
2347
|
-
</li>
|
|
2348
1967
|
</ul>
|
|
2349
|
-
<div class="pf-v6-c-nav__scroll-button">
|
|
2350
|
-
<button
|
|
2351
|
-
class="pf-v6-c-button pf-m-plain pf-m-RTL-icon-static"
|
|
2352
|
-
type="button"
|
|
2353
|
-
aria-label="Scroll end"
|
|
2354
|
-
>
|
|
2355
|
-
<span class="pf-v6-c-button__icon">
|
|
2356
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2357
|
-
</span>
|
|
2358
|
-
</button>
|
|
2359
|
-
</div>
|
|
2360
1968
|
</nav>
|
|
2361
1969
|
</div>
|
|
2362
1970
|
</section>
|