@patternfly/patternfly 6.5.0-prerelease.6 → 6.5.0-prerelease.60
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/README.md +1 -1
- package/assets/fontawesome/_variables.scss +2 -1
- package/assets/images/RHAiExperienceIcon.svg +27 -0
- package/assets/images/RHAutomationsLogo.svg +96 -0
- package/assets/images/RHServerStackIcon.svg +16 -0
- package/assets/images/compass--hero-bg.png +0 -0
- package/assets/images/compass--rh-wallpaper-dark.png +0 -0
- package/assets/images/compass--rh-wallpaper-light.png +0 -0
- package/assets/images/compass--wallpaper-dark.jpg +0 -0
- package/assets/images/compass--wallpaper-dark.png +0 -0
- package/assets/images/compass--wallpaper-light.jpg +0 -0
- package/assets/images/compass--wallpaper-light.png +0 -0
- package/assets/images/glass-brand-dark.jpg +0 -0
- package/assets/images/glass-brand-dark.png +0 -0
- package/assets/images/glass-brand-light.jpg +0 -0
- package/assets/images/glass-brand-light.png +0 -0
- package/base/normalize.scss +7 -0
- package/base/patternfly-common.css +50 -0
- package/base/patternfly-common.scss +59 -0
- package/base/patternfly-svg-icons.css +11 -0
- package/base/patternfly-svg-icons.scss +14 -0
- package/base/patternfly-variables.css +926 -513
- package/base/patternfly-variables.scss +46 -4
- package/base/tokens/tokens-dark.scss +56 -8
- package/base/tokens/tokens-default.scss +69 -14
- package/base/tokens/tokens-glass-dark.scss +26 -0
- package/base/tokens/tokens-glass.scss +22 -0
- package/base/tokens/tokens-local.scss +17 -0
- package/base/tokens/tokens-palette.scss +3 -1
- package/base/tokens/tokens-redhat-dark.scss +21 -0
- package/base/tokens/tokens-redhat-glass-dark.scss +40 -0
- package/base/tokens/tokens-redhat-glass.scss +30 -0
- package/base/tokens/tokens-redhat-highcontrast-dark.scss +50 -0
- package/base/tokens/tokens-redhat-highcontrast.scss +128 -0
- package/base/tokens/tokens-redhat.scss +15 -0
- package/components/AboutModalBox/about-modal-box.css +36 -26
- package/components/Accordion/accordion.css +27 -14
- package/components/Accordion/accordion.scss +12 -2
- package/components/ActionList/action-list.css +2 -0
- package/components/ActionList/action-list.scss +2 -0
- package/components/Alert/alert.css +7 -5
- package/components/Alert/alert.scss +2 -1
- package/components/Avatar/avatar.css +12 -4
- package/components/BackgroundImage/background-image.css +6 -3
- package/components/Banner/banner.css +8 -6
- package/components/Brand/brand.css +3 -1
- package/components/Breadcrumb/breadcrumb.css +4 -3
- package/components/Button/button.css +121 -30
- package/components/Button/button.scss +131 -26
- package/components/CalendarMonth/calendar-month.css +4 -3
- package/components/Card/card.css +51 -13
- package/components/Card/card.scss +61 -8
- package/components/ClipboardCopy/clipboard-copy.css +7 -6
- package/components/ClipboardCopy/clipboard-copy.scss +3 -3
- package/components/CodeEditor/code-editor.css +1 -1
- package/components/CodeEditor/code-editor.scss +1 -1
- package/components/Compass/compass.css +320 -0
- package/components/Compass/compass.scss +350 -0
- package/components/DataList/data-list.css +34 -23
- package/components/DataList/data-list.scss +8 -2
- package/components/DescriptionList/description-list-order.scss +5 -1
- package/components/DescriptionList/description-list.css +7 -5
- package/components/DescriptionList/description-list.scss +5 -1
- package/components/Divider/divider.css +7 -5
- package/components/Drawer/drawer.css +115 -56
- package/components/Drawer/drawer.scss +82 -9
- package/components/DualListSelector/dual-list-selector.css +18 -12
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/ExpandableSection/expandable-section.css +21 -16
- package/components/ExpandableSection/expandable-section.scss +6 -3
- package/components/Form/form.css +2 -2
- package/components/Form/form.scss +2 -2
- package/components/FormControl/form-control.css +3 -3
- package/components/FormControl/form-control.scss +3 -3
- package/components/Hero/hero.css +74 -0
- package/components/Hero/hero.scss +86 -0
- package/components/JumpLinks/jump-links.css +16 -5
- package/components/JumpLinks/jump-links.scss +17 -3
- package/components/Label/label-group.css +2 -2
- package/components/Label/label-group.scss +2 -2
- package/components/Label/label.css +4 -3
- package/components/Login/login.css +58 -40
- package/components/Login/login.scss +7 -3
- package/components/Masthead/masthead.css +112 -16
- package/components/Masthead/masthead.scss +112 -1
- package/components/Menu/menu.css +23 -14
- package/components/MenuToggle/menu-toggle.css +26 -3
- package/components/MenuToggle/menu-toggle.scss +30 -3
- package/components/ModalBox/modal-box.css +9 -7
- package/components/ModalBox/modal-box.scss +2 -2
- package/components/Nav/nav.css +82 -11
- package/components/Nav/nav.scss +85 -5
- package/components/NotificationDrawer/notification-drawer.css +19 -9
- package/components/NotificationDrawer/notification-drawer.scss +14 -5
- package/components/Page/page.css +214 -29
- package/components/Page/page.scss +228 -13
- package/components/Pagination/pagination.scss +5 -1
- package/components/Panel/panel.css +14 -0
- package/components/Panel/panel.scss +18 -0
- package/components/Progress/progress.css +3 -1
- package/components/Progress/progress.scss +3 -1
- package/components/ProgressStepper/progress-stepper.scss +5 -1
- package/components/Sidebar/sidebar.css +1 -1
- package/components/Sidebar/sidebar.scss +7 -3
- package/components/Skeleton/skeleton.css +16 -15
- package/components/Slider/slider.css +32 -18
- package/components/Switch/switch.css +4 -2
- package/components/Switch/switch.scss +1 -1
- package/components/Table/table-grid.css +28 -36
- package/components/Table/table-grid.scss +4 -4
- package/components/Table/table-tree-view.css +4 -2
- package/components/Table/table.css +45 -36
- package/components/Table/table.scss +15 -11
- package/components/Tabs/tabs.css +51 -33
- package/components/Tabs/tabs.scss +54 -26
- package/components/TextInputGroup/text-input-group.css +2 -2
- package/components/TextInputGroup/text-input-group.scss +2 -2
- package/components/ToggleGroup/toggle-group.css +34 -17
- package/components/ToggleGroup/toggle-group.scss +36 -20
- package/components/Toolbar/toolbar.css +47 -15
- package/components/Toolbar/toolbar.scss +34 -6
- package/components/TreeView/tree-view.css +45 -14
- package/components/TreeView/tree-view.scss +32 -1
- package/components/Wizard/wizard.css +41 -19
- package/components/Wizard/wizard.scss +26 -6
- package/components/_index.css +1936 -700
- package/components/_index.scss +3 -1
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +13 -1
- package/docs/components/Accordion/examples/Accordion.md +392 -30
- package/docs/components/ActionList/examples/ActionList.md +143 -11
- package/docs/components/Alert/examples/Alert.md +678 -54
- package/docs/components/Avatar/examples/Avatar.md +4 -4
- package/docs/components/BackToTop/examples/BackToTop.md +13 -1
- package/docs/components/Banner/examples/Banner.md +65 -5
- package/docs/components/Brand/examples/Brand.md +2 -2
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +299 -24
- package/docs/components/Button/examples/Button.md +2362 -163
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +104 -8
- package/docs/components/Card/examples/Card.md +207 -4
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +286 -22
- package/docs/components/CodeBlock/examples/CodeBlock.md +104 -8
- package/docs/components/CodeEditor/examples/CodeEditor.md +195 -15
- package/docs/components/Compass/examples/Compass.css +17 -0
- package/docs/components/Compass/examples/Compass.md +119 -0
- package/docs/components/DataList/examples/DataList.md +406 -205
- package/docs/components/DatePicker/examples/DatePicker.md +78 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +327 -27
- package/docs/components/Divider/examples/Divider.md +2 -2
- package/docs/components/DragDrop/examples/DragDrop.css +1 -1
- package/docs/components/Drawer/examples/Drawer.md +355 -35
- package/docs/components/DualListSelector/examples/DualListSelector.md +1013 -143
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +91 -7
- package/docs/components/Form/examples/Form.md +78 -6
- package/docs/components/Hero/examples/Hero.md +25 -0
- package/docs/components/Icon/examples/Icon.md +92 -8
- package/docs/components/InlineEdit/examples/InlineEdit.md +312 -24
- package/docs/components/InputGroup/examples/InputGroup.md +27 -3
- package/docs/components/JumpLinks/examples/JumpLinks.md +54 -6
- package/docs/components/Label/examples/Label.md +2834 -218
- package/docs/components/Login/examples/Login.md +26 -2
- package/docs/components/Masthead/examples/masthead.md +80 -1
- package/docs/components/Menu/examples/Menu.md +1458 -116
- package/docs/components/MenuToggle/examples/MenuToggle.md +14 -5
- package/docs/components/ModalBox/examples/ModalBox.md +289 -25
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +156 -12
- package/docs/components/Nav/examples/Navigation.md +798 -58
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +598 -46
- package/docs/components/OverflowMenu/examples/overflow-menu.md +78 -6
- package/docs/components/Page/examples/Page.md +72 -11
- package/docs/components/Pagination/examples/Pagination.md +627 -64
- package/docs/components/Panel/examples/Panel.md +12 -0
- package/docs/components/Popover/examples/Popover.md +286 -22
- package/docs/components/Progress/examples/Progress.md +91 -7
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +275 -23
- package/docs/components/Sidebar/examples/Sidebar.md +1 -1
- package/docs/components/Slider/examples/Slider.md +52 -4
- package/docs/components/Table/examples/Table.md +876 -70
- package/docs/components/Tabs/examples/Tabs.md +5908 -457
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +600 -48
- package/docs/components/ToggleGroup/examples/toggle-group.md +195 -15
- package/docs/components/Toolbar/examples/Toolbar.md +490 -44
- package/docs/components/TreeView/examples/TreeView.md +1390 -130
- package/docs/components/Wizard/examples/Wizard.md +815 -72
- package/docs/demos/AboutModal/examples/AboutModal.md +98 -47
- package/docs/demos/Alert/examples/Alert.md +359 -146
- package/docs/demos/BackToTop/examples/BackToTop.md +98 -47
- package/docs/demos/Banner/examples/Banner.md +170 -92
- package/docs/demos/Button/examples/Button.md +13 -1
- package/docs/demos/Card/examples/Card.md +963 -128
- package/docs/demos/CardView/examples/CardView.md +435 -252
- package/docs/demos/Compass/examples/Compass.md +5930 -0
- package/docs/demos/Dashboard/examples/Dashboard.md +648 -164
- package/docs/demos/DataList/examples/DataList.md +730 -225
- package/docs/demos/DescriptionList/examples/DescriptionList.md +279 -141
- package/docs/demos/Drawer/examples/Drawer.md +421 -235
- package/docs/demos/Form/examples/BasicForms.md +273 -21
- package/docs/demos/JumpLinks/examples/JumpLinks.md +518 -287
- package/docs/demos/Masthead/examples/Masthead.md +787 -451
- package/docs/demos/Modal/examples/Modal.md +588 -285
- package/docs/demos/Nav/examples/Nav.md +2913 -493
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1273 -310
- package/docs/demos/Page/examples/Page.md +1236 -689
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +13 -1
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +52 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +978 -385
- package/docs/demos/Skeleton/examples/Skeleton.md +85 -46
- package/docs/demos/Table/examples/Table.md +4531 -838
- package/docs/demos/Tabs/examples/Tabs.md +653 -293
- package/docs/demos/Toolbar/examples/Toolbar.md +584 -136
- package/docs/demos/Wizard/examples/Wizard.md +1165 -472
- package/docs/layouts/Bullseye/examples/Bullseye.css +2 -2
- package/docs/layouts/Bullseye/examples/Bullseye.md +2 -1
- package/docs/layouts/Flex/examples/Flex.css +3 -3
- package/docs/layouts/Flex/examples/Flex.md +3 -2
- package/docs/layouts/Gallery/examples/Gallery.css +2 -2
- package/docs/layouts/Gallery/examples/Gallery.md +4 -3
- package/docs/layouts/Grid/examples/Grid.css +1 -1
- package/docs/layouts/Grid/examples/Grid.md +6 -5
- package/docs/layouts/Level/examples/Level.css +3 -3
- package/docs/layouts/Level/examples/Level.md +2 -1
- package/docs/layouts/Split/examples/Split.css +1 -1
- package/docs/layouts/Split/examples/Split.md +2 -1
- package/docs/layouts/Stack/examples/Stack.css +3 -3
- package/docs/layouts/Stack/examples/Stack.md +2 -1
- package/docs/utilities/Accessibility/examples/Accessibility.md +3 -2
- package/docs/utilities/Alignment/examples/Alignment.css +4 -4
- package/docs/utilities/Alignment/examples/Alignment.md +3 -2
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +5 -4
- package/docs/utilities/BoxShadow/examples/box-shadow.css +2 -2
- package/docs/utilities/BoxShadow/examples/box-shadow.md +2 -1
- package/docs/utilities/Display/examples/Display.css +1 -1
- package/docs/utilities/Display/examples/Display.md +3 -2
- package/docs/utilities/Flex/examples/Flex.css +7 -7
- package/docs/utilities/Flex/examples/Flex.md +3 -2
- package/docs/utilities/Float/examples/Float.css +2 -2
- package/docs/utilities/Float/examples/Float.md +3 -2
- package/docs/utilities/Sizing/examples/Sizing.md +8 -7
- package/docs/utilities/Spacing/examples/Spacing.css +2 -2
- package/docs/utilities/Spacing/examples/Spacing.md +3 -2
- package/docs/utilities/Text/examples/Text.md +5 -4
- package/icons/PfIcons/add-circle-o.svg +4 -0
- package/icons/PfIcons/ansible-tower.svg +4 -0
- package/icons/PfIcons/applications.svg +4 -0
- package/icons/PfIcons/arrow.svg +4 -0
- package/icons/PfIcons/asleep.svg +4 -0
- package/icons/PfIcons/attention-bell.svg +4 -0
- package/icons/PfIcons/automation.svg +4 -0
- package/icons/PfIcons/bell.svg +4 -0
- package/icons/PfIcons/blueprint.svg +4 -0
- package/icons/PfIcons/build.svg +4 -0
- package/icons/PfIcons/builder-image.svg +4 -0
- package/icons/PfIcons/bundle.svg +4 -0
- package/icons/PfIcons/catalog.svg +4 -0
- package/icons/PfIcons/chat.svg +4 -0
- package/icons/PfIcons/close.svg +4 -0
- package/icons/PfIcons/cloud-security.svg +4 -0
- package/icons/PfIcons/cloud-tenant.svg +4 -0
- package/icons/PfIcons/cluster.svg +4 -0
- package/icons/PfIcons/connected.svg +4 -0
- package/icons/PfIcons/container-node.svg +4 -0
- package/icons/PfIcons/cpu.svg +4 -0
- package/icons/PfIcons/critical-risk.svg +4 -0
- package/icons/PfIcons/data-processor.svg +4 -0
- package/icons/PfIcons/data-sink.svg +4 -0
- package/icons/PfIcons/data-source.svg +4 -0
- package/icons/PfIcons/degraded.svg +4 -0
- package/icons/PfIcons/disconnected.svg +4 -0
- package/icons/PfIcons/domain.svg +4 -0
- package/icons/PfIcons/edit.svg +4 -0
- package/icons/PfIcons/enhancement.svg +4 -0
- package/icons/PfIcons/enterprise.svg +4 -0
- package/icons/PfIcons/equalizer.svg +4 -0
- package/icons/PfIcons/error-circle-o.svg +4 -0
- package/icons/PfIcons/export.svg +4 -0
- package/icons/PfIcons/filter.svg +4 -0
- package/icons/PfIcons/flavor.svg +4 -0
- package/icons/PfIcons/folder-close.svg +4 -0
- package/icons/PfIcons/folder-open.svg +4 -0
- package/icons/PfIcons/globe-route.svg +4 -0
- package/icons/PfIcons/help.svg +4 -0
- package/icons/PfIcons/history.svg +4 -0
- package/icons/PfIcons/home.svg +4 -0
- package/icons/PfIcons/import.svg +4 -0
- package/icons/PfIcons/in-progress.svg +4 -0
- package/icons/PfIcons/info.svg +4 -0
- package/icons/PfIcons/infrastructure.svg +4 -0
- package/icons/PfIcons/integration.svg +4 -0
- package/icons/PfIcons/key.svg +4 -0
- package/icons/PfIcons/locked.svg +4 -0
- package/icons/PfIcons/maintenance.svg +4 -0
- package/icons/PfIcons/memory.svg +4 -0
- package/icons/PfIcons/messages.svg +4 -0
- package/icons/PfIcons/middleware.svg +4 -0
- package/icons/PfIcons/migration.svg +4 -0
- package/icons/PfIcons/module.svg +4 -0
- package/icons/PfIcons/monitoring.svg +4 -0
- package/icons/PfIcons/multicluster.svg +4 -0
- package/icons/PfIcons/namespaces.svg +4 -0
- package/icons/PfIcons/network.svg +4 -0
- package/icons/PfIcons/new-process.svg +4 -0
- package/icons/PfIcons/not-started.svg +4 -0
- package/icons/PfIcons/off.svg +4 -0
- package/icons/PfIcons/ok.svg +4 -0
- package/icons/PfIcons/on-running.svg +4 -0
- package/icons/PfIcons/on.svg +4 -0
- package/icons/PfIcons/open-drawer-right.svg +4 -0
- package/icons/PfIcons/openshift.svg +4 -0
- package/icons/PfIcons/openstack.svg +4 -0
- package/icons/PfIcons/optimize.svg +4 -0
- package/icons/PfIcons/orders.svg +4 -0
- package/icons/PfIcons/os-image.svg +4 -0
- package/icons/PfIcons/package.svg +4 -0
- package/icons/PfIcons/panel-close.svg +4 -0
- package/icons/PfIcons/panel-open.svg +4 -0
- package/icons/PfIcons/paused.svg +4 -0
- package/icons/PfIcons/pending.svg +4 -0
- package/icons/PfIcons/pficon-dragdrop.svg +4 -0
- package/icons/PfIcons/pficon-history.svg +4 -0
- package/icons/PfIcons/pficon-network-range.svg +4 -0
- package/icons/PfIcons/pficon-satellite.svg +4 -0
- package/icons/PfIcons/pficon-sort-common-asc.svg +4 -0
- package/icons/PfIcons/pficon-sort-common-desc.svg +4 -0
- package/icons/PfIcons/pficon-template.svg +4 -0
- package/icons/PfIcons/pficon-vcenter.svg +4 -0
- package/icons/PfIcons/plugged.svg +4 -0
- package/icons/PfIcons/port.svg +4 -0
- package/icons/PfIcons/print.svg +4 -0
- package/icons/PfIcons/private.svg +4 -0
- package/icons/PfIcons/process-automation.svg +4 -0
- package/icons/PfIcons/project.svg +4 -0
- package/icons/PfIcons/rebalance.svg +4 -0
- package/icons/PfIcons/rebooting.svg +4 -0
- package/icons/PfIcons/regions.svg +4 -0
- package/icons/PfIcons/registry.svg +4 -0
- package/icons/PfIcons/remove2.svg +4 -0
- package/icons/PfIcons/replicator.svg +4 -0
- package/icons/PfIcons/repository.svg +4 -0
- package/icons/PfIcons/resource-pool.svg +4 -0
- package/icons/PfIcons/resources-almost-empty.svg +4 -0
- package/icons/PfIcons/resources-almost-full.svg +4 -0
- package/icons/PfIcons/resources-empty.svg +4 -0
- package/icons/PfIcons/resources-full.svg +4 -0
- package/icons/PfIcons/running.svg +4 -0
- package/icons/PfIcons/save.svg +4 -0
- package/icons/PfIcons/screen.svg +4 -0
- package/icons/PfIcons/security.svg +4 -0
- package/icons/PfIcons/server-group.svg +4 -0
- package/icons/PfIcons/server.svg +4 -0
- package/icons/PfIcons/service-catalog.svg +4 -0
- package/icons/PfIcons/service.svg +4 -0
- package/icons/PfIcons/services.svg +4 -0
- package/icons/PfIcons/severity-critical.svg +4 -0
- package/icons/PfIcons/severity-important.svg +4 -0
- package/icons/PfIcons/severity-minor.svg +4 -0
- package/icons/PfIcons/severity-moderate.svg +4 -0
- package/icons/PfIcons/severity-none.svg +4 -0
- package/icons/PfIcons/severity-undefined.svg +4 -0
- package/icons/PfIcons/spinner.svg +4 -0
- package/icons/PfIcons/spinner2.svg +4 -0
- package/icons/PfIcons/storage-domain.svg +4 -0
- package/icons/PfIcons/task.svg +4 -0
- package/icons/PfIcons/tenant.svg +4 -0
- package/icons/PfIcons/thumb-tack.svg +4 -0
- package/icons/PfIcons/topology.svg +4 -0
- package/icons/PfIcons/treeview.svg +4 -0
- package/icons/PfIcons/trend-down.svg +4 -0
- package/icons/PfIcons/trend-up.svg +4 -0
- package/icons/PfIcons/unknown.svg +4 -0
- package/icons/PfIcons/unlocked.svg +4 -0
- package/icons/PfIcons/unplugged.svg +4 -0
- package/icons/PfIcons/user.svg +4 -0
- package/icons/PfIcons/users.svg +4 -0
- package/icons/PfIcons/virtual-machine.svg +4 -0
- package/icons/PfIcons/volume.svg +4 -0
- package/icons/PfIcons/warning-triangle.svg +4 -0
- package/icons/PfIcons/zone.svg +4 -0
- package/layouts/Flex/flex.scss +83 -19
- package/layouts/Gallery/gallery.css +6 -2
- package/layouts/_index.css +6 -2
- package/package.json +34 -16
- package/patternfly-base-no-globals.css +965 -491
- package/patternfly-base.css +972 -491
- package/patternfly-charts.css +3 -3
- package/patternfly-no-globals.css +2801 -1070
- package/patternfly.css +2808 -1070
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/patternfly.scss +27 -0
- package/sass-utilities/functions.scss +32 -25
- package/sass-utilities/mixins.scss +36 -20
- package/sass-utilities/namespaces-components.scss +6 -0
- package/sass-utilities/scss-variables.scss +3 -0
|
@@ -16,7 +16,8 @@ wrapperTag: div
|
|
|
16
16
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
17
17
|
</a>
|
|
18
18
|
</div>
|
|
19
|
-
|
|
19
|
+
|
|
20
|
+
<header class="pf-v6-c-masthead" id="data-list-basic-example-docked">
|
|
20
21
|
<div class="pf-v6-c-masthead__main">
|
|
21
22
|
<span class="pf-v6-c-masthead__toggle">
|
|
22
23
|
<button
|
|
@@ -58,7 +59,7 @@ wrapperTag: div
|
|
|
58
59
|
y1="2.25860997e-13%"
|
|
59
60
|
x2="32%"
|
|
60
61
|
y2="100%"
|
|
61
|
-
id="linearGradient-data-list-basic-example-
|
|
62
|
+
id="linearGradient-data-list-basic-example-docked"
|
|
62
63
|
>
|
|
63
64
|
<stop stop-color="#2B9AF3" offset="0%" />
|
|
64
65
|
<stop
|
|
@@ -112,11 +113,11 @@ wrapperTag: div
|
|
|
112
113
|
/>
|
|
113
114
|
<path
|
|
114
115
|
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
115
|
-
fill="url(#linearGradient-data-list-basic-example-
|
|
116
|
+
fill="url(#linearGradient-data-list-basic-example-docked)"
|
|
116
117
|
/>
|
|
117
118
|
<path
|
|
118
119
|
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
119
|
-
fill="url(#linearGradient-data-list-basic-example-
|
|
120
|
+
fill="url(#linearGradient-data-list-basic-example-docked)"
|
|
120
121
|
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
121
122
|
/>
|
|
122
123
|
</g>
|
|
@@ -128,7 +129,7 @@ wrapperTag: div
|
|
|
128
129
|
<div class="pf-v6-c-masthead__content">
|
|
129
130
|
<div
|
|
130
131
|
class="pf-v6-c-toolbar pf-m-static"
|
|
131
|
-
id="data-list-basic-example-
|
|
132
|
+
id="data-list-basic-example-docked-toolbar"
|
|
132
133
|
>
|
|
133
134
|
<div class="pf-v6-c-toolbar__content">
|
|
134
135
|
<div class="pf-v6-c-toolbar__content-section">
|
|
@@ -195,44 +196,46 @@ wrapperTag: div
|
|
|
195
196
|
</div>
|
|
196
197
|
</header>
|
|
197
198
|
<div class="pf-v6-c-page__sidebar">
|
|
198
|
-
<div class="pf-v6-c-page__sidebar-
|
|
199
|
-
<
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
<
|
|
206
|
-
<
|
|
207
|
-
<
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
<
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
<
|
|
221
|
-
<
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
<
|
|
226
|
-
<
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
<
|
|
231
|
-
<
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
199
|
+
<div class="pf-v6-c-page__sidebar-main">
|
|
200
|
+
<div class="pf-v6-c-page__sidebar-body">
|
|
201
|
+
<nav
|
|
202
|
+
class="pf-v6-c-nav"
|
|
203
|
+
id="data-list-basic-example-primary-nav"
|
|
204
|
+
aria-label="Global"
|
|
205
|
+
>
|
|
206
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
207
|
+
<li class="pf-v6-c-nav__item">
|
|
208
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
209
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
210
|
+
</a>
|
|
211
|
+
</li>
|
|
212
|
+
<li class="pf-v6-c-nav__item">
|
|
213
|
+
<a
|
|
214
|
+
href="#"
|
|
215
|
+
class="pf-v6-c-nav__link pf-m-current"
|
|
216
|
+
aria-current="page"
|
|
217
|
+
>
|
|
218
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
219
|
+
</a>
|
|
220
|
+
</li>
|
|
221
|
+
<li class="pf-v6-c-nav__item">
|
|
222
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
223
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
224
|
+
</a>
|
|
225
|
+
</li>
|
|
226
|
+
<li class="pf-v6-c-nav__item">
|
|
227
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
228
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
229
|
+
</a>
|
|
230
|
+
</li>
|
|
231
|
+
<li class="pf-v6-c-nav__item">
|
|
232
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
233
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
234
|
+
</a>
|
|
235
|
+
</li>
|
|
236
|
+
</ul>
|
|
237
|
+
</nav>
|
|
238
|
+
</div>
|
|
236
239
|
</div>
|
|
237
240
|
</div>
|
|
238
241
|
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
@@ -250,21 +253,57 @@ wrapperTag: div
|
|
|
250
253
|
</li>
|
|
251
254
|
<li class="pf-v6-c-breadcrumb__item">
|
|
252
255
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
253
|
-
<
|
|
256
|
+
<svg
|
|
257
|
+
class="pf-v6-svg"
|
|
258
|
+
viewBox="0 0 20 20"
|
|
259
|
+
fill="currentColor"
|
|
260
|
+
aria-hidden="true"
|
|
261
|
+
role="img"
|
|
262
|
+
width="1em"
|
|
263
|
+
height="1em"
|
|
264
|
+
>
|
|
265
|
+
<path
|
|
266
|
+
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"
|
|
267
|
+
/>
|
|
268
|
+
</svg>
|
|
254
269
|
</span>
|
|
255
270
|
|
|
256
271
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
257
272
|
</li>
|
|
258
273
|
<li class="pf-v6-c-breadcrumb__item">
|
|
259
274
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
260
|
-
<
|
|
275
|
+
<svg
|
|
276
|
+
class="pf-v6-svg"
|
|
277
|
+
viewBox="0 0 20 20"
|
|
278
|
+
fill="currentColor"
|
|
279
|
+
aria-hidden="true"
|
|
280
|
+
role="img"
|
|
281
|
+
width="1em"
|
|
282
|
+
height="1em"
|
|
283
|
+
>
|
|
284
|
+
<path
|
|
285
|
+
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"
|
|
286
|
+
/>
|
|
287
|
+
</svg>
|
|
261
288
|
</span>
|
|
262
289
|
|
|
263
290
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
264
291
|
</li>
|
|
265
292
|
<li class="pf-v6-c-breadcrumb__item">
|
|
266
293
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
267
|
-
<
|
|
294
|
+
<svg
|
|
295
|
+
class="pf-v6-svg"
|
|
296
|
+
viewBox="0 0 20 20"
|
|
297
|
+
fill="currentColor"
|
|
298
|
+
aria-hidden="true"
|
|
299
|
+
role="img"
|
|
300
|
+
width="1em"
|
|
301
|
+
height="1em"
|
|
302
|
+
>
|
|
303
|
+
<path
|
|
304
|
+
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"
|
|
305
|
+
/>
|
|
306
|
+
</svg>
|
|
268
307
|
</span>
|
|
269
308
|
|
|
270
309
|
<a
|
|
@@ -361,7 +400,6 @@ wrapperTag: div
|
|
|
361
400
|
class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
|
|
362
401
|
type="button"
|
|
363
402
|
aria-expanded="false"
|
|
364
|
-
aria-label="Menu toggle"
|
|
365
403
|
id="data-list-basic-example-toolbar-top-pagination"
|
|
366
404
|
>
|
|
367
405
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -390,7 +428,19 @@ wrapperTag: div
|
|
|
390
428
|
aria-label="Go to previous page"
|
|
391
429
|
>
|
|
392
430
|
<span class="pf-v6-c-button__icon">
|
|
393
|
-
<
|
|
431
|
+
<svg
|
|
432
|
+
class="pf-v6-svg"
|
|
433
|
+
viewBox="0 0 256 512"
|
|
434
|
+
fill="currentColor"
|
|
435
|
+
aria-hidden="true"
|
|
436
|
+
role="img"
|
|
437
|
+
width="1em"
|
|
438
|
+
height="1em"
|
|
439
|
+
>
|
|
440
|
+
<path
|
|
441
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
442
|
+
/>
|
|
443
|
+
</svg>
|
|
394
444
|
</span>
|
|
395
445
|
</button>
|
|
396
446
|
</div>
|
|
@@ -401,7 +451,19 @@ wrapperTag: div
|
|
|
401
451
|
aria-label="Go to next page"
|
|
402
452
|
>
|
|
403
453
|
<span class="pf-v6-c-button__icon">
|
|
404
|
-
<
|
|
454
|
+
<svg
|
|
455
|
+
class="pf-v6-svg"
|
|
456
|
+
viewBox="0 0 256 512"
|
|
457
|
+
fill="currentColor"
|
|
458
|
+
aria-hidden="true"
|
|
459
|
+
role="img"
|
|
460
|
+
width="1em"
|
|
461
|
+
height="1em"
|
|
462
|
+
>
|
|
463
|
+
<path
|
|
464
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
465
|
+
/>
|
|
466
|
+
</svg>
|
|
405
467
|
</span>
|
|
406
468
|
</button>
|
|
407
469
|
</div>
|
|
@@ -865,7 +927,6 @@ wrapperTag: div
|
|
|
865
927
|
class="pf-v6-c-menu-toggle pf-m-top pf-m-text pf-m-plain"
|
|
866
928
|
type="button"
|
|
867
929
|
aria-expanded="false"
|
|
868
|
-
aria-label="Menu toggle"
|
|
869
930
|
id="{{page--id}}-pagination-menu-toggle-bottom-example"
|
|
870
931
|
>
|
|
871
932
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -888,7 +949,19 @@ wrapperTag: div
|
|
|
888
949
|
aria-label="Go to first page"
|
|
889
950
|
>
|
|
890
951
|
<span class="pf-v6-c-button__icon">
|
|
891
|
-
<
|
|
952
|
+
<svg
|
|
953
|
+
class="pf-v6-svg"
|
|
954
|
+
viewBox="0 0 448 512"
|
|
955
|
+
fill="currentColor"
|
|
956
|
+
aria-hidden="true"
|
|
957
|
+
role="img"
|
|
958
|
+
width="1em"
|
|
959
|
+
height="1em"
|
|
960
|
+
>
|
|
961
|
+
<path
|
|
962
|
+
d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
|
|
963
|
+
/>
|
|
964
|
+
</svg>
|
|
892
965
|
</span>
|
|
893
966
|
</button>
|
|
894
967
|
</div>
|
|
@@ -900,7 +973,19 @@ wrapperTag: div
|
|
|
900
973
|
aria-label="Go to previous page"
|
|
901
974
|
>
|
|
902
975
|
<span class="pf-v6-c-button__icon">
|
|
903
|
-
<
|
|
976
|
+
<svg
|
|
977
|
+
class="pf-v6-svg"
|
|
978
|
+
viewBox="0 0 256 512"
|
|
979
|
+
fill="currentColor"
|
|
980
|
+
aria-hidden="true"
|
|
981
|
+
role="img"
|
|
982
|
+
width="1em"
|
|
983
|
+
height="1em"
|
|
984
|
+
>
|
|
985
|
+
<path
|
|
986
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
987
|
+
/>
|
|
988
|
+
</svg>
|
|
904
989
|
</span>
|
|
905
990
|
</button>
|
|
906
991
|
</div>
|
|
@@ -923,7 +1008,19 @@ wrapperTag: div
|
|
|
923
1008
|
aria-label="Go to next page"
|
|
924
1009
|
>
|
|
925
1010
|
<span class="pf-v6-c-button__icon">
|
|
926
|
-
<
|
|
1011
|
+
<svg
|
|
1012
|
+
class="pf-v6-svg"
|
|
1013
|
+
viewBox="0 0 256 512"
|
|
1014
|
+
fill="currentColor"
|
|
1015
|
+
aria-hidden="true"
|
|
1016
|
+
role="img"
|
|
1017
|
+
width="1em"
|
|
1018
|
+
height="1em"
|
|
1019
|
+
>
|
|
1020
|
+
<path
|
|
1021
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
1022
|
+
/>
|
|
1023
|
+
</svg>
|
|
927
1024
|
</span>
|
|
928
1025
|
</button>
|
|
929
1026
|
</div>
|
|
@@ -935,7 +1032,19 @@ wrapperTag: div
|
|
|
935
1032
|
aria-label="Go to last page"
|
|
936
1033
|
>
|
|
937
1034
|
<span class="pf-v6-c-button__icon">
|
|
938
|
-
<
|
|
1035
|
+
<svg
|
|
1036
|
+
class="pf-v6-svg"
|
|
1037
|
+
viewBox="0 0 448 512"
|
|
1038
|
+
fill="currentColor"
|
|
1039
|
+
aria-hidden="true"
|
|
1040
|
+
role="img"
|
|
1041
|
+
width="1em"
|
|
1042
|
+
height="1em"
|
|
1043
|
+
>
|
|
1044
|
+
<path
|
|
1045
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
|
|
1046
|
+
/>
|
|
1047
|
+
</svg>
|
|
939
1048
|
</span>
|
|
940
1049
|
</button>
|
|
941
1050
|
</div>
|
|
@@ -961,7 +1070,8 @@ wrapperTag: div
|
|
|
961
1070
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
962
1071
|
</a>
|
|
963
1072
|
</div>
|
|
964
|
-
|
|
1073
|
+
|
|
1074
|
+
<header class="pf-v6-c-masthead" id="data-list-actionable-example-docked">
|
|
965
1075
|
<div class="pf-v6-c-masthead__main">
|
|
966
1076
|
<span class="pf-v6-c-masthead__toggle">
|
|
967
1077
|
<button
|
|
@@ -1003,7 +1113,7 @@ wrapperTag: div
|
|
|
1003
1113
|
y1="2.25860997e-13%"
|
|
1004
1114
|
x2="32%"
|
|
1005
1115
|
y2="100%"
|
|
1006
|
-
id="linearGradient-data-list-actionable-example-
|
|
1116
|
+
id="linearGradient-data-list-actionable-example-docked"
|
|
1007
1117
|
>
|
|
1008
1118
|
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1009
1119
|
<stop
|
|
@@ -1057,11 +1167,11 @@ wrapperTag: div
|
|
|
1057
1167
|
/>
|
|
1058
1168
|
<path
|
|
1059
1169
|
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1060
|
-
fill="url(#linearGradient-data-list-actionable-example-
|
|
1170
|
+
fill="url(#linearGradient-data-list-actionable-example-docked)"
|
|
1061
1171
|
/>
|
|
1062
1172
|
<path
|
|
1063
1173
|
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
1064
|
-
fill="url(#linearGradient-data-list-actionable-example-
|
|
1174
|
+
fill="url(#linearGradient-data-list-actionable-example-docked)"
|
|
1065
1175
|
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1066
1176
|
/>
|
|
1067
1177
|
</g>
|
|
@@ -1073,7 +1183,7 @@ wrapperTag: div
|
|
|
1073
1183
|
<div class="pf-v6-c-masthead__content">
|
|
1074
1184
|
<div
|
|
1075
1185
|
class="pf-v6-c-toolbar pf-m-static"
|
|
1076
|
-
id="data-list-actionable-example-
|
|
1186
|
+
id="data-list-actionable-example-docked-toolbar"
|
|
1077
1187
|
>
|
|
1078
1188
|
<div class="pf-v6-c-toolbar__content">
|
|
1079
1189
|
<div class="pf-v6-c-toolbar__content-section">
|
|
@@ -1140,44 +1250,46 @@ wrapperTag: div
|
|
|
1140
1250
|
</div>
|
|
1141
1251
|
</header>
|
|
1142
1252
|
<div class="pf-v6-c-page__sidebar">
|
|
1143
|
-
<div class="pf-v6-c-page__sidebar-
|
|
1144
|
-
<
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
<
|
|
1151
|
-
<
|
|
1152
|
-
<
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
<
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
<
|
|
1166
|
-
<
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
<
|
|
1171
|
-
<
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
<
|
|
1176
|
-
<
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1253
|
+
<div class="pf-v6-c-page__sidebar-main">
|
|
1254
|
+
<div class="pf-v6-c-page__sidebar-body">
|
|
1255
|
+
<nav
|
|
1256
|
+
class="pf-v6-c-nav"
|
|
1257
|
+
id="data-list-actionable-example-primary-nav"
|
|
1258
|
+
aria-label="Global"
|
|
1259
|
+
>
|
|
1260
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
1261
|
+
<li class="pf-v6-c-nav__item">
|
|
1262
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1263
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
1264
|
+
</a>
|
|
1265
|
+
</li>
|
|
1266
|
+
<li class="pf-v6-c-nav__item">
|
|
1267
|
+
<a
|
|
1268
|
+
href="#"
|
|
1269
|
+
class="pf-v6-c-nav__link pf-m-current"
|
|
1270
|
+
aria-current="page"
|
|
1271
|
+
>
|
|
1272
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
1273
|
+
</a>
|
|
1274
|
+
</li>
|
|
1275
|
+
<li class="pf-v6-c-nav__item">
|
|
1276
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1277
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
1278
|
+
</a>
|
|
1279
|
+
</li>
|
|
1280
|
+
<li class="pf-v6-c-nav__item">
|
|
1281
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1282
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
1283
|
+
</a>
|
|
1284
|
+
</li>
|
|
1285
|
+
<li class="pf-v6-c-nav__item">
|
|
1286
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1287
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
1288
|
+
</a>
|
|
1289
|
+
</li>
|
|
1290
|
+
</ul>
|
|
1291
|
+
</nav>
|
|
1292
|
+
</div>
|
|
1181
1293
|
</div>
|
|
1182
1294
|
</div>
|
|
1183
1295
|
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
@@ -1195,21 +1307,57 @@ wrapperTag: div
|
|
|
1195
1307
|
</li>
|
|
1196
1308
|
<li class="pf-v6-c-breadcrumb__item">
|
|
1197
1309
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1198
|
-
<
|
|
1310
|
+
<svg
|
|
1311
|
+
class="pf-v6-svg"
|
|
1312
|
+
viewBox="0 0 20 20"
|
|
1313
|
+
fill="currentColor"
|
|
1314
|
+
aria-hidden="true"
|
|
1315
|
+
role="img"
|
|
1316
|
+
width="1em"
|
|
1317
|
+
height="1em"
|
|
1318
|
+
>
|
|
1319
|
+
<path
|
|
1320
|
+
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"
|
|
1321
|
+
/>
|
|
1322
|
+
</svg>
|
|
1199
1323
|
</span>
|
|
1200
1324
|
|
|
1201
1325
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1202
1326
|
</li>
|
|
1203
1327
|
<li class="pf-v6-c-breadcrumb__item">
|
|
1204
1328
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1205
|
-
<
|
|
1329
|
+
<svg
|
|
1330
|
+
class="pf-v6-svg"
|
|
1331
|
+
viewBox="0 0 20 20"
|
|
1332
|
+
fill="currentColor"
|
|
1333
|
+
aria-hidden="true"
|
|
1334
|
+
role="img"
|
|
1335
|
+
width="1em"
|
|
1336
|
+
height="1em"
|
|
1337
|
+
>
|
|
1338
|
+
<path
|
|
1339
|
+
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"
|
|
1340
|
+
/>
|
|
1341
|
+
</svg>
|
|
1206
1342
|
</span>
|
|
1207
1343
|
|
|
1208
1344
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1209
1345
|
</li>
|
|
1210
1346
|
<li class="pf-v6-c-breadcrumb__item">
|
|
1211
1347
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1212
|
-
<
|
|
1348
|
+
<svg
|
|
1349
|
+
class="pf-v6-svg"
|
|
1350
|
+
viewBox="0 0 20 20"
|
|
1351
|
+
fill="currentColor"
|
|
1352
|
+
aria-hidden="true"
|
|
1353
|
+
role="img"
|
|
1354
|
+
width="1em"
|
|
1355
|
+
height="1em"
|
|
1356
|
+
>
|
|
1357
|
+
<path
|
|
1358
|
+
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"
|
|
1359
|
+
/>
|
|
1360
|
+
</svg>
|
|
1213
1361
|
</span>
|
|
1214
1362
|
|
|
1215
1363
|
<a
|
|
@@ -1338,7 +1486,6 @@ wrapperTag: div
|
|
|
1338
1486
|
class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
|
|
1339
1487
|
type="button"
|
|
1340
1488
|
aria-expanded="false"
|
|
1341
|
-
aria-label="Menu toggle"
|
|
1342
1489
|
id="data-list-actionable-example-toolbar-top-pagination"
|
|
1343
1490
|
>
|
|
1344
1491
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -1367,7 +1514,19 @@ wrapperTag: div
|
|
|
1367
1514
|
aria-label="Go to previous page"
|
|
1368
1515
|
>
|
|
1369
1516
|
<span class="pf-v6-c-button__icon">
|
|
1370
|
-
<
|
|
1517
|
+
<svg
|
|
1518
|
+
class="pf-v6-svg"
|
|
1519
|
+
viewBox="0 0 256 512"
|
|
1520
|
+
fill="currentColor"
|
|
1521
|
+
aria-hidden="true"
|
|
1522
|
+
role="img"
|
|
1523
|
+
width="1em"
|
|
1524
|
+
height="1em"
|
|
1525
|
+
>
|
|
1526
|
+
<path
|
|
1527
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
1528
|
+
/>
|
|
1529
|
+
</svg>
|
|
1371
1530
|
</span>
|
|
1372
1531
|
</button>
|
|
1373
1532
|
</div>
|
|
@@ -1378,7 +1537,19 @@ wrapperTag: div
|
|
|
1378
1537
|
aria-label="Go to next page"
|
|
1379
1538
|
>
|
|
1380
1539
|
<span class="pf-v6-c-button__icon">
|
|
1381
|
-
<
|
|
1540
|
+
<svg
|
|
1541
|
+
class="pf-v6-svg"
|
|
1542
|
+
viewBox="0 0 256 512"
|
|
1543
|
+
fill="currentColor"
|
|
1544
|
+
aria-hidden="true"
|
|
1545
|
+
role="img"
|
|
1546
|
+
width="1em"
|
|
1547
|
+
height="1em"
|
|
1548
|
+
>
|
|
1549
|
+
<path
|
|
1550
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
1551
|
+
/>
|
|
1552
|
+
</svg>
|
|
1382
1553
|
</span>
|
|
1383
1554
|
</button>
|
|
1384
1555
|
</div>
|
|
@@ -1784,7 +1955,6 @@ wrapperTag: div
|
|
|
1784
1955
|
class="pf-v6-c-menu-toggle pf-m-top pf-m-text pf-m-plain"
|
|
1785
1956
|
type="button"
|
|
1786
1957
|
aria-expanded="false"
|
|
1787
|
-
aria-label="Menu toggle"
|
|
1788
1958
|
id="{{page--id}}-pagination-menu-toggle-bottom-example"
|
|
1789
1959
|
>
|
|
1790
1960
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -1807,7 +1977,19 @@ wrapperTag: div
|
|
|
1807
1977
|
aria-label="Go to first page"
|
|
1808
1978
|
>
|
|
1809
1979
|
<span class="pf-v6-c-button__icon">
|
|
1810
|
-
<
|
|
1980
|
+
<svg
|
|
1981
|
+
class="pf-v6-svg"
|
|
1982
|
+
viewBox="0 0 448 512"
|
|
1983
|
+
fill="currentColor"
|
|
1984
|
+
aria-hidden="true"
|
|
1985
|
+
role="img"
|
|
1986
|
+
width="1em"
|
|
1987
|
+
height="1em"
|
|
1988
|
+
>
|
|
1989
|
+
<path
|
|
1990
|
+
d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
|
|
1991
|
+
/>
|
|
1992
|
+
</svg>
|
|
1811
1993
|
</span>
|
|
1812
1994
|
</button>
|
|
1813
1995
|
</div>
|
|
@@ -1819,7 +2001,19 @@ wrapperTag: div
|
|
|
1819
2001
|
aria-label="Go to previous page"
|
|
1820
2002
|
>
|
|
1821
2003
|
<span class="pf-v6-c-button__icon">
|
|
1822
|
-
<
|
|
2004
|
+
<svg
|
|
2005
|
+
class="pf-v6-svg"
|
|
2006
|
+
viewBox="0 0 256 512"
|
|
2007
|
+
fill="currentColor"
|
|
2008
|
+
aria-hidden="true"
|
|
2009
|
+
role="img"
|
|
2010
|
+
width="1em"
|
|
2011
|
+
height="1em"
|
|
2012
|
+
>
|
|
2013
|
+
<path
|
|
2014
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
2015
|
+
/>
|
|
2016
|
+
</svg>
|
|
1823
2017
|
</span>
|
|
1824
2018
|
</button>
|
|
1825
2019
|
</div>
|
|
@@ -1842,7 +2036,19 @@ wrapperTag: div
|
|
|
1842
2036
|
aria-label="Go to next page"
|
|
1843
2037
|
>
|
|
1844
2038
|
<span class="pf-v6-c-button__icon">
|
|
1845
|
-
<
|
|
2039
|
+
<svg
|
|
2040
|
+
class="pf-v6-svg"
|
|
2041
|
+
viewBox="0 0 256 512"
|
|
2042
|
+
fill="currentColor"
|
|
2043
|
+
aria-hidden="true"
|
|
2044
|
+
role="img"
|
|
2045
|
+
width="1em"
|
|
2046
|
+
height="1em"
|
|
2047
|
+
>
|
|
2048
|
+
<path
|
|
2049
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
2050
|
+
/>
|
|
2051
|
+
</svg>
|
|
1846
2052
|
</span>
|
|
1847
2053
|
</button>
|
|
1848
2054
|
</div>
|
|
@@ -1854,7 +2060,19 @@ wrapperTag: div
|
|
|
1854
2060
|
aria-label="Go to last page"
|
|
1855
2061
|
>
|
|
1856
2062
|
<span class="pf-v6-c-button__icon">
|
|
1857
|
-
<
|
|
2063
|
+
<svg
|
|
2064
|
+
class="pf-v6-svg"
|
|
2065
|
+
viewBox="0 0 448 512"
|
|
2066
|
+
fill="currentColor"
|
|
2067
|
+
aria-hidden="true"
|
|
2068
|
+
role="img"
|
|
2069
|
+
width="1em"
|
|
2070
|
+
height="1em"
|
|
2071
|
+
>
|
|
2072
|
+
<path
|
|
2073
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
|
|
2074
|
+
/>
|
|
2075
|
+
</svg>
|
|
1858
2076
|
</span>
|
|
1859
2077
|
</button>
|
|
1860
2078
|
</div>
|
|
@@ -1880,7 +2098,8 @@ wrapperTag: div
|
|
|
1880
2098
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
1881
2099
|
</a>
|
|
1882
2100
|
</div>
|
|
1883
|
-
|
|
2101
|
+
|
|
2102
|
+
<header class="pf-v6-c-masthead" id="data-list-expandable-example-docked">
|
|
1884
2103
|
<div class="pf-v6-c-masthead__main">
|
|
1885
2104
|
<span class="pf-v6-c-masthead__toggle">
|
|
1886
2105
|
<button
|
|
@@ -1922,7 +2141,7 @@ wrapperTag: div
|
|
|
1922
2141
|
y1="2.25860997e-13%"
|
|
1923
2142
|
x2="32%"
|
|
1924
2143
|
y2="100%"
|
|
1925
|
-
id="linearGradient-data-list-expandable-example-
|
|
2144
|
+
id="linearGradient-data-list-expandable-example-docked"
|
|
1926
2145
|
>
|
|
1927
2146
|
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1928
2147
|
<stop
|
|
@@ -1976,11 +2195,11 @@ wrapperTag: div
|
|
|
1976
2195
|
/>
|
|
1977
2196
|
<path
|
|
1978
2197
|
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1979
|
-
fill="url(#linearGradient-data-list-expandable-example-
|
|
2198
|
+
fill="url(#linearGradient-data-list-expandable-example-docked)"
|
|
1980
2199
|
/>
|
|
1981
2200
|
<path
|
|
1982
2201
|
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
1983
|
-
fill="url(#linearGradient-data-list-expandable-example-
|
|
2202
|
+
fill="url(#linearGradient-data-list-expandable-example-docked)"
|
|
1984
2203
|
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1985
2204
|
/>
|
|
1986
2205
|
</g>
|
|
@@ -1992,7 +2211,7 @@ wrapperTag: div
|
|
|
1992
2211
|
<div class="pf-v6-c-masthead__content">
|
|
1993
2212
|
<div
|
|
1994
2213
|
class="pf-v6-c-toolbar pf-m-static"
|
|
1995
|
-
id="data-list-expandable-example-
|
|
2214
|
+
id="data-list-expandable-example-docked-toolbar"
|
|
1996
2215
|
>
|
|
1997
2216
|
<div class="pf-v6-c-toolbar__content">
|
|
1998
2217
|
<div class="pf-v6-c-toolbar__content-section">
|
|
@@ -2059,44 +2278,46 @@ wrapperTag: div
|
|
|
2059
2278
|
</div>
|
|
2060
2279
|
</header>
|
|
2061
2280
|
<div class="pf-v6-c-page__sidebar">
|
|
2062
|
-
<div class="pf-v6-c-page__sidebar-
|
|
2063
|
-
<
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
<
|
|
2070
|
-
<
|
|
2071
|
-
<
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
<
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
<
|
|
2085
|
-
<
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
<
|
|
2090
|
-
<
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
<
|
|
2095
|
-
<
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2281
|
+
<div class="pf-v6-c-page__sidebar-main">
|
|
2282
|
+
<div class="pf-v6-c-page__sidebar-body">
|
|
2283
|
+
<nav
|
|
2284
|
+
class="pf-v6-c-nav"
|
|
2285
|
+
id="data-list-expandable-example-primary-nav"
|
|
2286
|
+
aria-label="Global"
|
|
2287
|
+
>
|
|
2288
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
2289
|
+
<li class="pf-v6-c-nav__item">
|
|
2290
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
2291
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
2292
|
+
</a>
|
|
2293
|
+
</li>
|
|
2294
|
+
<li class="pf-v6-c-nav__item">
|
|
2295
|
+
<a
|
|
2296
|
+
href="#"
|
|
2297
|
+
class="pf-v6-c-nav__link pf-m-current"
|
|
2298
|
+
aria-current="page"
|
|
2299
|
+
>
|
|
2300
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
2301
|
+
</a>
|
|
2302
|
+
</li>
|
|
2303
|
+
<li class="pf-v6-c-nav__item">
|
|
2304
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
2305
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
2306
|
+
</a>
|
|
2307
|
+
</li>
|
|
2308
|
+
<li class="pf-v6-c-nav__item">
|
|
2309
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
2310
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
2311
|
+
</a>
|
|
2312
|
+
</li>
|
|
2313
|
+
<li class="pf-v6-c-nav__item">
|
|
2314
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
2315
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
2316
|
+
</a>
|
|
2317
|
+
</li>
|
|
2318
|
+
</ul>
|
|
2319
|
+
</nav>
|
|
2320
|
+
</div>
|
|
2100
2321
|
</div>
|
|
2101
2322
|
</div>
|
|
2102
2323
|
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
@@ -2114,21 +2335,57 @@ wrapperTag: div
|
|
|
2114
2335
|
</li>
|
|
2115
2336
|
<li class="pf-v6-c-breadcrumb__item">
|
|
2116
2337
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2117
|
-
<
|
|
2338
|
+
<svg
|
|
2339
|
+
class="pf-v6-svg"
|
|
2340
|
+
viewBox="0 0 20 20"
|
|
2341
|
+
fill="currentColor"
|
|
2342
|
+
aria-hidden="true"
|
|
2343
|
+
role="img"
|
|
2344
|
+
width="1em"
|
|
2345
|
+
height="1em"
|
|
2346
|
+
>
|
|
2347
|
+
<path
|
|
2348
|
+
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"
|
|
2349
|
+
/>
|
|
2350
|
+
</svg>
|
|
2118
2351
|
</span>
|
|
2119
2352
|
|
|
2120
2353
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
2121
2354
|
</li>
|
|
2122
2355
|
<li class="pf-v6-c-breadcrumb__item">
|
|
2123
2356
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2124
|
-
<
|
|
2357
|
+
<svg
|
|
2358
|
+
class="pf-v6-svg"
|
|
2359
|
+
viewBox="0 0 20 20"
|
|
2360
|
+
fill="currentColor"
|
|
2361
|
+
aria-hidden="true"
|
|
2362
|
+
role="img"
|
|
2363
|
+
width="1em"
|
|
2364
|
+
height="1em"
|
|
2365
|
+
>
|
|
2366
|
+
<path
|
|
2367
|
+
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"
|
|
2368
|
+
/>
|
|
2369
|
+
</svg>
|
|
2125
2370
|
</span>
|
|
2126
2371
|
|
|
2127
2372
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
2128
2373
|
</li>
|
|
2129
2374
|
<li class="pf-v6-c-breadcrumb__item">
|
|
2130
2375
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2131
|
-
<
|
|
2376
|
+
<svg
|
|
2377
|
+
class="pf-v6-svg"
|
|
2378
|
+
viewBox="0 0 20 20"
|
|
2379
|
+
fill="currentColor"
|
|
2380
|
+
aria-hidden="true"
|
|
2381
|
+
role="img"
|
|
2382
|
+
width="1em"
|
|
2383
|
+
height="1em"
|
|
2384
|
+
>
|
|
2385
|
+
<path
|
|
2386
|
+
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"
|
|
2387
|
+
/>
|
|
2388
|
+
</svg>
|
|
2132
2389
|
</span>
|
|
2133
2390
|
|
|
2134
2391
|
<a
|
|
@@ -2167,7 +2424,19 @@ wrapperTag: div
|
|
|
2167
2424
|
class="pf-v6-c-icon__content pf-v6-m-mirror-inline-rtl"
|
|
2168
2425
|
>
|
|
2169
2426
|
<span class="pf-v6-c-toolbar__expand-all-icon">
|
|
2170
|
-
<
|
|
2427
|
+
<svg
|
|
2428
|
+
class="pf-v6-svg"
|
|
2429
|
+
viewBox="0 0 20 20"
|
|
2430
|
+
fill="currentColor"
|
|
2431
|
+
aria-hidden="true"
|
|
2432
|
+
role="img"
|
|
2433
|
+
width="1em"
|
|
2434
|
+
height="1em"
|
|
2435
|
+
>
|
|
2436
|
+
<path
|
|
2437
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
2438
|
+
/>
|
|
2439
|
+
</svg>
|
|
2171
2440
|
</span>
|
|
2172
2441
|
</span>
|
|
2173
2442
|
</span>
|
|
@@ -2316,7 +2585,6 @@ wrapperTag: div
|
|
|
2316
2585
|
class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
|
|
2317
2586
|
type="button"
|
|
2318
2587
|
aria-expanded="false"
|
|
2319
|
-
aria-label="Menu toggle"
|
|
2320
2588
|
id="data-list-expandable-example-toolbar-top-pagination"
|
|
2321
2589
|
>
|
|
2322
2590
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -2345,7 +2613,19 @@ wrapperTag: div
|
|
|
2345
2613
|
aria-label="Go to previous page"
|
|
2346
2614
|
>
|
|
2347
2615
|
<span class="pf-v6-c-button__icon">
|
|
2348
|
-
<
|
|
2616
|
+
<svg
|
|
2617
|
+
class="pf-v6-svg"
|
|
2618
|
+
viewBox="0 0 256 512"
|
|
2619
|
+
fill="currentColor"
|
|
2620
|
+
aria-hidden="true"
|
|
2621
|
+
role="img"
|
|
2622
|
+
width="1em"
|
|
2623
|
+
height="1em"
|
|
2624
|
+
>
|
|
2625
|
+
<path
|
|
2626
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
2627
|
+
/>
|
|
2628
|
+
</svg>
|
|
2349
2629
|
</span>
|
|
2350
2630
|
</button>
|
|
2351
2631
|
</div>
|
|
@@ -2356,7 +2636,19 @@ wrapperTag: div
|
|
|
2356
2636
|
aria-label="Go to next page"
|
|
2357
2637
|
>
|
|
2358
2638
|
<span class="pf-v6-c-button__icon">
|
|
2359
|
-
<
|
|
2639
|
+
<svg
|
|
2640
|
+
class="pf-v6-svg"
|
|
2641
|
+
viewBox="0 0 256 512"
|
|
2642
|
+
fill="currentColor"
|
|
2643
|
+
aria-hidden="true"
|
|
2644
|
+
role="img"
|
|
2645
|
+
width="1em"
|
|
2646
|
+
height="1em"
|
|
2647
|
+
>
|
|
2648
|
+
<path
|
|
2649
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
2650
|
+
/>
|
|
2651
|
+
</svg>
|
|
2360
2652
|
</span>
|
|
2361
2653
|
</button>
|
|
2362
2654
|
</div>
|
|
@@ -2393,7 +2685,19 @@ wrapperTag: div
|
|
|
2393
2685
|
>
|
|
2394
2686
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
2395
2687
|
<div class="pf-v6-c-data-list__toggle-icon">
|
|
2396
|
-
<
|
|
2688
|
+
<svg
|
|
2689
|
+
class="pf-v6-svg"
|
|
2690
|
+
viewBox="0 0 20 20"
|
|
2691
|
+
fill="currentColor"
|
|
2692
|
+
aria-hidden="true"
|
|
2693
|
+
role="img"
|
|
2694
|
+
width="1em"
|
|
2695
|
+
height="1em"
|
|
2696
|
+
>
|
|
2697
|
+
<path
|
|
2698
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
2699
|
+
/>
|
|
2700
|
+
</svg>
|
|
2397
2701
|
</div>
|
|
2398
2702
|
</span>
|
|
2399
2703
|
</button>
|
|
@@ -2909,7 +3213,19 @@ wrapperTag: div
|
|
|
2909
3213
|
>
|
|
2910
3214
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
2911
3215
|
<div class="pf-v6-c-data-list__toggle-icon">
|
|
2912
|
-
<
|
|
3216
|
+
<svg
|
|
3217
|
+
class="pf-v6-svg"
|
|
3218
|
+
viewBox="0 0 20 20"
|
|
3219
|
+
fill="currentColor"
|
|
3220
|
+
aria-hidden="true"
|
|
3221
|
+
role="img"
|
|
3222
|
+
width="1em"
|
|
3223
|
+
height="1em"
|
|
3224
|
+
>
|
|
3225
|
+
<path
|
|
3226
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
3227
|
+
/>
|
|
3228
|
+
</svg>
|
|
2913
3229
|
</div>
|
|
2914
3230
|
</span>
|
|
2915
3231
|
</button>
|
|
@@ -3079,7 +3395,19 @@ wrapperTag: div
|
|
|
3079
3395
|
>
|
|
3080
3396
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
3081
3397
|
<div class="pf-v6-c-data-list__toggle-icon">
|
|
3082
|
-
<
|
|
3398
|
+
<svg
|
|
3399
|
+
class="pf-v6-svg"
|
|
3400
|
+
viewBox="0 0 20 20"
|
|
3401
|
+
fill="currentColor"
|
|
3402
|
+
aria-hidden="true"
|
|
3403
|
+
role="img"
|
|
3404
|
+
width="1em"
|
|
3405
|
+
height="1em"
|
|
3406
|
+
>
|
|
3407
|
+
<path
|
|
3408
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
3409
|
+
/>
|
|
3410
|
+
</svg>
|
|
3083
3411
|
</div>
|
|
3084
3412
|
</span>
|
|
3085
3413
|
</button>
|
|
@@ -3135,7 +3463,19 @@ wrapperTag: div
|
|
|
3135
3463
|
>
|
|
3136
3464
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
3137
3465
|
<div class="pf-v6-c-data-list__toggle-icon">
|
|
3138
|
-
<
|
|
3466
|
+
<svg
|
|
3467
|
+
class="pf-v6-svg"
|
|
3468
|
+
viewBox="0 0 20 20"
|
|
3469
|
+
fill="currentColor"
|
|
3470
|
+
aria-hidden="true"
|
|
3471
|
+
role="img"
|
|
3472
|
+
width="1em"
|
|
3473
|
+
height="1em"
|
|
3474
|
+
>
|
|
3475
|
+
<path
|
|
3476
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
3477
|
+
/>
|
|
3478
|
+
</svg>
|
|
3139
3479
|
</div>
|
|
3140
3480
|
</span>
|
|
3141
3481
|
</button>
|
|
@@ -3260,7 +3600,19 @@ wrapperTag: div
|
|
|
3260
3600
|
>
|
|
3261
3601
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
3262
3602
|
<div class="pf-v6-c-data-list__toggle-icon">
|
|
3263
|
-
<
|
|
3603
|
+
<svg
|
|
3604
|
+
class="pf-v6-svg"
|
|
3605
|
+
viewBox="0 0 20 20"
|
|
3606
|
+
fill="currentColor"
|
|
3607
|
+
aria-hidden="true"
|
|
3608
|
+
role="img"
|
|
3609
|
+
width="1em"
|
|
3610
|
+
height="1em"
|
|
3611
|
+
>
|
|
3612
|
+
<path
|
|
3613
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
3614
|
+
/>
|
|
3615
|
+
</svg>
|
|
3264
3616
|
</div>
|
|
3265
3617
|
</span>
|
|
3266
3618
|
</button>
|
|
@@ -3421,7 +3773,6 @@ wrapperTag: div
|
|
|
3421
3773
|
class="pf-v6-c-menu-toggle pf-m-top pf-m-text pf-m-plain"
|
|
3422
3774
|
type="button"
|
|
3423
3775
|
aria-expanded="false"
|
|
3424
|
-
aria-label="Menu toggle"
|
|
3425
3776
|
id="{{page--id}}-pagination-menu-toggle-bottom-example"
|
|
3426
3777
|
>
|
|
3427
3778
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -3444,7 +3795,19 @@ wrapperTag: div
|
|
|
3444
3795
|
aria-label="Go to first page"
|
|
3445
3796
|
>
|
|
3446
3797
|
<span class="pf-v6-c-button__icon">
|
|
3447
|
-
<
|
|
3798
|
+
<svg
|
|
3799
|
+
class="pf-v6-svg"
|
|
3800
|
+
viewBox="0 0 448 512"
|
|
3801
|
+
fill="currentColor"
|
|
3802
|
+
aria-hidden="true"
|
|
3803
|
+
role="img"
|
|
3804
|
+
width="1em"
|
|
3805
|
+
height="1em"
|
|
3806
|
+
>
|
|
3807
|
+
<path
|
|
3808
|
+
d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
|
|
3809
|
+
/>
|
|
3810
|
+
</svg>
|
|
3448
3811
|
</span>
|
|
3449
3812
|
</button>
|
|
3450
3813
|
</div>
|
|
@@ -3456,7 +3819,19 @@ wrapperTag: div
|
|
|
3456
3819
|
aria-label="Go to previous page"
|
|
3457
3820
|
>
|
|
3458
3821
|
<span class="pf-v6-c-button__icon">
|
|
3459
|
-
<
|
|
3822
|
+
<svg
|
|
3823
|
+
class="pf-v6-svg"
|
|
3824
|
+
viewBox="0 0 256 512"
|
|
3825
|
+
fill="currentColor"
|
|
3826
|
+
aria-hidden="true"
|
|
3827
|
+
role="img"
|
|
3828
|
+
width="1em"
|
|
3829
|
+
height="1em"
|
|
3830
|
+
>
|
|
3831
|
+
<path
|
|
3832
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
3833
|
+
/>
|
|
3834
|
+
</svg>
|
|
3460
3835
|
</span>
|
|
3461
3836
|
</button>
|
|
3462
3837
|
</div>
|
|
@@ -3479,7 +3854,19 @@ wrapperTag: div
|
|
|
3479
3854
|
aria-label="Go to next page"
|
|
3480
3855
|
>
|
|
3481
3856
|
<span class="pf-v6-c-button__icon">
|
|
3482
|
-
<
|
|
3857
|
+
<svg
|
|
3858
|
+
class="pf-v6-svg"
|
|
3859
|
+
viewBox="0 0 256 512"
|
|
3860
|
+
fill="currentColor"
|
|
3861
|
+
aria-hidden="true"
|
|
3862
|
+
role="img"
|
|
3863
|
+
width="1em"
|
|
3864
|
+
height="1em"
|
|
3865
|
+
>
|
|
3866
|
+
<path
|
|
3867
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
3868
|
+
/>
|
|
3869
|
+
</svg>
|
|
3483
3870
|
</span>
|
|
3484
3871
|
</button>
|
|
3485
3872
|
</div>
|
|
@@ -3491,7 +3878,19 @@ wrapperTag: div
|
|
|
3491
3878
|
aria-label="Go to last page"
|
|
3492
3879
|
>
|
|
3493
3880
|
<span class="pf-v6-c-button__icon">
|
|
3494
|
-
<
|
|
3881
|
+
<svg
|
|
3882
|
+
class="pf-v6-svg"
|
|
3883
|
+
viewBox="0 0 448 512"
|
|
3884
|
+
fill="currentColor"
|
|
3885
|
+
aria-hidden="true"
|
|
3886
|
+
role="img"
|
|
3887
|
+
width="1em"
|
|
3888
|
+
height="1em"
|
|
3889
|
+
>
|
|
3890
|
+
<path
|
|
3891
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
|
|
3892
|
+
/>
|
|
3893
|
+
</svg>
|
|
3495
3894
|
</span>
|
|
3496
3895
|
</button>
|
|
3497
3896
|
</div>
|
|
@@ -3517,10 +3916,8 @@ wrapperTag: div
|
|
|
3517
3916
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
3518
3917
|
</a>
|
|
3519
3918
|
</div>
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
id="data-list-static-bottom-example-masthead"
|
|
3523
|
-
>
|
|
3919
|
+
|
|
3920
|
+
<header class="pf-v6-c-masthead" id="data-list-static-bottom-example-docked">
|
|
3524
3921
|
<div class="pf-v6-c-masthead__main">
|
|
3525
3922
|
<span class="pf-v6-c-masthead__toggle">
|
|
3526
3923
|
<button
|
|
@@ -3562,7 +3959,7 @@ wrapperTag: div
|
|
|
3562
3959
|
y1="2.25860997e-13%"
|
|
3563
3960
|
x2="32%"
|
|
3564
3961
|
y2="100%"
|
|
3565
|
-
id="linearGradient-data-list-static-bottom-example-
|
|
3962
|
+
id="linearGradient-data-list-static-bottom-example-docked"
|
|
3566
3963
|
>
|
|
3567
3964
|
<stop stop-color="#2B9AF3" offset="0%" />
|
|
3568
3965
|
<stop
|
|
@@ -3616,11 +4013,11 @@ wrapperTag: div
|
|
|
3616
4013
|
/>
|
|
3617
4014
|
<path
|
|
3618
4015
|
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
3619
|
-
fill="url(#linearGradient-data-list-static-bottom-example-
|
|
4016
|
+
fill="url(#linearGradient-data-list-static-bottom-example-docked)"
|
|
3620
4017
|
/>
|
|
3621
4018
|
<path
|
|
3622
4019
|
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
3623
|
-
fill="url(#linearGradient-data-list-static-bottom-example-
|
|
4020
|
+
fill="url(#linearGradient-data-list-static-bottom-example-docked)"
|
|
3624
4021
|
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
3625
4022
|
/>
|
|
3626
4023
|
</g>
|
|
@@ -3632,7 +4029,7 @@ wrapperTag: div
|
|
|
3632
4029
|
<div class="pf-v6-c-masthead__content">
|
|
3633
4030
|
<div
|
|
3634
4031
|
class="pf-v6-c-toolbar pf-m-static"
|
|
3635
|
-
id="data-list-static-bottom-example-
|
|
4032
|
+
id="data-list-static-bottom-example-docked-toolbar"
|
|
3636
4033
|
>
|
|
3637
4034
|
<div class="pf-v6-c-toolbar__content">
|
|
3638
4035
|
<div class="pf-v6-c-toolbar__content-section">
|
|
@@ -3699,44 +4096,46 @@ wrapperTag: div
|
|
|
3699
4096
|
</div>
|
|
3700
4097
|
</header>
|
|
3701
4098
|
<div class="pf-v6-c-page__sidebar">
|
|
3702
|
-
<div class="pf-v6-c-page__sidebar-
|
|
3703
|
-
<
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
<
|
|
3710
|
-
<
|
|
3711
|
-
<
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
<
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
<
|
|
3725
|
-
<
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
<
|
|
3730
|
-
<
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
<
|
|
3735
|
-
<
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
4099
|
+
<div class="pf-v6-c-page__sidebar-main">
|
|
4100
|
+
<div class="pf-v6-c-page__sidebar-body">
|
|
4101
|
+
<nav
|
|
4102
|
+
class="pf-v6-c-nav"
|
|
4103
|
+
id="data-list-static-bottom-example-primary-nav"
|
|
4104
|
+
aria-label="Global"
|
|
4105
|
+
>
|
|
4106
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
4107
|
+
<li class="pf-v6-c-nav__item">
|
|
4108
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
4109
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
4110
|
+
</a>
|
|
4111
|
+
</li>
|
|
4112
|
+
<li class="pf-v6-c-nav__item">
|
|
4113
|
+
<a
|
|
4114
|
+
href="#"
|
|
4115
|
+
class="pf-v6-c-nav__link pf-m-current"
|
|
4116
|
+
aria-current="page"
|
|
4117
|
+
>
|
|
4118
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
4119
|
+
</a>
|
|
4120
|
+
</li>
|
|
4121
|
+
<li class="pf-v6-c-nav__item">
|
|
4122
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
4123
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
4124
|
+
</a>
|
|
4125
|
+
</li>
|
|
4126
|
+
<li class="pf-v6-c-nav__item">
|
|
4127
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
4128
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
4129
|
+
</a>
|
|
4130
|
+
</li>
|
|
4131
|
+
<li class="pf-v6-c-nav__item">
|
|
4132
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
4133
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
4134
|
+
</a>
|
|
4135
|
+
</li>
|
|
4136
|
+
</ul>
|
|
4137
|
+
</nav>
|
|
4138
|
+
</div>
|
|
3740
4139
|
</div>
|
|
3741
4140
|
</div>
|
|
3742
4141
|
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
@@ -3754,21 +4153,57 @@ wrapperTag: div
|
|
|
3754
4153
|
</li>
|
|
3755
4154
|
<li class="pf-v6-c-breadcrumb__item">
|
|
3756
4155
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
3757
|
-
<
|
|
4156
|
+
<svg
|
|
4157
|
+
class="pf-v6-svg"
|
|
4158
|
+
viewBox="0 0 20 20"
|
|
4159
|
+
fill="currentColor"
|
|
4160
|
+
aria-hidden="true"
|
|
4161
|
+
role="img"
|
|
4162
|
+
width="1em"
|
|
4163
|
+
height="1em"
|
|
4164
|
+
>
|
|
4165
|
+
<path
|
|
4166
|
+
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"
|
|
4167
|
+
/>
|
|
4168
|
+
</svg>
|
|
3758
4169
|
</span>
|
|
3759
4170
|
|
|
3760
4171
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
3761
4172
|
</li>
|
|
3762
4173
|
<li class="pf-v6-c-breadcrumb__item">
|
|
3763
4174
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
3764
|
-
<
|
|
4175
|
+
<svg
|
|
4176
|
+
class="pf-v6-svg"
|
|
4177
|
+
viewBox="0 0 20 20"
|
|
4178
|
+
fill="currentColor"
|
|
4179
|
+
aria-hidden="true"
|
|
4180
|
+
role="img"
|
|
4181
|
+
width="1em"
|
|
4182
|
+
height="1em"
|
|
4183
|
+
>
|
|
4184
|
+
<path
|
|
4185
|
+
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"
|
|
4186
|
+
/>
|
|
4187
|
+
</svg>
|
|
3765
4188
|
</span>
|
|
3766
4189
|
|
|
3767
4190
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
3768
4191
|
</li>
|
|
3769
4192
|
<li class="pf-v6-c-breadcrumb__item">
|
|
3770
4193
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
3771
|
-
<
|
|
4194
|
+
<svg
|
|
4195
|
+
class="pf-v6-svg"
|
|
4196
|
+
viewBox="0 0 20 20"
|
|
4197
|
+
fill="currentColor"
|
|
4198
|
+
aria-hidden="true"
|
|
4199
|
+
role="img"
|
|
4200
|
+
width="1em"
|
|
4201
|
+
height="1em"
|
|
4202
|
+
>
|
|
4203
|
+
<path
|
|
4204
|
+
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"
|
|
4205
|
+
/>
|
|
4206
|
+
</svg>
|
|
3772
4207
|
</span>
|
|
3773
4208
|
|
|
3774
4209
|
<a
|
|
@@ -3910,7 +4345,6 @@ wrapperTag: div
|
|
|
3910
4345
|
class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
|
|
3911
4346
|
type="button"
|
|
3912
4347
|
aria-expanded="false"
|
|
3913
|
-
aria-label="Menu toggle"
|
|
3914
4348
|
id="data-list-static-bottom-example-toolbar-top-pagination"
|
|
3915
4349
|
>
|
|
3916
4350
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -3939,7 +4373,19 @@ wrapperTag: div
|
|
|
3939
4373
|
aria-label="Go to previous page"
|
|
3940
4374
|
>
|
|
3941
4375
|
<span class="pf-v6-c-button__icon">
|
|
3942
|
-
<
|
|
4376
|
+
<svg
|
|
4377
|
+
class="pf-v6-svg"
|
|
4378
|
+
viewBox="0 0 256 512"
|
|
4379
|
+
fill="currentColor"
|
|
4380
|
+
aria-hidden="true"
|
|
4381
|
+
role="img"
|
|
4382
|
+
width="1em"
|
|
4383
|
+
height="1em"
|
|
4384
|
+
>
|
|
4385
|
+
<path
|
|
4386
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
4387
|
+
/>
|
|
4388
|
+
</svg>
|
|
3943
4389
|
</span>
|
|
3944
4390
|
</button>
|
|
3945
4391
|
</div>
|
|
@@ -3950,7 +4396,19 @@ wrapperTag: div
|
|
|
3950
4396
|
aria-label="Go to next page"
|
|
3951
4397
|
>
|
|
3952
4398
|
<span class="pf-v6-c-button__icon">
|
|
3953
|
-
<
|
|
4399
|
+
<svg
|
|
4400
|
+
class="pf-v6-svg"
|
|
4401
|
+
viewBox="0 0 256 512"
|
|
4402
|
+
fill="currentColor"
|
|
4403
|
+
aria-hidden="true"
|
|
4404
|
+
role="img"
|
|
4405
|
+
width="1em"
|
|
4406
|
+
height="1em"
|
|
4407
|
+
>
|
|
4408
|
+
<path
|
|
4409
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
4410
|
+
/>
|
|
4411
|
+
</svg>
|
|
3954
4412
|
</span>
|
|
3955
4413
|
</button>
|
|
3956
4414
|
</div>
|
|
@@ -4414,7 +4872,6 @@ wrapperTag: div
|
|
|
4414
4872
|
class="pf-v6-c-menu-toggle pf-m-top pf-m-text pf-m-plain"
|
|
4415
4873
|
type="button"
|
|
4416
4874
|
aria-expanded="false"
|
|
4417
|
-
aria-label="Menu toggle"
|
|
4418
4875
|
id="{{page--id}}pagination-menu-toggle-bottom-example-static"
|
|
4419
4876
|
>
|
|
4420
4877
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -4437,7 +4894,19 @@ wrapperTag: div
|
|
|
4437
4894
|
aria-label="Go to first page"
|
|
4438
4895
|
>
|
|
4439
4896
|
<span class="pf-v6-c-button__icon">
|
|
4440
|
-
<
|
|
4897
|
+
<svg
|
|
4898
|
+
class="pf-v6-svg"
|
|
4899
|
+
viewBox="0 0 448 512"
|
|
4900
|
+
fill="currentColor"
|
|
4901
|
+
aria-hidden="true"
|
|
4902
|
+
role="img"
|
|
4903
|
+
width="1em"
|
|
4904
|
+
height="1em"
|
|
4905
|
+
>
|
|
4906
|
+
<path
|
|
4907
|
+
d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
|
|
4908
|
+
/>
|
|
4909
|
+
</svg>
|
|
4441
4910
|
</span>
|
|
4442
4911
|
</button>
|
|
4443
4912
|
</div>
|
|
@@ -4449,7 +4918,19 @@ wrapperTag: div
|
|
|
4449
4918
|
aria-label="Go to previous page"
|
|
4450
4919
|
>
|
|
4451
4920
|
<span class="pf-v6-c-button__icon">
|
|
4452
|
-
<
|
|
4921
|
+
<svg
|
|
4922
|
+
class="pf-v6-svg"
|
|
4923
|
+
viewBox="0 0 256 512"
|
|
4924
|
+
fill="currentColor"
|
|
4925
|
+
aria-hidden="true"
|
|
4926
|
+
role="img"
|
|
4927
|
+
width="1em"
|
|
4928
|
+
height="1em"
|
|
4929
|
+
>
|
|
4930
|
+
<path
|
|
4931
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
4932
|
+
/>
|
|
4933
|
+
</svg>
|
|
4453
4934
|
</span>
|
|
4454
4935
|
</button>
|
|
4455
4936
|
</div>
|
|
@@ -4472,7 +4953,19 @@ wrapperTag: div
|
|
|
4472
4953
|
aria-label="Go to next page"
|
|
4473
4954
|
>
|
|
4474
4955
|
<span class="pf-v6-c-button__icon">
|
|
4475
|
-
<
|
|
4956
|
+
<svg
|
|
4957
|
+
class="pf-v6-svg"
|
|
4958
|
+
viewBox="0 0 256 512"
|
|
4959
|
+
fill="currentColor"
|
|
4960
|
+
aria-hidden="true"
|
|
4961
|
+
role="img"
|
|
4962
|
+
width="1em"
|
|
4963
|
+
height="1em"
|
|
4964
|
+
>
|
|
4965
|
+
<path
|
|
4966
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
4967
|
+
/>
|
|
4968
|
+
</svg>
|
|
4476
4969
|
</span>
|
|
4477
4970
|
</button>
|
|
4478
4971
|
</div>
|
|
@@ -4484,7 +4977,19 @@ wrapperTag: div
|
|
|
4484
4977
|
aria-label="Go to last page"
|
|
4485
4978
|
>
|
|
4486
4979
|
<span class="pf-v6-c-button__icon">
|
|
4487
|
-
<
|
|
4980
|
+
<svg
|
|
4981
|
+
class="pf-v6-svg"
|
|
4982
|
+
viewBox="0 0 448 512"
|
|
4983
|
+
fill="currentColor"
|
|
4984
|
+
aria-hidden="true"
|
|
4985
|
+
role="img"
|
|
4986
|
+
width="1em"
|
|
4987
|
+
height="1em"
|
|
4988
|
+
>
|
|
4989
|
+
<path
|
|
4990
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
|
|
4991
|
+
/>
|
|
4992
|
+
</svg>
|
|
4488
4993
|
</span>
|
|
4489
4994
|
</button>
|
|
4490
4995
|
</div>
|