@patternfly/patternfly 6.0.0-alpha.9 → 6.0.0-alpha.90
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/CODE_OF_CONDUCT.md +1 -2
- package/assets/images/PF-Backdrop.svg +1 -0
- package/assets/images/PF-HorizontalLogo-Color.svg +29 -0
- package/assets/images/PF-HorizontalLogo-Reverse.svg +28 -0
- package/assets/images/PF-IconLogo-Reverse.svg +14 -0
- package/assets/images/PF-IconLogo-color.svg +17 -0
- package/assets/images/PF-IconLogo.svg +17 -0
- package/assets/images/logo__pf--reverse-on-md.svg +1 -1
- package/assets/images/pf-background.svg +22 -0
- package/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
- package/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
- package/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
- package/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
- package/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
- package/assets/images/pf_logo_white.hbs +35 -0
- package/assets/images/pf_logo_white.svg +38 -0
- package/base/_common.scss +8 -4
- package/base/_globals.scss +4 -6
- package/base/_variables.scss +2 -7
- package/base/patternfly-common.css +8 -4
- package/base/patternfly-globals.css +4 -3
- package/base/patternfly-variables.css +1005 -856
- package/base/tokens/_tokens-charts.scss +159 -0
- package/base/tokens/_tokens-dark.scss +319 -290
- package/base/tokens/_tokens-default.scss +485 -329
- package/base/tokens/_tokens-font.scss +122 -58
- package/base/tokens/_tokens-palette.scss +71 -71
- package/base/tokens/_workspace-overrides.scss +7 -0
- package/components/AboutModalBox/about-modal-box.css +57 -94
- package/components/AboutModalBox/about-modal-box.scss +37 -62
- package/components/Accordion/accordion.css +85 -177
- package/components/Accordion/accordion.scss +96 -195
- package/components/ActionList/action-list.css +18 -17
- package/components/ActionList/action-list.scss +26 -16
- package/components/Alert/alert-group.css +20 -16
- package/components/Alert/alert-group.scss +20 -16
- package/components/Alert/alert.css +59 -84
- package/components/Alert/alert.scss +62 -78
- package/components/Avatar/avatar.css +10 -13
- package/components/Avatar/avatar.scss +10 -17
- package/components/BackToTop/back-to-top.css +17 -16
- package/components/BackToTop/back-to-top.scss +12 -12
- package/components/Backdrop/backdrop.css +6 -2
- package/components/Backdrop/backdrop.scss +5 -2
- package/components/BackgroundImage/background-image.css +5 -1
- package/components/BackgroundImage/background-image.scss +5 -1
- package/components/Badge/badge.css +23 -15
- package/components/Badge/badge.scss +25 -17
- package/components/Banner/banner.css +90 -64
- package/components/Banner/banner.scss +95 -32
- package/components/Breadcrumb/breadcrumb.css +27 -16
- package/components/Breadcrumb/breadcrumb.scss +27 -18
- package/components/Button/button.css +398 -354
- package/components/Button/button.scss +455 -477
- package/components/CalendarMonth/calendar-month.css +61 -92
- package/components/CalendarMonth/calendar-month.scss +68 -63
- package/components/Card/card.css +100 -194
- package/components/Card/card.scss +121 -237
- package/components/Check/check.css +24 -21
- package/components/Check/check.scss +25 -23
- package/components/ClipboardCopy/clipboard-copy.css +30 -33
- package/components/ClipboardCopy/clipboard-copy.scss +34 -26
- package/components/CodeBlock/code-block.css +22 -9
- package/components/CodeBlock/code-block.scss +22 -10
- package/components/CodeEditor/code-editor.css +94 -72
- package/components/CodeEditor/code-editor.scss +104 -82
- package/components/Content/content.css +7 -7
- package/components/Content/content.scss +7 -7
- package/components/DataList/data-list.css +101 -158
- package/components/DataList/data-list.scss +95 -154
- package/components/DatePicker/date-picker.css +13 -14
- package/components/DatePicker/date-picker.scss +12 -16
- package/components/DescriptionList/description-list.css +39 -34
- package/components/DescriptionList/description-list.scss +25 -25
- package/components/Divider/divider.css +91 -169
- package/components/Divider/divider.scss +60 -77
- package/components/DragDrop/drag-drop.css +18 -14
- package/components/DragDrop/drag-drop.scss +18 -17
- package/components/Drawer/drawer.css +112 -113
- package/components/Drawer/drawer.scss +134 -134
- package/components/Dropdown/dropdown.css +1 -3
- package/components/Dropdown/dropdown.scss +2 -6
- package/components/DualListSelector/dual-list-selector.css +54 -51
- package/components/DualListSelector/dual-list-selector.scss +55 -54
- package/components/EmptyState/empty-state.css +57 -34
- package/components/EmptyState/empty-state.scss +63 -34
- package/components/ExpandableSection/expandable-section.css +64 -62
- package/components/ExpandableSection/expandable-section.scss +73 -76
- package/components/FileUpload/file-upload.css +28 -34
- package/components/FileUpload/file-upload.scss +30 -42
- package/components/Form/form.css +66 -116
- package/components/Form/form.scss +63 -128
- package/components/FormControl/form-control.css +86 -111
- package/components/FormControl/form-control.scss +88 -92
- package/components/HelperText/helper-text.css +28 -34
- package/components/HelperText/helper-text.scss +30 -40
- package/components/Hint/hint.css +28 -21
- package/components/Hint/hint.scss +28 -24
- package/components/Icon/icon.css +154 -18
- package/components/Icon/icon.scss +187 -20
- package/components/InlineEdit/inline-edit.css +8 -7
- package/components/InlineEdit/inline-edit.scss +8 -7
- package/components/InputGroup/input-group.css +22 -38
- package/components/InputGroup/input-group.scss +21 -29
- package/components/JumpLinks/jump-links.css +34 -34
- package/components/JumpLinks/jump-links.scss +35 -36
- package/components/Label/label-group.css +39 -44
- package/components/Label/label-group.scss +39 -45
- package/components/Label/label.css +378 -355
- package/components/Label/label.scss +431 -348
- package/components/List/list.css +16 -16
- package/components/List/list.scss +17 -17
- package/components/Login/login.css +68 -112
- package/components/Login/login.scss +54 -82
- package/components/Masthead/masthead.css +261 -502
- package/components/Masthead/masthead.scss +123 -286
- package/components/Menu/menu.css +388 -417
- package/components/Menu/menu.scss +370 -525
- package/components/MenuToggle/menu-toggle.css +223 -276
- package/components/MenuToggle/menu-toggle.scss +322 -390
- package/components/ModalBox/modal-box.css +59 -52
- package/components/ModalBox/modal-box.scss +57 -53
- package/components/MultipleFileUpload/multiple-file-upload.css +77 -50
- package/components/MultipleFileUpload/multiple-file-upload.scss +82 -53
- package/components/Nav/nav.css +240 -918
- package/components/Nav/nav.scss +300 -1082
- package/components/NotificationBadge/notification-badge.css +4 -4
- package/components/NotificationBadge/notification-badge.scss +4 -4
- package/components/NotificationDrawer/notification-drawer.css +104 -115
- package/components/NotificationDrawer/notification-drawer.scss +106 -116
- package/components/NumberInput/number-input.css +8 -8
- package/components/NumberInput/number-input.scss +7 -12
- package/components/OverflowMenu/overflow-menu.css +17 -47
- package/components/OverflowMenu/overflow-menu.scss +27 -65
- package/components/Page/page.css +56 -164
- package/components/Page/page.scss +60 -154
- package/components/Pagination/pagination.css +57 -124
- package/components/Pagination/pagination.scss +40 -128
- package/components/Panel/panel.css +27 -23
- package/components/Panel/panel.scss +29 -26
- package/components/Popover/popover.css +42 -53
- package/components/Popover/popover.scss +46 -55
- package/components/Progress/progress.css +31 -45
- package/components/Progress/progress.scss +36 -55
- package/components/ProgressStepper/progress-stepper.css +72 -69
- package/components/ProgressStepper/progress-stepper.scss +65 -65
- package/components/Radio/radio.css +27 -20
- package/components/Radio/radio.scss +28 -22
- package/components/Sidebar/sidebar.css +20 -9
- package/components/Sidebar/sidebar.scss +23 -11
- package/components/SimpleList/simple-list.css +32 -52
- package/components/SimpleList/simple-list.scss +37 -51
- package/components/Skeleton/skeleton.css +18 -20
- package/components/Skeleton/skeleton.scss +17 -21
- package/components/SkipToContent/skip-to-content.css +6 -3
- package/components/SkipToContent/skip-to-content.scss +8 -6
- package/components/Slider/slider.css +34 -30
- package/components/Slider/slider.scss +46 -43
- package/components/Spinner/spinner.css +17 -34
- package/components/Spinner/spinner.scss +19 -47
- package/components/Switch/switch.css +42 -38
- package/components/Switch/switch.scss +48 -43
- package/components/TabContent/tab-content.css +17 -11
- package/components/TabContent/tab-content.scss +18 -14
- package/components/Table/table-grid.css +31 -47
- package/components/Table/table-grid.scss +42 -55
- package/components/Table/table-scrollable.css +6 -6
- package/components/Table/table-scrollable.scss +8 -8
- package/components/Table/table-tree-view.css +81 -74
- package/components/Table/table-tree-view.scss +53 -39
- package/components/Table/table.css +159 -264
- package/components/Table/table.scss +216 -351
- package/components/Tabs/tabs.css +142 -175
- package/components/Tabs/tabs.scss +158 -218
- package/components/TextInputGroup/text-input-group.css +0 -14
- package/components/TextInputGroup/text-input-group.scss +3 -16
- package/components/Tile/tile.css +40 -81
- package/components/Tile/tile.scss +38 -84
- package/components/Timestamp/timestamp.css +12 -9
- package/components/Timestamp/timestamp.scss +11 -10
- package/components/Title/title.css +70 -19
- package/components/Title/title.scss +90 -20
- package/components/ToggleGroup/toggle-group.css +54 -48
- package/components/ToggleGroup/toggle-group.scss +62 -50
- package/components/Toolbar/toolbar.css +2527 -1031
- package/components/Toolbar/toolbar.scss +233 -520
- package/components/Tooltip/tooltip.css +16 -18
- package/components/Tooltip/tooltip.scss +20 -24
- package/components/TreeView/tree-view.css +76 -97
- package/components/TreeView/tree-view.scss +82 -113
- package/components/Truncate/truncate.css +4 -0
- package/components/Truncate/truncate.scss +3 -0
- package/components/Wizard/wizard.css +122 -205
- package/components/Wizard/wizard.scss +121 -181
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
- package/docs/components/Accordion/examples/Accordion.md +614 -416
- package/docs/components/ActionList/examples/ActionList.md +73 -22
- package/docs/components/Alert/examples/Alert.md +3 -3
- package/docs/components/Avatar/examples/Avatar.md +5 -19
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +1 -1
- package/docs/components/Badge/examples/Badge.md +21 -0
- package/docs/components/Banner/examples/Banner.md +48 -25
- package/docs/components/Brand/examples/Brand.css +12 -0
- package/docs/components/Brand/examples/Brand.md +51 -32
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +1 -1
- package/docs/components/Button/examples/Button.css +4 -0
- package/docs/components/Button/examples/Button.md +1439 -113
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +44 -220
- package/docs/components/Card/examples/Card.md +550 -133
- package/docs/components/Check/examples/Check.md +1 -0
- package/docs/components/CodeBlock/examples/CodeBlock.md +4 -4
- package/docs/components/CodeEditor/examples/CodeEditor.md +144 -132
- package/docs/components/Content/examples/Content.md +5 -5
- package/docs/components/DatePicker/examples/DatePicker.md +5 -2
- package/docs/components/Divider/examples/Divider.css +3 -1
- package/docs/components/Divider/examples/Divider.md +30 -5
- package/docs/components/DragDrop/examples/DragDrop.css +1 -1
- package/docs/components/Drawer/examples/Drawer.md +294 -256
- package/docs/components/DualListSelector/examples/DualListSelector.md +18 -18
- package/docs/components/EmptyState/examples/EmptyState.md +45 -1
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +49 -28
- package/docs/components/FileUpload/examples/FileUpload.md +112 -53
- package/docs/components/Form/examples/Form.md +134 -89
- package/docs/components/Icon/examples/Icon.md +82 -11
- package/docs/components/InlineEdit/examples/InlineEdit.md +3 -1
- package/docs/components/JumpLinks/examples/JumpLinks.md +280 -168
- package/docs/components/Label/examples/Label.css +4 -0
- package/docs/components/Label/examples/Label.md +3090 -703
- package/docs/components/LogViewer/examples/LogViewer.md +100 -80
- package/docs/components/Login/examples/Login.md +160 -105
- package/docs/components/Masthead/examples/masthead.md +443 -65
- package/docs/components/Menu/examples/Menu.css +7 -11
- package/docs/components/Menu/examples/Menu.md +213 -486
- package/docs/components/MenuToggle/examples/MenuToggle.md +253 -224
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +9 -9
- package/docs/components/Nav/examples/Navigation.css +1 -23
- package/docs/components/Nav/examples/Navigation.md +69 -243
- package/docs/components/Page/examples/Page.css +0 -8
- package/docs/components/Page/examples/Page.md +22 -21
- package/docs/components/Pagination/examples/Pagination.md +663 -637
- package/docs/components/Panel/examples/Panel.md +12 -0
- package/docs/components/Popover/examples/Popover.md +1 -1
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +15 -14
- package/docs/components/Radio/examples/Radio.md +1 -1
- package/docs/components/Sidebar/examples/Sidebar.md +19 -0
- package/docs/components/SimpleList/examples/SimpleList.md +3 -3
- package/docs/components/TabContent/examples/TabContent.md +10 -10
- package/docs/components/Table/examples/Table.md +8 -8
- package/docs/components/Tabs/examples/Tabs.css +1 -1
- package/docs/components/Tabs/examples/Tabs.md +1025 -826
- package/docs/components/Tile/examples/Tile.md +264 -144
- package/docs/components/Title/examples/Title.md +18 -0
- package/docs/components/Toolbar/examples/Toolbar.css +20 -15
- package/docs/components/Toolbar/examples/Toolbar.md +985 -3341
- package/docs/components/TreeView/examples/TreeView.md +7 -57
- package/docs/components/Truncate/examples/Truncate.css +2 -2
- package/docs/components/Wizard/examples/Wizard.md +31 -7
- package/docs/demos/AboutModal/examples/AboutModal.md +116 -35
- package/docs/demos/Alert/examples/Alert.md +366 -99
- package/docs/demos/BackToTop/examples/BackToTop.md +114 -33
- package/docs/demos/Banner/examples/Banner.md +235 -68
- package/docs/demos/Button/examples/Button.md +1 -1
- package/docs/demos/Card/examples/Card.md +2 -2
- package/docs/demos/CardView/examples/CardView.md +256 -192
- package/docs/demos/ContextSelector/examples/ContextSelector.md +414 -107
- package/docs/demos/Dashboard/examples/Dashboard.md +114 -33
- package/docs/demos/DataList/examples/DataList.md +1049 -950
- package/docs/demos/DescriptionList/examples/DescriptionList.md +342 -99
- package/docs/demos/Drawer/examples/Drawer.md +700 -271
- package/docs/demos/Form/examples/BasicForms.md +138 -84
- package/docs/demos/JumpLinks/examples/JumpLinks.md +989 -409
- package/docs/demos/Masthead/examples/Masthead.md +833 -357
- package/docs/demos/Modal/examples/Modal.md +717 -222
- package/docs/demos/Nav/examples/Nav.md +763 -926
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +575 -165
- package/docs/demos/Page/examples/Page.md +1050 -309
- package/docs/demos/Page/examples/Penta.md +73 -31
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +20 -16
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +44 -32
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1276 -861
- package/docs/demos/Skeleton/examples/Skeleton.md +114 -33
- package/docs/demos/Table/examples/Table.md +4002 -3503
- package/docs/demos/Tabs/examples/Tabs.md +711 -219
- package/docs/demos/Toolbar/examples/Toolbar.css +10 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +1350 -1480
- package/docs/demos/Wizard/examples/Wizard.md +1134 -315
- package/docs/layouts/Flex/examples/Flex.md +11 -11
- package/package.json +32 -32
- package/patternfly-base-no-globals-theme-dark-unversioned.css +1021 -868
- package/patternfly-base-no-globals.css +1021 -868
- package/patternfly-base-theme-dark-unversioned.css +1027 -873
- package/patternfly-base.css +1027 -873
- package/patternfly-no-globals.css +9048 -8979
- package/patternfly-theme-dark-unversioned.css +9051 -8981
- package/patternfly.css +9051 -8981
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/mixins.scss +18 -0
- package/base/themes/dark/_variables.scss +0 -102
- package/components/AboutModalBox/themes/dark/about-modal-box.scss +0 -7
- package/components/Accordion/themes/dark/accordion.scss +0 -9
- package/components/Alert/themes/dark/alert.scss +0 -17
- package/components/Badge/themes/dark/badge.scss +0 -9
- package/components/Banner/themes/dark/banner.scss +0 -14
- package/components/Button/themes/dark/button.scss +0 -51
- package/components/CalendarMonth/themes/dark/calendar-month.scss +0 -37
- package/components/Card/themes/dark/card.scss +0 -20
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +0 -19
- package/components/CodeEditor/themes/dark/code-editor.scss +0 -14
- package/components/DataList/themes/dark/data-list.scss +0 -10
- package/components/DatePicker/themes/dark/date-picker.scss +0 -8
- package/components/DragDrop/themes/dark/drag-drop.scss +0 -7
- package/components/Drawer/themes/dark/drawer.scss +0 -13
- package/components/DualListSelector/themes/dark/dual-list-selector.scss +0 -9
- package/components/Form/themes/dark/form.scss +0 -7
- package/components/FormControl/themes/dark/form-control.scss +0 -24
- package/components/HelperText/themes/dark/helper-text.scss +0 -7
- package/components/Hint/themes/dark/hint.scss +0 -8
- package/components/InputGroup/themes/dark/input-group.scss +0 -22
- package/components/Label/themes/dark/label.scss +0 -53
- package/components/Login/themes/dark/login.scss +0 -12
- package/components/Masthead/themes/dark/masthead.scss +0 -14
- package/components/MenuToggle/themes/dark/menu-toggle.scss +0 -27
- package/components/ModalBox/themes/dark/modal-box.scss +0 -7
- package/components/NotificationDrawer/themes/dark/notification-drawer.scss +0 -14
- package/components/Page/themes/dark/page.scss +0 -69
- package/components/Pagination/themes/dark/pagination.scss +0 -7
- package/components/Panel/themes/dark/panel.scss +0 -7
- package/components/Popover/themes/dark/popover.scss +0 -11
- package/components/Progress/themes/dark/progress.scss +0 -9
- package/components/SimpleList/themes/dark/simple-list.scss +0 -14
- package/components/Skeleton/themes/dark/skeleton.scss +0 -10
- package/components/Switch/themes/dark/switch.scss +0 -11
- package/components/Tabs/themes/dark/tabs.scss +0 -10
- package/components/TextInputGroup/themes/dark/text-input-group.scss +0 -11
- package/components/Tile/themes/dark/tile.scss +0 -10
- package/components/ToggleGroup/themes/dark/toggle-group.scss +0 -12
- package/components/Tooltip/themes/dark/tooltip.scss +0 -8
- package/components/TreeView/themes/dark/tree-view.scss +0 -8
- package/components/Wizard/themes/dark/wizard.scss +0 -12
- package/docs/components/Avatar/examples/Avatar.css +0 -3
|
@@ -26,23 +26,117 @@ wrapperTag: div
|
|
|
26
26
|
</span>
|
|
27
27
|
<div class="pf-v5-c-masthead__main">
|
|
28
28
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
29
|
-
<
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
30
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
31
|
+
<defs>
|
|
32
|
+
<linearGradient
|
|
33
|
+
x1="68%"
|
|
34
|
+
y1="2.25860997e-13%"
|
|
35
|
+
x2="32%"
|
|
36
|
+
y2="100%"
|
|
37
|
+
id="linearGradient-data-list-basic-example-masthead"
|
|
38
|
+
>
|
|
39
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
40
|
+
<stop
|
|
41
|
+
stop-color="#73BCF7"
|
|
42
|
+
stop-opacity="0.502212631"
|
|
43
|
+
offset="100%"
|
|
44
|
+
/>
|
|
45
|
+
</linearGradient>
|
|
46
|
+
</defs>
|
|
47
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
48
|
+
<g
|
|
49
|
+
transform="translate(206.000000, 45.750000)"
|
|
50
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
51
|
+
fill-rule="nonzero"
|
|
52
|
+
>
|
|
53
|
+
<path
|
|
54
|
+
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"
|
|
55
|
+
/>
|
|
56
|
+
<path
|
|
57
|
+
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"
|
|
58
|
+
/>
|
|
59
|
+
<path
|
|
60
|
+
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"
|
|
61
|
+
/>
|
|
62
|
+
<path
|
|
63
|
+
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"
|
|
64
|
+
/>
|
|
65
|
+
<path
|
|
66
|
+
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"
|
|
67
|
+
/>
|
|
68
|
+
<path
|
|
69
|
+
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"
|
|
70
|
+
/>
|
|
71
|
+
<path
|
|
72
|
+
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"
|
|
73
|
+
/>
|
|
74
|
+
<polygon
|
|
75
|
+
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"
|
|
76
|
+
/>
|
|
77
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
78
|
+
<path
|
|
79
|
+
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"
|
|
80
|
+
/>
|
|
81
|
+
</g>
|
|
82
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
83
|
+
<path
|
|
84
|
+
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"
|
|
85
|
+
fill="#0066CC"
|
|
86
|
+
/>
|
|
87
|
+
<path
|
|
88
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
89
|
+
fill="url(#linearGradient-data-list-basic-example-masthead)"
|
|
90
|
+
/>
|
|
91
|
+
<path
|
|
92
|
+
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"
|
|
93
|
+
fill="url(#linearGradient-data-list-basic-example-masthead)"
|
|
94
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
95
|
+
/>
|
|
96
|
+
</g>
|
|
97
|
+
</g>
|
|
98
|
+
</svg>
|
|
35
99
|
</a>
|
|
36
100
|
</div>
|
|
37
101
|
<div class="pf-v5-c-masthead__content">
|
|
38
102
|
<div
|
|
39
|
-
class="pf-v5-c-toolbar pf-m-
|
|
103
|
+
class="pf-v5-c-toolbar pf-m-static"
|
|
40
104
|
id="data-list-basic-example-masthead-toolbar"
|
|
41
105
|
>
|
|
42
106
|
<div class="pf-v5-c-toolbar__content">
|
|
43
107
|
<div class="pf-v5-c-toolbar__content-section">
|
|
108
|
+
<div class="pf-v5-c-toolbar__item">
|
|
109
|
+
<button
|
|
110
|
+
class="pf-v5-c-menu-toggle"
|
|
111
|
+
type="button"
|
|
112
|
+
aria-expanded="false"
|
|
113
|
+
>
|
|
114
|
+
<span class="pf-v5-c-menu-toggle__text">Overview</span>
|
|
115
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
116
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
117
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
118
|
+
</span>
|
|
119
|
+
</span>
|
|
120
|
+
</button>
|
|
121
|
+
</div>
|
|
122
|
+
|
|
123
|
+
<div class="pf-v5-c-toolbar__item">
|
|
124
|
+
<button
|
|
125
|
+
class="pf-v5-c-menu-toggle"
|
|
126
|
+
type="button"
|
|
127
|
+
aria-expanded="false"
|
|
128
|
+
>
|
|
129
|
+
<span class="pf-v5-c-menu-toggle__text">Services</span>
|
|
130
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
131
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
132
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
133
|
+
</span>
|
|
134
|
+
</span>
|
|
135
|
+
</button>
|
|
136
|
+
</div>
|
|
137
|
+
|
|
44
138
|
<div
|
|
45
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-
|
|
139
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
46
140
|
>
|
|
47
141
|
<div
|
|
48
142
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -54,7 +148,9 @@ wrapperTag: div
|
|
|
54
148
|
aria-expanded="false"
|
|
55
149
|
aria-label="Application launcher"
|
|
56
150
|
>
|
|
57
|
-
<
|
|
151
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
152
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
153
|
+
</span>
|
|
58
154
|
</button>
|
|
59
155
|
</div>
|
|
60
156
|
<div class="pf-v5-c-toolbar__item">
|
|
@@ -64,7 +160,9 @@ wrapperTag: div
|
|
|
64
160
|
aria-expanded="false"
|
|
65
161
|
aria-label="Settings"
|
|
66
162
|
>
|
|
67
|
-
<
|
|
163
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
164
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
165
|
+
</span>
|
|
68
166
|
</button>
|
|
69
167
|
</div>
|
|
70
168
|
<div class="pf-v5-c-toolbar__item">
|
|
@@ -74,7 +172,9 @@ wrapperTag: div
|
|
|
74
172
|
aria-expanded="false"
|
|
75
173
|
aria-label="Help"
|
|
76
174
|
>
|
|
77
|
-
<
|
|
175
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
176
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
177
|
+
</span>
|
|
78
178
|
</button>
|
|
79
179
|
</div>
|
|
80
180
|
</div>
|
|
@@ -85,31 +185,12 @@ wrapperTag: div
|
|
|
85
185
|
aria-expanded="false"
|
|
86
186
|
aria-label="Actions"
|
|
87
187
|
>
|
|
88
|
-
<
|
|
188
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
189
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
190
|
+
</span>
|
|
89
191
|
</button>
|
|
90
192
|
</div>
|
|
91
193
|
</div>
|
|
92
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
93
|
-
<button
|
|
94
|
-
class="pf-v5-c-menu-toggle pf-m-full-height"
|
|
95
|
-
type="button"
|
|
96
|
-
aria-expanded="false"
|
|
97
|
-
>
|
|
98
|
-
<span class="pf-v5-c-menu-toggle__icon">
|
|
99
|
-
<img
|
|
100
|
-
class="pf-v5-c-avatar"
|
|
101
|
-
alt="Avatar image"
|
|
102
|
-
src="/assets/images/img_avatar-light.svg"
|
|
103
|
-
/>
|
|
104
|
-
</span>
|
|
105
|
-
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
106
|
-
<span class="pf-v5-c-menu-toggle__controls">
|
|
107
|
-
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
108
|
-
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
109
|
-
</span>
|
|
110
|
-
</span>
|
|
111
|
-
</button>
|
|
112
|
-
</div>
|
|
113
194
|
</div>
|
|
114
195
|
</div>
|
|
115
196
|
</div>
|
|
@@ -199,114 +280,47 @@ wrapperTag: div
|
|
|
199
280
|
class="pf-v5-c-page__main-section pf-m-no-padding pf-m-padding-on-xl"
|
|
200
281
|
>
|
|
201
282
|
<div class="pf-v5-c-card">
|
|
202
|
-
<div class="pf-v5-c-toolbar">
|
|
283
|
+
<div class="pf-v5-c-toolbar" id="data-list-basic-example-toolbar">
|
|
203
284
|
<div class="pf-v5-c-toolbar__content">
|
|
204
285
|
<div class="pf-v5-c-toolbar__content-section pf-m-nowrap">
|
|
205
286
|
<div class="pf-v5-c-toolbar__item pf-m-bulk-select">
|
|
206
|
-
<div
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
class="pf-v5-c-dropdown__toggle-button"
|
|
224
|
-
type="button"
|
|
225
|
-
aria-expanded="false"
|
|
226
|
-
id="-bulk-select-toggle-button"
|
|
227
|
-
aria-label="Dropdown toggle"
|
|
228
|
-
>
|
|
229
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
230
|
-
</button>
|
|
231
|
-
</div>
|
|
232
|
-
<ul class="pf-v5-c-dropdown__menu" hidden role="menu">
|
|
233
|
-
<li role="none">
|
|
234
|
-
<button
|
|
235
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
236
|
-
role="menuitem"
|
|
237
|
-
type="button"
|
|
238
|
-
>Select all</button>
|
|
239
|
-
</li>
|
|
240
|
-
<li role="none">
|
|
241
|
-
<button
|
|
242
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
243
|
-
role="menuitem"
|
|
244
|
-
type="button"
|
|
245
|
-
>Select none</button>
|
|
246
|
-
</li>
|
|
247
|
-
<li role="none">
|
|
248
|
-
<button
|
|
249
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
250
|
-
role="menuitem"
|
|
251
|
-
type="button"
|
|
252
|
-
>Other action</button>
|
|
253
|
-
</li>
|
|
254
|
-
</ul>
|
|
255
|
-
</div>
|
|
256
|
-
</div>
|
|
257
|
-
|
|
258
|
-
<div class="pf-v5-c-toolbar__item">
|
|
259
|
-
<div class="pf-v5-c-context-selector">
|
|
260
|
-
<span id="-context-selector-label" hidden>Selected project:</span>
|
|
287
|
+
<div
|
|
288
|
+
class="pf-v5-c-menu-toggle pf-m-split-button"
|
|
289
|
+
id="data-list-basic-example-toolbar-check"
|
|
290
|
+
>
|
|
291
|
+
<label
|
|
292
|
+
class="pf-v5-c-check pf-m-standalone"
|
|
293
|
+
id="data-list-basic-example-toolbar-check-check"
|
|
294
|
+
for="data-list-basic-example-toolbar-check-check-input"
|
|
295
|
+
>
|
|
296
|
+
<input
|
|
297
|
+
class="pf-v5-c-check__input"
|
|
298
|
+
type="checkbox"
|
|
299
|
+
id="data-list-basic-example-toolbar-check-check-input"
|
|
300
|
+
name="data-list-basic-example-toolbar-check-check-input"
|
|
301
|
+
aria-label="Standalone check"
|
|
302
|
+
/>
|
|
303
|
+
</label>
|
|
261
304
|
<button
|
|
262
|
-
class="pf-v5-c-
|
|
305
|
+
class="pf-v5-c-menu-toggle__button"
|
|
306
|
+
type="button"
|
|
263
307
|
aria-expanded="false"
|
|
264
|
-
id="-
|
|
265
|
-
aria-
|
|
308
|
+
id="data-list-basic-example-toolbar-menu-toggle-toggle-button"
|
|
309
|
+
aria-label="Menu toggle"
|
|
266
310
|
>
|
|
267
|
-
<span
|
|
268
|
-
class="pf-v5-c-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
311
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
312
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
313
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
314
|
+
</span>
|
|
272
315
|
</span>
|
|
273
316
|
</button>
|
|
274
|
-
<div class="pf-v5-c-context-selector__menu" hidden>
|
|
275
|
-
<div class="pf-v5-c-context-selector__menu-search">
|
|
276
|
-
<div class="pf-v5-c-text-input-group">
|
|
277
|
-
<div class="pf-v5-c-text-input-group__main pf-m-icon">
|
|
278
|
-
<span class="pf-v5-c-text-input-group__text">
|
|
279
|
-
<span class="pf-v5-c-text-input-group__icon">
|
|
280
|
-
<i class="fas fa-fw fa-search"></i>
|
|
281
|
-
</span>
|
|
282
|
-
<input
|
|
283
|
-
class="pf-v5-c-text-input-group__text-input"
|
|
284
|
-
type="text"
|
|
285
|
-
placeholder="Search"
|
|
286
|
-
value
|
|
287
|
-
aria-label="Search input"
|
|
288
|
-
/>
|
|
289
|
-
</span>
|
|
290
|
-
</div>
|
|
291
|
-
</div>
|
|
292
|
-
</div>
|
|
293
|
-
<ul class="pf-v5-c-context-selector__menu-list" role="menu">
|
|
294
|
-
<li>My project</li>
|
|
295
|
-
<li>OpenShift cluster</li>
|
|
296
|
-
<li>Production Ansible</li>
|
|
297
|
-
<li>AWS</li>
|
|
298
|
-
<li>Azure</li>
|
|
299
|
-
<li>My project</li>
|
|
300
|
-
<li>OpenShift cluster</li>
|
|
301
|
-
<li>Production Ansible</li>
|
|
302
|
-
<li>AWS</li>
|
|
303
|
-
<li>Azure</li>
|
|
304
|
-
</ul>
|
|
305
|
-
</div>
|
|
306
317
|
</div>
|
|
307
318
|
</div>
|
|
308
319
|
|
|
309
|
-
<div
|
|
320
|
+
<div
|
|
321
|
+
class="pf-v5-c-overflow-menu"
|
|
322
|
+
id="data-list-basic-example-toolbar-overflow-menu"
|
|
323
|
+
>
|
|
310
324
|
<div
|
|
311
325
|
class="pf-v5-c-overflow-menu__content pf-v5-u-display-none pf-v5-u-display-flex-on-lg"
|
|
312
326
|
>
|
|
@@ -324,7 +338,7 @@ wrapperTag: div
|
|
|
324
338
|
<button
|
|
325
339
|
class="pf-v5-c-button pf-v5-c-dropdown__toggle pf-m-plain"
|
|
326
340
|
type="button"
|
|
327
|
-
id="-overflow-menu-dropdown-toggle"
|
|
341
|
+
id="data-list-basic-example-toolbar-overflow-menu-dropdown-toggle"
|
|
328
342
|
aria-label="Dropdown with additional options"
|
|
329
343
|
aria-expanded="false"
|
|
330
344
|
>
|
|
@@ -333,7 +347,7 @@ wrapperTag: div
|
|
|
333
347
|
<ul
|
|
334
348
|
class="pf-v5-c-dropdown__menu"
|
|
335
349
|
role="menu"
|
|
336
|
-
aria-labelledby="-overflow-menu-dropdown-toggle"
|
|
350
|
+
aria-labelledby="data-list-basic-example-toolbar-overflow-menu-dropdown-toggle"
|
|
337
351
|
hidden
|
|
338
352
|
>
|
|
339
353
|
<li role="none">
|
|
@@ -349,55 +363,57 @@ wrapperTag: div
|
|
|
349
363
|
|
|
350
364
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
351
365
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
352
|
-
<div class="pf-v5-c-
|
|
353
|
-
<
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
<
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
<
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
<
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
<
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
<
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
<
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
366
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
367
|
+
<div class="pf-v5-c-options-menu">
|
|
368
|
+
<button
|
|
369
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
370
|
+
type="button"
|
|
371
|
+
id="data-list-basic-example-toolbar-top-pagination-toggle"
|
|
372
|
+
aria-haspopup="listbox"
|
|
373
|
+
aria-expanded="false"
|
|
374
|
+
>
|
|
375
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
376
|
+
<b>1 - 10</b> of
|
|
377
|
+
<b>36</b>
|
|
378
|
+
</span>
|
|
379
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
380
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
381
|
+
</div>
|
|
382
|
+
</button>
|
|
383
|
+
<ul
|
|
384
|
+
class="pf-v5-c-options-menu__menu"
|
|
385
|
+
role="menu"
|
|
386
|
+
aria-labelledby="data-list-basic-example-toolbar-top-pagination-toggle"
|
|
387
|
+
hidden
|
|
388
|
+
>
|
|
389
|
+
<li role="none">
|
|
390
|
+
<button
|
|
391
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
392
|
+
type="button"
|
|
393
|
+
role="menuitem"
|
|
394
|
+
>5 per page</button>
|
|
395
|
+
</li>
|
|
396
|
+
<li role="none">
|
|
397
|
+
<button
|
|
398
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
399
|
+
type="button"
|
|
400
|
+
role="menuitem"
|
|
401
|
+
>
|
|
402
|
+
10 per page
|
|
403
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
404
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
405
|
+
</div>
|
|
406
|
+
</button>
|
|
407
|
+
</li>
|
|
408
|
+
<li role="none">
|
|
409
|
+
<button
|
|
410
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
411
|
+
type="button"
|
|
412
|
+
role="menuitem"
|
|
413
|
+
>20 per page</button>
|
|
414
|
+
</li>
|
|
415
|
+
</ul>
|
|
416
|
+
</div>
|
|
401
417
|
</div>
|
|
402
418
|
<nav
|
|
403
419
|
class="pf-v5-c-pagination__nav"
|
|
@@ -429,7 +445,7 @@ wrapperTag: div
|
|
|
429
445
|
|
|
430
446
|
<div
|
|
431
447
|
class="pf-v5-c-toolbar__expandable-content pf-m-hidden"
|
|
432
|
-
id="-expandable-content"
|
|
448
|
+
id="data-list-basic-example-toolbar-expandable-content"
|
|
433
449
|
hidden
|
|
434
450
|
></div>
|
|
435
451
|
</div>
|
|
@@ -765,55 +781,57 @@ wrapperTag: div
|
|
|
765
781
|
</li>
|
|
766
782
|
</ul>
|
|
767
783
|
<div class="pf-v5-c-pagination pf-m-bottom">
|
|
768
|
-
<div class="pf-v5-c-
|
|
769
|
-
<
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
<
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
<
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
<
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
<
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
<
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
<
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
784
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
785
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
786
|
+
<button
|
|
787
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
788
|
+
type="button"
|
|
789
|
+
id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
790
|
+
aria-haspopup="listbox"
|
|
791
|
+
aria-expanded="false"
|
|
792
|
+
>
|
|
793
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
794
|
+
<b>1 - 10</b> of
|
|
795
|
+
<b>36</b>
|
|
796
|
+
</span>
|
|
797
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
798
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
799
|
+
</div>
|
|
800
|
+
</button>
|
|
801
|
+
<ul
|
|
802
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
803
|
+
role="menu"
|
|
804
|
+
aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
805
|
+
hidden
|
|
806
|
+
>
|
|
807
|
+
<li role="none">
|
|
808
|
+
<button
|
|
809
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
810
|
+
type="button"
|
|
811
|
+
role="menuitem"
|
|
812
|
+
>5 per page</button>
|
|
813
|
+
</li>
|
|
814
|
+
<li role="none">
|
|
815
|
+
<button
|
|
816
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
817
|
+
type="button"
|
|
818
|
+
role="menuitem"
|
|
819
|
+
>
|
|
820
|
+
10 per page
|
|
821
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
822
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
823
|
+
</div>
|
|
824
|
+
</button>
|
|
825
|
+
</li>
|
|
826
|
+
<li role="none">
|
|
827
|
+
<button
|
|
828
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
829
|
+
type="button"
|
|
830
|
+
role="menuitem"
|
|
831
|
+
>20 per page</button>
|
|
832
|
+
</li>
|
|
833
|
+
</ul>
|
|
834
|
+
</div>
|
|
817
835
|
</div>
|
|
818
836
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
819
837
|
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|
|
@@ -897,23 +915,117 @@ wrapperTag: div
|
|
|
897
915
|
</span>
|
|
898
916
|
<div class="pf-v5-c-masthead__main">
|
|
899
917
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
900
|
-
<
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
918
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
919
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
920
|
+
<defs>
|
|
921
|
+
<linearGradient
|
|
922
|
+
x1="68%"
|
|
923
|
+
y1="2.25860997e-13%"
|
|
924
|
+
x2="32%"
|
|
925
|
+
y2="100%"
|
|
926
|
+
id="linearGradient-data-list-actionable-example-masthead"
|
|
927
|
+
>
|
|
928
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
929
|
+
<stop
|
|
930
|
+
stop-color="#73BCF7"
|
|
931
|
+
stop-opacity="0.502212631"
|
|
932
|
+
offset="100%"
|
|
933
|
+
/>
|
|
934
|
+
</linearGradient>
|
|
935
|
+
</defs>
|
|
936
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
937
|
+
<g
|
|
938
|
+
transform="translate(206.000000, 45.750000)"
|
|
939
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
940
|
+
fill-rule="nonzero"
|
|
941
|
+
>
|
|
942
|
+
<path
|
|
943
|
+
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"
|
|
944
|
+
/>
|
|
945
|
+
<path
|
|
946
|
+
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"
|
|
947
|
+
/>
|
|
948
|
+
<path
|
|
949
|
+
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"
|
|
950
|
+
/>
|
|
951
|
+
<path
|
|
952
|
+
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"
|
|
953
|
+
/>
|
|
954
|
+
<path
|
|
955
|
+
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"
|
|
956
|
+
/>
|
|
957
|
+
<path
|
|
958
|
+
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"
|
|
959
|
+
/>
|
|
960
|
+
<path
|
|
961
|
+
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"
|
|
962
|
+
/>
|
|
963
|
+
<polygon
|
|
964
|
+
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"
|
|
965
|
+
/>
|
|
966
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
967
|
+
<path
|
|
968
|
+
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"
|
|
969
|
+
/>
|
|
970
|
+
</g>
|
|
971
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
972
|
+
<path
|
|
973
|
+
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"
|
|
974
|
+
fill="#0066CC"
|
|
975
|
+
/>
|
|
976
|
+
<path
|
|
977
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
978
|
+
fill="url(#linearGradient-data-list-actionable-example-masthead)"
|
|
979
|
+
/>
|
|
980
|
+
<path
|
|
981
|
+
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"
|
|
982
|
+
fill="url(#linearGradient-data-list-actionable-example-masthead)"
|
|
983
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
984
|
+
/>
|
|
985
|
+
</g>
|
|
986
|
+
</g>
|
|
987
|
+
</svg>
|
|
906
988
|
</a>
|
|
907
989
|
</div>
|
|
908
990
|
<div class="pf-v5-c-masthead__content">
|
|
909
991
|
<div
|
|
910
|
-
class="pf-v5-c-toolbar pf-m-
|
|
992
|
+
class="pf-v5-c-toolbar pf-m-static"
|
|
911
993
|
id="data-list-actionable-example-masthead-toolbar"
|
|
912
994
|
>
|
|
913
995
|
<div class="pf-v5-c-toolbar__content">
|
|
914
996
|
<div class="pf-v5-c-toolbar__content-section">
|
|
997
|
+
<div class="pf-v5-c-toolbar__item">
|
|
998
|
+
<button
|
|
999
|
+
class="pf-v5-c-menu-toggle"
|
|
1000
|
+
type="button"
|
|
1001
|
+
aria-expanded="false"
|
|
1002
|
+
>
|
|
1003
|
+
<span class="pf-v5-c-menu-toggle__text">Overview</span>
|
|
1004
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
1005
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1006
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1007
|
+
</span>
|
|
1008
|
+
</span>
|
|
1009
|
+
</button>
|
|
1010
|
+
</div>
|
|
1011
|
+
|
|
1012
|
+
<div class="pf-v5-c-toolbar__item">
|
|
1013
|
+
<button
|
|
1014
|
+
class="pf-v5-c-menu-toggle"
|
|
1015
|
+
type="button"
|
|
1016
|
+
aria-expanded="false"
|
|
1017
|
+
>
|
|
1018
|
+
<span class="pf-v5-c-menu-toggle__text">Services</span>
|
|
1019
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
1020
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1021
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1022
|
+
</span>
|
|
1023
|
+
</span>
|
|
1024
|
+
</button>
|
|
1025
|
+
</div>
|
|
1026
|
+
|
|
915
1027
|
<div
|
|
916
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-
|
|
1028
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
917
1029
|
>
|
|
918
1030
|
<div
|
|
919
1031
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -925,7 +1037,9 @@ wrapperTag: div
|
|
|
925
1037
|
aria-expanded="false"
|
|
926
1038
|
aria-label="Application launcher"
|
|
927
1039
|
>
|
|
928
|
-
<
|
|
1040
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
1041
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1042
|
+
</span>
|
|
929
1043
|
</button>
|
|
930
1044
|
</div>
|
|
931
1045
|
<div class="pf-v5-c-toolbar__item">
|
|
@@ -935,7 +1049,9 @@ wrapperTag: div
|
|
|
935
1049
|
aria-expanded="false"
|
|
936
1050
|
aria-label="Settings"
|
|
937
1051
|
>
|
|
938
|
-
<
|
|
1052
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
1053
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1054
|
+
</span>
|
|
939
1055
|
</button>
|
|
940
1056
|
</div>
|
|
941
1057
|
<div class="pf-v5-c-toolbar__item">
|
|
@@ -945,7 +1061,9 @@ wrapperTag: div
|
|
|
945
1061
|
aria-expanded="false"
|
|
946
1062
|
aria-label="Help"
|
|
947
1063
|
>
|
|
948
|
-
<
|
|
1064
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
1065
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1066
|
+
</span>
|
|
949
1067
|
</button>
|
|
950
1068
|
</div>
|
|
951
1069
|
</div>
|
|
@@ -956,31 +1074,12 @@ wrapperTag: div
|
|
|
956
1074
|
aria-expanded="false"
|
|
957
1075
|
aria-label="Actions"
|
|
958
1076
|
>
|
|
959
|
-
<
|
|
1077
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
1078
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1079
|
+
</span>
|
|
960
1080
|
</button>
|
|
961
1081
|
</div>
|
|
962
1082
|
</div>
|
|
963
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
964
|
-
<button
|
|
965
|
-
class="pf-v5-c-menu-toggle pf-m-full-height"
|
|
966
|
-
type="button"
|
|
967
|
-
aria-expanded="false"
|
|
968
|
-
>
|
|
969
|
-
<span class="pf-v5-c-menu-toggle__icon">
|
|
970
|
-
<img
|
|
971
|
-
class="pf-v5-c-avatar"
|
|
972
|
-
alt="Avatar image"
|
|
973
|
-
src="/assets/images/img_avatar-light.svg"
|
|
974
|
-
/>
|
|
975
|
-
</span>
|
|
976
|
-
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
977
|
-
<span class="pf-v5-c-menu-toggle__controls">
|
|
978
|
-
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
979
|
-
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
980
|
-
</span>
|
|
981
|
-
</span>
|
|
982
|
-
</button>
|
|
983
|
-
</div>
|
|
984
1083
|
</div>
|
|
985
1084
|
</div>
|
|
986
1085
|
</div>
|
|
@@ -1070,132 +1169,64 @@ wrapperTag: div
|
|
|
1070
1169
|
class="pf-v5-c-page__main-section pf-m-no-padding pf-m-padding-on-xl"
|
|
1071
1170
|
>
|
|
1072
1171
|
<div class="pf-v5-c-card">
|
|
1073
|
-
<div class="pf-v5-c-toolbar">
|
|
1172
|
+
<div class="pf-v5-c-toolbar" id="data-list-actionable-example-toolbar">
|
|
1074
1173
|
<div class="pf-v5-c-toolbar__content">
|
|
1075
1174
|
<div class="pf-v5-c-toolbar__content-section pf-m-nowrap">
|
|
1076
1175
|
<div
|
|
1077
1176
|
class="pf-v5-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
|
|
1078
1177
|
>
|
|
1079
|
-
<div class="pf-v5-c-toolbar__toggle">
|
|
1178
|
+
<div class="pf-v5-c-toolbar__toggle pf-m-show">
|
|
1080
1179
|
<button
|
|
1081
|
-
class="pf-v5-c-
|
|
1180
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
1082
1181
|
type="button"
|
|
1083
|
-
aria-label="Show filters"
|
|
1084
1182
|
aria-expanded="false"
|
|
1085
|
-
aria-
|
|
1183
|
+
aria-label="Show filters"
|
|
1184
|
+
aria-controls="data-list-actionable-example-toolbar-expandable-content"
|
|
1086
1185
|
>
|
|
1087
|
-
<
|
|
1186
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
1187
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
1188
|
+
</span>
|
|
1088
1189
|
</button>
|
|
1089
1190
|
</div>
|
|
1090
1191
|
<div class="pf-v5-c-toolbar__item pf-m-bulk-select">
|
|
1091
|
-
<div
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
class="pf-v5-c-dropdown__toggle-button"
|
|
1109
|
-
type="button"
|
|
1110
|
-
aria-expanded="false"
|
|
1111
|
-
id="-bulk-select-toggle-button"
|
|
1112
|
-
aria-label="Dropdown toggle"
|
|
1113
|
-
>
|
|
1114
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1115
|
-
</button>
|
|
1116
|
-
</div>
|
|
1117
|
-
<ul class="pf-v5-c-dropdown__menu" hidden role="menu">
|
|
1118
|
-
<li role="none">
|
|
1119
|
-
<button
|
|
1120
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
1121
|
-
role="menuitem"
|
|
1122
|
-
type="button"
|
|
1123
|
-
>Select all</button>
|
|
1124
|
-
</li>
|
|
1125
|
-
<li role="none">
|
|
1126
|
-
<button
|
|
1127
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
1128
|
-
role="menuitem"
|
|
1129
|
-
type="button"
|
|
1130
|
-
>Select none</button>
|
|
1131
|
-
</li>
|
|
1132
|
-
<li role="none">
|
|
1133
|
-
<button
|
|
1134
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
1135
|
-
role="menuitem"
|
|
1136
|
-
type="button"
|
|
1137
|
-
>Other action</button>
|
|
1138
|
-
</li>
|
|
1139
|
-
</ul>
|
|
1140
|
-
</div>
|
|
1141
|
-
</div>
|
|
1142
|
-
|
|
1143
|
-
<div class="pf-v5-c-toolbar__item">
|
|
1144
|
-
<div class="pf-v5-c-context-selector">
|
|
1145
|
-
<span id="-context-selector-label" hidden>Selected project:</span>
|
|
1192
|
+
<div
|
|
1193
|
+
class="pf-v5-c-menu-toggle pf-m-split-button"
|
|
1194
|
+
id="data-list-actionable-example-toolbar-check"
|
|
1195
|
+
>
|
|
1196
|
+
<label
|
|
1197
|
+
class="pf-v5-c-check pf-m-standalone"
|
|
1198
|
+
id="data-list-actionable-example-toolbar-check-check"
|
|
1199
|
+
for="data-list-actionable-example-toolbar-check-check-input"
|
|
1200
|
+
>
|
|
1201
|
+
<input
|
|
1202
|
+
class="pf-v5-c-check__input"
|
|
1203
|
+
type="checkbox"
|
|
1204
|
+
id="data-list-actionable-example-toolbar-check-check-input"
|
|
1205
|
+
name="data-list-actionable-example-toolbar-check-check-input"
|
|
1206
|
+
aria-label="Standalone check"
|
|
1207
|
+
/>
|
|
1208
|
+
</label>
|
|
1146
1209
|
<button
|
|
1147
|
-
class="pf-v5-c-
|
|
1210
|
+
class="pf-v5-c-menu-toggle__button"
|
|
1211
|
+
type="button"
|
|
1148
1212
|
aria-expanded="false"
|
|
1149
|
-
id="-
|
|
1150
|
-
aria-
|
|
1213
|
+
id="data-list-actionable-example-toolbar-menu-toggle-toggle-button"
|
|
1214
|
+
aria-label="Menu toggle"
|
|
1151
1215
|
>
|
|
1152
|
-
<span
|
|
1153
|
-
class="pf-v5-c-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1216
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
1217
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1218
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1219
|
+
</span>
|
|
1157
1220
|
</span>
|
|
1158
1221
|
</button>
|
|
1159
|
-
<div class="pf-v5-c-context-selector__menu" hidden>
|
|
1160
|
-
<div class="pf-v5-c-context-selector__menu-search">
|
|
1161
|
-
<div class="pf-v5-c-text-input-group">
|
|
1162
|
-
<div class="pf-v5-c-text-input-group__main pf-m-icon">
|
|
1163
|
-
<span class="pf-v5-c-text-input-group__text">
|
|
1164
|
-
<span class="pf-v5-c-text-input-group__icon">
|
|
1165
|
-
<i class="fas fa-fw fa-search"></i>
|
|
1166
|
-
</span>
|
|
1167
|
-
<input
|
|
1168
|
-
class="pf-v5-c-text-input-group__text-input"
|
|
1169
|
-
type="text"
|
|
1170
|
-
placeholder="Search"
|
|
1171
|
-
value
|
|
1172
|
-
aria-label="Search input"
|
|
1173
|
-
/>
|
|
1174
|
-
</span>
|
|
1175
|
-
</div>
|
|
1176
|
-
</div>
|
|
1177
|
-
</div>
|
|
1178
|
-
<ul
|
|
1179
|
-
class="pf-v5-c-context-selector__menu-list"
|
|
1180
|
-
role="menu"
|
|
1181
|
-
>
|
|
1182
|
-
<li>My project</li>
|
|
1183
|
-
<li>OpenShift cluster</li>
|
|
1184
|
-
<li>Production Ansible</li>
|
|
1185
|
-
<li>AWS</li>
|
|
1186
|
-
<li>Azure</li>
|
|
1187
|
-
<li>My project</li>
|
|
1188
|
-
<li>OpenShift cluster</li>
|
|
1189
|
-
<li>Production Ansible</li>
|
|
1190
|
-
<li>AWS</li>
|
|
1191
|
-
<li>Azure</li>
|
|
1192
|
-
</ul>
|
|
1193
|
-
</div>
|
|
1194
1222
|
</div>
|
|
1195
1223
|
</div>
|
|
1196
1224
|
</div>
|
|
1197
1225
|
|
|
1198
|
-
<div
|
|
1226
|
+
<div
|
|
1227
|
+
class="pf-v5-c-overflow-menu"
|
|
1228
|
+
id="data-list-actionable-example-toolbar-overflow-menu"
|
|
1229
|
+
>
|
|
1199
1230
|
<div
|
|
1200
1231
|
class="pf-v5-c-overflow-menu__content pf-v5-u-display-none pf-v5-u-display-flex-on-lg"
|
|
1201
1232
|
>
|
|
@@ -1220,7 +1251,7 @@ wrapperTag: div
|
|
|
1220
1251
|
<button
|
|
1221
1252
|
class="pf-v5-c-button pf-v5-c-dropdown__toggle pf-m-plain"
|
|
1222
1253
|
type="button"
|
|
1223
|
-
id="-overflow-menu-dropdown-toggle"
|
|
1254
|
+
id="data-list-actionable-example-toolbar-overflow-menu-dropdown-toggle"
|
|
1224
1255
|
aria-label="Dropdown with additional options"
|
|
1225
1256
|
aria-expanded="false"
|
|
1226
1257
|
>
|
|
@@ -1229,7 +1260,7 @@ wrapperTag: div
|
|
|
1229
1260
|
<ul
|
|
1230
1261
|
class="pf-v5-c-dropdown__menu"
|
|
1231
1262
|
role="menu"
|
|
1232
|
-
aria-labelledby="-overflow-menu-dropdown-toggle"
|
|
1263
|
+
aria-labelledby="data-list-actionable-example-toolbar-overflow-menu-dropdown-toggle"
|
|
1233
1264
|
hidden
|
|
1234
1265
|
>
|
|
1235
1266
|
<li role="none">
|
|
@@ -1245,55 +1276,57 @@ wrapperTag: div
|
|
|
1245
1276
|
|
|
1246
1277
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
1247
1278
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
1248
|
-
<div class="pf-v5-c-
|
|
1249
|
-
<
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
<
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
<
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
<
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
<
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
<
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
<
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1279
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
1280
|
+
<div class="pf-v5-c-options-menu">
|
|
1281
|
+
<button
|
|
1282
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
1283
|
+
type="button"
|
|
1284
|
+
id="data-list-actionable-example-toolbar-top-pagination-toggle"
|
|
1285
|
+
aria-haspopup="listbox"
|
|
1286
|
+
aria-expanded="false"
|
|
1287
|
+
>
|
|
1288
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
1289
|
+
<b>1 - 10</b> of
|
|
1290
|
+
<b>36</b>
|
|
1291
|
+
</span>
|
|
1292
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
1293
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1294
|
+
</div>
|
|
1295
|
+
</button>
|
|
1296
|
+
<ul
|
|
1297
|
+
class="pf-v5-c-options-menu__menu"
|
|
1298
|
+
role="menu"
|
|
1299
|
+
aria-labelledby="data-list-actionable-example-toolbar-top-pagination-toggle"
|
|
1300
|
+
hidden
|
|
1301
|
+
>
|
|
1302
|
+
<li role="none">
|
|
1303
|
+
<button
|
|
1304
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1305
|
+
type="button"
|
|
1306
|
+
role="menuitem"
|
|
1307
|
+
>5 per page</button>
|
|
1308
|
+
</li>
|
|
1309
|
+
<li role="none">
|
|
1310
|
+
<button
|
|
1311
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1312
|
+
type="button"
|
|
1313
|
+
role="menuitem"
|
|
1314
|
+
>
|
|
1315
|
+
10 per page
|
|
1316
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
1317
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
1318
|
+
</div>
|
|
1319
|
+
</button>
|
|
1320
|
+
</li>
|
|
1321
|
+
<li role="none">
|
|
1322
|
+
<button
|
|
1323
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1324
|
+
type="button"
|
|
1325
|
+
role="menuitem"
|
|
1326
|
+
>20 per page</button>
|
|
1327
|
+
</li>
|
|
1328
|
+
</ul>
|
|
1329
|
+
</div>
|
|
1297
1330
|
</div>
|
|
1298
1331
|
<nav
|
|
1299
1332
|
class="pf-v5-c-pagination__nav"
|
|
@@ -1325,7 +1358,7 @@ wrapperTag: div
|
|
|
1325
1358
|
|
|
1326
1359
|
<div
|
|
1327
1360
|
class="pf-v5-c-toolbar__expandable-content pf-m-hidden"
|
|
1328
|
-
id="-expandable-content"
|
|
1361
|
+
id="data-list-actionable-example-toolbar-expandable-content"
|
|
1329
1362
|
hidden
|
|
1330
1363
|
></div>
|
|
1331
1364
|
</div>
|
|
@@ -1626,55 +1659,57 @@ wrapperTag: div
|
|
|
1626
1659
|
</li>
|
|
1627
1660
|
</ul>
|
|
1628
1661
|
<div class="pf-v5-c-pagination pf-m-bottom">
|
|
1629
|
-
<div class="pf-v5-c-
|
|
1630
|
-
<
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
<
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
<
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
<
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
<
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
<
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
<
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1662
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
1663
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
1664
|
+
<button
|
|
1665
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
1666
|
+
type="button"
|
|
1667
|
+
id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
1668
|
+
aria-haspopup="listbox"
|
|
1669
|
+
aria-expanded="false"
|
|
1670
|
+
>
|
|
1671
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
1672
|
+
<b>1 - 10</b> of
|
|
1673
|
+
<b>36</b>
|
|
1674
|
+
</span>
|
|
1675
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
1676
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1677
|
+
</div>
|
|
1678
|
+
</button>
|
|
1679
|
+
<ul
|
|
1680
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
1681
|
+
role="menu"
|
|
1682
|
+
aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
1683
|
+
hidden
|
|
1684
|
+
>
|
|
1685
|
+
<li role="none">
|
|
1686
|
+
<button
|
|
1687
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1688
|
+
type="button"
|
|
1689
|
+
role="menuitem"
|
|
1690
|
+
>5 per page</button>
|
|
1691
|
+
</li>
|
|
1692
|
+
<li role="none">
|
|
1693
|
+
<button
|
|
1694
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1695
|
+
type="button"
|
|
1696
|
+
role="menuitem"
|
|
1697
|
+
>
|
|
1698
|
+
10 per page
|
|
1699
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
1700
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
1701
|
+
</div>
|
|
1702
|
+
</button>
|
|
1703
|
+
</li>
|
|
1704
|
+
<li role="none">
|
|
1705
|
+
<button
|
|
1706
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1707
|
+
type="button"
|
|
1708
|
+
role="menuitem"
|
|
1709
|
+
>20 per page</button>
|
|
1710
|
+
</li>
|
|
1711
|
+
</ul>
|
|
1712
|
+
</div>
|
|
1678
1713
|
</div>
|
|
1679
1714
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
1680
1715
|
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|
|
@@ -1758,23 +1793,117 @@ wrapperTag: div
|
|
|
1758
1793
|
</span>
|
|
1759
1794
|
<div class="pf-v5-c-masthead__main">
|
|
1760
1795
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
1761
|
-
<
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1796
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
1797
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1798
|
+
<defs>
|
|
1799
|
+
<linearGradient
|
|
1800
|
+
x1="68%"
|
|
1801
|
+
y1="2.25860997e-13%"
|
|
1802
|
+
x2="32%"
|
|
1803
|
+
y2="100%"
|
|
1804
|
+
id="linearGradient-data-list-expandable-example-masthead"
|
|
1805
|
+
>
|
|
1806
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1807
|
+
<stop
|
|
1808
|
+
stop-color="#73BCF7"
|
|
1809
|
+
stop-opacity="0.502212631"
|
|
1810
|
+
offset="100%"
|
|
1811
|
+
/>
|
|
1812
|
+
</linearGradient>
|
|
1813
|
+
</defs>
|
|
1814
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1815
|
+
<g
|
|
1816
|
+
transform="translate(206.000000, 45.750000)"
|
|
1817
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1818
|
+
fill-rule="nonzero"
|
|
1819
|
+
>
|
|
1820
|
+
<path
|
|
1821
|
+
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"
|
|
1822
|
+
/>
|
|
1823
|
+
<path
|
|
1824
|
+
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"
|
|
1825
|
+
/>
|
|
1826
|
+
<path
|
|
1827
|
+
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"
|
|
1828
|
+
/>
|
|
1829
|
+
<path
|
|
1830
|
+
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"
|
|
1831
|
+
/>
|
|
1832
|
+
<path
|
|
1833
|
+
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"
|
|
1834
|
+
/>
|
|
1835
|
+
<path
|
|
1836
|
+
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"
|
|
1837
|
+
/>
|
|
1838
|
+
<path
|
|
1839
|
+
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"
|
|
1840
|
+
/>
|
|
1841
|
+
<polygon
|
|
1842
|
+
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"
|
|
1843
|
+
/>
|
|
1844
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
1845
|
+
<path
|
|
1846
|
+
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"
|
|
1847
|
+
/>
|
|
1848
|
+
</g>
|
|
1849
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1850
|
+
<path
|
|
1851
|
+
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"
|
|
1852
|
+
fill="#0066CC"
|
|
1853
|
+
/>
|
|
1854
|
+
<path
|
|
1855
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1856
|
+
fill="url(#linearGradient-data-list-expandable-example-masthead)"
|
|
1857
|
+
/>
|
|
1858
|
+
<path
|
|
1859
|
+
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"
|
|
1860
|
+
fill="url(#linearGradient-data-list-expandable-example-masthead)"
|
|
1861
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1862
|
+
/>
|
|
1863
|
+
</g>
|
|
1864
|
+
</g>
|
|
1865
|
+
</svg>
|
|
1767
1866
|
</a>
|
|
1768
1867
|
</div>
|
|
1769
1868
|
<div class="pf-v5-c-masthead__content">
|
|
1770
1869
|
<div
|
|
1771
|
-
class="pf-v5-c-toolbar pf-m-
|
|
1870
|
+
class="pf-v5-c-toolbar pf-m-static"
|
|
1772
1871
|
id="data-list-expandable-example-masthead-toolbar"
|
|
1773
1872
|
>
|
|
1774
1873
|
<div class="pf-v5-c-toolbar__content">
|
|
1775
1874
|
<div class="pf-v5-c-toolbar__content-section">
|
|
1875
|
+
<div class="pf-v5-c-toolbar__item">
|
|
1876
|
+
<button
|
|
1877
|
+
class="pf-v5-c-menu-toggle"
|
|
1878
|
+
type="button"
|
|
1879
|
+
aria-expanded="false"
|
|
1880
|
+
>
|
|
1881
|
+
<span class="pf-v5-c-menu-toggle__text">Overview</span>
|
|
1882
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
1883
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1884
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1885
|
+
</span>
|
|
1886
|
+
</span>
|
|
1887
|
+
</button>
|
|
1888
|
+
</div>
|
|
1889
|
+
|
|
1890
|
+
<div class="pf-v5-c-toolbar__item">
|
|
1891
|
+
<button
|
|
1892
|
+
class="pf-v5-c-menu-toggle"
|
|
1893
|
+
type="button"
|
|
1894
|
+
aria-expanded="false"
|
|
1895
|
+
>
|
|
1896
|
+
<span class="pf-v5-c-menu-toggle__text">Services</span>
|
|
1897
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
1898
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1899
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1900
|
+
</span>
|
|
1901
|
+
</span>
|
|
1902
|
+
</button>
|
|
1903
|
+
</div>
|
|
1904
|
+
|
|
1776
1905
|
<div
|
|
1777
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-
|
|
1906
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
1778
1907
|
>
|
|
1779
1908
|
<div
|
|
1780
1909
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -1786,7 +1915,9 @@ wrapperTag: div
|
|
|
1786
1915
|
aria-expanded="false"
|
|
1787
1916
|
aria-label="Application launcher"
|
|
1788
1917
|
>
|
|
1789
|
-
<
|
|
1918
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
1919
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1920
|
+
</span>
|
|
1790
1921
|
</button>
|
|
1791
1922
|
</div>
|
|
1792
1923
|
<div class="pf-v5-c-toolbar__item">
|
|
@@ -1796,7 +1927,9 @@ wrapperTag: div
|
|
|
1796
1927
|
aria-expanded="false"
|
|
1797
1928
|
aria-label="Settings"
|
|
1798
1929
|
>
|
|
1799
|
-
<
|
|
1930
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
1931
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1932
|
+
</span>
|
|
1800
1933
|
</button>
|
|
1801
1934
|
</div>
|
|
1802
1935
|
<div class="pf-v5-c-toolbar__item">
|
|
@@ -1806,7 +1939,9 @@ wrapperTag: div
|
|
|
1806
1939
|
aria-expanded="false"
|
|
1807
1940
|
aria-label="Help"
|
|
1808
1941
|
>
|
|
1809
|
-
<
|
|
1942
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
1943
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1944
|
+
</span>
|
|
1810
1945
|
</button>
|
|
1811
1946
|
</div>
|
|
1812
1947
|
</div>
|
|
@@ -1817,31 +1952,12 @@ wrapperTag: div
|
|
|
1817
1952
|
aria-expanded="false"
|
|
1818
1953
|
aria-label="Actions"
|
|
1819
1954
|
>
|
|
1820
|
-
<
|
|
1955
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
1956
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1957
|
+
</span>
|
|
1821
1958
|
</button>
|
|
1822
1959
|
</div>
|
|
1823
1960
|
</div>
|
|
1824
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
1825
|
-
<button
|
|
1826
|
-
class="pf-v5-c-menu-toggle pf-m-full-height"
|
|
1827
|
-
type="button"
|
|
1828
|
-
aria-expanded="false"
|
|
1829
|
-
>
|
|
1830
|
-
<span class="pf-v5-c-menu-toggle__icon">
|
|
1831
|
-
<img
|
|
1832
|
-
class="pf-v5-c-avatar"
|
|
1833
|
-
alt="Avatar image"
|
|
1834
|
-
src="/assets/images/img_avatar-light.svg"
|
|
1835
|
-
/>
|
|
1836
|
-
</span>
|
|
1837
|
-
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
1838
|
-
<span class="pf-v5-c-menu-toggle__controls">
|
|
1839
|
-
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1840
|
-
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
1841
|
-
</span>
|
|
1842
|
-
</span>
|
|
1843
|
-
</button>
|
|
1844
|
-
</div>
|
|
1845
1961
|
</div>
|
|
1846
1962
|
</div>
|
|
1847
1963
|
</div>
|
|
@@ -1931,7 +2047,7 @@ wrapperTag: div
|
|
|
1931
2047
|
class="pf-v5-c-page__main-section pf-m-no-padding pf-m-padding-on-xl"
|
|
1932
2048
|
>
|
|
1933
2049
|
<div class="pf-v5-c-card">
|
|
1934
|
-
<div class="pf-v5-c-toolbar">
|
|
2050
|
+
<div class="pf-v5-c-toolbar" id="data-list-expandable-example-toolbar">
|
|
1935
2051
|
<div class="pf-v5-c-toolbar__content">
|
|
1936
2052
|
<div class="pf-v5-c-toolbar__content-section pf-m-nowrap">
|
|
1937
2053
|
<div class="pf-v5-c-toolbar__item pf-m-expand-all">
|
|
@@ -1941,81 +2057,64 @@ wrapperTag: div
|
|
|
1941
2057
|
aria-label="Expand all rows"
|
|
1942
2058
|
>
|
|
1943
2059
|
<span class="pf-v5-c-icon">
|
|
1944
|
-
<span
|
|
1945
|
-
class="pf-v5-c-icon__content pf-v5-m-mirror-inline-rtl"
|
|
1946
|
-
>
|
|
1947
|
-
<span class="pf-v5-c-toolbar__expand-all-icon">
|
|
1948
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1949
|
-
</span>
|
|
1950
|
-
</span>
|
|
1951
|
-
</span>
|
|
1952
|
-
</button>
|
|
1953
|
-
</div>
|
|
1954
|
-
|
|
1955
|
-
<div
|
|
1956
|
-
class="pf-v5-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
|
|
1957
|
-
>
|
|
1958
|
-
<div class="pf-v5-c-toolbar__toggle">
|
|
1959
|
-
<button
|
|
1960
|
-
class="pf-v5-c-
|
|
1961
|
-
type="button"
|
|
1962
|
-
aria-
|
|
1963
|
-
aria-
|
|
1964
|
-
aria-controls="-expandable-content"
|
|
1965
|
-
>
|
|
1966
|
-
<
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
>Select all</button>
|
|
2003
|
-
</li>
|
|
2004
|
-
<li role="none">
|
|
2005
|
-
<button
|
|
2006
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
2007
|
-
role="menuitem"
|
|
2008
|
-
type="button"
|
|
2009
|
-
>Select none</button>
|
|
2010
|
-
</li>
|
|
2011
|
-
<li role="none">
|
|
2012
|
-
<button
|
|
2013
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
2014
|
-
role="menuitem"
|
|
2015
|
-
type="button"
|
|
2016
|
-
>Other action</button>
|
|
2017
|
-
</li>
|
|
2018
|
-
</ul>
|
|
2060
|
+
<span
|
|
2061
|
+
class="pf-v5-c-icon__content pf-v5-m-mirror-inline-rtl"
|
|
2062
|
+
>
|
|
2063
|
+
<span class="pf-v5-c-toolbar__expand-all-icon">
|
|
2064
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2065
|
+
</span>
|
|
2066
|
+
</span>
|
|
2067
|
+
</span>
|
|
2068
|
+
</button>
|
|
2069
|
+
</div>
|
|
2070
|
+
|
|
2071
|
+
<div
|
|
2072
|
+
class="pf-v5-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
|
|
2073
|
+
>
|
|
2074
|
+
<div class="pf-v5-c-toolbar__toggle pf-m-show">
|
|
2075
|
+
<button
|
|
2076
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
2077
|
+
type="button"
|
|
2078
|
+
aria-expanded="false"
|
|
2079
|
+
aria-label="Show filters"
|
|
2080
|
+
aria-controls="data-list-expandable-example-toolbar-expandable-content"
|
|
2081
|
+
>
|
|
2082
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
2083
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
2084
|
+
</span>
|
|
2085
|
+
</button>
|
|
2086
|
+
</div>
|
|
2087
|
+
<div class="pf-v5-c-toolbar__item pf-m-bulk-select">
|
|
2088
|
+
<div
|
|
2089
|
+
class="pf-v5-c-menu-toggle pf-m-split-button"
|
|
2090
|
+
id="data-list-expandable-example-toolbar-check"
|
|
2091
|
+
>
|
|
2092
|
+
<label
|
|
2093
|
+
class="pf-v5-c-check pf-m-standalone"
|
|
2094
|
+
id="data-list-expandable-example-toolbar-check-check"
|
|
2095
|
+
for="data-list-expandable-example-toolbar-check-check-input"
|
|
2096
|
+
>
|
|
2097
|
+
<input
|
|
2098
|
+
class="pf-v5-c-check__input"
|
|
2099
|
+
type="checkbox"
|
|
2100
|
+
id="data-list-expandable-example-toolbar-check-check-input"
|
|
2101
|
+
name="data-list-expandable-example-toolbar-check-check-input"
|
|
2102
|
+
aria-label="Standalone check"
|
|
2103
|
+
/>
|
|
2104
|
+
</label>
|
|
2105
|
+
<button
|
|
2106
|
+
class="pf-v5-c-menu-toggle__button"
|
|
2107
|
+
type="button"
|
|
2108
|
+
aria-expanded="false"
|
|
2109
|
+
id="data-list-expandable-example-toolbar-menu-toggle-toggle-button"
|
|
2110
|
+
aria-label="Menu toggle"
|
|
2111
|
+
>
|
|
2112
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
2113
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
2114
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
2115
|
+
</span>
|
|
2116
|
+
</span>
|
|
2117
|
+
</button>
|
|
2019
2118
|
</div>
|
|
2020
2119
|
</div>
|
|
2021
2120
|
|
|
@@ -2026,72 +2125,22 @@ wrapperTag: div
|
|
|
2026
2125
|
role="group"
|
|
2027
2126
|
>
|
|
2028
2127
|
<div class="pf-v5-c-input-group__item">
|
|
2029
|
-
<
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
aria-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
>
|
|
2040
|
-
<
|
|
2041
|
-
<span class="pf-v5-c-select__toggle-icon">
|
|
2042
|
-
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
2043
|
-
</span>
|
|
2044
|
-
<span class="pf-v5-c-select__toggle-text">Name</span>
|
|
2045
|
-
</div>
|
|
2046
|
-
<span class="pf-v5-c-select__toggle-arrow">
|
|
2128
|
+
<button
|
|
2129
|
+
class="pf-v5-c-menu-toggle"
|
|
2130
|
+
type="button"
|
|
2131
|
+
aria-expanded="false"
|
|
2132
|
+
id="data-list-expandable-example-toolbar-search-filter-menu"
|
|
2133
|
+
>
|
|
2134
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
2135
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
2136
|
+
</span>
|
|
2137
|
+
<span class="pf-v5-c-menu-toggle__text">Name</span>
|
|
2138
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
2139
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
2047
2140
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
2048
2141
|
</span>
|
|
2049
|
-
</
|
|
2050
|
-
|
|
2051
|
-
<ul
|
|
2052
|
-
class="pf-v5-c-select__menu"
|
|
2053
|
-
role="listbox"
|
|
2054
|
-
aria-labelledby="-select-name-label"
|
|
2055
|
-
hidden
|
|
2056
|
-
>
|
|
2057
|
-
<li role="presentation">
|
|
2058
|
-
<button
|
|
2059
|
-
class="pf-v5-c-select__menu-item"
|
|
2060
|
-
role="option"
|
|
2061
|
-
>Running</button>
|
|
2062
|
-
</li>
|
|
2063
|
-
<li role="presentation">
|
|
2064
|
-
<button
|
|
2065
|
-
class="pf-v5-c-select__menu-item pf-m-selected"
|
|
2066
|
-
role="option"
|
|
2067
|
-
aria-selected="true"
|
|
2068
|
-
>
|
|
2069
|
-
Stopped
|
|
2070
|
-
<span class="pf-v5-c-select__menu-item-icon">
|
|
2071
|
-
<i class="fas fa-check" aria-hidden="true"></i>
|
|
2072
|
-
</span>
|
|
2073
|
-
</button>
|
|
2074
|
-
</li>
|
|
2075
|
-
<li role="presentation">
|
|
2076
|
-
<button
|
|
2077
|
-
class="pf-v5-c-select__menu-item"
|
|
2078
|
-
role="option"
|
|
2079
|
-
>Down</button>
|
|
2080
|
-
</li>
|
|
2081
|
-
<li role="presentation">
|
|
2082
|
-
<button
|
|
2083
|
-
class="pf-v5-c-select__menu-item"
|
|
2084
|
-
role="option"
|
|
2085
|
-
>Degraded</button>
|
|
2086
|
-
</li>
|
|
2087
|
-
<li role="presentation">
|
|
2088
|
-
<button
|
|
2089
|
-
class="pf-v5-c-select__menu-item"
|
|
2090
|
-
role="option"
|
|
2091
|
-
>Needs maintenance</button>
|
|
2092
|
-
</li>
|
|
2093
|
-
</ul>
|
|
2094
|
-
</div>
|
|
2142
|
+
</span>
|
|
2143
|
+
</button>
|
|
2095
2144
|
</div>
|
|
2096
2145
|
<div class="pf-v5-c-input-group__item pf-m-fill">
|
|
2097
2146
|
<div class="pf-v5-c-text-input-group">
|
|
@@ -2115,7 +2164,10 @@ wrapperTag: div
|
|
|
2115
2164
|
</div>
|
|
2116
2165
|
</div>
|
|
2117
2166
|
|
|
2118
|
-
<div
|
|
2167
|
+
<div
|
|
2168
|
+
class="pf-v5-c-overflow-menu"
|
|
2169
|
+
id="data-list-expandable-example-toolbar-overflow-menu"
|
|
2170
|
+
>
|
|
2119
2171
|
<div
|
|
2120
2172
|
class="pf-v5-c-overflow-menu__content pf-v5-u-display-none pf-v5-u-display-flex-on-lg"
|
|
2121
2173
|
>
|
|
@@ -2133,7 +2185,7 @@ wrapperTag: div
|
|
|
2133
2185
|
<button
|
|
2134
2186
|
class="pf-v5-c-button pf-v5-c-dropdown__toggle pf-m-plain"
|
|
2135
2187
|
type="button"
|
|
2136
|
-
id="-overflow-menu-dropdown-toggle"
|
|
2188
|
+
id="data-list-expandable-example-toolbar-overflow-menu-dropdown-toggle"
|
|
2137
2189
|
aria-label="Dropdown with additional options"
|
|
2138
2190
|
aria-expanded="false"
|
|
2139
2191
|
>
|
|
@@ -2142,7 +2194,7 @@ wrapperTag: div
|
|
|
2142
2194
|
<ul
|
|
2143
2195
|
class="pf-v5-c-dropdown__menu"
|
|
2144
2196
|
role="menu"
|
|
2145
|
-
aria-labelledby="-overflow-menu-dropdown-toggle"
|
|
2197
|
+
aria-labelledby="data-list-expandable-example-toolbar-overflow-menu-dropdown-toggle"
|
|
2146
2198
|
hidden
|
|
2147
2199
|
>
|
|
2148
2200
|
<li role="none">
|
|
@@ -2158,55 +2210,57 @@ wrapperTag: div
|
|
|
2158
2210
|
|
|
2159
2211
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
2160
2212
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
2161
|
-
<div class="pf-v5-c-
|
|
2162
|
-
<
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
<
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
<
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
<
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
<
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
<
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
<
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2213
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
2214
|
+
<div class="pf-v5-c-options-menu">
|
|
2215
|
+
<button
|
|
2216
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
2217
|
+
type="button"
|
|
2218
|
+
id="data-list-expandable-example-toolbar-top-pagination-toggle"
|
|
2219
|
+
aria-haspopup="listbox"
|
|
2220
|
+
aria-expanded="false"
|
|
2221
|
+
>
|
|
2222
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
2223
|
+
<b>1 - 10</b> of
|
|
2224
|
+
<b>36</b>
|
|
2225
|
+
</span>
|
|
2226
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
2227
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
2228
|
+
</div>
|
|
2229
|
+
</button>
|
|
2230
|
+
<ul
|
|
2231
|
+
class="pf-v5-c-options-menu__menu"
|
|
2232
|
+
role="menu"
|
|
2233
|
+
aria-labelledby="data-list-expandable-example-toolbar-top-pagination-toggle"
|
|
2234
|
+
hidden
|
|
2235
|
+
>
|
|
2236
|
+
<li role="none">
|
|
2237
|
+
<button
|
|
2238
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
2239
|
+
type="button"
|
|
2240
|
+
role="menuitem"
|
|
2241
|
+
>5 per page</button>
|
|
2242
|
+
</li>
|
|
2243
|
+
<li role="none">
|
|
2244
|
+
<button
|
|
2245
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
2246
|
+
type="button"
|
|
2247
|
+
role="menuitem"
|
|
2248
|
+
>
|
|
2249
|
+
10 per page
|
|
2250
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
2251
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
2252
|
+
</div>
|
|
2253
|
+
</button>
|
|
2254
|
+
</li>
|
|
2255
|
+
<li role="none">
|
|
2256
|
+
<button
|
|
2257
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
2258
|
+
type="button"
|
|
2259
|
+
role="menuitem"
|
|
2260
|
+
>20 per page</button>
|
|
2261
|
+
</li>
|
|
2262
|
+
</ul>
|
|
2263
|
+
</div>
|
|
2210
2264
|
</div>
|
|
2211
2265
|
<nav
|
|
2212
2266
|
class="pf-v5-c-pagination__nav"
|
|
@@ -2238,7 +2292,7 @@ wrapperTag: div
|
|
|
2238
2292
|
|
|
2239
2293
|
<div
|
|
2240
2294
|
class="pf-v5-c-toolbar__expandable-content pf-m-hidden"
|
|
2241
|
-
id="-expandable-content"
|
|
2295
|
+
id="data-list-expandable-example-toolbar-expandable-content"
|
|
2242
2296
|
hidden
|
|
2243
2297
|
></div>
|
|
2244
2298
|
</div>
|
|
@@ -3289,55 +3343,57 @@ wrapperTag: div
|
|
|
3289
3343
|
</li>
|
|
3290
3344
|
</ul>
|
|
3291
3345
|
<div class="pf-v5-c-pagination pf-m-bottom">
|
|
3292
|
-
<div class="pf-v5-c-
|
|
3293
|
-
<
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
<
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
<
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
<
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
<
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
<
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
<
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3346
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
3347
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
3348
|
+
<button
|
|
3349
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
3350
|
+
type="button"
|
|
3351
|
+
id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
3352
|
+
aria-haspopup="listbox"
|
|
3353
|
+
aria-expanded="false"
|
|
3354
|
+
>
|
|
3355
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
3356
|
+
<b>1 - 10</b> of
|
|
3357
|
+
<b>36</b>
|
|
3358
|
+
</span>
|
|
3359
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
3360
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
3361
|
+
</div>
|
|
3362
|
+
</button>
|
|
3363
|
+
<ul
|
|
3364
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
3365
|
+
role="menu"
|
|
3366
|
+
aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
3367
|
+
hidden
|
|
3368
|
+
>
|
|
3369
|
+
<li role="none">
|
|
3370
|
+
<button
|
|
3371
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3372
|
+
type="button"
|
|
3373
|
+
role="menuitem"
|
|
3374
|
+
>5 per page</button>
|
|
3375
|
+
</li>
|
|
3376
|
+
<li role="none">
|
|
3377
|
+
<button
|
|
3378
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3379
|
+
type="button"
|
|
3380
|
+
role="menuitem"
|
|
3381
|
+
>
|
|
3382
|
+
10 per page
|
|
3383
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
3384
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
3385
|
+
</div>
|
|
3386
|
+
</button>
|
|
3387
|
+
</li>
|
|
3388
|
+
<li role="none">
|
|
3389
|
+
<button
|
|
3390
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3391
|
+
type="button"
|
|
3392
|
+
role="menuitem"
|
|
3393
|
+
>20 per page</button>
|
|
3394
|
+
</li>
|
|
3395
|
+
</ul>
|
|
3396
|
+
</div>
|
|
3341
3397
|
</div>
|
|
3342
3398
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
3343
3399
|
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|
|
@@ -3424,23 +3480,117 @@ wrapperTag: div
|
|
|
3424
3480
|
</span>
|
|
3425
3481
|
<div class="pf-v5-c-masthead__main">
|
|
3426
3482
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
3427
|
-
<
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3483
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
3484
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
3485
|
+
<defs>
|
|
3486
|
+
<linearGradient
|
|
3487
|
+
x1="68%"
|
|
3488
|
+
y1="2.25860997e-13%"
|
|
3489
|
+
x2="32%"
|
|
3490
|
+
y2="100%"
|
|
3491
|
+
id="linearGradient-data-list-static-bottom-example-masthead"
|
|
3492
|
+
>
|
|
3493
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
3494
|
+
<stop
|
|
3495
|
+
stop-color="#73BCF7"
|
|
3496
|
+
stop-opacity="0.502212631"
|
|
3497
|
+
offset="100%"
|
|
3498
|
+
/>
|
|
3499
|
+
</linearGradient>
|
|
3500
|
+
</defs>
|
|
3501
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
3502
|
+
<g
|
|
3503
|
+
transform="translate(206.000000, 45.750000)"
|
|
3504
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
3505
|
+
fill-rule="nonzero"
|
|
3506
|
+
>
|
|
3507
|
+
<path
|
|
3508
|
+
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"
|
|
3509
|
+
/>
|
|
3510
|
+
<path
|
|
3511
|
+
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"
|
|
3512
|
+
/>
|
|
3513
|
+
<path
|
|
3514
|
+
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"
|
|
3515
|
+
/>
|
|
3516
|
+
<path
|
|
3517
|
+
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"
|
|
3518
|
+
/>
|
|
3519
|
+
<path
|
|
3520
|
+
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"
|
|
3521
|
+
/>
|
|
3522
|
+
<path
|
|
3523
|
+
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"
|
|
3524
|
+
/>
|
|
3525
|
+
<path
|
|
3526
|
+
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"
|
|
3527
|
+
/>
|
|
3528
|
+
<polygon
|
|
3529
|
+
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"
|
|
3530
|
+
/>
|
|
3531
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
3532
|
+
<path
|
|
3533
|
+
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"
|
|
3534
|
+
/>
|
|
3535
|
+
</g>
|
|
3536
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
3537
|
+
<path
|
|
3538
|
+
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"
|
|
3539
|
+
fill="#0066CC"
|
|
3540
|
+
/>
|
|
3541
|
+
<path
|
|
3542
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
3543
|
+
fill="url(#linearGradient-data-list-static-bottom-example-masthead)"
|
|
3544
|
+
/>
|
|
3545
|
+
<path
|
|
3546
|
+
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"
|
|
3547
|
+
fill="url(#linearGradient-data-list-static-bottom-example-masthead)"
|
|
3548
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
3549
|
+
/>
|
|
3550
|
+
</g>
|
|
3551
|
+
</g>
|
|
3552
|
+
</svg>
|
|
3433
3553
|
</a>
|
|
3434
3554
|
</div>
|
|
3435
3555
|
<div class="pf-v5-c-masthead__content">
|
|
3436
3556
|
<div
|
|
3437
|
-
class="pf-v5-c-toolbar pf-m-
|
|
3557
|
+
class="pf-v5-c-toolbar pf-m-static"
|
|
3438
3558
|
id="data-list-static-bottom-example-masthead-toolbar"
|
|
3439
3559
|
>
|
|
3440
3560
|
<div class="pf-v5-c-toolbar__content">
|
|
3441
3561
|
<div class="pf-v5-c-toolbar__content-section">
|
|
3562
|
+
<div class="pf-v5-c-toolbar__item">
|
|
3563
|
+
<button
|
|
3564
|
+
class="pf-v5-c-menu-toggle"
|
|
3565
|
+
type="button"
|
|
3566
|
+
aria-expanded="false"
|
|
3567
|
+
>
|
|
3568
|
+
<span class="pf-v5-c-menu-toggle__text">Overview</span>
|
|
3569
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
3570
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
3571
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
3572
|
+
</span>
|
|
3573
|
+
</span>
|
|
3574
|
+
</button>
|
|
3575
|
+
</div>
|
|
3576
|
+
|
|
3577
|
+
<div class="pf-v5-c-toolbar__item">
|
|
3578
|
+
<button
|
|
3579
|
+
class="pf-v5-c-menu-toggle"
|
|
3580
|
+
type="button"
|
|
3581
|
+
aria-expanded="false"
|
|
3582
|
+
>
|
|
3583
|
+
<span class="pf-v5-c-menu-toggle__text">Services</span>
|
|
3584
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
3585
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
3586
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
3587
|
+
</span>
|
|
3588
|
+
</span>
|
|
3589
|
+
</button>
|
|
3590
|
+
</div>
|
|
3591
|
+
|
|
3442
3592
|
<div
|
|
3443
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-
|
|
3593
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
3444
3594
|
>
|
|
3445
3595
|
<div
|
|
3446
3596
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -3452,7 +3602,9 @@ wrapperTag: div
|
|
|
3452
3602
|
aria-expanded="false"
|
|
3453
3603
|
aria-label="Application launcher"
|
|
3454
3604
|
>
|
|
3455
|
-
<
|
|
3605
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
3606
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
3607
|
+
</span>
|
|
3456
3608
|
</button>
|
|
3457
3609
|
</div>
|
|
3458
3610
|
<div class="pf-v5-c-toolbar__item">
|
|
@@ -3462,7 +3614,9 @@ wrapperTag: div
|
|
|
3462
3614
|
aria-expanded="false"
|
|
3463
3615
|
aria-label="Settings"
|
|
3464
3616
|
>
|
|
3465
|
-
<
|
|
3617
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
3618
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
3619
|
+
</span>
|
|
3466
3620
|
</button>
|
|
3467
3621
|
</div>
|
|
3468
3622
|
<div class="pf-v5-c-toolbar__item">
|
|
@@ -3472,7 +3626,9 @@ wrapperTag: div
|
|
|
3472
3626
|
aria-expanded="false"
|
|
3473
3627
|
aria-label="Help"
|
|
3474
3628
|
>
|
|
3475
|
-
<
|
|
3629
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
3630
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
3631
|
+
</span>
|
|
3476
3632
|
</button>
|
|
3477
3633
|
</div>
|
|
3478
3634
|
</div>
|
|
@@ -3483,31 +3639,12 @@ wrapperTag: div
|
|
|
3483
3639
|
aria-expanded="false"
|
|
3484
3640
|
aria-label="Actions"
|
|
3485
3641
|
>
|
|
3486
|
-
<
|
|
3642
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
3643
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
3644
|
+
</span>
|
|
3487
3645
|
</button>
|
|
3488
3646
|
</div>
|
|
3489
3647
|
</div>
|
|
3490
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
3491
|
-
<button
|
|
3492
|
-
class="pf-v5-c-menu-toggle pf-m-full-height"
|
|
3493
|
-
type="button"
|
|
3494
|
-
aria-expanded="false"
|
|
3495
|
-
>
|
|
3496
|
-
<span class="pf-v5-c-menu-toggle__icon">
|
|
3497
|
-
<img
|
|
3498
|
-
class="pf-v5-c-avatar"
|
|
3499
|
-
alt="Avatar image"
|
|
3500
|
-
src="/assets/images/img_avatar-light.svg"
|
|
3501
|
-
/>
|
|
3502
|
-
</span>
|
|
3503
|
-
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
3504
|
-
<span class="pf-v5-c-menu-toggle__controls">
|
|
3505
|
-
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
3506
|
-
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
3507
|
-
</span>
|
|
3508
|
-
</span>
|
|
3509
|
-
</button>
|
|
3510
|
-
</div>
|
|
3511
3648
|
</div>
|
|
3512
3649
|
</div>
|
|
3513
3650
|
</div>
|
|
@@ -3597,21 +3734,26 @@ wrapperTag: div
|
|
|
3597
3734
|
class="pf-v5-c-page__main-section pf-m-no-padding pf-m-padding-on-xl"
|
|
3598
3735
|
>
|
|
3599
3736
|
<div class="pf-v5-c-card">
|
|
3600
|
-
<div
|
|
3737
|
+
<div
|
|
3738
|
+
class="pf-v5-c-toolbar"
|
|
3739
|
+
id="data-list-static-bottom-example-toolbar"
|
|
3740
|
+
>
|
|
3601
3741
|
<div class="pf-v5-c-toolbar__content">
|
|
3602
3742
|
<div class="pf-v5-c-toolbar__content-section pf-m-nowrap">
|
|
3603
3743
|
<div
|
|
3604
3744
|
class="pf-v5-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
|
|
3605
3745
|
>
|
|
3606
|
-
<div class="pf-v5-c-toolbar__toggle">
|
|
3746
|
+
<div class="pf-v5-c-toolbar__toggle pf-m-show">
|
|
3607
3747
|
<button
|
|
3608
|
-
class="pf-v5-c-
|
|
3748
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
3609
3749
|
type="button"
|
|
3610
|
-
aria-label="Show filters"
|
|
3611
3750
|
aria-expanded="false"
|
|
3612
|
-
aria-
|
|
3751
|
+
aria-label="Show filters"
|
|
3752
|
+
aria-controls="data-list-static-bottom-example-toolbar-expandable-content"
|
|
3613
3753
|
>
|
|
3614
|
-
<
|
|
3754
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
3755
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
3756
|
+
</span>
|
|
3615
3757
|
</button>
|
|
3616
3758
|
</div>
|
|
3617
3759
|
|
|
@@ -3622,72 +3764,22 @@ wrapperTag: div
|
|
|
3622
3764
|
role="group"
|
|
3623
3765
|
>
|
|
3624
3766
|
<div class="pf-v5-c-input-group__item">
|
|
3625
|
-
<
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
aria-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
>
|
|
3636
|
-
<
|
|
3637
|
-
<span class="pf-v5-c-select__toggle-icon">
|
|
3638
|
-
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
3639
|
-
</span>
|
|
3640
|
-
<span class="pf-v5-c-select__toggle-text">Name</span>
|
|
3641
|
-
</div>
|
|
3642
|
-
<span class="pf-v5-c-select__toggle-arrow">
|
|
3767
|
+
<button
|
|
3768
|
+
class="pf-v5-c-menu-toggle"
|
|
3769
|
+
type="button"
|
|
3770
|
+
aria-expanded="false"
|
|
3771
|
+
id="data-list-static-bottom-example-toolbar-search-filter-menu"
|
|
3772
|
+
>
|
|
3773
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
3774
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
3775
|
+
</span>
|
|
3776
|
+
<span class="pf-v5-c-menu-toggle__text">Name</span>
|
|
3777
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
3778
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
3643
3779
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
3644
3780
|
</span>
|
|
3645
|
-
</
|
|
3646
|
-
|
|
3647
|
-
<ul
|
|
3648
|
-
class="pf-v5-c-select__menu"
|
|
3649
|
-
role="listbox"
|
|
3650
|
-
aria-labelledby="-select-name-label"
|
|
3651
|
-
hidden
|
|
3652
|
-
>
|
|
3653
|
-
<li role="presentation">
|
|
3654
|
-
<button
|
|
3655
|
-
class="pf-v5-c-select__menu-item"
|
|
3656
|
-
role="option"
|
|
3657
|
-
>Running</button>
|
|
3658
|
-
</li>
|
|
3659
|
-
<li role="presentation">
|
|
3660
|
-
<button
|
|
3661
|
-
class="pf-v5-c-select__menu-item pf-m-selected"
|
|
3662
|
-
role="option"
|
|
3663
|
-
aria-selected="true"
|
|
3664
|
-
>
|
|
3665
|
-
Stopped
|
|
3666
|
-
<span class="pf-v5-c-select__menu-item-icon">
|
|
3667
|
-
<i class="fas fa-check" aria-hidden="true"></i>
|
|
3668
|
-
</span>
|
|
3669
|
-
</button>
|
|
3670
|
-
</li>
|
|
3671
|
-
<li role="presentation">
|
|
3672
|
-
<button
|
|
3673
|
-
class="pf-v5-c-select__menu-item"
|
|
3674
|
-
role="option"
|
|
3675
|
-
>Down</button>
|
|
3676
|
-
</li>
|
|
3677
|
-
<li role="presentation">
|
|
3678
|
-
<button
|
|
3679
|
-
class="pf-v5-c-select__menu-item"
|
|
3680
|
-
role="option"
|
|
3681
|
-
>Degraded</button>
|
|
3682
|
-
</li>
|
|
3683
|
-
<li role="presentation">
|
|
3684
|
-
<button
|
|
3685
|
-
class="pf-v5-c-select__menu-item"
|
|
3686
|
-
role="option"
|
|
3687
|
-
>Needs maintenance</button>
|
|
3688
|
-
</li>
|
|
3689
|
-
</ul>
|
|
3690
|
-
</div>
|
|
3781
|
+
</span>
|
|
3782
|
+
</button>
|
|
3691
3783
|
</div>
|
|
3692
3784
|
<div class="pf-v5-c-input-group__item pf-m-fill">
|
|
3693
3785
|
<div class="pf-v5-c-text-input-group">
|
|
@@ -3711,7 +3803,10 @@ wrapperTag: div
|
|
|
3711
3803
|
</div>
|
|
3712
3804
|
</div>
|
|
3713
3805
|
|
|
3714
|
-
<div
|
|
3806
|
+
<div
|
|
3807
|
+
class="pf-v5-c-overflow-menu"
|
|
3808
|
+
id="data-list-static-bottom-example-toolbar-overflow-menu"
|
|
3809
|
+
>
|
|
3715
3810
|
<div
|
|
3716
3811
|
class="pf-v5-c-overflow-menu__content pf-v5-u-display-none pf-v5-u-display-flex-on-lg"
|
|
3717
3812
|
>
|
|
@@ -3736,7 +3831,7 @@ wrapperTag: div
|
|
|
3736
3831
|
<button
|
|
3737
3832
|
class="pf-v5-c-button pf-v5-c-dropdown__toggle pf-m-plain"
|
|
3738
3833
|
type="button"
|
|
3739
|
-
id="-overflow-menu-dropdown-toggle"
|
|
3834
|
+
id="data-list-static-bottom-example-toolbar-overflow-menu-dropdown-toggle"
|
|
3740
3835
|
aria-label="Dropdown with additional options"
|
|
3741
3836
|
aria-expanded="false"
|
|
3742
3837
|
>
|
|
@@ -3745,7 +3840,7 @@ wrapperTag: div
|
|
|
3745
3840
|
<ul
|
|
3746
3841
|
class="pf-v5-c-dropdown__menu"
|
|
3747
3842
|
role="menu"
|
|
3748
|
-
aria-labelledby="-overflow-menu-dropdown-toggle"
|
|
3843
|
+
aria-labelledby="data-list-static-bottom-example-toolbar-overflow-menu-dropdown-toggle"
|
|
3749
3844
|
hidden
|
|
3750
3845
|
>
|
|
3751
3846
|
<li role="none">
|
|
@@ -3761,55 +3856,57 @@ wrapperTag: div
|
|
|
3761
3856
|
|
|
3762
3857
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
3763
3858
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
3764
|
-
<div class="pf-v5-c-
|
|
3765
|
-
<
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
<
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
<
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
<
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
<
|
|
3795
|
-
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
<
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
<
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
|
|
3859
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
3860
|
+
<div class="pf-v5-c-options-menu">
|
|
3861
|
+
<button
|
|
3862
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
3863
|
+
type="button"
|
|
3864
|
+
id="data-list-static-bottom-example-toolbar-top-pagination-toggle"
|
|
3865
|
+
aria-haspopup="listbox"
|
|
3866
|
+
aria-expanded="false"
|
|
3867
|
+
>
|
|
3868
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
3869
|
+
<b>1 - 10</b> of
|
|
3870
|
+
<b>36</b>
|
|
3871
|
+
</span>
|
|
3872
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
3873
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
3874
|
+
</div>
|
|
3875
|
+
</button>
|
|
3876
|
+
<ul
|
|
3877
|
+
class="pf-v5-c-options-menu__menu"
|
|
3878
|
+
role="menu"
|
|
3879
|
+
aria-labelledby="data-list-static-bottom-example-toolbar-top-pagination-toggle"
|
|
3880
|
+
hidden
|
|
3881
|
+
>
|
|
3882
|
+
<li role="none">
|
|
3883
|
+
<button
|
|
3884
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3885
|
+
type="button"
|
|
3886
|
+
role="menuitem"
|
|
3887
|
+
>5 per page</button>
|
|
3888
|
+
</li>
|
|
3889
|
+
<li role="none">
|
|
3890
|
+
<button
|
|
3891
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3892
|
+
type="button"
|
|
3893
|
+
role="menuitem"
|
|
3894
|
+
>
|
|
3895
|
+
10 per page
|
|
3896
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
3897
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
3898
|
+
</div>
|
|
3899
|
+
</button>
|
|
3900
|
+
</li>
|
|
3901
|
+
<li role="none">
|
|
3902
|
+
<button
|
|
3903
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3904
|
+
type="button"
|
|
3905
|
+
role="menuitem"
|
|
3906
|
+
>20 per page</button>
|
|
3907
|
+
</li>
|
|
3908
|
+
</ul>
|
|
3909
|
+
</div>
|
|
3813
3910
|
</div>
|
|
3814
3911
|
<nav
|
|
3815
3912
|
class="pf-v5-c-pagination__nav"
|
|
@@ -3841,7 +3938,7 @@ wrapperTag: div
|
|
|
3841
3938
|
|
|
3842
3939
|
<div
|
|
3843
3940
|
class="pf-v5-c-toolbar__expandable-content pf-m-hidden"
|
|
3844
|
-
id="-expandable-content"
|
|
3941
|
+
id="data-list-static-bottom-example-toolbar-expandable-content"
|
|
3845
3942
|
hidden
|
|
3846
3943
|
></div>
|
|
3847
3944
|
</div>
|
|
@@ -4177,55 +4274,57 @@ wrapperTag: div
|
|
|
4177
4274
|
</li>
|
|
4178
4275
|
</ul>
|
|
4179
4276
|
<div class="pf-v5-c-pagination pf-m-bottom pf-m-static">
|
|
4180
|
-
<div class="pf-v5-c-
|
|
4181
|
-
<
|
|
4182
|
-
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
|
|
4187
|
-
|
|
4188
|
-
|
|
4189
|
-
<
|
|
4190
|
-
|
|
4191
|
-
|
|
4192
|
-
|
|
4193
|
-
<
|
|
4194
|
-
|
|
4195
|
-
|
|
4196
|
-
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
|
|
4200
|
-
|
|
4201
|
-
|
|
4202
|
-
|
|
4203
|
-
<
|
|
4204
|
-
|
|
4205
|
-
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
<
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4215
|
-
|
|
4216
|
-
|
|
4217
|
-
<
|
|
4218
|
-
|
|
4219
|
-
|
|
4220
|
-
|
|
4221
|
-
|
|
4222
|
-
<
|
|
4223
|
-
|
|
4224
|
-
|
|
4225
|
-
|
|
4226
|
-
|
|
4227
|
-
|
|
4228
|
-
|
|
4277
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
4278
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
4279
|
+
<button
|
|
4280
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
4281
|
+
type="button"
|
|
4282
|
+
id="{{page--id}}pagination-options-menu-bottom-example-static-toggle"
|
|
4283
|
+
aria-haspopup="listbox"
|
|
4284
|
+
aria-expanded="false"
|
|
4285
|
+
>
|
|
4286
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
4287
|
+
<b>1 - 10</b> of
|
|
4288
|
+
<b>36</b>
|
|
4289
|
+
</span>
|
|
4290
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
4291
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
4292
|
+
</div>
|
|
4293
|
+
</button>
|
|
4294
|
+
<ul
|
|
4295
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
4296
|
+
role="menu"
|
|
4297
|
+
aria-labelledby="{{page--id}}pagination-options-menu-bottom-example-static-toggle"
|
|
4298
|
+
hidden
|
|
4299
|
+
>
|
|
4300
|
+
<li role="none">
|
|
4301
|
+
<button
|
|
4302
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
4303
|
+
type="button"
|
|
4304
|
+
role="menuitem"
|
|
4305
|
+
>5 per page</button>
|
|
4306
|
+
</li>
|
|
4307
|
+
<li role="none">
|
|
4308
|
+
<button
|
|
4309
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
4310
|
+
type="button"
|
|
4311
|
+
role="menuitem"
|
|
4312
|
+
>
|
|
4313
|
+
10 per page
|
|
4314
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
4315
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
4316
|
+
</div>
|
|
4317
|
+
</button>
|
|
4318
|
+
</li>
|
|
4319
|
+
<li role="none">
|
|
4320
|
+
<button
|
|
4321
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
4322
|
+
type="button"
|
|
4323
|
+
role="menuitem"
|
|
4324
|
+
>20 per page</button>
|
|
4325
|
+
</li>
|
|
4326
|
+
</ul>
|
|
4327
|
+
</div>
|
|
4229
4328
|
</div>
|
|
4230
4329
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
4231
4330
|
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|