@patternfly/patternfly 6.0.0-alpha.1 → 6.0.0-alpha.10
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 +13 -3
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +6 -129
- package/base/_common.scss +21 -0
- package/base/_globals.scss +14 -14
- package/base/_variables.scss +12 -0
- package/base/patternfly-common.css +16 -2
- package/base/patternfly-globals.css +13 -14
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/base/patternfly-variables.css +865 -0
- package/base/tokens/_tokens-dark.scss +331 -0
- package/base/tokens/_tokens-default.scss +379 -0
- package/base/tokens/_tokens-font.scss +96 -0
- package/base/tokens/_tokens-palette.scss +75 -0
- package/components/AboutModalBox/about-modal-box.css +23 -12
- package/components/AboutModalBox/about-modal-box.scss +25 -12
- package/components/Accordion/accordion.css +33 -20
- package/components/Accordion/accordion.scss +32 -20
- package/components/ActionList/action-list.css +2 -2
- package/components/ActionList/action-list.scss +2 -2
- package/components/Alert/alert-group.css +27 -20
- package/components/Alert/alert-group.scss +27 -20
- package/components/Alert/alert.css +74 -95
- package/components/Alert/alert.scss +76 -89
- package/components/AppLauncher/app-launcher.css +32 -23
- package/components/AppLauncher/app-launcher.scss +32 -23
- package/components/BackToTop/back-to-top.css +2 -2
- package/components/BackToTop/back-to-top.scss +2 -2
- package/components/Backdrop/backdrop.css +2 -2
- package/components/Backdrop/backdrop.scss +2 -2
- package/components/BackgroundImage/background-image.css +6 -3
- package/components/BackgroundImage/background-image.scss +8 -3
- package/components/Badge/badge.css +2 -2
- package/components/Badge/badge.scss +2 -2
- package/components/Banner/banner.css +5 -5
- package/components/Banner/banner.scss +5 -2
- package/components/Breadcrumb/breadcrumb.css +9 -3
- package/components/Breadcrumb/breadcrumb.scss +8 -3
- package/components/Button/button.css +167 -195
- package/components/Button/button.scss +187 -157
- package/components/Button/themes/dark/button.scss +1 -1
- package/components/CalendarMonth/calendar-month.css +25 -15
- package/components/CalendarMonth/calendar-month.scss +23 -15
- package/components/Card/card.css +25 -17
- package/components/Card/card.scss +24 -17
- package/components/Check/check.css +2 -2
- package/components/Check/check.scss +2 -2
- package/components/Chip/chip-group.css +6 -6
- package/components/Chip/chip-group.scss +6 -6
- package/components/Chip/chip.css +16 -9
- package/components/Chip/chip.scss +17 -9
- package/components/ClipboardCopy/clipboard-copy.css +19 -10
- package/components/ClipboardCopy/clipboard-copy.scss +16 -8
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
- package/components/CodeBlock/code-block.css +6 -3
- package/components/CodeBlock/code-block.scss +6 -3
- package/components/CodeEditor/code-editor.css +31 -22
- package/components/CodeEditor/code-editor.scss +30 -21
- package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
- package/components/Content/content.css +100 -97
- package/components/Content/content.scss +101 -98
- package/components/ContextSelector/context-selector.css +41 -26
- package/components/ContextSelector/context-selector.scss +40 -25
- package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
- package/components/DataList/data-list-grid.css +21 -21
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +69 -56
- package/components/DataList/data-list.scss +47 -35
- package/components/DatePicker/date-picker.css +8 -8
- package/components/DatePicker/date-picker.scss +8 -8
- package/components/DescriptionList/description-list.css +8 -5
- package/components/DescriptionList/description-list.scss +8 -5
- package/components/DragDrop/drag-drop.css +8 -8
- package/components/DragDrop/drag-drop.scss +8 -8
- package/components/Drawer/drawer.css +120 -61
- package/components/Drawer/drawer.scss +92 -43
- package/components/Dropdown/dropdown.css +75 -66
- package/components/Dropdown/dropdown.scss +65 -56
- package/components/DualListSelector/dual-list-selector.css +29 -15
- package/components/DualListSelector/dual-list-selector.scss +30 -15
- package/components/EmptyState/empty-state.css +7 -4
- package/components/EmptyState/empty-state.scss +7 -4
- package/components/ExpandableSection/expandable-section.css +17 -10
- package/components/ExpandableSection/expandable-section.scss +15 -10
- package/components/FileUpload/file-upload.css +9 -15
- package/components/FileUpload/file-upload.scss +9 -15
- package/components/Form/form.css +53 -50
- package/components/Form/form.scss +46 -44
- package/components/FormControl/form-control.css +18 -9
- package/components/FormControl/form-control.scss +18 -9
- package/components/HelperText/helper-text.css +1 -1
- package/components/HelperText/helper-text.scss +1 -1
- package/components/Hint/hint.css +9 -6
- package/components/Hint/hint.scss +9 -6
- package/components/Icon/icon.css +1 -1
- package/components/Icon/icon.scss +1 -1
- package/components/InlineEdit/inline-edit.css +4 -4
- package/components/InlineEdit/inline-edit.scss +4 -4
- package/components/InputGroup/input-group.css +12 -6
- package/components/InputGroup/input-group.scss +11 -5
- package/components/InputGroup/themes/dark/input-group.scss +1 -1
- package/components/JumpLinks/jump-links.css +27 -24
- package/components/JumpLinks/jump-links.scss +26 -24
- package/components/Label/label-group.css +13 -10
- package/components/Label/label-group.scss +13 -10
- package/components/Label/label.css +9 -9
- package/components/Label/label.scss +9 -9
- package/components/List/list.css +9 -9
- package/components/List/list.scss +9 -9
- package/components/LogViewer/log-viewer.css +14 -14
- package/components/LogViewer/log-viewer.scss +14 -14
- package/components/Login/login.css +36 -27
- package/components/Login/login.scss +36 -27
- package/components/Masthead/masthead.css +68 -125
- package/components/Masthead/masthead.scss +123 -153
- package/components/Menu/menu.css +79 -65
- package/components/Menu/menu.scss +80 -68
- package/components/MenuToggle/menu-toggle.css +89 -99
- package/components/MenuToggle/menu-toggle.scss +92 -108
- package/components/ModalBox/modal-box.css +19 -19
- package/components/ModalBox/modal-box.scss +20 -20
- package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
- package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
- package/components/Nav/nav.css +162 -133
- package/components/Nav/nav.scss +162 -135
- package/components/Nav/themes/dark/nav.scss +2 -2
- package/components/NotificationBadge/notification-badge.css +66 -85
- package/components/NotificationBadge/notification-badge.scss +72 -103
- package/components/NotificationDrawer/notification-drawer.css +32 -19
- package/components/NotificationDrawer/notification-drawer.scss +30 -19
- package/components/NumberInput/number-input.css +2 -2
- package/components/NumberInput/number-input.scss +2 -2
- package/components/OptionsMenu/options-menu.css +43 -31
- package/components/OptionsMenu/options-menu.scss +43 -31
- package/components/OverflowMenu/overflow-menu.css +2 -2
- package/components/OverflowMenu/overflow-menu.scss +2 -2
- package/components/Page/page.css +203 -135
- package/components/Page/page.scss +149 -108
- package/components/Page/themes/dark/page.scss +1 -1
- package/components/Pagination/pagination.css +27 -17
- package/components/Pagination/pagination.scss +25 -17
- package/components/Panel/panel.css +13 -7
- package/components/Panel/panel.scss +13 -7
- package/components/Popover/popover.css +72 -40
- package/components/Popover/popover.scss +95 -75
- package/components/Progress/progress.css +9 -7
- package/components/Progress/progress.scss +12 -7
- package/components/ProgressStepper/progress-stepper.css +26 -20
- package/components/ProgressStepper/progress-stepper.scss +25 -19
- package/components/Radio/radio.css +3 -3
- package/components/Radio/radio.scss +3 -3
- package/components/Select/select.css +56 -47
- package/components/Select/select.scss +56 -47
- package/components/Sidebar/sidebar.css +11 -5
- package/components/Sidebar/sidebar.scss +11 -5
- package/components/SimpleList/simple-list.css +10 -4
- package/components/SimpleList/simple-list.scss +10 -4
- package/components/Skeleton/skeleton.css +6 -5
- package/components/Skeleton/skeleton.scss +4 -5
- package/components/SkipToContent/skip-to-content.css +3 -3
- package/components/SkipToContent/skip-to-content.scss +3 -3
- package/components/Slider/slider.css +47 -26
- package/components/Slider/slider.scss +56 -28
- package/components/Switch/switch.css +9 -5
- package/components/Switch/switch.scss +10 -6
- package/components/TabContent/tab-content.css +4 -1
- package/components/TabContent/tab-content.scss +4 -1
- package/components/Table/table-grid.css +264 -203
- package/components/Table/table-grid.scss +61 -47
- package/components/Table/table-scrollable.css +4 -4
- package/components/Table/table-scrollable.scss +6 -4
- package/components/Table/table-tree-view.css +112 -105
- package/components/Table/table-tree-view.scss +38 -33
- package/components/Table/table.css +181 -158
- package/components/Table/table.scss +181 -164
- package/components/Tabs/tabs.css +76 -48
- package/components/Tabs/tabs.scss +74 -48
- package/components/TextInputGroup/text-input-group.css +15 -15
- package/components/TextInputGroup/text-input-group.scss +15 -15
- package/components/Tile/tile.css +10 -10
- package/components/Tile/tile.scss +10 -10
- package/components/ToggleGroup/toggle-group.css +14 -11
- package/components/ToggleGroup/toggle-group.scss +14 -11
- package/components/Toolbar/toolbar.css +48 -43
- package/components/Toolbar/toolbar.scss +29 -23
- package/components/Tooltip/tooltip.css +60 -28
- package/components/Tooltip/tooltip.scss +76 -56
- package/components/TreeView/tree-view.css +48 -27
- package/components/TreeView/tree-view.scss +50 -28
- package/components/Truncate/truncate.css +9 -0
- package/components/Truncate/truncate.scss +16 -3
- package/components/Wizard/wizard.css +57 -36
- package/components/Wizard/wizard.scss +57 -36
- package/docs/components/Alert/examples/Alert.md +1 -1
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +15 -3
- package/docs/components/Card/examples/Card.md +15 -15
- package/docs/components/Check/examples/Check.md +71 -59
- package/docs/components/Chip/examples/Chip.md +1 -1
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
- package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
- package/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +64 -16
- package/docs/components/Label/examples/Label.md +1 -1
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +120 -30
- package/docs/components/Masthead/examples/masthead.md +7 -54
- package/docs/components/Menu/examples/Menu.css +8 -0
- package/docs/components/Menu/examples/Menu.md +90 -73
- package/docs/components/MenuToggle/examples/MenuToggle.md +102 -81
- package/docs/components/ModalBox/examples/ModalBox.css +3 -8
- package/docs/components/Nav/examples/Navigation.css +3 -25
- package/docs/components/Nav/examples/Navigation.md +99 -0
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
- package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
- package/docs/components/Popover/examples/Popover.css +4 -9
- package/docs/components/Radio/examples/Radio.md +63 -55
- package/docs/components/Select/deprecated/Select.md +184 -177
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +2 -2
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/components/Toolbar/examples/Toolbar.md +525 -431
- package/docs/components/Tooltip/examples/Tooltip.css +4 -0
- package/docs/components/Tooltip/examples/Tooltip.md +3 -1
- package/docs/components/Truncate/examples/Truncate.md +2 -2
- package/docs/demos/AboutModal/examples/AboutModal.md +83 -8
- package/docs/demos/Alert/examples/Alert.md +249 -24
- package/docs/demos/BackToTop/examples/BackToTop.md +83 -8
- package/docs/demos/Banner/examples/Banner.md +168 -16
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +26 -10
- package/docs/demos/CardView/examples/CardView.md +107 -28
- package/docs/demos/ContextSelector/examples/ContextSelector.md +332 -32
- package/docs/demos/Dashboard/examples/Dashboard.md +86 -11
- package/docs/demos/DataList/examples/DataList.md +340 -34
- package/docs/demos/DescriptionList/examples/DescriptionList.md +249 -24
- package/docs/demos/Drawer/examples/Drawer.md +415 -40
- package/docs/demos/JumpLinks/examples/JumpLinks.md +498 -48
- package/docs/demos/Masthead/examples/Masthead.md +742 -67
- package/docs/demos/Modal/examples/Modal.md +498 -48
- package/docs/demos/Nav/examples/Nav.md +664 -64
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +415 -40
- package/docs/demos/Page/examples/Page.md +747 -72
- package/docs/demos/Page/examples/Penta.md +746 -0
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +741 -180
- package/docs/demos/Skeleton/examples/Skeleton.md +90 -43
- package/docs/demos/Table/examples/Table.md +1581 -372
- package/docs/demos/Tabs/examples/Tabs.md +526 -69
- package/docs/demos/Toolbar/examples/Toolbar.css +5 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +210 -60
- package/docs/demos/Wizard/examples/Wizard.md +747 -72
- package/docs/layouts/Flex/examples/Flex.md +5 -5
- package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
- package/icons/pficons.mjs +1 -0
- package/layouts/Flex/flex.css +115 -43
- package/layouts/Flex/flex.scss +20 -8
- package/package.json +9 -5
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +886 -3
- package/patternfly-base-no-globals.css +886 -3
- package/patternfly-base-theme-dark-unversioned.css +899 -17
- package/patternfly-base.css +899 -17
- package/patternfly-no-globals.css +4239 -2698
- package/patternfly-theme-dark-unversioned.css +4252 -2712
- package/patternfly.css +4252 -2712
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +6 -0
- package/sass-utilities/mixins.scss +62 -2
- package/sass-utilities/scss-variables.scss +8 -8
- package/sass-utilities/themes/dark/mixins.scss +3 -1
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
- package/components/Alert/themes/dark/alert.scss +0 -17
- package/components/Masthead/themes/dark/masthead.scss +0 -14
- package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
- package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
|
@@ -27,13 +27,88 @@ wrapperTag: div
|
|
|
27
27
|
</button>
|
|
28
28
|
</span>
|
|
29
29
|
<div class="pf-v5-c-masthead__main">
|
|
30
|
-
<a
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
30
|
+
<a
|
|
31
|
+
class="pf-v5-c-masthead__brand"
|
|
32
|
+
href="#"
|
|
33
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
34
|
+
>
|
|
35
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
36
|
+
<title>Patternfly logo</title>
|
|
37
|
+
<defs>
|
|
38
|
+
<linearGradient
|
|
39
|
+
x1="68%"
|
|
40
|
+
y1="2.25860997e-13%"
|
|
41
|
+
x2="32%"
|
|
42
|
+
y2="100%"
|
|
43
|
+
id="linearGradient-1"
|
|
44
|
+
>
|
|
45
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
46
|
+
<stop
|
|
47
|
+
stop-color="#73BCF7"
|
|
48
|
+
stop-opacity="0.502212631"
|
|
49
|
+
offset="100%"
|
|
50
|
+
/>
|
|
51
|
+
</linearGradient>
|
|
52
|
+
</defs>
|
|
53
|
+
<g
|
|
54
|
+
id="PF-HorizontalLogo-Color"
|
|
55
|
+
stroke="none"
|
|
56
|
+
stroke-width="1"
|
|
57
|
+
fill="none"
|
|
58
|
+
fill-rule="evenodd"
|
|
59
|
+
>
|
|
60
|
+
<g
|
|
61
|
+
transform="translate(206.000000, 45.750000)"
|
|
62
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
63
|
+
fill-rule="nonzero"
|
|
64
|
+
>
|
|
65
|
+
<path
|
|
66
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
67
|
+
/>
|
|
68
|
+
<path
|
|
69
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
70
|
+
/>
|
|
71
|
+
<path
|
|
72
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
73
|
+
/>
|
|
74
|
+
<path
|
|
75
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
76
|
+
/>
|
|
77
|
+
<path
|
|
78
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
79
|
+
/>
|
|
80
|
+
<path
|
|
81
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
82
|
+
/>
|
|
83
|
+
<path
|
|
84
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
85
|
+
/>
|
|
86
|
+
<polygon
|
|
87
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
88
|
+
/>
|
|
89
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
90
|
+
<path
|
|
91
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
92
|
+
/>
|
|
93
|
+
</g>
|
|
94
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
95
|
+
<path
|
|
96
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
97
|
+
id="Rectangle-Copy-17"
|
|
98
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
99
|
+
/>
|
|
100
|
+
<path
|
|
101
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
102
|
+
fill="url(#linearGradient-1)"
|
|
103
|
+
/>
|
|
104
|
+
<path
|
|
105
|
+
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"
|
|
106
|
+
fill="url(#linearGradient-1)"
|
|
107
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
108
|
+
/>
|
|
109
|
+
</g>
|
|
110
|
+
</g>
|
|
111
|
+
</svg>
|
|
37
112
|
</a>
|
|
38
113
|
</div>
|
|
39
114
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -107,7 +182,7 @@ wrapperTag: div
|
|
|
107
182
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
108
183
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
109
184
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
110
|
-
<i class="fas fa-
|
|
185
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
111
186
|
</span>
|
|
112
187
|
</span>
|
|
113
188
|
</button>
|
|
@@ -365,7 +440,10 @@ wrapperTag: div
|
|
|
365
440
|
type="button"
|
|
366
441
|
aria-label="Sort"
|
|
367
442
|
>
|
|
368
|
-
<i
|
|
443
|
+
<i
|
|
444
|
+
class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
|
|
445
|
+
aria-hidden="true"
|
|
446
|
+
></i>
|
|
369
447
|
</button>
|
|
370
448
|
</div>
|
|
371
449
|
|
|
@@ -1215,13 +1293,88 @@ wrapperTag: div
|
|
|
1215
1293
|
</button>
|
|
1216
1294
|
</span>
|
|
1217
1295
|
<div class="pf-v5-c-masthead__main">
|
|
1218
|
-
<a
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1296
|
+
<a
|
|
1297
|
+
class="pf-v5-c-masthead__brand"
|
|
1298
|
+
href="#"
|
|
1299
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
1300
|
+
>
|
|
1301
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
1302
|
+
<title>Patternfly logo</title>
|
|
1303
|
+
<defs>
|
|
1304
|
+
<linearGradient
|
|
1305
|
+
x1="68%"
|
|
1306
|
+
y1="2.25860997e-13%"
|
|
1307
|
+
x2="32%"
|
|
1308
|
+
y2="100%"
|
|
1309
|
+
id="linearGradient-1"
|
|
1310
|
+
>
|
|
1311
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1312
|
+
<stop
|
|
1313
|
+
stop-color="#73BCF7"
|
|
1314
|
+
stop-opacity="0.502212631"
|
|
1315
|
+
offset="100%"
|
|
1316
|
+
/>
|
|
1317
|
+
</linearGradient>
|
|
1318
|
+
</defs>
|
|
1319
|
+
<g
|
|
1320
|
+
id="PF-HorizontalLogo-Color"
|
|
1321
|
+
stroke="none"
|
|
1322
|
+
stroke-width="1"
|
|
1323
|
+
fill="none"
|
|
1324
|
+
fill-rule="evenodd"
|
|
1325
|
+
>
|
|
1326
|
+
<g
|
|
1327
|
+
transform="translate(206.000000, 45.750000)"
|
|
1328
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1329
|
+
fill-rule="nonzero"
|
|
1330
|
+
>
|
|
1331
|
+
<path
|
|
1332
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
1333
|
+
/>
|
|
1334
|
+
<path
|
|
1335
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
1336
|
+
/>
|
|
1337
|
+
<path
|
|
1338
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
1339
|
+
/>
|
|
1340
|
+
<path
|
|
1341
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
1342
|
+
/>
|
|
1343
|
+
<path
|
|
1344
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
1345
|
+
/>
|
|
1346
|
+
<path
|
|
1347
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
1348
|
+
/>
|
|
1349
|
+
<path
|
|
1350
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
1351
|
+
/>
|
|
1352
|
+
<polygon
|
|
1353
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
1354
|
+
/>
|
|
1355
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
1356
|
+
<path
|
|
1357
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
1358
|
+
/>
|
|
1359
|
+
</g>
|
|
1360
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
1361
|
+
<path
|
|
1362
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
1363
|
+
id="Rectangle-Copy-17"
|
|
1364
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
1365
|
+
/>
|
|
1366
|
+
<path
|
|
1367
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1368
|
+
fill="url(#linearGradient-1)"
|
|
1369
|
+
/>
|
|
1370
|
+
<path
|
|
1371
|
+
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"
|
|
1372
|
+
fill="url(#linearGradient-1)"
|
|
1373
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1374
|
+
/>
|
|
1375
|
+
</g>
|
|
1376
|
+
</g>
|
|
1377
|
+
</svg>
|
|
1225
1378
|
</a>
|
|
1226
1379
|
</div>
|
|
1227
1380
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -1295,7 +1448,7 @@ wrapperTag: div
|
|
|
1295
1448
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
1296
1449
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
1297
1450
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1298
|
-
<i class="fas fa-
|
|
1451
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
1299
1452
|
</span>
|
|
1300
1453
|
</span>
|
|
1301
1454
|
</button>
|
|
@@ -1565,7 +1718,10 @@ wrapperTag: div
|
|
|
1565
1718
|
aria-expanded="true"
|
|
1566
1719
|
aria-label="Sort by"
|
|
1567
1720
|
>
|
|
1568
|
-
<i
|
|
1721
|
+
<i
|
|
1722
|
+
class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
|
|
1723
|
+
aria-hidden="true"
|
|
1724
|
+
></i>
|
|
1569
1725
|
</button>
|
|
1570
1726
|
<ul
|
|
1571
1727
|
class="pf-v5-c-options-menu__menu"
|
|
@@ -2576,13 +2732,88 @@ wrapperTag: div
|
|
|
2576
2732
|
</button>
|
|
2577
2733
|
</span>
|
|
2578
2734
|
<div class="pf-v5-c-masthead__main">
|
|
2579
|
-
<a
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2735
|
+
<a
|
|
2736
|
+
class="pf-v5-c-masthead__brand"
|
|
2737
|
+
href="#"
|
|
2738
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
2739
|
+
>
|
|
2740
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
2741
|
+
<title>Patternfly logo</title>
|
|
2742
|
+
<defs>
|
|
2743
|
+
<linearGradient
|
|
2744
|
+
x1="68%"
|
|
2745
|
+
y1="2.25860997e-13%"
|
|
2746
|
+
x2="32%"
|
|
2747
|
+
y2="100%"
|
|
2748
|
+
id="linearGradient-1"
|
|
2749
|
+
>
|
|
2750
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
2751
|
+
<stop
|
|
2752
|
+
stop-color="#73BCF7"
|
|
2753
|
+
stop-opacity="0.502212631"
|
|
2754
|
+
offset="100%"
|
|
2755
|
+
/>
|
|
2756
|
+
</linearGradient>
|
|
2757
|
+
</defs>
|
|
2758
|
+
<g
|
|
2759
|
+
id="PF-HorizontalLogo-Color"
|
|
2760
|
+
stroke="none"
|
|
2761
|
+
stroke-width="1"
|
|
2762
|
+
fill="none"
|
|
2763
|
+
fill-rule="evenodd"
|
|
2764
|
+
>
|
|
2765
|
+
<g
|
|
2766
|
+
transform="translate(206.000000, 45.750000)"
|
|
2767
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
2768
|
+
fill-rule="nonzero"
|
|
2769
|
+
>
|
|
2770
|
+
<path
|
|
2771
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
2772
|
+
/>
|
|
2773
|
+
<path
|
|
2774
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
2775
|
+
/>
|
|
2776
|
+
<path
|
|
2777
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
2778
|
+
/>
|
|
2779
|
+
<path
|
|
2780
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
2781
|
+
/>
|
|
2782
|
+
<path
|
|
2783
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
2784
|
+
/>
|
|
2785
|
+
<path
|
|
2786
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
2787
|
+
/>
|
|
2788
|
+
<path
|
|
2789
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
2790
|
+
/>
|
|
2791
|
+
<polygon
|
|
2792
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
2793
|
+
/>
|
|
2794
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
2795
|
+
<path
|
|
2796
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
2797
|
+
/>
|
|
2798
|
+
</g>
|
|
2799
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
2800
|
+
<path
|
|
2801
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
2802
|
+
id="Rectangle-Copy-17"
|
|
2803
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
2804
|
+
/>
|
|
2805
|
+
<path
|
|
2806
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
2807
|
+
fill="url(#linearGradient-1)"
|
|
2808
|
+
/>
|
|
2809
|
+
<path
|
|
2810
|
+
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"
|
|
2811
|
+
fill="url(#linearGradient-1)"
|
|
2812
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
2813
|
+
/>
|
|
2814
|
+
</g>
|
|
2815
|
+
</g>
|
|
2816
|
+
</svg>
|
|
2586
2817
|
</a>
|
|
2587
2818
|
</div>
|
|
2588
2819
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -2656,7 +2887,7 @@ wrapperTag: div
|
|
|
2656
2887
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
2657
2888
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
2658
2889
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
2659
|
-
<i class="fas fa-
|
|
2890
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
2660
2891
|
</span>
|
|
2661
2892
|
</span>
|
|
2662
2893
|
</button>
|
|
@@ -2946,73 +3177,77 @@ wrapperTag: div
|
|
|
2946
3177
|
>
|
|
2947
3178
|
<label
|
|
2948
3179
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
2949
|
-
|
|
3180
|
+
id="-select-checkbox-status-active"
|
|
3181
|
+
for="-select-checkbox-status-active-input"
|
|
2950
3182
|
>
|
|
2951
3183
|
<input
|
|
2952
3184
|
class="pf-v5-c-check__input"
|
|
2953
3185
|
type="checkbox"
|
|
2954
|
-
|
|
2955
|
-
|
|
3186
|
+
aria-describedby="-select-checkbox-status-active-description"
|
|
3187
|
+
id="-select-checkbox-status-active-input"
|
|
3188
|
+
name="-select-checkbox-status-active-input"
|
|
2956
3189
|
/>
|
|
2957
|
-
|
|
2958
3190
|
<span class="pf-v5-c-check__label">Active</span>
|
|
2959
3191
|
<span
|
|
2960
3192
|
class="pf-v5-c-check__description"
|
|
3193
|
+
id="-select-checkbox-status-active-description"
|
|
2961
3194
|
>This is a description</span>
|
|
2962
3195
|
</label>
|
|
2963
3196
|
<label
|
|
2964
3197
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
2965
|
-
|
|
3198
|
+
id="-select-checkbox-status-canceled"
|
|
3199
|
+
for="-select-checkbox-status-canceled-input"
|
|
2966
3200
|
>
|
|
2967
3201
|
<input
|
|
2968
3202
|
class="pf-v5-c-check__input"
|
|
2969
3203
|
type="checkbox"
|
|
2970
|
-
|
|
2971
|
-
|
|
3204
|
+
aria-describedby="-select-checkbox-status-canceled-description"
|
|
3205
|
+
id="-select-checkbox-status-canceled-input"
|
|
3206
|
+
name="-select-checkbox-status-canceled-input"
|
|
2972
3207
|
/>
|
|
2973
|
-
|
|
2974
3208
|
<span class="pf-v5-c-check__label">Canceled</span>
|
|
2975
3209
|
<span
|
|
2976
3210
|
class="pf-v5-c-check__description"
|
|
3211
|
+
id="-select-checkbox-status-canceled-description"
|
|
2977
3212
|
>This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
|
|
2978
3213
|
</label>
|
|
2979
3214
|
<label
|
|
2980
3215
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
2981
|
-
|
|
3216
|
+
id="-select-checkbox-status-paused"
|
|
3217
|
+
for="-select-checkbox-status-paused-input"
|
|
2982
3218
|
>
|
|
2983
3219
|
<input
|
|
2984
3220
|
class="pf-v5-c-check__input"
|
|
2985
3221
|
type="checkbox"
|
|
2986
|
-
id="-select-checkbox-status-paused"
|
|
2987
|
-
name="-select-checkbox-status-paused"
|
|
3222
|
+
id="-select-checkbox-status-paused-input"
|
|
3223
|
+
name="-select-checkbox-status-paused-input"
|
|
2988
3224
|
/>
|
|
2989
|
-
|
|
2990
3225
|
<span class="pf-v5-c-check__label">Paused</span>
|
|
2991
3226
|
</label>
|
|
2992
3227
|
<label
|
|
2993
3228
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
2994
|
-
|
|
3229
|
+
id="-select-checkbox-status-warning"
|
|
3230
|
+
for="-select-checkbox-status-warning-input"
|
|
2995
3231
|
>
|
|
2996
3232
|
<input
|
|
2997
3233
|
class="pf-v5-c-check__input"
|
|
2998
3234
|
type="checkbox"
|
|
2999
|
-
id="-select-checkbox-status-warning"
|
|
3000
|
-
name="-select-checkbox-status-warning"
|
|
3235
|
+
id="-select-checkbox-status-warning-input"
|
|
3236
|
+
name="-select-checkbox-status-warning-input"
|
|
3001
3237
|
/>
|
|
3002
|
-
|
|
3003
3238
|
<span class="pf-v5-c-check__label">Warning</span>
|
|
3004
3239
|
</label>
|
|
3005
3240
|
<label
|
|
3006
3241
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
3007
|
-
|
|
3242
|
+
id="-select-checkbox-status-restarted"
|
|
3243
|
+
for="-select-checkbox-status-restarted-input"
|
|
3008
3244
|
>
|
|
3009
3245
|
<input
|
|
3010
3246
|
class="pf-v5-c-check__input"
|
|
3011
3247
|
type="checkbox"
|
|
3012
|
-
id="-select-checkbox-status-restarted"
|
|
3013
|
-
name="-select-checkbox-status-restarted"
|
|
3248
|
+
id="-select-checkbox-status-restarted-input"
|
|
3249
|
+
name="-select-checkbox-status-restarted-input"
|
|
3014
3250
|
/>
|
|
3015
|
-
|
|
3016
3251
|
<span class="pf-v5-c-check__label">Restarted</span>
|
|
3017
3252
|
</label>
|
|
3018
3253
|
</fieldset>
|
|
@@ -3046,73 +3281,77 @@ wrapperTag: div
|
|
|
3046
3281
|
>
|
|
3047
3282
|
<label
|
|
3048
3283
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
3049
|
-
|
|
3284
|
+
id="-select-checkbox-risk-active"
|
|
3285
|
+
for="-select-checkbox-risk-active-input"
|
|
3050
3286
|
>
|
|
3051
3287
|
<input
|
|
3052
3288
|
class="pf-v5-c-check__input"
|
|
3053
3289
|
type="checkbox"
|
|
3054
|
-
|
|
3055
|
-
|
|
3290
|
+
aria-describedby="-select-checkbox-risk-active-description"
|
|
3291
|
+
id="-select-checkbox-risk-active-input"
|
|
3292
|
+
name="-select-checkbox-risk-active-input"
|
|
3056
3293
|
/>
|
|
3057
|
-
|
|
3058
3294
|
<span class="pf-v5-c-check__label">Active</span>
|
|
3059
3295
|
<span
|
|
3060
3296
|
class="pf-v5-c-check__description"
|
|
3297
|
+
id="-select-checkbox-risk-active-description"
|
|
3061
3298
|
>This is a description</span>
|
|
3062
3299
|
</label>
|
|
3063
3300
|
<label
|
|
3064
3301
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
3065
|
-
|
|
3302
|
+
id="-select-checkbox-risk-canceled"
|
|
3303
|
+
for="-select-checkbox-risk-canceled-input"
|
|
3066
3304
|
>
|
|
3067
3305
|
<input
|
|
3068
3306
|
class="pf-v5-c-check__input"
|
|
3069
3307
|
type="checkbox"
|
|
3070
|
-
|
|
3071
|
-
|
|
3308
|
+
aria-describedby="-select-checkbox-risk-canceled-description"
|
|
3309
|
+
id="-select-checkbox-risk-canceled-input"
|
|
3310
|
+
name="-select-checkbox-risk-canceled-input"
|
|
3072
3311
|
/>
|
|
3073
|
-
|
|
3074
3312
|
<span class="pf-v5-c-check__label">Canceled</span>
|
|
3075
3313
|
<span
|
|
3076
3314
|
class="pf-v5-c-check__description"
|
|
3315
|
+
id="-select-checkbox-risk-canceled-description"
|
|
3077
3316
|
>This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
|
|
3078
3317
|
</label>
|
|
3079
3318
|
<label
|
|
3080
3319
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
3081
|
-
|
|
3320
|
+
id="-select-checkbox-risk-paused"
|
|
3321
|
+
for="-select-checkbox-risk-paused-input"
|
|
3082
3322
|
>
|
|
3083
3323
|
<input
|
|
3084
3324
|
class="pf-v5-c-check__input"
|
|
3085
3325
|
type="checkbox"
|
|
3086
|
-
id="-select-checkbox-risk-paused"
|
|
3087
|
-
name="-select-checkbox-risk-paused"
|
|
3326
|
+
id="-select-checkbox-risk-paused-input"
|
|
3327
|
+
name="-select-checkbox-risk-paused-input"
|
|
3088
3328
|
/>
|
|
3089
|
-
|
|
3090
3329
|
<span class="pf-v5-c-check__label">Paused</span>
|
|
3091
3330
|
</label>
|
|
3092
3331
|
<label
|
|
3093
3332
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
3094
|
-
|
|
3333
|
+
id="-select-checkbox-risk-warning"
|
|
3334
|
+
for="-select-checkbox-risk-warning-input"
|
|
3095
3335
|
>
|
|
3096
3336
|
<input
|
|
3097
3337
|
class="pf-v5-c-check__input"
|
|
3098
3338
|
type="checkbox"
|
|
3099
|
-
id="-select-checkbox-risk-warning"
|
|
3100
|
-
name="-select-checkbox-risk-warning"
|
|
3339
|
+
id="-select-checkbox-risk-warning-input"
|
|
3340
|
+
name="-select-checkbox-risk-warning-input"
|
|
3101
3341
|
/>
|
|
3102
|
-
|
|
3103
3342
|
<span class="pf-v5-c-check__label">Warning</span>
|
|
3104
3343
|
</label>
|
|
3105
3344
|
<label
|
|
3106
3345
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
3107
|
-
|
|
3346
|
+
id="-select-checkbox-risk-restarted"
|
|
3347
|
+
for="-select-checkbox-risk-restarted-input"
|
|
3108
3348
|
>
|
|
3109
3349
|
<input
|
|
3110
3350
|
class="pf-v5-c-check__input"
|
|
3111
3351
|
type="checkbox"
|
|
3112
|
-
id="-select-checkbox-risk-restarted"
|
|
3113
|
-
name="-select-checkbox-risk-restarted"
|
|
3352
|
+
id="-select-checkbox-risk-restarted-input"
|
|
3353
|
+
name="-select-checkbox-risk-restarted-input"
|
|
3114
3354
|
/>
|
|
3115
|
-
|
|
3116
3355
|
<span class="pf-v5-c-check__label">Restarted</span>
|
|
3117
3356
|
</label>
|
|
3118
3357
|
</fieldset>
|
|
@@ -3128,7 +3367,10 @@ wrapperTag: div
|
|
|
3128
3367
|
type="button"
|
|
3129
3368
|
aria-label="Sort"
|
|
3130
3369
|
>
|
|
3131
|
-
<i
|
|
3370
|
+
<i
|
|
3371
|
+
class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
|
|
3372
|
+
aria-hidden="true"
|
|
3373
|
+
></i>
|
|
3132
3374
|
</button>
|
|
3133
3375
|
</div>
|
|
3134
3376
|
|
|
@@ -4176,13 +4418,88 @@ wrapperTag: div
|
|
|
4176
4418
|
</button>
|
|
4177
4419
|
</span>
|
|
4178
4420
|
<div class="pf-v5-c-masthead__main">
|
|
4179
|
-
<a
|
|
4180
|
-
|
|
4181
|
-
|
|
4182
|
-
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
|
|
4421
|
+
<a
|
|
4422
|
+
class="pf-v5-c-masthead__brand"
|
|
4423
|
+
href="#"
|
|
4424
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
4425
|
+
>
|
|
4426
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
4427
|
+
<title>Patternfly logo</title>
|
|
4428
|
+
<defs>
|
|
4429
|
+
<linearGradient
|
|
4430
|
+
x1="68%"
|
|
4431
|
+
y1="2.25860997e-13%"
|
|
4432
|
+
x2="32%"
|
|
4433
|
+
y2="100%"
|
|
4434
|
+
id="linearGradient-1"
|
|
4435
|
+
>
|
|
4436
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
4437
|
+
<stop
|
|
4438
|
+
stop-color="#73BCF7"
|
|
4439
|
+
stop-opacity="0.502212631"
|
|
4440
|
+
offset="100%"
|
|
4441
|
+
/>
|
|
4442
|
+
</linearGradient>
|
|
4443
|
+
</defs>
|
|
4444
|
+
<g
|
|
4445
|
+
id="PF-HorizontalLogo-Color"
|
|
4446
|
+
stroke="none"
|
|
4447
|
+
stroke-width="1"
|
|
4448
|
+
fill="none"
|
|
4449
|
+
fill-rule="evenodd"
|
|
4450
|
+
>
|
|
4451
|
+
<g
|
|
4452
|
+
transform="translate(206.000000, 45.750000)"
|
|
4453
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
4454
|
+
fill-rule="nonzero"
|
|
4455
|
+
>
|
|
4456
|
+
<path
|
|
4457
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
4458
|
+
/>
|
|
4459
|
+
<path
|
|
4460
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
4461
|
+
/>
|
|
4462
|
+
<path
|
|
4463
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
4464
|
+
/>
|
|
4465
|
+
<path
|
|
4466
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
4467
|
+
/>
|
|
4468
|
+
<path
|
|
4469
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
4470
|
+
/>
|
|
4471
|
+
<path
|
|
4472
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
4473
|
+
/>
|
|
4474
|
+
<path
|
|
4475
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
4476
|
+
/>
|
|
4477
|
+
<polygon
|
|
4478
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
4479
|
+
/>
|
|
4480
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
4481
|
+
<path
|
|
4482
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
4483
|
+
/>
|
|
4484
|
+
</g>
|
|
4485
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
4486
|
+
<path
|
|
4487
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
4488
|
+
id="Rectangle-Copy-17"
|
|
4489
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
4490
|
+
/>
|
|
4491
|
+
<path
|
|
4492
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
4493
|
+
fill="url(#linearGradient-1)"
|
|
4494
|
+
/>
|
|
4495
|
+
<path
|
|
4496
|
+
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"
|
|
4497
|
+
fill="url(#linearGradient-1)"
|
|
4498
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
4499
|
+
/>
|
|
4500
|
+
</g>
|
|
4501
|
+
</g>
|
|
4502
|
+
</svg>
|
|
4186
4503
|
</a>
|
|
4187
4504
|
</div>
|
|
4188
4505
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -4256,7 +4573,7 @@ wrapperTag: div
|
|
|
4256
4573
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
4257
4574
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
4258
4575
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
4259
|
-
<i class="fas fa-
|
|
4576
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
4260
4577
|
</span>
|
|
4261
4578
|
</span>
|
|
4262
4579
|
</button>
|
|
@@ -4542,73 +4859,77 @@ wrapperTag: div
|
|
|
4542
4859
|
>
|
|
4543
4860
|
<label
|
|
4544
4861
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
4545
|
-
|
|
4862
|
+
id="-select-checkbox-status-active"
|
|
4863
|
+
for="-select-checkbox-status-active-input"
|
|
4546
4864
|
>
|
|
4547
4865
|
<input
|
|
4548
4866
|
class="pf-v5-c-check__input"
|
|
4549
4867
|
type="checkbox"
|
|
4550
|
-
|
|
4551
|
-
|
|
4868
|
+
aria-describedby="-select-checkbox-status-active-description"
|
|
4869
|
+
id="-select-checkbox-status-active-input"
|
|
4870
|
+
name="-select-checkbox-status-active-input"
|
|
4552
4871
|
/>
|
|
4553
|
-
|
|
4554
4872
|
<span class="pf-v5-c-check__label">Active</span>
|
|
4555
4873
|
<span
|
|
4556
4874
|
class="pf-v5-c-check__description"
|
|
4875
|
+
id="-select-checkbox-status-active-description"
|
|
4557
4876
|
>This is a description</span>
|
|
4558
4877
|
</label>
|
|
4559
4878
|
<label
|
|
4560
4879
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
4561
|
-
|
|
4880
|
+
id="-select-checkbox-status-canceled"
|
|
4881
|
+
for="-select-checkbox-status-canceled-input"
|
|
4562
4882
|
>
|
|
4563
4883
|
<input
|
|
4564
4884
|
class="pf-v5-c-check__input"
|
|
4565
4885
|
type="checkbox"
|
|
4566
|
-
|
|
4567
|
-
|
|
4886
|
+
aria-describedby="-select-checkbox-status-canceled-description"
|
|
4887
|
+
id="-select-checkbox-status-canceled-input"
|
|
4888
|
+
name="-select-checkbox-status-canceled-input"
|
|
4568
4889
|
/>
|
|
4569
|
-
|
|
4570
4890
|
<span class="pf-v5-c-check__label">Canceled</span>
|
|
4571
4891
|
<span
|
|
4572
4892
|
class="pf-v5-c-check__description"
|
|
4893
|
+
id="-select-checkbox-status-canceled-description"
|
|
4573
4894
|
>This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
|
|
4574
4895
|
</label>
|
|
4575
4896
|
<label
|
|
4576
4897
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
4577
|
-
|
|
4898
|
+
id="-select-checkbox-status-paused"
|
|
4899
|
+
for="-select-checkbox-status-paused-input"
|
|
4578
4900
|
>
|
|
4579
4901
|
<input
|
|
4580
4902
|
class="pf-v5-c-check__input"
|
|
4581
4903
|
type="checkbox"
|
|
4582
|
-
id="-select-checkbox-status-paused"
|
|
4583
|
-
name="-select-checkbox-status-paused"
|
|
4904
|
+
id="-select-checkbox-status-paused-input"
|
|
4905
|
+
name="-select-checkbox-status-paused-input"
|
|
4584
4906
|
/>
|
|
4585
|
-
|
|
4586
4907
|
<span class="pf-v5-c-check__label">Paused</span>
|
|
4587
4908
|
</label>
|
|
4588
4909
|
<label
|
|
4589
4910
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
4590
|
-
|
|
4911
|
+
id="-select-checkbox-status-warning"
|
|
4912
|
+
for="-select-checkbox-status-warning-input"
|
|
4591
4913
|
>
|
|
4592
4914
|
<input
|
|
4593
4915
|
class="pf-v5-c-check__input"
|
|
4594
4916
|
type="checkbox"
|
|
4595
|
-
id="-select-checkbox-status-warning"
|
|
4596
|
-
name="-select-checkbox-status-warning"
|
|
4917
|
+
id="-select-checkbox-status-warning-input"
|
|
4918
|
+
name="-select-checkbox-status-warning-input"
|
|
4597
4919
|
/>
|
|
4598
|
-
|
|
4599
4920
|
<span class="pf-v5-c-check__label">Warning</span>
|
|
4600
4921
|
</label>
|
|
4601
4922
|
<label
|
|
4602
4923
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
4603
|
-
|
|
4924
|
+
id="-select-checkbox-status-restarted"
|
|
4925
|
+
for="-select-checkbox-status-restarted-input"
|
|
4604
4926
|
>
|
|
4605
4927
|
<input
|
|
4606
4928
|
class="pf-v5-c-check__input"
|
|
4607
4929
|
type="checkbox"
|
|
4608
|
-
id="-select-checkbox-status-restarted"
|
|
4609
|
-
name="-select-checkbox-status-restarted"
|
|
4930
|
+
id="-select-checkbox-status-restarted-input"
|
|
4931
|
+
name="-select-checkbox-status-restarted-input"
|
|
4610
4932
|
/>
|
|
4611
|
-
|
|
4612
4933
|
<span class="pf-v5-c-check__label">Restarted</span>
|
|
4613
4934
|
</label>
|
|
4614
4935
|
</fieldset>
|
|
@@ -4642,73 +4963,77 @@ wrapperTag: div
|
|
|
4642
4963
|
>
|
|
4643
4964
|
<label
|
|
4644
4965
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
4645
|
-
|
|
4966
|
+
id="-select-checkbox-risk-active"
|
|
4967
|
+
for="-select-checkbox-risk-active-input"
|
|
4646
4968
|
>
|
|
4647
4969
|
<input
|
|
4648
4970
|
class="pf-v5-c-check__input"
|
|
4649
4971
|
type="checkbox"
|
|
4650
|
-
|
|
4651
|
-
|
|
4972
|
+
aria-describedby="-select-checkbox-risk-active-description"
|
|
4973
|
+
id="-select-checkbox-risk-active-input"
|
|
4974
|
+
name="-select-checkbox-risk-active-input"
|
|
4652
4975
|
/>
|
|
4653
|
-
|
|
4654
4976
|
<span class="pf-v5-c-check__label">Active</span>
|
|
4655
4977
|
<span
|
|
4656
4978
|
class="pf-v5-c-check__description"
|
|
4979
|
+
id="-select-checkbox-risk-active-description"
|
|
4657
4980
|
>This is a description</span>
|
|
4658
4981
|
</label>
|
|
4659
4982
|
<label
|
|
4660
4983
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
4661
|
-
|
|
4984
|
+
id="-select-checkbox-risk-canceled"
|
|
4985
|
+
for="-select-checkbox-risk-canceled-input"
|
|
4662
4986
|
>
|
|
4663
4987
|
<input
|
|
4664
4988
|
class="pf-v5-c-check__input"
|
|
4665
4989
|
type="checkbox"
|
|
4666
|
-
|
|
4667
|
-
|
|
4990
|
+
aria-describedby="-select-checkbox-risk-canceled-description"
|
|
4991
|
+
id="-select-checkbox-risk-canceled-input"
|
|
4992
|
+
name="-select-checkbox-risk-canceled-input"
|
|
4668
4993
|
/>
|
|
4669
|
-
|
|
4670
4994
|
<span class="pf-v5-c-check__label">Canceled</span>
|
|
4671
4995
|
<span
|
|
4672
4996
|
class="pf-v5-c-check__description"
|
|
4997
|
+
id="-select-checkbox-risk-canceled-description"
|
|
4673
4998
|
>This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
|
|
4674
4999
|
</label>
|
|
4675
5000
|
<label
|
|
4676
5001
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
4677
|
-
|
|
5002
|
+
id="-select-checkbox-risk-paused"
|
|
5003
|
+
for="-select-checkbox-risk-paused-input"
|
|
4678
5004
|
>
|
|
4679
5005
|
<input
|
|
4680
5006
|
class="pf-v5-c-check__input"
|
|
4681
5007
|
type="checkbox"
|
|
4682
|
-
id="-select-checkbox-risk-paused"
|
|
4683
|
-
name="-select-checkbox-risk-paused"
|
|
5008
|
+
id="-select-checkbox-risk-paused-input"
|
|
5009
|
+
name="-select-checkbox-risk-paused-input"
|
|
4684
5010
|
/>
|
|
4685
|
-
|
|
4686
5011
|
<span class="pf-v5-c-check__label">Paused</span>
|
|
4687
5012
|
</label>
|
|
4688
5013
|
<label
|
|
4689
5014
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
4690
|
-
|
|
5015
|
+
id="-select-checkbox-risk-warning"
|
|
5016
|
+
for="-select-checkbox-risk-warning-input"
|
|
4691
5017
|
>
|
|
4692
5018
|
<input
|
|
4693
5019
|
class="pf-v5-c-check__input"
|
|
4694
5020
|
type="checkbox"
|
|
4695
|
-
id="-select-checkbox-risk-warning"
|
|
4696
|
-
name="-select-checkbox-risk-warning"
|
|
5021
|
+
id="-select-checkbox-risk-warning-input"
|
|
5022
|
+
name="-select-checkbox-risk-warning-input"
|
|
4697
5023
|
/>
|
|
4698
|
-
|
|
4699
5024
|
<span class="pf-v5-c-check__label">Warning</span>
|
|
4700
5025
|
</label>
|
|
4701
5026
|
<label
|
|
4702
5027
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
4703
|
-
|
|
5028
|
+
id="-select-checkbox-risk-restarted"
|
|
5029
|
+
for="-select-checkbox-risk-restarted-input"
|
|
4704
5030
|
>
|
|
4705
5031
|
<input
|
|
4706
5032
|
class="pf-v5-c-check__input"
|
|
4707
5033
|
type="checkbox"
|
|
4708
|
-
id="-select-checkbox-risk-restarted"
|
|
4709
|
-
name="-select-checkbox-risk-restarted"
|
|
5034
|
+
id="-select-checkbox-risk-restarted-input"
|
|
5035
|
+
name="-select-checkbox-risk-restarted-input"
|
|
4710
5036
|
/>
|
|
4711
|
-
|
|
4712
5037
|
<span class="pf-v5-c-check__label">Restarted</span>
|
|
4713
5038
|
</label>
|
|
4714
5039
|
</fieldset>
|
|
@@ -4724,7 +5049,10 @@ wrapperTag: div
|
|
|
4724
5049
|
type="button"
|
|
4725
5050
|
aria-label="Sort"
|
|
4726
5051
|
>
|
|
4727
|
-
<i
|
|
5052
|
+
<i
|
|
5053
|
+
class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
|
|
5054
|
+
aria-hidden="true"
|
|
5055
|
+
></i>
|
|
4728
5056
|
</button>
|
|
4729
5057
|
</div>
|
|
4730
5058
|
|
|
@@ -5429,13 +5757,88 @@ wrapperTag: div
|
|
|
5429
5757
|
</button>
|
|
5430
5758
|
</span>
|
|
5431
5759
|
<div class="pf-v5-c-masthead__main">
|
|
5432
|
-
<a
|
|
5433
|
-
|
|
5434
|
-
|
|
5435
|
-
|
|
5436
|
-
|
|
5437
|
-
|
|
5438
|
-
|
|
5760
|
+
<a
|
|
5761
|
+
class="pf-v5-c-masthead__brand"
|
|
5762
|
+
href="#"
|
|
5763
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
5764
|
+
>
|
|
5765
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
5766
|
+
<title>Patternfly logo</title>
|
|
5767
|
+
<defs>
|
|
5768
|
+
<linearGradient
|
|
5769
|
+
x1="68%"
|
|
5770
|
+
y1="2.25860997e-13%"
|
|
5771
|
+
x2="32%"
|
|
5772
|
+
y2="100%"
|
|
5773
|
+
id="linearGradient-1"
|
|
5774
|
+
>
|
|
5775
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
5776
|
+
<stop
|
|
5777
|
+
stop-color="#73BCF7"
|
|
5778
|
+
stop-opacity="0.502212631"
|
|
5779
|
+
offset="100%"
|
|
5780
|
+
/>
|
|
5781
|
+
</linearGradient>
|
|
5782
|
+
</defs>
|
|
5783
|
+
<g
|
|
5784
|
+
id="PF-HorizontalLogo-Color"
|
|
5785
|
+
stroke="none"
|
|
5786
|
+
stroke-width="1"
|
|
5787
|
+
fill="none"
|
|
5788
|
+
fill-rule="evenodd"
|
|
5789
|
+
>
|
|
5790
|
+
<g
|
|
5791
|
+
transform="translate(206.000000, 45.750000)"
|
|
5792
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
5793
|
+
fill-rule="nonzero"
|
|
5794
|
+
>
|
|
5795
|
+
<path
|
|
5796
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
5797
|
+
/>
|
|
5798
|
+
<path
|
|
5799
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
5800
|
+
/>
|
|
5801
|
+
<path
|
|
5802
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
5803
|
+
/>
|
|
5804
|
+
<path
|
|
5805
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
5806
|
+
/>
|
|
5807
|
+
<path
|
|
5808
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
5809
|
+
/>
|
|
5810
|
+
<path
|
|
5811
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
5812
|
+
/>
|
|
5813
|
+
<path
|
|
5814
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
5815
|
+
/>
|
|
5816
|
+
<polygon
|
|
5817
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
5818
|
+
/>
|
|
5819
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
5820
|
+
<path
|
|
5821
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
5822
|
+
/>
|
|
5823
|
+
</g>
|
|
5824
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
5825
|
+
<path
|
|
5826
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
5827
|
+
id="Rectangle-Copy-17"
|
|
5828
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
5829
|
+
/>
|
|
5830
|
+
<path
|
|
5831
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
5832
|
+
fill="url(#linearGradient-1)"
|
|
5833
|
+
/>
|
|
5834
|
+
<path
|
|
5835
|
+
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"
|
|
5836
|
+
fill="url(#linearGradient-1)"
|
|
5837
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
5838
|
+
/>
|
|
5839
|
+
</g>
|
|
5840
|
+
</g>
|
|
5841
|
+
</svg>
|
|
5439
5842
|
</a>
|
|
5440
5843
|
</div>
|
|
5441
5844
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -5509,7 +5912,7 @@ wrapperTag: div
|
|
|
5509
5912
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
5510
5913
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
5511
5914
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
5512
|
-
<i class="fas fa-
|
|
5915
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
5513
5916
|
</span>
|
|
5514
5917
|
</span>
|
|
5515
5918
|
</button>
|
|
@@ -5799,73 +6202,77 @@ wrapperTag: div
|
|
|
5799
6202
|
>
|
|
5800
6203
|
<label
|
|
5801
6204
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
5802
|
-
|
|
6205
|
+
id="-select-checkbox-status-active"
|
|
6206
|
+
for="-select-checkbox-status-active-input"
|
|
5803
6207
|
>
|
|
5804
6208
|
<input
|
|
5805
6209
|
class="pf-v5-c-check__input"
|
|
5806
6210
|
type="checkbox"
|
|
5807
|
-
|
|
5808
|
-
|
|
6211
|
+
aria-describedby="-select-checkbox-status-active-description"
|
|
6212
|
+
id="-select-checkbox-status-active-input"
|
|
6213
|
+
name="-select-checkbox-status-active-input"
|
|
5809
6214
|
/>
|
|
5810
|
-
|
|
5811
6215
|
<span class="pf-v5-c-check__label">Active</span>
|
|
5812
6216
|
<span
|
|
5813
6217
|
class="pf-v5-c-check__description"
|
|
6218
|
+
id="-select-checkbox-status-active-description"
|
|
5814
6219
|
>This is a description</span>
|
|
5815
6220
|
</label>
|
|
5816
6221
|
<label
|
|
5817
6222
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
5818
|
-
|
|
6223
|
+
id="-select-checkbox-status-canceled"
|
|
6224
|
+
for="-select-checkbox-status-canceled-input"
|
|
5819
6225
|
>
|
|
5820
6226
|
<input
|
|
5821
6227
|
class="pf-v5-c-check__input"
|
|
5822
6228
|
type="checkbox"
|
|
5823
|
-
|
|
5824
|
-
|
|
6229
|
+
aria-describedby="-select-checkbox-status-canceled-description"
|
|
6230
|
+
id="-select-checkbox-status-canceled-input"
|
|
6231
|
+
name="-select-checkbox-status-canceled-input"
|
|
5825
6232
|
/>
|
|
5826
|
-
|
|
5827
6233
|
<span class="pf-v5-c-check__label">Canceled</span>
|
|
5828
6234
|
<span
|
|
5829
6235
|
class="pf-v5-c-check__description"
|
|
6236
|
+
id="-select-checkbox-status-canceled-description"
|
|
5830
6237
|
>This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
|
|
5831
6238
|
</label>
|
|
5832
6239
|
<label
|
|
5833
6240
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
5834
|
-
|
|
6241
|
+
id="-select-checkbox-status-paused"
|
|
6242
|
+
for="-select-checkbox-status-paused-input"
|
|
5835
6243
|
>
|
|
5836
6244
|
<input
|
|
5837
6245
|
class="pf-v5-c-check__input"
|
|
5838
6246
|
type="checkbox"
|
|
5839
|
-
id="-select-checkbox-status-paused"
|
|
5840
|
-
name="-select-checkbox-status-paused"
|
|
6247
|
+
id="-select-checkbox-status-paused-input"
|
|
6248
|
+
name="-select-checkbox-status-paused-input"
|
|
5841
6249
|
/>
|
|
5842
|
-
|
|
5843
6250
|
<span class="pf-v5-c-check__label">Paused</span>
|
|
5844
6251
|
</label>
|
|
5845
6252
|
<label
|
|
5846
6253
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
5847
|
-
|
|
6254
|
+
id="-select-checkbox-status-warning"
|
|
6255
|
+
for="-select-checkbox-status-warning-input"
|
|
5848
6256
|
>
|
|
5849
6257
|
<input
|
|
5850
6258
|
class="pf-v5-c-check__input"
|
|
5851
6259
|
type="checkbox"
|
|
5852
|
-
id="-select-checkbox-status-warning"
|
|
5853
|
-
name="-select-checkbox-status-warning"
|
|
6260
|
+
id="-select-checkbox-status-warning-input"
|
|
6261
|
+
name="-select-checkbox-status-warning-input"
|
|
5854
6262
|
/>
|
|
5855
|
-
|
|
5856
6263
|
<span class="pf-v5-c-check__label">Warning</span>
|
|
5857
6264
|
</label>
|
|
5858
6265
|
<label
|
|
5859
6266
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
5860
|
-
|
|
6267
|
+
id="-select-checkbox-status-restarted"
|
|
6268
|
+
for="-select-checkbox-status-restarted-input"
|
|
5861
6269
|
>
|
|
5862
6270
|
<input
|
|
5863
6271
|
class="pf-v5-c-check__input"
|
|
5864
6272
|
type="checkbox"
|
|
5865
|
-
id="-select-checkbox-status-restarted"
|
|
5866
|
-
name="-select-checkbox-status-restarted"
|
|
6273
|
+
id="-select-checkbox-status-restarted-input"
|
|
6274
|
+
name="-select-checkbox-status-restarted-input"
|
|
5867
6275
|
/>
|
|
5868
|
-
|
|
5869
6276
|
<span class="pf-v5-c-check__label">Restarted</span>
|
|
5870
6277
|
</label>
|
|
5871
6278
|
</fieldset>
|
|
@@ -5899,73 +6306,77 @@ wrapperTag: div
|
|
|
5899
6306
|
>
|
|
5900
6307
|
<label
|
|
5901
6308
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
5902
|
-
|
|
6309
|
+
id="-select-checkbox-risk-active"
|
|
6310
|
+
for="-select-checkbox-risk-active-input"
|
|
5903
6311
|
>
|
|
5904
6312
|
<input
|
|
5905
6313
|
class="pf-v5-c-check__input"
|
|
5906
6314
|
type="checkbox"
|
|
5907
|
-
|
|
5908
|
-
|
|
6315
|
+
aria-describedby="-select-checkbox-risk-active-description"
|
|
6316
|
+
id="-select-checkbox-risk-active-input"
|
|
6317
|
+
name="-select-checkbox-risk-active-input"
|
|
5909
6318
|
/>
|
|
5910
|
-
|
|
5911
6319
|
<span class="pf-v5-c-check__label">Active</span>
|
|
5912
6320
|
<span
|
|
5913
6321
|
class="pf-v5-c-check__description"
|
|
6322
|
+
id="-select-checkbox-risk-active-description"
|
|
5914
6323
|
>This is a description</span>
|
|
5915
6324
|
</label>
|
|
5916
6325
|
<label
|
|
5917
6326
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
5918
|
-
|
|
6327
|
+
id="-select-checkbox-risk-canceled"
|
|
6328
|
+
for="-select-checkbox-risk-canceled-input"
|
|
5919
6329
|
>
|
|
5920
6330
|
<input
|
|
5921
6331
|
class="pf-v5-c-check__input"
|
|
5922
6332
|
type="checkbox"
|
|
5923
|
-
|
|
5924
|
-
|
|
6333
|
+
aria-describedby="-select-checkbox-risk-canceled-description"
|
|
6334
|
+
id="-select-checkbox-risk-canceled-input"
|
|
6335
|
+
name="-select-checkbox-risk-canceled-input"
|
|
5925
6336
|
/>
|
|
5926
|
-
|
|
5927
6337
|
<span class="pf-v5-c-check__label">Canceled</span>
|
|
5928
6338
|
<span
|
|
5929
6339
|
class="pf-v5-c-check__description"
|
|
6340
|
+
id="-select-checkbox-risk-canceled-description"
|
|
5930
6341
|
>This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
|
|
5931
6342
|
</label>
|
|
5932
6343
|
<label
|
|
5933
6344
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
5934
|
-
|
|
6345
|
+
id="-select-checkbox-risk-paused"
|
|
6346
|
+
for="-select-checkbox-risk-paused-input"
|
|
5935
6347
|
>
|
|
5936
6348
|
<input
|
|
5937
6349
|
class="pf-v5-c-check__input"
|
|
5938
6350
|
type="checkbox"
|
|
5939
|
-
id="-select-checkbox-risk-paused"
|
|
5940
|
-
name="-select-checkbox-risk-paused"
|
|
6351
|
+
id="-select-checkbox-risk-paused-input"
|
|
6352
|
+
name="-select-checkbox-risk-paused-input"
|
|
5941
6353
|
/>
|
|
5942
|
-
|
|
5943
6354
|
<span class="pf-v5-c-check__label">Paused</span>
|
|
5944
6355
|
</label>
|
|
5945
6356
|
<label
|
|
5946
6357
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
5947
|
-
|
|
6358
|
+
id="-select-checkbox-risk-warning"
|
|
6359
|
+
for="-select-checkbox-risk-warning-input"
|
|
5948
6360
|
>
|
|
5949
6361
|
<input
|
|
5950
6362
|
class="pf-v5-c-check__input"
|
|
5951
6363
|
type="checkbox"
|
|
5952
|
-
id="-select-checkbox-risk-warning"
|
|
5953
|
-
name="-select-checkbox-risk-warning"
|
|
6364
|
+
id="-select-checkbox-risk-warning-input"
|
|
6365
|
+
name="-select-checkbox-risk-warning-input"
|
|
5954
6366
|
/>
|
|
5955
|
-
|
|
5956
6367
|
<span class="pf-v5-c-check__label">Warning</span>
|
|
5957
6368
|
</label>
|
|
5958
6369
|
<label
|
|
5959
6370
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
5960
|
-
|
|
6371
|
+
id="-select-checkbox-risk-restarted"
|
|
6372
|
+
for="-select-checkbox-risk-restarted-input"
|
|
5961
6373
|
>
|
|
5962
6374
|
<input
|
|
5963
6375
|
class="pf-v5-c-check__input"
|
|
5964
6376
|
type="checkbox"
|
|
5965
|
-
id="-select-checkbox-risk-restarted"
|
|
5966
|
-
name="-select-checkbox-risk-restarted"
|
|
6377
|
+
id="-select-checkbox-risk-restarted-input"
|
|
6378
|
+
name="-select-checkbox-risk-restarted-input"
|
|
5967
6379
|
/>
|
|
5968
|
-
|
|
5969
6380
|
<span class="pf-v5-c-check__label">Restarted</span>
|
|
5970
6381
|
</label>
|
|
5971
6382
|
</fieldset>
|
|
@@ -5981,7 +6392,10 @@ wrapperTag: div
|
|
|
5981
6392
|
type="button"
|
|
5982
6393
|
aria-label="Sort"
|
|
5983
6394
|
>
|
|
5984
|
-
<i
|
|
6395
|
+
<i
|
|
6396
|
+
class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
|
|
6397
|
+
aria-hidden="true"
|
|
6398
|
+
></i>
|
|
5985
6399
|
</button>
|
|
5986
6400
|
</div>
|
|
5987
6401
|
|
|
@@ -10818,13 +11232,88 @@ wrapperTag: div
|
|
|
10818
11232
|
</button>
|
|
10819
11233
|
</span>
|
|
10820
11234
|
<div class="pf-v5-c-masthead__main">
|
|
10821
|
-
<a
|
|
10822
|
-
|
|
10823
|
-
|
|
10824
|
-
|
|
10825
|
-
|
|
10826
|
-
|
|
10827
|
-
|
|
11235
|
+
<a
|
|
11236
|
+
class="pf-v5-c-masthead__brand"
|
|
11237
|
+
href="#"
|
|
11238
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
11239
|
+
>
|
|
11240
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
11241
|
+
<title>Patternfly logo</title>
|
|
11242
|
+
<defs>
|
|
11243
|
+
<linearGradient
|
|
11244
|
+
x1="68%"
|
|
11245
|
+
y1="2.25860997e-13%"
|
|
11246
|
+
x2="32%"
|
|
11247
|
+
y2="100%"
|
|
11248
|
+
id="linearGradient-1"
|
|
11249
|
+
>
|
|
11250
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
11251
|
+
<stop
|
|
11252
|
+
stop-color="#73BCF7"
|
|
11253
|
+
stop-opacity="0.502212631"
|
|
11254
|
+
offset="100%"
|
|
11255
|
+
/>
|
|
11256
|
+
</linearGradient>
|
|
11257
|
+
</defs>
|
|
11258
|
+
<g
|
|
11259
|
+
id="PF-HorizontalLogo-Color"
|
|
11260
|
+
stroke="none"
|
|
11261
|
+
stroke-width="1"
|
|
11262
|
+
fill="none"
|
|
11263
|
+
fill-rule="evenodd"
|
|
11264
|
+
>
|
|
11265
|
+
<g
|
|
11266
|
+
transform="translate(206.000000, 45.750000)"
|
|
11267
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
11268
|
+
fill-rule="nonzero"
|
|
11269
|
+
>
|
|
11270
|
+
<path
|
|
11271
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
11272
|
+
/>
|
|
11273
|
+
<path
|
|
11274
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
11275
|
+
/>
|
|
11276
|
+
<path
|
|
11277
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
11278
|
+
/>
|
|
11279
|
+
<path
|
|
11280
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
11281
|
+
/>
|
|
11282
|
+
<path
|
|
11283
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
11284
|
+
/>
|
|
11285
|
+
<path
|
|
11286
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
11287
|
+
/>
|
|
11288
|
+
<path
|
|
11289
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
11290
|
+
/>
|
|
11291
|
+
<polygon
|
|
11292
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
11293
|
+
/>
|
|
11294
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
11295
|
+
<path
|
|
11296
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
11297
|
+
/>
|
|
11298
|
+
</g>
|
|
11299
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
11300
|
+
<path
|
|
11301
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
11302
|
+
id="Rectangle-Copy-17"
|
|
11303
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
11304
|
+
/>
|
|
11305
|
+
<path
|
|
11306
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
11307
|
+
fill="url(#linearGradient-1)"
|
|
11308
|
+
/>
|
|
11309
|
+
<path
|
|
11310
|
+
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"
|
|
11311
|
+
fill="url(#linearGradient-1)"
|
|
11312
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
11313
|
+
/>
|
|
11314
|
+
</g>
|
|
11315
|
+
</g>
|
|
11316
|
+
</svg>
|
|
10828
11317
|
</a>
|
|
10829
11318
|
</div>
|
|
10830
11319
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -10898,7 +11387,7 @@ wrapperTag: div
|
|
|
10898
11387
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
10899
11388
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
10900
11389
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
10901
|
-
<i class="fas fa-
|
|
11390
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
10902
11391
|
</span>
|
|
10903
11392
|
</span>
|
|
10904
11393
|
</button>
|
|
@@ -11097,13 +11586,88 @@ wrapperTag: div
|
|
|
11097
11586
|
</button>
|
|
11098
11587
|
</span>
|
|
11099
11588
|
<div class="pf-v5-c-masthead__main">
|
|
11100
|
-
<a
|
|
11101
|
-
|
|
11102
|
-
|
|
11103
|
-
|
|
11104
|
-
|
|
11105
|
-
|
|
11106
|
-
|
|
11589
|
+
<a
|
|
11590
|
+
class="pf-v5-c-masthead__brand"
|
|
11591
|
+
href="#"
|
|
11592
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
11593
|
+
>
|
|
11594
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
11595
|
+
<title>Patternfly logo</title>
|
|
11596
|
+
<defs>
|
|
11597
|
+
<linearGradient
|
|
11598
|
+
x1="68%"
|
|
11599
|
+
y1="2.25860997e-13%"
|
|
11600
|
+
x2="32%"
|
|
11601
|
+
y2="100%"
|
|
11602
|
+
id="linearGradient-1"
|
|
11603
|
+
>
|
|
11604
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
11605
|
+
<stop
|
|
11606
|
+
stop-color="#73BCF7"
|
|
11607
|
+
stop-opacity="0.502212631"
|
|
11608
|
+
offset="100%"
|
|
11609
|
+
/>
|
|
11610
|
+
</linearGradient>
|
|
11611
|
+
</defs>
|
|
11612
|
+
<g
|
|
11613
|
+
id="PF-HorizontalLogo-Color"
|
|
11614
|
+
stroke="none"
|
|
11615
|
+
stroke-width="1"
|
|
11616
|
+
fill="none"
|
|
11617
|
+
fill-rule="evenodd"
|
|
11618
|
+
>
|
|
11619
|
+
<g
|
|
11620
|
+
transform="translate(206.000000, 45.750000)"
|
|
11621
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
11622
|
+
fill-rule="nonzero"
|
|
11623
|
+
>
|
|
11624
|
+
<path
|
|
11625
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
11626
|
+
/>
|
|
11627
|
+
<path
|
|
11628
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
11629
|
+
/>
|
|
11630
|
+
<path
|
|
11631
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
11632
|
+
/>
|
|
11633
|
+
<path
|
|
11634
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
11635
|
+
/>
|
|
11636
|
+
<path
|
|
11637
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
11638
|
+
/>
|
|
11639
|
+
<path
|
|
11640
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
11641
|
+
/>
|
|
11642
|
+
<path
|
|
11643
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
11644
|
+
/>
|
|
11645
|
+
<polygon
|
|
11646
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
11647
|
+
/>
|
|
11648
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
11649
|
+
<path
|
|
11650
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
11651
|
+
/>
|
|
11652
|
+
</g>
|
|
11653
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
11654
|
+
<path
|
|
11655
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
11656
|
+
id="Rectangle-Copy-17"
|
|
11657
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
11658
|
+
/>
|
|
11659
|
+
<path
|
|
11660
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
11661
|
+
fill="url(#linearGradient-1)"
|
|
11662
|
+
/>
|
|
11663
|
+
<path
|
|
11664
|
+
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"
|
|
11665
|
+
fill="url(#linearGradient-1)"
|
|
11666
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
11667
|
+
/>
|
|
11668
|
+
</g>
|
|
11669
|
+
</g>
|
|
11670
|
+
</svg>
|
|
11107
11671
|
</a>
|
|
11108
11672
|
</div>
|
|
11109
11673
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -11177,7 +11741,7 @@ wrapperTag: div
|
|
|
11177
11741
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
11178
11742
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
11179
11743
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
11180
|
-
<i class="fas fa-
|
|
11744
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
11181
11745
|
</span>
|
|
11182
11746
|
</span>
|
|
11183
11747
|
</button>
|
|
@@ -11371,13 +11935,88 @@ wrapperTag: div
|
|
|
11371
11935
|
</button>
|
|
11372
11936
|
</span>
|
|
11373
11937
|
<div class="pf-v5-c-masthead__main">
|
|
11374
|
-
<a
|
|
11375
|
-
|
|
11376
|
-
|
|
11377
|
-
|
|
11378
|
-
|
|
11379
|
-
|
|
11380
|
-
|
|
11938
|
+
<a
|
|
11939
|
+
class="pf-v5-c-masthead__brand"
|
|
11940
|
+
href="#"
|
|
11941
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
11942
|
+
>
|
|
11943
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
11944
|
+
<title>Patternfly logo</title>
|
|
11945
|
+
<defs>
|
|
11946
|
+
<linearGradient
|
|
11947
|
+
x1="68%"
|
|
11948
|
+
y1="2.25860997e-13%"
|
|
11949
|
+
x2="32%"
|
|
11950
|
+
y2="100%"
|
|
11951
|
+
id="linearGradient-1"
|
|
11952
|
+
>
|
|
11953
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
11954
|
+
<stop
|
|
11955
|
+
stop-color="#73BCF7"
|
|
11956
|
+
stop-opacity="0.502212631"
|
|
11957
|
+
offset="100%"
|
|
11958
|
+
/>
|
|
11959
|
+
</linearGradient>
|
|
11960
|
+
</defs>
|
|
11961
|
+
<g
|
|
11962
|
+
id="PF-HorizontalLogo-Color"
|
|
11963
|
+
stroke="none"
|
|
11964
|
+
stroke-width="1"
|
|
11965
|
+
fill="none"
|
|
11966
|
+
fill-rule="evenodd"
|
|
11967
|
+
>
|
|
11968
|
+
<g
|
|
11969
|
+
transform="translate(206.000000, 45.750000)"
|
|
11970
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
11971
|
+
fill-rule="nonzero"
|
|
11972
|
+
>
|
|
11973
|
+
<path
|
|
11974
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
11975
|
+
/>
|
|
11976
|
+
<path
|
|
11977
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
11978
|
+
/>
|
|
11979
|
+
<path
|
|
11980
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
11981
|
+
/>
|
|
11982
|
+
<path
|
|
11983
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
11984
|
+
/>
|
|
11985
|
+
<path
|
|
11986
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
11987
|
+
/>
|
|
11988
|
+
<path
|
|
11989
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
11990
|
+
/>
|
|
11991
|
+
<path
|
|
11992
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
11993
|
+
/>
|
|
11994
|
+
<polygon
|
|
11995
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
11996
|
+
/>
|
|
11997
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
11998
|
+
<path
|
|
11999
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
12000
|
+
/>
|
|
12001
|
+
</g>
|
|
12002
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
12003
|
+
<path
|
|
12004
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
12005
|
+
id="Rectangle-Copy-17"
|
|
12006
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
12007
|
+
/>
|
|
12008
|
+
<path
|
|
12009
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
12010
|
+
fill="url(#linearGradient-1)"
|
|
12011
|
+
/>
|
|
12012
|
+
<path
|
|
12013
|
+
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"
|
|
12014
|
+
fill="url(#linearGradient-1)"
|
|
12015
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
12016
|
+
/>
|
|
12017
|
+
</g>
|
|
12018
|
+
</g>
|
|
12019
|
+
</svg>
|
|
11381
12020
|
</a>
|
|
11382
12021
|
</div>
|
|
11383
12022
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -11451,7 +12090,7 @@ wrapperTag: div
|
|
|
11451
12090
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
11452
12091
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
11453
12092
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
11454
|
-
<i class="fas fa-
|
|
12093
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
11455
12094
|
</span>
|
|
11456
12095
|
</span>
|
|
11457
12096
|
</button>
|
|
@@ -11741,73 +12380,77 @@ wrapperTag: div
|
|
|
11741
12380
|
>
|
|
11742
12381
|
<label
|
|
11743
12382
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
11744
|
-
|
|
12383
|
+
id="-select-checkbox-status-active"
|
|
12384
|
+
for="-select-checkbox-status-active-input"
|
|
11745
12385
|
>
|
|
11746
12386
|
<input
|
|
11747
12387
|
class="pf-v5-c-check__input"
|
|
11748
12388
|
type="checkbox"
|
|
11749
|
-
|
|
11750
|
-
|
|
12389
|
+
aria-describedby="-select-checkbox-status-active-description"
|
|
12390
|
+
id="-select-checkbox-status-active-input"
|
|
12391
|
+
name="-select-checkbox-status-active-input"
|
|
11751
12392
|
/>
|
|
11752
|
-
|
|
11753
12393
|
<span class="pf-v5-c-check__label">Active</span>
|
|
11754
12394
|
<span
|
|
11755
12395
|
class="pf-v5-c-check__description"
|
|
12396
|
+
id="-select-checkbox-status-active-description"
|
|
11756
12397
|
>This is a description</span>
|
|
11757
12398
|
</label>
|
|
11758
12399
|
<label
|
|
11759
12400
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
11760
|
-
|
|
12401
|
+
id="-select-checkbox-status-canceled"
|
|
12402
|
+
for="-select-checkbox-status-canceled-input"
|
|
11761
12403
|
>
|
|
11762
12404
|
<input
|
|
11763
12405
|
class="pf-v5-c-check__input"
|
|
11764
12406
|
type="checkbox"
|
|
11765
|
-
|
|
11766
|
-
|
|
12407
|
+
aria-describedby="-select-checkbox-status-canceled-description"
|
|
12408
|
+
id="-select-checkbox-status-canceled-input"
|
|
12409
|
+
name="-select-checkbox-status-canceled-input"
|
|
11767
12410
|
/>
|
|
11768
|
-
|
|
11769
12411
|
<span class="pf-v5-c-check__label">Canceled</span>
|
|
11770
12412
|
<span
|
|
11771
12413
|
class="pf-v5-c-check__description"
|
|
12414
|
+
id="-select-checkbox-status-canceled-description"
|
|
11772
12415
|
>This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
|
|
11773
12416
|
</label>
|
|
11774
12417
|
<label
|
|
11775
12418
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
11776
|
-
|
|
12419
|
+
id="-select-checkbox-status-paused"
|
|
12420
|
+
for="-select-checkbox-status-paused-input"
|
|
11777
12421
|
>
|
|
11778
12422
|
<input
|
|
11779
12423
|
class="pf-v5-c-check__input"
|
|
11780
12424
|
type="checkbox"
|
|
11781
|
-
id="-select-checkbox-status-paused"
|
|
11782
|
-
name="-select-checkbox-status-paused"
|
|
12425
|
+
id="-select-checkbox-status-paused-input"
|
|
12426
|
+
name="-select-checkbox-status-paused-input"
|
|
11783
12427
|
/>
|
|
11784
|
-
|
|
11785
12428
|
<span class="pf-v5-c-check__label">Paused</span>
|
|
11786
12429
|
</label>
|
|
11787
12430
|
<label
|
|
11788
12431
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
11789
|
-
|
|
12432
|
+
id="-select-checkbox-status-warning"
|
|
12433
|
+
for="-select-checkbox-status-warning-input"
|
|
11790
12434
|
>
|
|
11791
12435
|
<input
|
|
11792
12436
|
class="pf-v5-c-check__input"
|
|
11793
12437
|
type="checkbox"
|
|
11794
|
-
id="-select-checkbox-status-warning"
|
|
11795
|
-
name="-select-checkbox-status-warning"
|
|
12438
|
+
id="-select-checkbox-status-warning-input"
|
|
12439
|
+
name="-select-checkbox-status-warning-input"
|
|
11796
12440
|
/>
|
|
11797
|
-
|
|
11798
12441
|
<span class="pf-v5-c-check__label">Warning</span>
|
|
11799
12442
|
</label>
|
|
11800
12443
|
<label
|
|
11801
12444
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
11802
|
-
|
|
12445
|
+
id="-select-checkbox-status-restarted"
|
|
12446
|
+
for="-select-checkbox-status-restarted-input"
|
|
11803
12447
|
>
|
|
11804
12448
|
<input
|
|
11805
12449
|
class="pf-v5-c-check__input"
|
|
11806
12450
|
type="checkbox"
|
|
11807
|
-
id="-select-checkbox-status-restarted"
|
|
11808
|
-
name="-select-checkbox-status-restarted"
|
|
12451
|
+
id="-select-checkbox-status-restarted-input"
|
|
12452
|
+
name="-select-checkbox-status-restarted-input"
|
|
11809
12453
|
/>
|
|
11810
|
-
|
|
11811
12454
|
<span class="pf-v5-c-check__label">Restarted</span>
|
|
11812
12455
|
</label>
|
|
11813
12456
|
</fieldset>
|
|
@@ -11841,73 +12484,77 @@ wrapperTag: div
|
|
|
11841
12484
|
>
|
|
11842
12485
|
<label
|
|
11843
12486
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
11844
|
-
|
|
12487
|
+
id="-select-checkbox-risk-active"
|
|
12488
|
+
for="-select-checkbox-risk-active-input"
|
|
11845
12489
|
>
|
|
11846
12490
|
<input
|
|
11847
12491
|
class="pf-v5-c-check__input"
|
|
11848
12492
|
type="checkbox"
|
|
11849
|
-
|
|
11850
|
-
|
|
12493
|
+
aria-describedby="-select-checkbox-risk-active-description"
|
|
12494
|
+
id="-select-checkbox-risk-active-input"
|
|
12495
|
+
name="-select-checkbox-risk-active-input"
|
|
11851
12496
|
/>
|
|
11852
|
-
|
|
11853
12497
|
<span class="pf-v5-c-check__label">Active</span>
|
|
11854
12498
|
<span
|
|
11855
12499
|
class="pf-v5-c-check__description"
|
|
12500
|
+
id="-select-checkbox-risk-active-description"
|
|
11856
12501
|
>This is a description</span>
|
|
11857
12502
|
</label>
|
|
11858
12503
|
<label
|
|
11859
12504
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
11860
|
-
|
|
12505
|
+
id="-select-checkbox-risk-canceled"
|
|
12506
|
+
for="-select-checkbox-risk-canceled-input"
|
|
11861
12507
|
>
|
|
11862
12508
|
<input
|
|
11863
12509
|
class="pf-v5-c-check__input"
|
|
11864
12510
|
type="checkbox"
|
|
11865
|
-
|
|
11866
|
-
|
|
12511
|
+
aria-describedby="-select-checkbox-risk-canceled-description"
|
|
12512
|
+
id="-select-checkbox-risk-canceled-input"
|
|
12513
|
+
name="-select-checkbox-risk-canceled-input"
|
|
11867
12514
|
/>
|
|
11868
|
-
|
|
11869
12515
|
<span class="pf-v5-c-check__label">Canceled</span>
|
|
11870
12516
|
<span
|
|
11871
12517
|
class="pf-v5-c-check__description"
|
|
12518
|
+
id="-select-checkbox-risk-canceled-description"
|
|
11872
12519
|
>This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
|
|
11873
12520
|
</label>
|
|
11874
12521
|
<label
|
|
11875
12522
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
11876
|
-
|
|
12523
|
+
id="-select-checkbox-risk-paused"
|
|
12524
|
+
for="-select-checkbox-risk-paused-input"
|
|
11877
12525
|
>
|
|
11878
12526
|
<input
|
|
11879
12527
|
class="pf-v5-c-check__input"
|
|
11880
12528
|
type="checkbox"
|
|
11881
|
-
id="-select-checkbox-risk-paused"
|
|
11882
|
-
name="-select-checkbox-risk-paused"
|
|
12529
|
+
id="-select-checkbox-risk-paused-input"
|
|
12530
|
+
name="-select-checkbox-risk-paused-input"
|
|
11883
12531
|
/>
|
|
11884
|
-
|
|
11885
12532
|
<span class="pf-v5-c-check__label">Paused</span>
|
|
11886
12533
|
</label>
|
|
11887
12534
|
<label
|
|
11888
12535
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
11889
|
-
|
|
12536
|
+
id="-select-checkbox-risk-warning"
|
|
12537
|
+
for="-select-checkbox-risk-warning-input"
|
|
11890
12538
|
>
|
|
11891
12539
|
<input
|
|
11892
12540
|
class="pf-v5-c-check__input"
|
|
11893
12541
|
type="checkbox"
|
|
11894
|
-
id="-select-checkbox-risk-warning"
|
|
11895
|
-
name="-select-checkbox-risk-warning"
|
|
12542
|
+
id="-select-checkbox-risk-warning-input"
|
|
12543
|
+
name="-select-checkbox-risk-warning-input"
|
|
11896
12544
|
/>
|
|
11897
|
-
|
|
11898
12545
|
<span class="pf-v5-c-check__label">Warning</span>
|
|
11899
12546
|
</label>
|
|
11900
12547
|
<label
|
|
11901
12548
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
11902
|
-
|
|
12549
|
+
id="-select-checkbox-risk-restarted"
|
|
12550
|
+
for="-select-checkbox-risk-restarted-input"
|
|
11903
12551
|
>
|
|
11904
12552
|
<input
|
|
11905
12553
|
class="pf-v5-c-check__input"
|
|
11906
12554
|
type="checkbox"
|
|
11907
|
-
id="-select-checkbox-risk-restarted"
|
|
11908
|
-
name="-select-checkbox-risk-restarted"
|
|
12555
|
+
id="-select-checkbox-risk-restarted-input"
|
|
12556
|
+
name="-select-checkbox-risk-restarted-input"
|
|
11909
12557
|
/>
|
|
11910
|
-
|
|
11911
12558
|
<span class="pf-v5-c-check__label">Restarted</span>
|
|
11912
12559
|
</label>
|
|
11913
12560
|
</fieldset>
|
|
@@ -11923,7 +12570,10 @@ wrapperTag: div
|
|
|
11923
12570
|
type="button"
|
|
11924
12571
|
aria-label="Sort"
|
|
11925
12572
|
>
|
|
11926
|
-
<i
|
|
12573
|
+
<i
|
|
12574
|
+
class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
|
|
12575
|
+
aria-hidden="true"
|
|
12576
|
+
></i>
|
|
11927
12577
|
</button>
|
|
11928
12578
|
</div>
|
|
11929
12579
|
|
|
@@ -12732,13 +13382,88 @@ wrapperTag: div
|
|
|
12732
13382
|
</button>
|
|
12733
13383
|
</span>
|
|
12734
13384
|
<div class="pf-v5-c-masthead__main">
|
|
12735
|
-
<a
|
|
12736
|
-
|
|
12737
|
-
|
|
12738
|
-
|
|
12739
|
-
|
|
12740
|
-
|
|
12741
|
-
|
|
13385
|
+
<a
|
|
13386
|
+
class="pf-v5-c-masthead__brand"
|
|
13387
|
+
href="#"
|
|
13388
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
13389
|
+
>
|
|
13390
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
13391
|
+
<title>Patternfly logo</title>
|
|
13392
|
+
<defs>
|
|
13393
|
+
<linearGradient
|
|
13394
|
+
x1="68%"
|
|
13395
|
+
y1="2.25860997e-13%"
|
|
13396
|
+
x2="32%"
|
|
13397
|
+
y2="100%"
|
|
13398
|
+
id="linearGradient-1"
|
|
13399
|
+
>
|
|
13400
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
13401
|
+
<stop
|
|
13402
|
+
stop-color="#73BCF7"
|
|
13403
|
+
stop-opacity="0.502212631"
|
|
13404
|
+
offset="100%"
|
|
13405
|
+
/>
|
|
13406
|
+
</linearGradient>
|
|
13407
|
+
</defs>
|
|
13408
|
+
<g
|
|
13409
|
+
id="PF-HorizontalLogo-Color"
|
|
13410
|
+
stroke="none"
|
|
13411
|
+
stroke-width="1"
|
|
13412
|
+
fill="none"
|
|
13413
|
+
fill-rule="evenodd"
|
|
13414
|
+
>
|
|
13415
|
+
<g
|
|
13416
|
+
transform="translate(206.000000, 45.750000)"
|
|
13417
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
13418
|
+
fill-rule="nonzero"
|
|
13419
|
+
>
|
|
13420
|
+
<path
|
|
13421
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
13422
|
+
/>
|
|
13423
|
+
<path
|
|
13424
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
13425
|
+
/>
|
|
13426
|
+
<path
|
|
13427
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
13428
|
+
/>
|
|
13429
|
+
<path
|
|
13430
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
13431
|
+
/>
|
|
13432
|
+
<path
|
|
13433
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
13434
|
+
/>
|
|
13435
|
+
<path
|
|
13436
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
13437
|
+
/>
|
|
13438
|
+
<path
|
|
13439
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
13440
|
+
/>
|
|
13441
|
+
<polygon
|
|
13442
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
13443
|
+
/>
|
|
13444
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
13445
|
+
<path
|
|
13446
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
13447
|
+
/>
|
|
13448
|
+
</g>
|
|
13449
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
13450
|
+
<path
|
|
13451
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
13452
|
+
id="Rectangle-Copy-17"
|
|
13453
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
13454
|
+
/>
|
|
13455
|
+
<path
|
|
13456
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
13457
|
+
fill="url(#linearGradient-1)"
|
|
13458
|
+
/>
|
|
13459
|
+
<path
|
|
13460
|
+
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"
|
|
13461
|
+
fill="url(#linearGradient-1)"
|
|
13462
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
13463
|
+
/>
|
|
13464
|
+
</g>
|
|
13465
|
+
</g>
|
|
13466
|
+
</svg>
|
|
12742
13467
|
</a>
|
|
12743
13468
|
</div>
|
|
12744
13469
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -12812,7 +13537,7 @@ wrapperTag: div
|
|
|
12812
13537
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
12813
13538
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
12814
13539
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
12815
|
-
<i class="fas fa-
|
|
13540
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
12816
13541
|
</span>
|
|
12817
13542
|
</span>
|
|
12818
13543
|
</button>
|
|
@@ -13102,73 +13827,77 @@ wrapperTag: div
|
|
|
13102
13827
|
>
|
|
13103
13828
|
<label
|
|
13104
13829
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
13105
|
-
|
|
13830
|
+
id="-select-checkbox-status-active"
|
|
13831
|
+
for="-select-checkbox-status-active-input"
|
|
13106
13832
|
>
|
|
13107
13833
|
<input
|
|
13108
13834
|
class="pf-v5-c-check__input"
|
|
13109
13835
|
type="checkbox"
|
|
13110
|
-
|
|
13111
|
-
|
|
13836
|
+
aria-describedby="-select-checkbox-status-active-description"
|
|
13837
|
+
id="-select-checkbox-status-active-input"
|
|
13838
|
+
name="-select-checkbox-status-active-input"
|
|
13112
13839
|
/>
|
|
13113
|
-
|
|
13114
13840
|
<span class="pf-v5-c-check__label">Active</span>
|
|
13115
13841
|
<span
|
|
13116
13842
|
class="pf-v5-c-check__description"
|
|
13843
|
+
id="-select-checkbox-status-active-description"
|
|
13117
13844
|
>This is a description</span>
|
|
13118
13845
|
</label>
|
|
13119
13846
|
<label
|
|
13120
13847
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
13121
|
-
|
|
13848
|
+
id="-select-checkbox-status-canceled"
|
|
13849
|
+
for="-select-checkbox-status-canceled-input"
|
|
13122
13850
|
>
|
|
13123
13851
|
<input
|
|
13124
13852
|
class="pf-v5-c-check__input"
|
|
13125
13853
|
type="checkbox"
|
|
13126
|
-
|
|
13127
|
-
|
|
13854
|
+
aria-describedby="-select-checkbox-status-canceled-description"
|
|
13855
|
+
id="-select-checkbox-status-canceled-input"
|
|
13856
|
+
name="-select-checkbox-status-canceled-input"
|
|
13128
13857
|
/>
|
|
13129
|
-
|
|
13130
13858
|
<span class="pf-v5-c-check__label">Canceled</span>
|
|
13131
13859
|
<span
|
|
13132
13860
|
class="pf-v5-c-check__description"
|
|
13861
|
+
id="-select-checkbox-status-canceled-description"
|
|
13133
13862
|
>This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
|
|
13134
13863
|
</label>
|
|
13135
13864
|
<label
|
|
13136
13865
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
13137
|
-
|
|
13866
|
+
id="-select-checkbox-status-paused"
|
|
13867
|
+
for="-select-checkbox-status-paused-input"
|
|
13138
13868
|
>
|
|
13139
13869
|
<input
|
|
13140
13870
|
class="pf-v5-c-check__input"
|
|
13141
13871
|
type="checkbox"
|
|
13142
|
-
id="-select-checkbox-status-paused"
|
|
13143
|
-
name="-select-checkbox-status-paused"
|
|
13872
|
+
id="-select-checkbox-status-paused-input"
|
|
13873
|
+
name="-select-checkbox-status-paused-input"
|
|
13144
13874
|
/>
|
|
13145
|
-
|
|
13146
13875
|
<span class="pf-v5-c-check__label">Paused</span>
|
|
13147
13876
|
</label>
|
|
13148
13877
|
<label
|
|
13149
13878
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
13150
|
-
|
|
13879
|
+
id="-select-checkbox-status-warning"
|
|
13880
|
+
for="-select-checkbox-status-warning-input"
|
|
13151
13881
|
>
|
|
13152
13882
|
<input
|
|
13153
13883
|
class="pf-v5-c-check__input"
|
|
13154
13884
|
type="checkbox"
|
|
13155
|
-
id="-select-checkbox-status-warning"
|
|
13156
|
-
name="-select-checkbox-status-warning"
|
|
13885
|
+
id="-select-checkbox-status-warning-input"
|
|
13886
|
+
name="-select-checkbox-status-warning-input"
|
|
13157
13887
|
/>
|
|
13158
|
-
|
|
13159
13888
|
<span class="pf-v5-c-check__label">Warning</span>
|
|
13160
13889
|
</label>
|
|
13161
13890
|
<label
|
|
13162
13891
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
13163
|
-
|
|
13892
|
+
id="-select-checkbox-status-restarted"
|
|
13893
|
+
for="-select-checkbox-status-restarted-input"
|
|
13164
13894
|
>
|
|
13165
13895
|
<input
|
|
13166
13896
|
class="pf-v5-c-check__input"
|
|
13167
13897
|
type="checkbox"
|
|
13168
|
-
id="-select-checkbox-status-restarted"
|
|
13169
|
-
name="-select-checkbox-status-restarted"
|
|
13898
|
+
id="-select-checkbox-status-restarted-input"
|
|
13899
|
+
name="-select-checkbox-status-restarted-input"
|
|
13170
13900
|
/>
|
|
13171
|
-
|
|
13172
13901
|
<span class="pf-v5-c-check__label">Restarted</span>
|
|
13173
13902
|
</label>
|
|
13174
13903
|
</fieldset>
|
|
@@ -13202,73 +13931,77 @@ wrapperTag: div
|
|
|
13202
13931
|
>
|
|
13203
13932
|
<label
|
|
13204
13933
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
13205
|
-
|
|
13934
|
+
id="-select-checkbox-risk-active"
|
|
13935
|
+
for="-select-checkbox-risk-active-input"
|
|
13206
13936
|
>
|
|
13207
13937
|
<input
|
|
13208
13938
|
class="pf-v5-c-check__input"
|
|
13209
13939
|
type="checkbox"
|
|
13210
|
-
|
|
13211
|
-
|
|
13940
|
+
aria-describedby="-select-checkbox-risk-active-description"
|
|
13941
|
+
id="-select-checkbox-risk-active-input"
|
|
13942
|
+
name="-select-checkbox-risk-active-input"
|
|
13212
13943
|
/>
|
|
13213
|
-
|
|
13214
13944
|
<span class="pf-v5-c-check__label">Active</span>
|
|
13215
13945
|
<span
|
|
13216
13946
|
class="pf-v5-c-check__description"
|
|
13947
|
+
id="-select-checkbox-risk-active-description"
|
|
13217
13948
|
>This is a description</span>
|
|
13218
13949
|
</label>
|
|
13219
13950
|
<label
|
|
13220
13951
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
13221
|
-
|
|
13952
|
+
id="-select-checkbox-risk-canceled"
|
|
13953
|
+
for="-select-checkbox-risk-canceled-input"
|
|
13222
13954
|
>
|
|
13223
13955
|
<input
|
|
13224
13956
|
class="pf-v5-c-check__input"
|
|
13225
13957
|
type="checkbox"
|
|
13226
|
-
|
|
13227
|
-
|
|
13958
|
+
aria-describedby="-select-checkbox-risk-canceled-description"
|
|
13959
|
+
id="-select-checkbox-risk-canceled-input"
|
|
13960
|
+
name="-select-checkbox-risk-canceled-input"
|
|
13228
13961
|
/>
|
|
13229
|
-
|
|
13230
13962
|
<span class="pf-v5-c-check__label">Canceled</span>
|
|
13231
13963
|
<span
|
|
13232
13964
|
class="pf-v5-c-check__description"
|
|
13965
|
+
id="-select-checkbox-risk-canceled-description"
|
|
13233
13966
|
>This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
|
|
13234
13967
|
</label>
|
|
13235
13968
|
<label
|
|
13236
13969
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
13237
|
-
|
|
13970
|
+
id="-select-checkbox-risk-paused"
|
|
13971
|
+
for="-select-checkbox-risk-paused-input"
|
|
13238
13972
|
>
|
|
13239
13973
|
<input
|
|
13240
13974
|
class="pf-v5-c-check__input"
|
|
13241
13975
|
type="checkbox"
|
|
13242
|
-
id="-select-checkbox-risk-paused"
|
|
13243
|
-
name="-select-checkbox-risk-paused"
|
|
13976
|
+
id="-select-checkbox-risk-paused-input"
|
|
13977
|
+
name="-select-checkbox-risk-paused-input"
|
|
13244
13978
|
/>
|
|
13245
|
-
|
|
13246
13979
|
<span class="pf-v5-c-check__label">Paused</span>
|
|
13247
13980
|
</label>
|
|
13248
13981
|
<label
|
|
13249
13982
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
13250
|
-
|
|
13983
|
+
id="-select-checkbox-risk-warning"
|
|
13984
|
+
for="-select-checkbox-risk-warning-input"
|
|
13251
13985
|
>
|
|
13252
13986
|
<input
|
|
13253
13987
|
class="pf-v5-c-check__input"
|
|
13254
13988
|
type="checkbox"
|
|
13255
|
-
id="-select-checkbox-risk-warning"
|
|
13256
|
-
name="-select-checkbox-risk-warning"
|
|
13989
|
+
id="-select-checkbox-risk-warning-input"
|
|
13990
|
+
name="-select-checkbox-risk-warning-input"
|
|
13257
13991
|
/>
|
|
13258
|
-
|
|
13259
13992
|
<span class="pf-v5-c-check__label">Warning</span>
|
|
13260
13993
|
</label>
|
|
13261
13994
|
<label
|
|
13262
13995
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
13263
|
-
|
|
13996
|
+
id="-select-checkbox-risk-restarted"
|
|
13997
|
+
for="-select-checkbox-risk-restarted-input"
|
|
13264
13998
|
>
|
|
13265
13999
|
<input
|
|
13266
14000
|
class="pf-v5-c-check__input"
|
|
13267
14001
|
type="checkbox"
|
|
13268
|
-
id="-select-checkbox-risk-restarted"
|
|
13269
|
-
name="-select-checkbox-risk-restarted"
|
|
14002
|
+
id="-select-checkbox-risk-restarted-input"
|
|
14003
|
+
name="-select-checkbox-risk-restarted-input"
|
|
13270
14004
|
/>
|
|
13271
|
-
|
|
13272
14005
|
<span class="pf-v5-c-check__label">Restarted</span>
|
|
13273
14006
|
</label>
|
|
13274
14007
|
</fieldset>
|
|
@@ -13284,7 +14017,10 @@ wrapperTag: div
|
|
|
13284
14017
|
type="button"
|
|
13285
14018
|
aria-label="Sort"
|
|
13286
14019
|
>
|
|
13287
|
-
<i
|
|
14020
|
+
<i
|
|
14021
|
+
class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
|
|
14022
|
+
aria-hidden="true"
|
|
14023
|
+
></i>
|
|
13288
14024
|
</button>
|
|
13289
14025
|
</div>
|
|
13290
14026
|
|
|
@@ -14189,13 +14925,88 @@ wrapperTag: div
|
|
|
14189
14925
|
</button>
|
|
14190
14926
|
</span>
|
|
14191
14927
|
<div class="pf-v5-c-masthead__main">
|
|
14192
|
-
<a
|
|
14193
|
-
|
|
14194
|
-
|
|
14195
|
-
|
|
14196
|
-
|
|
14197
|
-
|
|
14198
|
-
|
|
14928
|
+
<a
|
|
14929
|
+
class="pf-v5-c-masthead__brand"
|
|
14930
|
+
href="#"
|
|
14931
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
14932
|
+
>
|
|
14933
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
14934
|
+
<title>Patternfly logo</title>
|
|
14935
|
+
<defs>
|
|
14936
|
+
<linearGradient
|
|
14937
|
+
x1="68%"
|
|
14938
|
+
y1="2.25860997e-13%"
|
|
14939
|
+
x2="32%"
|
|
14940
|
+
y2="100%"
|
|
14941
|
+
id="linearGradient-1"
|
|
14942
|
+
>
|
|
14943
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
14944
|
+
<stop
|
|
14945
|
+
stop-color="#73BCF7"
|
|
14946
|
+
stop-opacity="0.502212631"
|
|
14947
|
+
offset="100%"
|
|
14948
|
+
/>
|
|
14949
|
+
</linearGradient>
|
|
14950
|
+
</defs>
|
|
14951
|
+
<g
|
|
14952
|
+
id="PF-HorizontalLogo-Color"
|
|
14953
|
+
stroke="none"
|
|
14954
|
+
stroke-width="1"
|
|
14955
|
+
fill="none"
|
|
14956
|
+
fill-rule="evenodd"
|
|
14957
|
+
>
|
|
14958
|
+
<g
|
|
14959
|
+
transform="translate(206.000000, 45.750000)"
|
|
14960
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
14961
|
+
fill-rule="nonzero"
|
|
14962
|
+
>
|
|
14963
|
+
<path
|
|
14964
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
14965
|
+
/>
|
|
14966
|
+
<path
|
|
14967
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
14968
|
+
/>
|
|
14969
|
+
<path
|
|
14970
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
14971
|
+
/>
|
|
14972
|
+
<path
|
|
14973
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
14974
|
+
/>
|
|
14975
|
+
<path
|
|
14976
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
14977
|
+
/>
|
|
14978
|
+
<path
|
|
14979
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
14980
|
+
/>
|
|
14981
|
+
<path
|
|
14982
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
14983
|
+
/>
|
|
14984
|
+
<polygon
|
|
14985
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
14986
|
+
/>
|
|
14987
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
14988
|
+
<path
|
|
14989
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
14990
|
+
/>
|
|
14991
|
+
</g>
|
|
14992
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
14993
|
+
<path
|
|
14994
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
14995
|
+
id="Rectangle-Copy-17"
|
|
14996
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
14997
|
+
/>
|
|
14998
|
+
<path
|
|
14999
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
15000
|
+
fill="url(#linearGradient-1)"
|
|
15001
|
+
/>
|
|
15002
|
+
<path
|
|
15003
|
+
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"
|
|
15004
|
+
fill="url(#linearGradient-1)"
|
|
15005
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
15006
|
+
/>
|
|
15007
|
+
</g>
|
|
15008
|
+
</g>
|
|
15009
|
+
</svg>
|
|
14199
15010
|
</a>
|
|
14200
15011
|
</div>
|
|
14201
15012
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -14269,7 +15080,7 @@ wrapperTag: div
|
|
|
14269
15080
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
14270
15081
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
14271
15082
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
14272
|
-
<i class="fas fa-
|
|
15083
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
14273
15084
|
</span>
|
|
14274
15085
|
</span>
|
|
14275
15086
|
</button>
|
|
@@ -14559,73 +15370,77 @@ wrapperTag: div
|
|
|
14559
15370
|
>
|
|
14560
15371
|
<label
|
|
14561
15372
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
14562
|
-
|
|
15373
|
+
id="-select-checkbox-status-active"
|
|
15374
|
+
for="-select-checkbox-status-active-input"
|
|
14563
15375
|
>
|
|
14564
15376
|
<input
|
|
14565
15377
|
class="pf-v5-c-check__input"
|
|
14566
15378
|
type="checkbox"
|
|
14567
|
-
|
|
14568
|
-
|
|
15379
|
+
aria-describedby="-select-checkbox-status-active-description"
|
|
15380
|
+
id="-select-checkbox-status-active-input"
|
|
15381
|
+
name="-select-checkbox-status-active-input"
|
|
14569
15382
|
/>
|
|
14570
|
-
|
|
14571
15383
|
<span class="pf-v5-c-check__label">Active</span>
|
|
14572
15384
|
<span
|
|
14573
15385
|
class="pf-v5-c-check__description"
|
|
15386
|
+
id="-select-checkbox-status-active-description"
|
|
14574
15387
|
>This is a description</span>
|
|
14575
15388
|
</label>
|
|
14576
15389
|
<label
|
|
14577
15390
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
14578
|
-
|
|
15391
|
+
id="-select-checkbox-status-canceled"
|
|
15392
|
+
for="-select-checkbox-status-canceled-input"
|
|
14579
15393
|
>
|
|
14580
15394
|
<input
|
|
14581
15395
|
class="pf-v5-c-check__input"
|
|
14582
15396
|
type="checkbox"
|
|
14583
|
-
|
|
14584
|
-
|
|
15397
|
+
aria-describedby="-select-checkbox-status-canceled-description"
|
|
15398
|
+
id="-select-checkbox-status-canceled-input"
|
|
15399
|
+
name="-select-checkbox-status-canceled-input"
|
|
14585
15400
|
/>
|
|
14586
|
-
|
|
14587
15401
|
<span class="pf-v5-c-check__label">Canceled</span>
|
|
14588
15402
|
<span
|
|
14589
15403
|
class="pf-v5-c-check__description"
|
|
15404
|
+
id="-select-checkbox-status-canceled-description"
|
|
14590
15405
|
>This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
|
|
14591
15406
|
</label>
|
|
14592
15407
|
<label
|
|
14593
15408
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
14594
|
-
|
|
15409
|
+
id="-select-checkbox-status-paused"
|
|
15410
|
+
for="-select-checkbox-status-paused-input"
|
|
14595
15411
|
>
|
|
14596
15412
|
<input
|
|
14597
15413
|
class="pf-v5-c-check__input"
|
|
14598
15414
|
type="checkbox"
|
|
14599
|
-
id="-select-checkbox-status-paused"
|
|
14600
|
-
name="-select-checkbox-status-paused"
|
|
15415
|
+
id="-select-checkbox-status-paused-input"
|
|
15416
|
+
name="-select-checkbox-status-paused-input"
|
|
14601
15417
|
/>
|
|
14602
|
-
|
|
14603
15418
|
<span class="pf-v5-c-check__label">Paused</span>
|
|
14604
15419
|
</label>
|
|
14605
15420
|
<label
|
|
14606
15421
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
14607
|
-
|
|
15422
|
+
id="-select-checkbox-status-warning"
|
|
15423
|
+
for="-select-checkbox-status-warning-input"
|
|
14608
15424
|
>
|
|
14609
15425
|
<input
|
|
14610
15426
|
class="pf-v5-c-check__input"
|
|
14611
15427
|
type="checkbox"
|
|
14612
|
-
id="-select-checkbox-status-warning"
|
|
14613
|
-
name="-select-checkbox-status-warning"
|
|
15428
|
+
id="-select-checkbox-status-warning-input"
|
|
15429
|
+
name="-select-checkbox-status-warning-input"
|
|
14614
15430
|
/>
|
|
14615
|
-
|
|
14616
15431
|
<span class="pf-v5-c-check__label">Warning</span>
|
|
14617
15432
|
</label>
|
|
14618
15433
|
<label
|
|
14619
15434
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
14620
|
-
|
|
15435
|
+
id="-select-checkbox-status-restarted"
|
|
15436
|
+
for="-select-checkbox-status-restarted-input"
|
|
14621
15437
|
>
|
|
14622
15438
|
<input
|
|
14623
15439
|
class="pf-v5-c-check__input"
|
|
14624
15440
|
type="checkbox"
|
|
14625
|
-
id="-select-checkbox-status-restarted"
|
|
14626
|
-
name="-select-checkbox-status-restarted"
|
|
15441
|
+
id="-select-checkbox-status-restarted-input"
|
|
15442
|
+
name="-select-checkbox-status-restarted-input"
|
|
14627
15443
|
/>
|
|
14628
|
-
|
|
14629
15444
|
<span class="pf-v5-c-check__label">Restarted</span>
|
|
14630
15445
|
</label>
|
|
14631
15446
|
</fieldset>
|
|
@@ -14659,73 +15474,77 @@ wrapperTag: div
|
|
|
14659
15474
|
>
|
|
14660
15475
|
<label
|
|
14661
15476
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
14662
|
-
|
|
15477
|
+
id="-select-checkbox-risk-active"
|
|
15478
|
+
for="-select-checkbox-risk-active-input"
|
|
14663
15479
|
>
|
|
14664
15480
|
<input
|
|
14665
15481
|
class="pf-v5-c-check__input"
|
|
14666
15482
|
type="checkbox"
|
|
14667
|
-
|
|
14668
|
-
|
|
15483
|
+
aria-describedby="-select-checkbox-risk-active-description"
|
|
15484
|
+
id="-select-checkbox-risk-active-input"
|
|
15485
|
+
name="-select-checkbox-risk-active-input"
|
|
14669
15486
|
/>
|
|
14670
|
-
|
|
14671
15487
|
<span class="pf-v5-c-check__label">Active</span>
|
|
14672
15488
|
<span
|
|
14673
15489
|
class="pf-v5-c-check__description"
|
|
15490
|
+
id="-select-checkbox-risk-active-description"
|
|
14674
15491
|
>This is a description</span>
|
|
14675
15492
|
</label>
|
|
14676
15493
|
<label
|
|
14677
15494
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
14678
|
-
|
|
15495
|
+
id="-select-checkbox-risk-canceled"
|
|
15496
|
+
for="-select-checkbox-risk-canceled-input"
|
|
14679
15497
|
>
|
|
14680
15498
|
<input
|
|
14681
15499
|
class="pf-v5-c-check__input"
|
|
14682
15500
|
type="checkbox"
|
|
14683
|
-
|
|
14684
|
-
|
|
15501
|
+
aria-describedby="-select-checkbox-risk-canceled-description"
|
|
15502
|
+
id="-select-checkbox-risk-canceled-input"
|
|
15503
|
+
name="-select-checkbox-risk-canceled-input"
|
|
14685
15504
|
/>
|
|
14686
|
-
|
|
14687
15505
|
<span class="pf-v5-c-check__label">Canceled</span>
|
|
14688
15506
|
<span
|
|
14689
15507
|
class="pf-v5-c-check__description"
|
|
15508
|
+
id="-select-checkbox-risk-canceled-description"
|
|
14690
15509
|
>This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
|
|
14691
15510
|
</label>
|
|
14692
15511
|
<label
|
|
14693
15512
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
14694
|
-
|
|
15513
|
+
id="-select-checkbox-risk-paused"
|
|
15514
|
+
for="-select-checkbox-risk-paused-input"
|
|
14695
15515
|
>
|
|
14696
15516
|
<input
|
|
14697
15517
|
class="pf-v5-c-check__input"
|
|
14698
15518
|
type="checkbox"
|
|
14699
|
-
id="-select-checkbox-risk-paused"
|
|
14700
|
-
name="-select-checkbox-risk-paused"
|
|
15519
|
+
id="-select-checkbox-risk-paused-input"
|
|
15520
|
+
name="-select-checkbox-risk-paused-input"
|
|
14701
15521
|
/>
|
|
14702
|
-
|
|
14703
15522
|
<span class="pf-v5-c-check__label">Paused</span>
|
|
14704
15523
|
</label>
|
|
14705
15524
|
<label
|
|
14706
15525
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
14707
|
-
|
|
15526
|
+
id="-select-checkbox-risk-warning"
|
|
15527
|
+
for="-select-checkbox-risk-warning-input"
|
|
14708
15528
|
>
|
|
14709
15529
|
<input
|
|
14710
15530
|
class="pf-v5-c-check__input"
|
|
14711
15531
|
type="checkbox"
|
|
14712
|
-
id="-select-checkbox-risk-warning"
|
|
14713
|
-
name="-select-checkbox-risk-warning"
|
|
15532
|
+
id="-select-checkbox-risk-warning-input"
|
|
15533
|
+
name="-select-checkbox-risk-warning-input"
|
|
14714
15534
|
/>
|
|
14715
|
-
|
|
14716
15535
|
<span class="pf-v5-c-check__label">Warning</span>
|
|
14717
15536
|
</label>
|
|
14718
15537
|
<label
|
|
14719
15538
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
14720
|
-
|
|
15539
|
+
id="-select-checkbox-risk-restarted"
|
|
15540
|
+
for="-select-checkbox-risk-restarted-input"
|
|
14721
15541
|
>
|
|
14722
15542
|
<input
|
|
14723
15543
|
class="pf-v5-c-check__input"
|
|
14724
15544
|
type="checkbox"
|
|
14725
|
-
id="-select-checkbox-risk-restarted"
|
|
14726
|
-
name="-select-checkbox-risk-restarted"
|
|
15545
|
+
id="-select-checkbox-risk-restarted-input"
|
|
15546
|
+
name="-select-checkbox-risk-restarted-input"
|
|
14727
15547
|
/>
|
|
14728
|
-
|
|
14729
15548
|
<span class="pf-v5-c-check__label">Restarted</span>
|
|
14730
15549
|
</label>
|
|
14731
15550
|
</fieldset>
|
|
@@ -14741,7 +15560,10 @@ wrapperTag: div
|
|
|
14741
15560
|
type="button"
|
|
14742
15561
|
aria-label="Sort"
|
|
14743
15562
|
>
|
|
14744
|
-
<i
|
|
15563
|
+
<i
|
|
15564
|
+
class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
|
|
15565
|
+
aria-hidden="true"
|
|
15566
|
+
></i>
|
|
14745
15567
|
</button>
|
|
14746
15568
|
</div>
|
|
14747
15569
|
|
|
@@ -15550,13 +16372,88 @@ wrapperTag: div
|
|
|
15550
16372
|
</button>
|
|
15551
16373
|
</span>
|
|
15552
16374
|
<div class="pf-v5-c-masthead__main">
|
|
15553
|
-
<a
|
|
15554
|
-
|
|
15555
|
-
|
|
15556
|
-
|
|
15557
|
-
|
|
15558
|
-
|
|
15559
|
-
|
|
16375
|
+
<a
|
|
16376
|
+
class="pf-v5-c-masthead__brand"
|
|
16377
|
+
href="#"
|
|
16378
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
16379
|
+
>
|
|
16380
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
16381
|
+
<title>Patternfly logo</title>
|
|
16382
|
+
<defs>
|
|
16383
|
+
<linearGradient
|
|
16384
|
+
x1="68%"
|
|
16385
|
+
y1="2.25860997e-13%"
|
|
16386
|
+
x2="32%"
|
|
16387
|
+
y2="100%"
|
|
16388
|
+
id="linearGradient-1"
|
|
16389
|
+
>
|
|
16390
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
16391
|
+
<stop
|
|
16392
|
+
stop-color="#73BCF7"
|
|
16393
|
+
stop-opacity="0.502212631"
|
|
16394
|
+
offset="100%"
|
|
16395
|
+
/>
|
|
16396
|
+
</linearGradient>
|
|
16397
|
+
</defs>
|
|
16398
|
+
<g
|
|
16399
|
+
id="PF-HorizontalLogo-Color"
|
|
16400
|
+
stroke="none"
|
|
16401
|
+
stroke-width="1"
|
|
16402
|
+
fill="none"
|
|
16403
|
+
fill-rule="evenodd"
|
|
16404
|
+
>
|
|
16405
|
+
<g
|
|
16406
|
+
transform="translate(206.000000, 45.750000)"
|
|
16407
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
16408
|
+
fill-rule="nonzero"
|
|
16409
|
+
>
|
|
16410
|
+
<path
|
|
16411
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
16412
|
+
/>
|
|
16413
|
+
<path
|
|
16414
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
16415
|
+
/>
|
|
16416
|
+
<path
|
|
16417
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
16418
|
+
/>
|
|
16419
|
+
<path
|
|
16420
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
16421
|
+
/>
|
|
16422
|
+
<path
|
|
16423
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
16424
|
+
/>
|
|
16425
|
+
<path
|
|
16426
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
16427
|
+
/>
|
|
16428
|
+
<path
|
|
16429
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
16430
|
+
/>
|
|
16431
|
+
<polygon
|
|
16432
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
16433
|
+
/>
|
|
16434
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
16435
|
+
<path
|
|
16436
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
16437
|
+
/>
|
|
16438
|
+
</g>
|
|
16439
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
16440
|
+
<path
|
|
16441
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
16442
|
+
id="Rectangle-Copy-17"
|
|
16443
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
16444
|
+
/>
|
|
16445
|
+
<path
|
|
16446
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
16447
|
+
fill="url(#linearGradient-1)"
|
|
16448
|
+
/>
|
|
16449
|
+
<path
|
|
16450
|
+
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"
|
|
16451
|
+
fill="url(#linearGradient-1)"
|
|
16452
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
16453
|
+
/>
|
|
16454
|
+
</g>
|
|
16455
|
+
</g>
|
|
16456
|
+
</svg>
|
|
15560
16457
|
</a>
|
|
15561
16458
|
</div>
|
|
15562
16459
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -15630,7 +16527,7 @@ wrapperTag: div
|
|
|
15630
16527
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
15631
16528
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
15632
16529
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
15633
|
-
<i class="fas fa-
|
|
16530
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
15634
16531
|
</span>
|
|
15635
16532
|
</span>
|
|
15636
16533
|
</button>
|
|
@@ -15897,7 +16794,10 @@ wrapperTag: div
|
|
|
15897
16794
|
type="button"
|
|
15898
16795
|
aria-label="Sort"
|
|
15899
16796
|
>
|
|
15900
|
-
<i
|
|
16797
|
+
<i
|
|
16798
|
+
class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
|
|
16799
|
+
aria-hidden="true"
|
|
16800
|
+
></i>
|
|
15901
16801
|
</button>
|
|
15902
16802
|
</div>
|
|
15903
16803
|
|
|
@@ -16704,13 +17604,88 @@ wrapperTag: div
|
|
|
16704
17604
|
</button>
|
|
16705
17605
|
</span>
|
|
16706
17606
|
<div class="pf-v5-c-masthead__main">
|
|
16707
|
-
<a
|
|
16708
|
-
|
|
16709
|
-
|
|
16710
|
-
|
|
16711
|
-
|
|
16712
|
-
|
|
16713
|
-
|
|
17607
|
+
<a
|
|
17608
|
+
class="pf-v5-c-masthead__brand"
|
|
17609
|
+
href="#"
|
|
17610
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
17611
|
+
>
|
|
17612
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
17613
|
+
<title>Patternfly logo</title>
|
|
17614
|
+
<defs>
|
|
17615
|
+
<linearGradient
|
|
17616
|
+
x1="68%"
|
|
17617
|
+
y1="2.25860997e-13%"
|
|
17618
|
+
x2="32%"
|
|
17619
|
+
y2="100%"
|
|
17620
|
+
id="linearGradient-1"
|
|
17621
|
+
>
|
|
17622
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
17623
|
+
<stop
|
|
17624
|
+
stop-color="#73BCF7"
|
|
17625
|
+
stop-opacity="0.502212631"
|
|
17626
|
+
offset="100%"
|
|
17627
|
+
/>
|
|
17628
|
+
</linearGradient>
|
|
17629
|
+
</defs>
|
|
17630
|
+
<g
|
|
17631
|
+
id="PF-HorizontalLogo-Color"
|
|
17632
|
+
stroke="none"
|
|
17633
|
+
stroke-width="1"
|
|
17634
|
+
fill="none"
|
|
17635
|
+
fill-rule="evenodd"
|
|
17636
|
+
>
|
|
17637
|
+
<g
|
|
17638
|
+
transform="translate(206.000000, 45.750000)"
|
|
17639
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
17640
|
+
fill-rule="nonzero"
|
|
17641
|
+
>
|
|
17642
|
+
<path
|
|
17643
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
17644
|
+
/>
|
|
17645
|
+
<path
|
|
17646
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
17647
|
+
/>
|
|
17648
|
+
<path
|
|
17649
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
17650
|
+
/>
|
|
17651
|
+
<path
|
|
17652
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
17653
|
+
/>
|
|
17654
|
+
<path
|
|
17655
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
17656
|
+
/>
|
|
17657
|
+
<path
|
|
17658
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
17659
|
+
/>
|
|
17660
|
+
<path
|
|
17661
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
17662
|
+
/>
|
|
17663
|
+
<polygon
|
|
17664
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
17665
|
+
/>
|
|
17666
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
17667
|
+
<path
|
|
17668
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
17669
|
+
/>
|
|
17670
|
+
</g>
|
|
17671
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
17672
|
+
<path
|
|
17673
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
17674
|
+
id="Rectangle-Copy-17"
|
|
17675
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
17676
|
+
/>
|
|
17677
|
+
<path
|
|
17678
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
17679
|
+
fill="url(#linearGradient-1)"
|
|
17680
|
+
/>
|
|
17681
|
+
<path
|
|
17682
|
+
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"
|
|
17683
|
+
fill="url(#linearGradient-1)"
|
|
17684
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
17685
|
+
/>
|
|
17686
|
+
</g>
|
|
17687
|
+
</g>
|
|
17688
|
+
</svg>
|
|
16714
17689
|
</a>
|
|
16715
17690
|
</div>
|
|
16716
17691
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -16784,7 +17759,7 @@ wrapperTag: div
|
|
|
16784
17759
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
16785
17760
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
16786
17761
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
16787
|
-
<i class="fas fa-
|
|
17762
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
16788
17763
|
</span>
|
|
16789
17764
|
</span>
|
|
16790
17765
|
</button>
|
|
@@ -17051,7 +18026,10 @@ wrapperTag: div
|
|
|
17051
18026
|
type="button"
|
|
17052
18027
|
aria-label="Sort"
|
|
17053
18028
|
>
|
|
17054
|
-
<i
|
|
18029
|
+
<i
|
|
18030
|
+
class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
|
|
18031
|
+
aria-hidden="true"
|
|
18032
|
+
></i>
|
|
17055
18033
|
</button>
|
|
17056
18034
|
</div>
|
|
17057
18035
|
|
|
@@ -17880,13 +18858,88 @@ wrapperTag: div
|
|
|
17880
18858
|
</button>
|
|
17881
18859
|
</span>
|
|
17882
18860
|
<div class="pf-v5-c-masthead__main">
|
|
17883
|
-
<a
|
|
17884
|
-
|
|
17885
|
-
|
|
17886
|
-
|
|
17887
|
-
|
|
17888
|
-
|
|
17889
|
-
|
|
18861
|
+
<a
|
|
18862
|
+
class="pf-v5-c-masthead__brand"
|
|
18863
|
+
href="#"
|
|
18864
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
18865
|
+
>
|
|
18866
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
18867
|
+
<title>Patternfly logo</title>
|
|
18868
|
+
<defs>
|
|
18869
|
+
<linearGradient
|
|
18870
|
+
x1="68%"
|
|
18871
|
+
y1="2.25860997e-13%"
|
|
18872
|
+
x2="32%"
|
|
18873
|
+
y2="100%"
|
|
18874
|
+
id="linearGradient-1"
|
|
18875
|
+
>
|
|
18876
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
18877
|
+
<stop
|
|
18878
|
+
stop-color="#73BCF7"
|
|
18879
|
+
stop-opacity="0.502212631"
|
|
18880
|
+
offset="100%"
|
|
18881
|
+
/>
|
|
18882
|
+
</linearGradient>
|
|
18883
|
+
</defs>
|
|
18884
|
+
<g
|
|
18885
|
+
id="PF-HorizontalLogo-Color"
|
|
18886
|
+
stroke="none"
|
|
18887
|
+
stroke-width="1"
|
|
18888
|
+
fill="none"
|
|
18889
|
+
fill-rule="evenodd"
|
|
18890
|
+
>
|
|
18891
|
+
<g
|
|
18892
|
+
transform="translate(206.000000, 45.750000)"
|
|
18893
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
18894
|
+
fill-rule="nonzero"
|
|
18895
|
+
>
|
|
18896
|
+
<path
|
|
18897
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
18898
|
+
/>
|
|
18899
|
+
<path
|
|
18900
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
18901
|
+
/>
|
|
18902
|
+
<path
|
|
18903
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
18904
|
+
/>
|
|
18905
|
+
<path
|
|
18906
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
18907
|
+
/>
|
|
18908
|
+
<path
|
|
18909
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
18910
|
+
/>
|
|
18911
|
+
<path
|
|
18912
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
18913
|
+
/>
|
|
18914
|
+
<path
|
|
18915
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
18916
|
+
/>
|
|
18917
|
+
<polygon
|
|
18918
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
18919
|
+
/>
|
|
18920
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
18921
|
+
<path
|
|
18922
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
18923
|
+
/>
|
|
18924
|
+
</g>
|
|
18925
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
18926
|
+
<path
|
|
18927
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
18928
|
+
id="Rectangle-Copy-17"
|
|
18929
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
18930
|
+
/>
|
|
18931
|
+
<path
|
|
18932
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
18933
|
+
fill="url(#linearGradient-1)"
|
|
18934
|
+
/>
|
|
18935
|
+
<path
|
|
18936
|
+
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"
|
|
18937
|
+
fill="url(#linearGradient-1)"
|
|
18938
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
18939
|
+
/>
|
|
18940
|
+
</g>
|
|
18941
|
+
</g>
|
|
18942
|
+
</svg>
|
|
17890
18943
|
</a>
|
|
17891
18944
|
</div>
|
|
17892
18945
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -17960,7 +19013,7 @@ wrapperTag: div
|
|
|
17960
19013
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
17961
19014
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
17962
19015
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
17963
|
-
<i class="fas fa-
|
|
19016
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
17964
19017
|
</span>
|
|
17965
19018
|
</span>
|
|
17966
19019
|
</button>
|
|
@@ -18226,7 +19279,10 @@ wrapperTag: div
|
|
|
18226
19279
|
type="button"
|
|
18227
19280
|
aria-label="Sort"
|
|
18228
19281
|
>
|
|
18229
|
-
<i
|
|
19282
|
+
<i
|
|
19283
|
+
class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
|
|
19284
|
+
aria-hidden="true"
|
|
19285
|
+
></i>
|
|
18230
19286
|
</button>
|
|
18231
19287
|
</div>
|
|
18232
19288
|
|
|
@@ -19054,13 +20110,88 @@ wrapperTag: div
|
|
|
19054
20110
|
</button>
|
|
19055
20111
|
</span>
|
|
19056
20112
|
<div class="pf-v5-c-masthead__main">
|
|
19057
|
-
<a
|
|
19058
|
-
|
|
19059
|
-
|
|
19060
|
-
|
|
19061
|
-
|
|
19062
|
-
|
|
19063
|
-
|
|
20113
|
+
<a
|
|
20114
|
+
class="pf-v5-c-masthead__brand"
|
|
20115
|
+
href="#"
|
|
20116
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
20117
|
+
>
|
|
20118
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
20119
|
+
<title>Patternfly logo</title>
|
|
20120
|
+
<defs>
|
|
20121
|
+
<linearGradient
|
|
20122
|
+
x1="68%"
|
|
20123
|
+
y1="2.25860997e-13%"
|
|
20124
|
+
x2="32%"
|
|
20125
|
+
y2="100%"
|
|
20126
|
+
id="linearGradient-1"
|
|
20127
|
+
>
|
|
20128
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
20129
|
+
<stop
|
|
20130
|
+
stop-color="#73BCF7"
|
|
20131
|
+
stop-opacity="0.502212631"
|
|
20132
|
+
offset="100%"
|
|
20133
|
+
/>
|
|
20134
|
+
</linearGradient>
|
|
20135
|
+
</defs>
|
|
20136
|
+
<g
|
|
20137
|
+
id="PF-HorizontalLogo-Color"
|
|
20138
|
+
stroke="none"
|
|
20139
|
+
stroke-width="1"
|
|
20140
|
+
fill="none"
|
|
20141
|
+
fill-rule="evenodd"
|
|
20142
|
+
>
|
|
20143
|
+
<g
|
|
20144
|
+
transform="translate(206.000000, 45.750000)"
|
|
20145
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
20146
|
+
fill-rule="nonzero"
|
|
20147
|
+
>
|
|
20148
|
+
<path
|
|
20149
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
20150
|
+
/>
|
|
20151
|
+
<path
|
|
20152
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
20153
|
+
/>
|
|
20154
|
+
<path
|
|
20155
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
20156
|
+
/>
|
|
20157
|
+
<path
|
|
20158
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
20159
|
+
/>
|
|
20160
|
+
<path
|
|
20161
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
20162
|
+
/>
|
|
20163
|
+
<path
|
|
20164
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
20165
|
+
/>
|
|
20166
|
+
<path
|
|
20167
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
20168
|
+
/>
|
|
20169
|
+
<polygon
|
|
20170
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
20171
|
+
/>
|
|
20172
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
20173
|
+
<path
|
|
20174
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
20175
|
+
/>
|
|
20176
|
+
</g>
|
|
20177
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
20178
|
+
<path
|
|
20179
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
20180
|
+
id="Rectangle-Copy-17"
|
|
20181
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
20182
|
+
/>
|
|
20183
|
+
<path
|
|
20184
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
20185
|
+
fill="url(#linearGradient-1)"
|
|
20186
|
+
/>
|
|
20187
|
+
<path
|
|
20188
|
+
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"
|
|
20189
|
+
fill="url(#linearGradient-1)"
|
|
20190
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
20191
|
+
/>
|
|
20192
|
+
</g>
|
|
20193
|
+
</g>
|
|
20194
|
+
</svg>
|
|
19064
20195
|
</a>
|
|
19065
20196
|
</div>
|
|
19066
20197
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -19134,7 +20265,7 @@ wrapperTag: div
|
|
|
19134
20265
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
19135
20266
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
19136
20267
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
19137
|
-
<i class="fas fa-
|
|
20268
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
19138
20269
|
</span>
|
|
19139
20270
|
</span>
|
|
19140
20271
|
</button>
|
|
@@ -19400,7 +20531,10 @@ wrapperTag: div
|
|
|
19400
20531
|
type="button"
|
|
19401
20532
|
aria-label="Sort"
|
|
19402
20533
|
>
|
|
19403
|
-
<i
|
|
20534
|
+
<i
|
|
20535
|
+
class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
|
|
20536
|
+
aria-hidden="true"
|
|
20537
|
+
></i>
|
|
19404
20538
|
</button>
|
|
19405
20539
|
</div>
|
|
19406
20540
|
|
|
@@ -20208,13 +21342,88 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
20208
21342
|
</button>
|
|
20209
21343
|
</span>
|
|
20210
21344
|
<div class="pf-v5-c-masthead__main">
|
|
20211
|
-
<a
|
|
20212
|
-
|
|
20213
|
-
|
|
20214
|
-
|
|
20215
|
-
|
|
20216
|
-
|
|
20217
|
-
|
|
21345
|
+
<a
|
|
21346
|
+
class="pf-v5-c-masthead__brand"
|
|
21347
|
+
href="#"
|
|
21348
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
21349
|
+
>
|
|
21350
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
21351
|
+
<title>Patternfly logo</title>
|
|
21352
|
+
<defs>
|
|
21353
|
+
<linearGradient
|
|
21354
|
+
x1="68%"
|
|
21355
|
+
y1="2.25860997e-13%"
|
|
21356
|
+
x2="32%"
|
|
21357
|
+
y2="100%"
|
|
21358
|
+
id="linearGradient-1"
|
|
21359
|
+
>
|
|
21360
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
21361
|
+
<stop
|
|
21362
|
+
stop-color="#73BCF7"
|
|
21363
|
+
stop-opacity="0.502212631"
|
|
21364
|
+
offset="100%"
|
|
21365
|
+
/>
|
|
21366
|
+
</linearGradient>
|
|
21367
|
+
</defs>
|
|
21368
|
+
<g
|
|
21369
|
+
id="PF-HorizontalLogo-Color"
|
|
21370
|
+
stroke="none"
|
|
21371
|
+
stroke-width="1"
|
|
21372
|
+
fill="none"
|
|
21373
|
+
fill-rule="evenodd"
|
|
21374
|
+
>
|
|
21375
|
+
<g
|
|
21376
|
+
transform="translate(206.000000, 45.750000)"
|
|
21377
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
21378
|
+
fill-rule="nonzero"
|
|
21379
|
+
>
|
|
21380
|
+
<path
|
|
21381
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
21382
|
+
/>
|
|
21383
|
+
<path
|
|
21384
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
21385
|
+
/>
|
|
21386
|
+
<path
|
|
21387
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
21388
|
+
/>
|
|
21389
|
+
<path
|
|
21390
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
21391
|
+
/>
|
|
21392
|
+
<path
|
|
21393
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
21394
|
+
/>
|
|
21395
|
+
<path
|
|
21396
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
21397
|
+
/>
|
|
21398
|
+
<path
|
|
21399
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
21400
|
+
/>
|
|
21401
|
+
<polygon
|
|
21402
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
21403
|
+
/>
|
|
21404
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
21405
|
+
<path
|
|
21406
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
21407
|
+
/>
|
|
21408
|
+
</g>
|
|
21409
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
21410
|
+
<path
|
|
21411
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
21412
|
+
id="Rectangle-Copy-17"
|
|
21413
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
21414
|
+
/>
|
|
21415
|
+
<path
|
|
21416
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
21417
|
+
fill="url(#linearGradient-1)"
|
|
21418
|
+
/>
|
|
21419
|
+
<path
|
|
21420
|
+
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"
|
|
21421
|
+
fill="url(#linearGradient-1)"
|
|
21422
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
21423
|
+
/>
|
|
21424
|
+
</g>
|
|
21425
|
+
</g>
|
|
21426
|
+
</svg>
|
|
20218
21427
|
</a>
|
|
20219
21428
|
</div>
|
|
20220
21429
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -20288,7 +21497,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
20288
21497
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
20289
21498
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
20290
21499
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
20291
|
-
<i class="fas fa-
|
|
21500
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
20292
21501
|
</span>
|
|
20293
21502
|
</span>
|
|
20294
21503
|
</button>
|