@patternfly/patternfly 6.0.0-alpha.7 → 6.0.0-alpha.71
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/README.md +13 -3
- package/assets/icons/iconUnicodes.json +1 -0
- 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/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +6 -129
- package/base/_common.scss +29 -4
- package/base/_globals.scss +5 -7
- package/base/_variables.scss +8 -6
- package/base/patternfly-common.css +24 -6
- package/base/patternfly-globals.css +5 -4
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/base/patternfly-variables.css +859 -833
- package/base/tokens/_tokens-dark.scss +306 -284
- package/base/tokens/_tokens-default.scss +415 -329
- package/base/tokens/_tokens-font.scss +41 -46
- package/base/tokens/_tokens-palette.scss +68 -68
- package/base/tokens/_workspace-overrides.scss +7 -0
- package/components/AboutModalBox/about-modal-box.css +78 -104
- package/components/AboutModalBox/about-modal-box.scss +62 -74
- package/components/Accordion/accordion.css +96 -175
- package/components/Accordion/accordion.scss +106 -193
- package/components/ActionList/action-list.css +18 -17
- package/components/ActionList/action-list.scss +26 -16
- package/components/Alert/alert-group.css +27 -20
- package/components/Alert/alert-group.scss +27 -20
- package/components/Alert/alert.css +74 -95
- package/components/Alert/alert.scss +76 -89
- package/components/AppLauncher/app-launcher.css +32 -23
- package/components/AppLauncher/app-launcher.scss +32 -23
- package/components/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 +14 -14
- package/components/Backdrop/backdrop.css +8 -4
- package/components/Backdrop/backdrop.scss +7 -4
- package/components/BackgroundImage/background-image.css +11 -4
- package/components/BackgroundImage/background-image.scss +13 -4
- package/components/Badge/badge.css +25 -17
- package/components/Badge/badge.scss +27 -19
- package/components/Banner/banner.css +95 -69
- package/components/Banner/banner.scss +100 -34
- package/components/Breadcrumb/breadcrumb.css +28 -19
- package/components/Breadcrumb/breadcrumb.scss +26 -19
- package/components/Button/button.css +437 -359
- package/components/Button/button.scss +495 -483
- package/components/CalendarMonth/calendar-month.css +25 -15
- package/components/CalendarMonth/calendar-month.scss +23 -15
- package/components/Card/card.css +117 -203
- package/components/Card/card.scss +137 -246
- package/components/Check/check.css +25 -22
- package/components/Check/check.scss +26 -24
- package/components/Chip/chip-group.css +6 -6
- package/components/Chip/chip-group.scss +6 -6
- package/components/Chip/chip.css +16 -9
- package/components/Chip/chip.scss +17 -9
- package/components/ClipboardCopy/clipboard-copy.css +47 -41
- package/components/ClipboardCopy/clipboard-copy.scss +50 -34
- package/components/CodeBlock/code-block.css +24 -12
- package/components/CodeBlock/code-block.scss +24 -13
- package/components/CodeEditor/code-editor.css +31 -22
- package/components/CodeEditor/code-editor.scss +30 -21
- package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
- package/components/Content/content.css +40 -37
- package/components/Content/content.scss +40 -37
- package/components/ContextSelector/context-selector.css +41 -26
- package/components/ContextSelector/context-selector.scss +40 -25
- package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
- package/components/DataList/data-list-grid.css +21 -21
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +165 -209
- package/components/DataList/data-list.scss +138 -185
- package/components/DatePicker/date-picker.css +8 -8
- package/components/DatePicker/date-picker.scss +8 -8
- package/components/DescriptionList/description-list.css +47 -39
- package/components/DescriptionList/description-list.scss +33 -30
- package/components/Divider/divider.css +97 -177
- package/components/Divider/divider.scss +60 -79
- package/components/DragDrop/drag-drop.css +26 -22
- package/components/DragDrop/drag-drop.scss +26 -25
- package/components/Drawer/drawer.css +216 -158
- package/components/Drawer/drawer.scss +199 -150
- package/components/Dropdown/dropdown.css +76 -69
- package/components/Dropdown/dropdown.scss +67 -62
- package/components/DualListSelector/dual-list-selector.css +29 -15
- package/components/DualListSelector/dual-list-selector.scss +30 -15
- package/components/EmptyState/empty-state.css +64 -38
- package/components/EmptyState/empty-state.scss +70 -38
- package/components/ExpandableSection/expandable-section.css +75 -66
- package/components/ExpandableSection/expandable-section.scss +82 -80
- package/components/FileUpload/file-upload.css +31 -43
- package/components/FileUpload/file-upload.scss +31 -49
- package/components/Form/form.css +111 -154
- package/components/Form/form.scss +101 -160
- package/components/FormControl/form-control.css +95 -111
- package/components/FormControl/form-control.scss +97 -92
- package/components/HelperText/helper-text.css +29 -35
- package/components/HelperText/helper-text.scss +31 -41
- package/components/Hint/hint.css +37 -27
- package/components/Hint/hint.scss +37 -30
- package/components/Icon/icon.css +155 -19
- package/components/Icon/icon.scss +188 -21
- package/components/InlineEdit/inline-edit.css +12 -11
- package/components/InlineEdit/inline-edit.scss +12 -11
- package/components/InputGroup/input-group.css +32 -42
- package/components/InputGroup/input-group.scss +31 -33
- package/components/JumpLinks/jump-links.css +61 -58
- package/components/JumpLinks/jump-links.scss +61 -60
- package/components/Label/label-group.css +48 -50
- package/components/Label/label-group.scss +48 -51
- package/components/Label/label.css +382 -363
- package/components/Label/label.scss +441 -356
- package/components/List/list.css +25 -25
- package/components/List/list.scss +26 -26
- package/components/LogViewer/log-viewer.css +14 -14
- package/components/LogViewer/log-viewer.scss +14 -14
- package/components/Login/login.css +104 -122
- package/components/Login/login.scss +92 -91
- package/components/Masthead/masthead.css +262 -506
- package/components/Masthead/masthead.scss +123 -289
- package/components/Menu/menu.css +82 -65
- package/components/Menu/menu.scss +85 -69
- package/components/MenuToggle/menu-toggle.css +37 -31
- package/components/MenuToggle/menu-toggle.scss +37 -33
- package/components/ModalBox/modal-box.css +76 -69
- package/components/ModalBox/modal-box.scss +74 -70
- package/components/MultipleFileUpload/multiple-file-upload.css +87 -57
- package/components/MultipleFileUpload/multiple-file-upload.scss +92 -60
- package/components/Nav/nav.css +248 -899
- package/components/Nav/nav.scss +304 -1059
- package/components/Nav/themes/dark/nav.scss +2 -2
- package/components/NotificationBadge/notification-badge.css +66 -85
- package/components/NotificationBadge/notification-badge.scss +72 -103
- package/components/NotificationDrawer/notification-drawer.css +130 -128
- package/components/NotificationDrawer/notification-drawer.scss +130 -129
- package/components/NumberInput/number-input.css +10 -10
- package/components/NumberInput/number-input.scss +9 -14
- package/components/OptionsMenu/options-menu.css +43 -31
- package/components/OptionsMenu/options-menu.scss +43 -31
- package/components/OverflowMenu/overflow-menu.css +17 -47
- package/components/OverflowMenu/overflow-menu.scss +27 -65
- package/components/Page/page.css +182 -232
- package/components/Page/page.scss +130 -195
- package/components/Pagination/pagination.css +74 -121
- package/components/Pagination/pagination.scss +55 -125
- package/components/Panel/panel.css +40 -30
- package/components/Panel/panel.scss +42 -33
- package/components/Popover/popover.css +108 -87
- package/components/Popover/popover.scss +120 -109
- package/components/Progress/progress.css +40 -52
- package/components/Progress/progress.scss +48 -62
- package/components/ProgressStepper/progress-stepper.css +98 -89
- package/components/ProgressStepper/progress-stepper.scss +90 -84
- package/components/Radio/radio.css +30 -23
- package/components/Radio/radio.scss +31 -25
- package/components/Select/select.css +56 -47
- package/components/Select/select.scss +56 -47
- package/components/Sidebar/sidebar.css +31 -14
- package/components/Sidebar/sidebar.scss +34 -16
- package/components/SimpleList/simple-list.css +45 -56
- package/components/SimpleList/simple-list.scss +51 -55
- package/components/Skeleton/skeleton.css +24 -25
- package/components/Skeleton/skeleton.scss +21 -26
- package/components/SkipToContent/skip-to-content.css +9 -6
- package/components/SkipToContent/skip-to-content.scss +8 -6
- package/components/Slider/slider.css +80 -55
- package/components/Slider/slider.scss +96 -65
- package/components/Spinner/spinner.css +17 -34
- package/components/Spinner/spinner.scss +19 -47
- package/components/Switch/switch.css +49 -41
- package/components/Switch/switch.scss +51 -42
- package/components/TabContent/tab-content.css +21 -12
- package/components/TabContent/tab-content.scss +22 -15
- package/components/Table/table-grid.css +256 -195
- package/components/Table/table-grid.scss +53 -39
- package/components/Table/table-scrollable.css +4 -4
- package/components/Table/table-scrollable.scss +6 -4
- package/components/Table/table-tree-view.css +112 -105
- package/components/Table/table-tree-view.scss +38 -33
- package/components/Table/table.css +105 -89
- package/components/Table/table.scss +105 -89
- package/components/Tabs/tabs.css +210 -214
- package/components/Tabs/tabs.scss +222 -254
- package/components/TextInputGroup/text-input-group.css +15 -15
- package/components/TextInputGroup/text-input-group.scss +15 -15
- package/components/Tile/tile.css +47 -88
- package/components/Tile/tile.scss +45 -91
- 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 +68 -59
- package/components/ToggleGroup/toggle-group.scss +72 -57
- package/components/Toolbar/toolbar.css +2553 -1054
- package/components/Toolbar/toolbar.scss +234 -516
- package/components/Tooltip/tooltip.css +74 -44
- package/components/Tooltip/tooltip.scss +93 -77
- package/components/TreeView/tree-view.css +48 -27
- package/components/TreeView/tree-view.scss +50 -28
- package/components/Truncate/truncate.css +13 -0
- package/components/Truncate/truncate.scss +19 -3
- package/components/Wizard/wizard.css +57 -36
- package/components/Wizard/wizard.scss +57 -36
- 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 +6 -2
- package/docs/components/Button/examples/Button.md +1425 -87
- package/docs/components/Card/examples/Card.md +565 -148
- package/docs/components/Check/examples/Check.md +71 -58
- package/docs/components/Chip/examples/Chip.md +1 -1
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
- package/docs/components/CodeBlock/examples/CodeBlock.md +4 -4
- package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
- package/docs/components/Content/examples/Content.md +5 -5
- package/docs/components/Divider/examples/Divider.css +3 -1
- package/docs/components/Divider/examples/Divider.md +4 -5
- package/docs/components/DragDrop/examples/DragDrop.css +3 -3
- package/docs/components/Drawer/examples/Drawer.md +294 -256
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +64 -16
- 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 +3091 -704
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +300 -210
- package/docs/components/Login/examples/Login.md +10 -5
- package/docs/components/Masthead/examples/masthead.md +443 -65
- package/docs/components/Menu/examples/Menu.css +8 -0
- package/docs/components/Menu/examples/Menu.md +594 -543
- package/docs/components/MenuToggle/examples/MenuToggle.md +109 -96
- package/docs/components/ModalBox/examples/ModalBox.css +3 -8
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +9 -9
- package/docs/components/Nav/examples/Navigation.css +3 -42
- package/docs/components/Nav/examples/Navigation.md +305 -353
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
- package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
- 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.css +4 -9
- 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 +62 -54
- package/docs/components/Select/deprecated/Select.md +184 -177
- 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.css +2 -2
- package/docs/components/Table/examples/Table.md +10 -10
- package/docs/components/Tabs/examples/Tabs.css +1 -1
- package/docs/components/Tabs/examples/Tabs.md +1025 -826
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +9 -9
- package/docs/components/Tile/examples/Tile.css +1 -1
- 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 +1211 -3487
- package/docs/components/Tooltip/examples/Tooltip.css +4 -0
- package/docs/components/Tooltip/examples/Tooltip.md +3 -1
- package/docs/components/Truncate/examples/Truncate.css +2 -2
- package/docs/components/Truncate/examples/Truncate.md +2 -2
- package/docs/demos/AboutModal/examples/AboutModal.md +104 -31
- package/docs/demos/Alert/examples/Alert.md +330 -87
- package/docs/demos/BackToTop/examples/BackToTop.md +102 -29
- package/docs/demos/Banner/examples/Banner.md +211 -60
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +28 -12
- package/docs/demos/CardView/examples/CardView.md +265 -207
- package/docs/demos/ContextSelector/examples/ContextSelector.md +377 -94
- package/docs/demos/Dashboard/examples/Dashboard.md +105 -32
- package/docs/demos/DataList/examples/DataList.md +1002 -935
- package/docs/demos/DescriptionList/examples/DescriptionList.md +306 -87
- package/docs/demos/Drawer/examples/Drawer.md +640 -251
- package/docs/demos/Form/examples/BasicForms.md +138 -84
- package/docs/demos/JumpLinks/examples/JumpLinks.md +917 -385
- package/docs/demos/Masthead/examples/Masthead.md +786 -342
- package/docs/demos/Modal/examples/Modal.md +645 -198
- package/docs/demos/Nav/examples/Nav.md +691 -902
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +515 -145
- package/docs/demos/Page/examples/Page.md +942 -273
- package/docs/demos/Page/examples/Penta.md +66 -26
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +13 -9
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +44 -32
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1333 -946
- package/docs/demos/Skeleton/examples/Skeleton.md +109 -64
- package/docs/demos/Table/examples/Table.md +3857 -3418
- package/docs/demos/Tabs/examples/Tabs.md +664 -215
- package/docs/demos/Toolbar/examples/Toolbar.css +15 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +1313 -1475
- package/docs/demos/Wizard/examples/Wizard.md +918 -261
- package/docs/layouts/Flex/examples/Flex.md +16 -16
- package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
- package/icons/pficons.mjs +1 -0
- package/layouts/Flex/flex.css +115 -43
- package/layouts/Flex/flex.scss +20 -8
- package/package.json +36 -32
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +895 -847
- package/patternfly-base-no-globals.css +895 -847
- package/patternfly-base-theme-dark-unversioned.css +899 -850
- package/patternfly-base.css +899 -850
- package/patternfly-no-globals.css +9954 -8996
- package/patternfly-theme-dark-unversioned.css +9959 -9000
- package/patternfly.css +9959 -9000
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +6 -0
- package/sass-utilities/mixins.scss +80 -2
- package/sass-utilities/scss-variables.scss +8 -8
- package/sass-utilities/themes/dark/mixins.scss +3 -1
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
- package/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/Card/themes/dark/card.scss +0 -20
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +0 -19
- package/components/DataList/themes/dark/data-list.scss +0 -10
- package/components/DragDrop/themes/dark/drag-drop.scss +0 -7
- package/components/Drawer/themes/dark/drawer.scss +0 -13
- 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/ModalBox/themes/dark/modal-box.scss +0 -7
- package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
- 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/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/docs/components/Avatar/examples/Avatar.css +0 -3
- package/docs/components/NotificationBadge/examples/NotificationBadge.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-angle-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-angle-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"
|
|
@@ -89,27 +183,6 @@ wrapperTag: div
|
|
|
89
183
|
</button>
|
|
90
184
|
</div>
|
|
91
185
|
</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
186
|
</div>
|
|
114
187
|
</div>
|
|
115
188
|
</div>
|
|
@@ -199,114 +272,47 @@ wrapperTag: div
|
|
|
199
272
|
class="pf-v5-c-page__main-section pf-m-no-padding pf-m-padding-on-xl"
|
|
200
273
|
>
|
|
201
274
|
<div class="pf-v5-c-card">
|
|
202
|
-
<div class="pf-v5-c-toolbar">
|
|
275
|
+
<div class="pf-v5-c-toolbar" id="data-list-basic-example-toolbar">
|
|
203
276
|
<div class="pf-v5-c-toolbar__content">
|
|
204
277
|
<div class="pf-v5-c-toolbar__content-section pf-m-nowrap">
|
|
205
278
|
<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>
|
|
279
|
+
<div
|
|
280
|
+
class="pf-v5-c-menu-toggle pf-m-split-button"
|
|
281
|
+
id="data-list-basic-example-toolbar-check"
|
|
282
|
+
>
|
|
283
|
+
<label
|
|
284
|
+
class="pf-v5-c-check pf-m-standalone"
|
|
285
|
+
id="data-list-basic-example-toolbar-check-check"
|
|
286
|
+
for="data-list-basic-example-toolbar-check-check-input"
|
|
287
|
+
>
|
|
288
|
+
<input
|
|
289
|
+
class="pf-v5-c-check__input"
|
|
290
|
+
type="checkbox"
|
|
291
|
+
id="data-list-basic-example-toolbar-check-check-input"
|
|
292
|
+
name="data-list-basic-example-toolbar-check-check-input"
|
|
293
|
+
aria-label="Standalone check"
|
|
294
|
+
/>
|
|
295
|
+
</label>
|
|
261
296
|
<button
|
|
262
|
-
class="pf-v5-c-
|
|
297
|
+
class="pf-v5-c-menu-toggle__button"
|
|
298
|
+
type="button"
|
|
263
299
|
aria-expanded="false"
|
|
264
|
-
id="-
|
|
265
|
-
aria-
|
|
300
|
+
id="data-list-basic-example-toolbar-menu-toggle-toggle-button"
|
|
301
|
+
aria-label="Menu toggle"
|
|
266
302
|
>
|
|
267
|
-
<span
|
|
268
|
-
class="pf-v5-c-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
303
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
304
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
305
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
306
|
+
</span>
|
|
272
307
|
</span>
|
|
273
308
|
</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
309
|
</div>
|
|
307
310
|
</div>
|
|
308
311
|
|
|
309
|
-
<div
|
|
312
|
+
<div
|
|
313
|
+
class="pf-v5-c-overflow-menu"
|
|
314
|
+
id="data-list-basic-example-toolbar-overflow-menu"
|
|
315
|
+
>
|
|
310
316
|
<div
|
|
311
317
|
class="pf-v5-c-overflow-menu__content pf-v5-u-display-none pf-v5-u-display-flex-on-lg"
|
|
312
318
|
>
|
|
@@ -324,7 +330,7 @@ wrapperTag: div
|
|
|
324
330
|
<button
|
|
325
331
|
class="pf-v5-c-button pf-v5-c-dropdown__toggle pf-m-plain"
|
|
326
332
|
type="button"
|
|
327
|
-
id="-overflow-menu-dropdown-toggle"
|
|
333
|
+
id="data-list-basic-example-toolbar-overflow-menu-dropdown-toggle"
|
|
328
334
|
aria-label="Dropdown with additional options"
|
|
329
335
|
aria-expanded="false"
|
|
330
336
|
>
|
|
@@ -333,7 +339,7 @@ wrapperTag: div
|
|
|
333
339
|
<ul
|
|
334
340
|
class="pf-v5-c-dropdown__menu"
|
|
335
341
|
role="menu"
|
|
336
|
-
aria-labelledby="-overflow-menu-dropdown-toggle"
|
|
342
|
+
aria-labelledby="data-list-basic-example-toolbar-overflow-menu-dropdown-toggle"
|
|
337
343
|
hidden
|
|
338
344
|
>
|
|
339
345
|
<li role="none">
|
|
@@ -349,55 +355,57 @@ wrapperTag: div
|
|
|
349
355
|
|
|
350
356
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
351
357
|
<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
|
-
|
|
358
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
359
|
+
<div class="pf-v5-c-options-menu">
|
|
360
|
+
<button
|
|
361
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
362
|
+
type="button"
|
|
363
|
+
id="data-list-basic-example-toolbar-top-pagination-toggle"
|
|
364
|
+
aria-haspopup="listbox"
|
|
365
|
+
aria-expanded="false"
|
|
366
|
+
>
|
|
367
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
368
|
+
<b>1 - 10</b> of
|
|
369
|
+
<b>36</b>
|
|
370
|
+
</span>
|
|
371
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
372
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
373
|
+
</div>
|
|
374
|
+
</button>
|
|
375
|
+
<ul
|
|
376
|
+
class="pf-v5-c-options-menu__menu"
|
|
377
|
+
role="menu"
|
|
378
|
+
aria-labelledby="data-list-basic-example-toolbar-top-pagination-toggle"
|
|
379
|
+
hidden
|
|
380
|
+
>
|
|
381
|
+
<li role="none">
|
|
382
|
+
<button
|
|
383
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
384
|
+
type="button"
|
|
385
|
+
role="menuitem"
|
|
386
|
+
>5 per page</button>
|
|
387
|
+
</li>
|
|
388
|
+
<li role="none">
|
|
389
|
+
<button
|
|
390
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
391
|
+
type="button"
|
|
392
|
+
role="menuitem"
|
|
393
|
+
>
|
|
394
|
+
10 per page
|
|
395
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
396
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
397
|
+
</div>
|
|
398
|
+
</button>
|
|
399
|
+
</li>
|
|
400
|
+
<li role="none">
|
|
401
|
+
<button
|
|
402
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
403
|
+
type="button"
|
|
404
|
+
role="menuitem"
|
|
405
|
+
>20 per page</button>
|
|
406
|
+
</li>
|
|
407
|
+
</ul>
|
|
408
|
+
</div>
|
|
401
409
|
</div>
|
|
402
410
|
<nav
|
|
403
411
|
class="pf-v5-c-pagination__nav"
|
|
@@ -429,7 +437,7 @@ wrapperTag: div
|
|
|
429
437
|
|
|
430
438
|
<div
|
|
431
439
|
class="pf-v5-c-toolbar__expandable-content pf-m-hidden"
|
|
432
|
-
id="-expandable-content"
|
|
440
|
+
id="data-list-basic-example-toolbar-expandable-content"
|
|
433
441
|
hidden
|
|
434
442
|
></div>
|
|
435
443
|
</div>
|
|
@@ -765,55 +773,57 @@ wrapperTag: div
|
|
|
765
773
|
</li>
|
|
766
774
|
</ul>
|
|
767
775
|
<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
|
-
|
|
776
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
777
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
778
|
+
<button
|
|
779
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
780
|
+
type="button"
|
|
781
|
+
id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
782
|
+
aria-haspopup="listbox"
|
|
783
|
+
aria-expanded="false"
|
|
784
|
+
>
|
|
785
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
786
|
+
<b>1 - 10</b> of
|
|
787
|
+
<b>36</b>
|
|
788
|
+
</span>
|
|
789
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
790
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
791
|
+
</div>
|
|
792
|
+
</button>
|
|
793
|
+
<ul
|
|
794
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
795
|
+
role="menu"
|
|
796
|
+
aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
797
|
+
hidden
|
|
798
|
+
>
|
|
799
|
+
<li role="none">
|
|
800
|
+
<button
|
|
801
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
802
|
+
type="button"
|
|
803
|
+
role="menuitem"
|
|
804
|
+
>5 per page</button>
|
|
805
|
+
</li>
|
|
806
|
+
<li role="none">
|
|
807
|
+
<button
|
|
808
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
809
|
+
type="button"
|
|
810
|
+
role="menuitem"
|
|
811
|
+
>
|
|
812
|
+
10 per page
|
|
813
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
814
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
815
|
+
</div>
|
|
816
|
+
</button>
|
|
817
|
+
</li>
|
|
818
|
+
<li role="none">
|
|
819
|
+
<button
|
|
820
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
821
|
+
type="button"
|
|
822
|
+
role="menuitem"
|
|
823
|
+
>20 per page</button>
|
|
824
|
+
</li>
|
|
825
|
+
</ul>
|
|
826
|
+
</div>
|
|
817
827
|
</div>
|
|
818
828
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
819
829
|
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|
|
@@ -897,23 +907,117 @@ wrapperTag: div
|
|
|
897
907
|
</span>
|
|
898
908
|
<div class="pf-v5-c-masthead__main">
|
|
899
909
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
900
|
-
<
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
910
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
911
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
912
|
+
<defs>
|
|
913
|
+
<linearGradient
|
|
914
|
+
x1="68%"
|
|
915
|
+
y1="2.25860997e-13%"
|
|
916
|
+
x2="32%"
|
|
917
|
+
y2="100%"
|
|
918
|
+
id="linearGradient-data-list-actionable-example-masthead"
|
|
919
|
+
>
|
|
920
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
921
|
+
<stop
|
|
922
|
+
stop-color="#73BCF7"
|
|
923
|
+
stop-opacity="0.502212631"
|
|
924
|
+
offset="100%"
|
|
925
|
+
/>
|
|
926
|
+
</linearGradient>
|
|
927
|
+
</defs>
|
|
928
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
929
|
+
<g
|
|
930
|
+
transform="translate(206.000000, 45.750000)"
|
|
931
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
932
|
+
fill-rule="nonzero"
|
|
933
|
+
>
|
|
934
|
+
<path
|
|
935
|
+
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"
|
|
936
|
+
/>
|
|
937
|
+
<path
|
|
938
|
+
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"
|
|
939
|
+
/>
|
|
940
|
+
<path
|
|
941
|
+
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"
|
|
942
|
+
/>
|
|
943
|
+
<path
|
|
944
|
+
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"
|
|
945
|
+
/>
|
|
946
|
+
<path
|
|
947
|
+
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"
|
|
948
|
+
/>
|
|
949
|
+
<path
|
|
950
|
+
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"
|
|
951
|
+
/>
|
|
952
|
+
<path
|
|
953
|
+
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"
|
|
954
|
+
/>
|
|
955
|
+
<polygon
|
|
956
|
+
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"
|
|
957
|
+
/>
|
|
958
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
959
|
+
<path
|
|
960
|
+
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"
|
|
961
|
+
/>
|
|
962
|
+
</g>
|
|
963
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
964
|
+
<path
|
|
965
|
+
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"
|
|
966
|
+
fill="#0066CC"
|
|
967
|
+
/>
|
|
968
|
+
<path
|
|
969
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
970
|
+
fill="url(#linearGradient-data-list-actionable-example-masthead)"
|
|
971
|
+
/>
|
|
972
|
+
<path
|
|
973
|
+
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"
|
|
974
|
+
fill="url(#linearGradient-data-list-actionable-example-masthead)"
|
|
975
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
976
|
+
/>
|
|
977
|
+
</g>
|
|
978
|
+
</g>
|
|
979
|
+
</svg>
|
|
906
980
|
</a>
|
|
907
981
|
</div>
|
|
908
982
|
<div class="pf-v5-c-masthead__content">
|
|
909
983
|
<div
|
|
910
|
-
class="pf-v5-c-toolbar pf-m-
|
|
984
|
+
class="pf-v5-c-toolbar pf-m-static"
|
|
911
985
|
id="data-list-actionable-example-masthead-toolbar"
|
|
912
986
|
>
|
|
913
987
|
<div class="pf-v5-c-toolbar__content">
|
|
914
988
|
<div class="pf-v5-c-toolbar__content-section">
|
|
989
|
+
<div class="pf-v5-c-toolbar__item">
|
|
990
|
+
<button
|
|
991
|
+
class="pf-v5-c-menu-toggle"
|
|
992
|
+
type="button"
|
|
993
|
+
aria-expanded="false"
|
|
994
|
+
>
|
|
995
|
+
<span class="pf-v5-c-menu-toggle__text">Overview</span>
|
|
996
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
997
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
998
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
999
|
+
</span>
|
|
1000
|
+
</span>
|
|
1001
|
+
</button>
|
|
1002
|
+
</div>
|
|
1003
|
+
|
|
1004
|
+
<div class="pf-v5-c-toolbar__item">
|
|
1005
|
+
<button
|
|
1006
|
+
class="pf-v5-c-menu-toggle"
|
|
1007
|
+
type="button"
|
|
1008
|
+
aria-expanded="false"
|
|
1009
|
+
>
|
|
1010
|
+
<span class="pf-v5-c-menu-toggle__text">Services</span>
|
|
1011
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
1012
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1013
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
1014
|
+
</span>
|
|
1015
|
+
</span>
|
|
1016
|
+
</button>
|
|
1017
|
+
</div>
|
|
1018
|
+
|
|
915
1019
|
<div
|
|
916
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-
|
|
1020
|
+
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
1021
|
>
|
|
918
1022
|
<div
|
|
919
1023
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -960,27 +1064,6 @@ wrapperTag: div
|
|
|
960
1064
|
</button>
|
|
961
1065
|
</div>
|
|
962
1066
|
</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
1067
|
</div>
|
|
985
1068
|
</div>
|
|
986
1069
|
</div>
|
|
@@ -1070,132 +1153,62 @@ wrapperTag: div
|
|
|
1070
1153
|
class="pf-v5-c-page__main-section pf-m-no-padding pf-m-padding-on-xl"
|
|
1071
1154
|
>
|
|
1072
1155
|
<div class="pf-v5-c-card">
|
|
1073
|
-
<div class="pf-v5-c-toolbar">
|
|
1156
|
+
<div class="pf-v5-c-toolbar" id="data-list-actionable-example-toolbar">
|
|
1074
1157
|
<div class="pf-v5-c-toolbar__content">
|
|
1075
1158
|
<div class="pf-v5-c-toolbar__content-section pf-m-nowrap">
|
|
1076
1159
|
<div
|
|
1077
1160
|
class="pf-v5-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
|
|
1078
1161
|
>
|
|
1079
|
-
<div class="pf-v5-c-toolbar__toggle">
|
|
1162
|
+
<div class="pf-v5-c-toolbar__toggle pf-m-show">
|
|
1080
1163
|
<button
|
|
1081
|
-
class="pf-v5-c-
|
|
1164
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
1082
1165
|
type="button"
|
|
1083
|
-
aria-label="Show filters"
|
|
1084
1166
|
aria-expanded="false"
|
|
1085
|
-
aria-
|
|
1167
|
+
aria-label="Show filters"
|
|
1168
|
+
aria-controls="data-list-actionable-example-toolbar-expandable-content"
|
|
1086
1169
|
>
|
|
1087
1170
|
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
1088
1171
|
</button>
|
|
1089
1172
|
</div>
|
|
1090
1173
|
<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>
|
|
1174
|
+
<div
|
|
1175
|
+
class="pf-v5-c-menu-toggle pf-m-split-button"
|
|
1176
|
+
id="data-list-actionable-example-toolbar-check"
|
|
1177
|
+
>
|
|
1178
|
+
<label
|
|
1179
|
+
class="pf-v5-c-check pf-m-standalone"
|
|
1180
|
+
id="data-list-actionable-example-toolbar-check-check"
|
|
1181
|
+
for="data-list-actionable-example-toolbar-check-check-input"
|
|
1182
|
+
>
|
|
1183
|
+
<input
|
|
1184
|
+
class="pf-v5-c-check__input"
|
|
1185
|
+
type="checkbox"
|
|
1186
|
+
id="data-list-actionable-example-toolbar-check-check-input"
|
|
1187
|
+
name="data-list-actionable-example-toolbar-check-check-input"
|
|
1188
|
+
aria-label="Standalone check"
|
|
1189
|
+
/>
|
|
1190
|
+
</label>
|
|
1146
1191
|
<button
|
|
1147
|
-
class="pf-v5-c-
|
|
1192
|
+
class="pf-v5-c-menu-toggle__button"
|
|
1193
|
+
type="button"
|
|
1148
1194
|
aria-expanded="false"
|
|
1149
|
-
id="-
|
|
1150
|
-
aria-
|
|
1195
|
+
id="data-list-actionable-example-toolbar-menu-toggle-toggle-button"
|
|
1196
|
+
aria-label="Menu toggle"
|
|
1151
1197
|
>
|
|
1152
|
-
<span
|
|
1153
|
-
class="pf-v5-c-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1198
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
1199
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1200
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
1201
|
+
</span>
|
|
1157
1202
|
</span>
|
|
1158
1203
|
</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
1204
|
</div>
|
|
1195
1205
|
</div>
|
|
1196
1206
|
</div>
|
|
1197
1207
|
|
|
1198
|
-
<div
|
|
1208
|
+
<div
|
|
1209
|
+
class="pf-v5-c-overflow-menu"
|
|
1210
|
+
id="data-list-actionable-example-toolbar-overflow-menu"
|
|
1211
|
+
>
|
|
1199
1212
|
<div
|
|
1200
1213
|
class="pf-v5-c-overflow-menu__content pf-v5-u-display-none pf-v5-u-display-flex-on-lg"
|
|
1201
1214
|
>
|
|
@@ -1220,7 +1233,7 @@ wrapperTag: div
|
|
|
1220
1233
|
<button
|
|
1221
1234
|
class="pf-v5-c-button pf-v5-c-dropdown__toggle pf-m-plain"
|
|
1222
1235
|
type="button"
|
|
1223
|
-
id="-overflow-menu-dropdown-toggle"
|
|
1236
|
+
id="data-list-actionable-example-toolbar-overflow-menu-dropdown-toggle"
|
|
1224
1237
|
aria-label="Dropdown with additional options"
|
|
1225
1238
|
aria-expanded="false"
|
|
1226
1239
|
>
|
|
@@ -1229,7 +1242,7 @@ wrapperTag: div
|
|
|
1229
1242
|
<ul
|
|
1230
1243
|
class="pf-v5-c-dropdown__menu"
|
|
1231
1244
|
role="menu"
|
|
1232
|
-
aria-labelledby="-overflow-menu-dropdown-toggle"
|
|
1245
|
+
aria-labelledby="data-list-actionable-example-toolbar-overflow-menu-dropdown-toggle"
|
|
1233
1246
|
hidden
|
|
1234
1247
|
>
|
|
1235
1248
|
<li role="none">
|
|
@@ -1245,55 +1258,57 @@ wrapperTag: div
|
|
|
1245
1258
|
|
|
1246
1259
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
1247
1260
|
<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
|
-
|
|
1261
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
1262
|
+
<div class="pf-v5-c-options-menu">
|
|
1263
|
+
<button
|
|
1264
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
1265
|
+
type="button"
|
|
1266
|
+
id="data-list-actionable-example-toolbar-top-pagination-toggle"
|
|
1267
|
+
aria-haspopup="listbox"
|
|
1268
|
+
aria-expanded="false"
|
|
1269
|
+
>
|
|
1270
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
1271
|
+
<b>1 - 10</b> of
|
|
1272
|
+
<b>36</b>
|
|
1273
|
+
</span>
|
|
1274
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
1275
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1276
|
+
</div>
|
|
1277
|
+
</button>
|
|
1278
|
+
<ul
|
|
1279
|
+
class="pf-v5-c-options-menu__menu"
|
|
1280
|
+
role="menu"
|
|
1281
|
+
aria-labelledby="data-list-actionable-example-toolbar-top-pagination-toggle"
|
|
1282
|
+
hidden
|
|
1283
|
+
>
|
|
1284
|
+
<li role="none">
|
|
1285
|
+
<button
|
|
1286
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1287
|
+
type="button"
|
|
1288
|
+
role="menuitem"
|
|
1289
|
+
>5 per page</button>
|
|
1290
|
+
</li>
|
|
1291
|
+
<li role="none">
|
|
1292
|
+
<button
|
|
1293
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1294
|
+
type="button"
|
|
1295
|
+
role="menuitem"
|
|
1296
|
+
>
|
|
1297
|
+
10 per page
|
|
1298
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
1299
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
1300
|
+
</div>
|
|
1301
|
+
</button>
|
|
1302
|
+
</li>
|
|
1303
|
+
<li role="none">
|
|
1304
|
+
<button
|
|
1305
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1306
|
+
type="button"
|
|
1307
|
+
role="menuitem"
|
|
1308
|
+
>20 per page</button>
|
|
1309
|
+
</li>
|
|
1310
|
+
</ul>
|
|
1311
|
+
</div>
|
|
1297
1312
|
</div>
|
|
1298
1313
|
<nav
|
|
1299
1314
|
class="pf-v5-c-pagination__nav"
|
|
@@ -1325,7 +1340,7 @@ wrapperTag: div
|
|
|
1325
1340
|
|
|
1326
1341
|
<div
|
|
1327
1342
|
class="pf-v5-c-toolbar__expandable-content pf-m-hidden"
|
|
1328
|
-
id="-expandable-content"
|
|
1343
|
+
id="data-list-actionable-example-toolbar-expandable-content"
|
|
1329
1344
|
hidden
|
|
1330
1345
|
></div>
|
|
1331
1346
|
</div>
|
|
@@ -1626,55 +1641,57 @@ wrapperTag: div
|
|
|
1626
1641
|
</li>
|
|
1627
1642
|
</ul>
|
|
1628
1643
|
<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
|
-
|
|
1644
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
1645
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
1646
|
+
<button
|
|
1647
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
1648
|
+
type="button"
|
|
1649
|
+
id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
1650
|
+
aria-haspopup="listbox"
|
|
1651
|
+
aria-expanded="false"
|
|
1652
|
+
>
|
|
1653
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
1654
|
+
<b>1 - 10</b> of
|
|
1655
|
+
<b>36</b>
|
|
1656
|
+
</span>
|
|
1657
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
1658
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1659
|
+
</div>
|
|
1660
|
+
</button>
|
|
1661
|
+
<ul
|
|
1662
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
1663
|
+
role="menu"
|
|
1664
|
+
aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
1665
|
+
hidden
|
|
1666
|
+
>
|
|
1667
|
+
<li role="none">
|
|
1668
|
+
<button
|
|
1669
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1670
|
+
type="button"
|
|
1671
|
+
role="menuitem"
|
|
1672
|
+
>5 per page</button>
|
|
1673
|
+
</li>
|
|
1674
|
+
<li role="none">
|
|
1675
|
+
<button
|
|
1676
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1677
|
+
type="button"
|
|
1678
|
+
role="menuitem"
|
|
1679
|
+
>
|
|
1680
|
+
10 per page
|
|
1681
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
1682
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
1683
|
+
</div>
|
|
1684
|
+
</button>
|
|
1685
|
+
</li>
|
|
1686
|
+
<li role="none">
|
|
1687
|
+
<button
|
|
1688
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1689
|
+
type="button"
|
|
1690
|
+
role="menuitem"
|
|
1691
|
+
>20 per page</button>
|
|
1692
|
+
</li>
|
|
1693
|
+
</ul>
|
|
1694
|
+
</div>
|
|
1678
1695
|
</div>
|
|
1679
1696
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
1680
1697
|
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|
|
@@ -1758,23 +1775,117 @@ wrapperTag: div
|
|
|
1758
1775
|
</span>
|
|
1759
1776
|
<div class="pf-v5-c-masthead__main">
|
|
1760
1777
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
1761
|
-
<
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1778
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
1779
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1780
|
+
<defs>
|
|
1781
|
+
<linearGradient
|
|
1782
|
+
x1="68%"
|
|
1783
|
+
y1="2.25860997e-13%"
|
|
1784
|
+
x2="32%"
|
|
1785
|
+
y2="100%"
|
|
1786
|
+
id="linearGradient-data-list-expandable-example-masthead"
|
|
1787
|
+
>
|
|
1788
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1789
|
+
<stop
|
|
1790
|
+
stop-color="#73BCF7"
|
|
1791
|
+
stop-opacity="0.502212631"
|
|
1792
|
+
offset="100%"
|
|
1793
|
+
/>
|
|
1794
|
+
</linearGradient>
|
|
1795
|
+
</defs>
|
|
1796
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1797
|
+
<g
|
|
1798
|
+
transform="translate(206.000000, 45.750000)"
|
|
1799
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1800
|
+
fill-rule="nonzero"
|
|
1801
|
+
>
|
|
1802
|
+
<path
|
|
1803
|
+
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"
|
|
1804
|
+
/>
|
|
1805
|
+
<path
|
|
1806
|
+
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"
|
|
1807
|
+
/>
|
|
1808
|
+
<path
|
|
1809
|
+
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"
|
|
1810
|
+
/>
|
|
1811
|
+
<path
|
|
1812
|
+
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"
|
|
1813
|
+
/>
|
|
1814
|
+
<path
|
|
1815
|
+
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"
|
|
1816
|
+
/>
|
|
1817
|
+
<path
|
|
1818
|
+
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"
|
|
1819
|
+
/>
|
|
1820
|
+
<path
|
|
1821
|
+
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"
|
|
1822
|
+
/>
|
|
1823
|
+
<polygon
|
|
1824
|
+
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"
|
|
1825
|
+
/>
|
|
1826
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
1827
|
+
<path
|
|
1828
|
+
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"
|
|
1829
|
+
/>
|
|
1830
|
+
</g>
|
|
1831
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1832
|
+
<path
|
|
1833
|
+
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"
|
|
1834
|
+
fill="#0066CC"
|
|
1835
|
+
/>
|
|
1836
|
+
<path
|
|
1837
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1838
|
+
fill="url(#linearGradient-data-list-expandable-example-masthead)"
|
|
1839
|
+
/>
|
|
1840
|
+
<path
|
|
1841
|
+
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"
|
|
1842
|
+
fill="url(#linearGradient-data-list-expandable-example-masthead)"
|
|
1843
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1844
|
+
/>
|
|
1845
|
+
</g>
|
|
1846
|
+
</g>
|
|
1847
|
+
</svg>
|
|
1767
1848
|
</a>
|
|
1768
1849
|
</div>
|
|
1769
1850
|
<div class="pf-v5-c-masthead__content">
|
|
1770
1851
|
<div
|
|
1771
|
-
class="pf-v5-c-toolbar pf-m-
|
|
1852
|
+
class="pf-v5-c-toolbar pf-m-static"
|
|
1772
1853
|
id="data-list-expandable-example-masthead-toolbar"
|
|
1773
1854
|
>
|
|
1774
1855
|
<div class="pf-v5-c-toolbar__content">
|
|
1775
1856
|
<div class="pf-v5-c-toolbar__content-section">
|
|
1857
|
+
<div class="pf-v5-c-toolbar__item">
|
|
1858
|
+
<button
|
|
1859
|
+
class="pf-v5-c-menu-toggle"
|
|
1860
|
+
type="button"
|
|
1861
|
+
aria-expanded="false"
|
|
1862
|
+
>
|
|
1863
|
+
<span class="pf-v5-c-menu-toggle__text">Overview</span>
|
|
1864
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
1865
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1866
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
1867
|
+
</span>
|
|
1868
|
+
</span>
|
|
1869
|
+
</button>
|
|
1870
|
+
</div>
|
|
1871
|
+
|
|
1872
|
+
<div class="pf-v5-c-toolbar__item">
|
|
1873
|
+
<button
|
|
1874
|
+
class="pf-v5-c-menu-toggle"
|
|
1875
|
+
type="button"
|
|
1876
|
+
aria-expanded="false"
|
|
1877
|
+
>
|
|
1878
|
+
<span class="pf-v5-c-menu-toggle__text">Services</span>
|
|
1879
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
1880
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1881
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
1882
|
+
</span>
|
|
1883
|
+
</span>
|
|
1884
|
+
</button>
|
|
1885
|
+
</div>
|
|
1886
|
+
|
|
1776
1887
|
<div
|
|
1777
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-
|
|
1888
|
+
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
1889
|
>
|
|
1779
1890
|
<div
|
|
1780
1891
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -1821,27 +1932,6 @@ wrapperTag: div
|
|
|
1821
1932
|
</button>
|
|
1822
1933
|
</div>
|
|
1823
1934
|
</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
1935
|
</div>
|
|
1846
1936
|
</div>
|
|
1847
1937
|
</div>
|
|
@@ -1931,85 +2021,72 @@ wrapperTag: div
|
|
|
1931
2021
|
class="pf-v5-c-page__main-section pf-m-no-padding pf-m-padding-on-xl"
|
|
1932
2022
|
>
|
|
1933
2023
|
<div class="pf-v5-c-card">
|
|
1934
|
-
<div class="pf-v5-c-toolbar">
|
|
2024
|
+
<div class="pf-v5-c-toolbar" id="data-list-expandable-example-toolbar">
|
|
1935
2025
|
<div class="pf-v5-c-toolbar__content">
|
|
1936
2026
|
<div class="pf-v5-c-toolbar__content-section pf-m-nowrap">
|
|
1937
|
-
<div class="pf-v5-c-toolbar__item pf-m-expand-all">
|
|
1938
|
-
<button
|
|
1939
|
-
class="pf-v5-c-button pf-m-plain"
|
|
1940
|
-
type="button"
|
|
1941
|
-
aria-label="Expand all rows"
|
|
1942
|
-
>
|
|
1943
|
-
<span class="pf-v5-c-
|
|
1944
|
-
<
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
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
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
2001
|
-
role="menuitem"
|
|
2002
|
-
type="button"
|
|
2003
|
-
>Select none</button>
|
|
2004
|
-
</li>
|
|
2005
|
-
<li role="none">
|
|
2006
|
-
<button
|
|
2007
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
2008
|
-
role="menuitem"
|
|
2009
|
-
type="button"
|
|
2010
|
-
>Other action</button>
|
|
2011
|
-
</li>
|
|
2012
|
-
</ul>
|
|
2027
|
+
<div class="pf-v5-c-toolbar__item pf-m-expand-all">
|
|
2028
|
+
<button
|
|
2029
|
+
class="pf-v5-c-button pf-m-plain"
|
|
2030
|
+
type="button"
|
|
2031
|
+
aria-label="Expand all rows"
|
|
2032
|
+
>
|
|
2033
|
+
<span class="pf-v5-c-icon">
|
|
2034
|
+
<span
|
|
2035
|
+
class="pf-v5-c-icon__content pf-v5-m-mirror-inline-rtl"
|
|
2036
|
+
>
|
|
2037
|
+
<span class="pf-v5-c-toolbar__expand-all-icon">
|
|
2038
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2039
|
+
</span>
|
|
2040
|
+
</span>
|
|
2041
|
+
</span>
|
|
2042
|
+
</button>
|
|
2043
|
+
</div>
|
|
2044
|
+
|
|
2045
|
+
<div
|
|
2046
|
+
class="pf-v5-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
|
|
2047
|
+
>
|
|
2048
|
+
<div class="pf-v5-c-toolbar__toggle pf-m-show">
|
|
2049
|
+
<button
|
|
2050
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
2051
|
+
type="button"
|
|
2052
|
+
aria-expanded="false"
|
|
2053
|
+
aria-label="Show filters"
|
|
2054
|
+
aria-controls="data-list-expandable-example-toolbar-expandable-content"
|
|
2055
|
+
>
|
|
2056
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
2057
|
+
</button>
|
|
2058
|
+
</div>
|
|
2059
|
+
<div class="pf-v5-c-toolbar__item pf-m-bulk-select">
|
|
2060
|
+
<div
|
|
2061
|
+
class="pf-v5-c-menu-toggle pf-m-split-button"
|
|
2062
|
+
id="data-list-expandable-example-toolbar-check"
|
|
2063
|
+
>
|
|
2064
|
+
<label
|
|
2065
|
+
class="pf-v5-c-check pf-m-standalone"
|
|
2066
|
+
id="data-list-expandable-example-toolbar-check-check"
|
|
2067
|
+
for="data-list-expandable-example-toolbar-check-check-input"
|
|
2068
|
+
>
|
|
2069
|
+
<input
|
|
2070
|
+
class="pf-v5-c-check__input"
|
|
2071
|
+
type="checkbox"
|
|
2072
|
+
id="data-list-expandable-example-toolbar-check-check-input"
|
|
2073
|
+
name="data-list-expandable-example-toolbar-check-check-input"
|
|
2074
|
+
aria-label="Standalone check"
|
|
2075
|
+
/>
|
|
2076
|
+
</label>
|
|
2077
|
+
<button
|
|
2078
|
+
class="pf-v5-c-menu-toggle__button"
|
|
2079
|
+
type="button"
|
|
2080
|
+
aria-expanded="false"
|
|
2081
|
+
id="data-list-expandable-example-toolbar-menu-toggle-toggle-button"
|
|
2082
|
+
aria-label="Menu toggle"
|
|
2083
|
+
>
|
|
2084
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
2085
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
2086
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
2087
|
+
</span>
|
|
2088
|
+
</span>
|
|
2089
|
+
</button>
|
|
2013
2090
|
</div>
|
|
2014
2091
|
</div>
|
|
2015
2092
|
|
|
@@ -2020,72 +2097,22 @@ wrapperTag: div
|
|
|
2020
2097
|
role="group"
|
|
2021
2098
|
>
|
|
2022
2099
|
<div class="pf-v5-c-input-group__item">
|
|
2023
|
-
<
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
aria-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
>
|
|
2034
|
-
<
|
|
2035
|
-
<
|
|
2036
|
-
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
2037
|
-
</span>
|
|
2038
|
-
<span class="pf-v5-c-select__toggle-text">Name</span>
|
|
2039
|
-
</div>
|
|
2040
|
-
<span class="pf-v5-c-select__toggle-arrow">
|
|
2041
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
2100
|
+
<button
|
|
2101
|
+
class="pf-v5-c-menu-toggle"
|
|
2102
|
+
type="button"
|
|
2103
|
+
aria-expanded="false"
|
|
2104
|
+
id="data-list-expandable-example-toolbar-search-filter-menu"
|
|
2105
|
+
>
|
|
2106
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
2107
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
2108
|
+
</span>
|
|
2109
|
+
<span class="pf-v5-c-menu-toggle__text">Name</span>
|
|
2110
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
2111
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
2112
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
2042
2113
|
</span>
|
|
2043
|
-
</
|
|
2044
|
-
|
|
2045
|
-
<ul
|
|
2046
|
-
class="pf-v5-c-select__menu"
|
|
2047
|
-
role="listbox"
|
|
2048
|
-
aria-labelledby="-select-name-label"
|
|
2049
|
-
hidden
|
|
2050
|
-
>
|
|
2051
|
-
<li role="presentation">
|
|
2052
|
-
<button
|
|
2053
|
-
class="pf-v5-c-select__menu-item"
|
|
2054
|
-
role="option"
|
|
2055
|
-
>Running</button>
|
|
2056
|
-
</li>
|
|
2057
|
-
<li role="presentation">
|
|
2058
|
-
<button
|
|
2059
|
-
class="pf-v5-c-select__menu-item pf-m-selected"
|
|
2060
|
-
role="option"
|
|
2061
|
-
aria-selected="true"
|
|
2062
|
-
>
|
|
2063
|
-
Stopped
|
|
2064
|
-
<span class="pf-v5-c-select__menu-item-icon">
|
|
2065
|
-
<i class="fas fa-check" aria-hidden="true"></i>
|
|
2066
|
-
</span>
|
|
2067
|
-
</button>
|
|
2068
|
-
</li>
|
|
2069
|
-
<li role="presentation">
|
|
2070
|
-
<button
|
|
2071
|
-
class="pf-v5-c-select__menu-item"
|
|
2072
|
-
role="option"
|
|
2073
|
-
>Down</button>
|
|
2074
|
-
</li>
|
|
2075
|
-
<li role="presentation">
|
|
2076
|
-
<button
|
|
2077
|
-
class="pf-v5-c-select__menu-item"
|
|
2078
|
-
role="option"
|
|
2079
|
-
>Degraded</button>
|
|
2080
|
-
</li>
|
|
2081
|
-
<li role="presentation">
|
|
2082
|
-
<button
|
|
2083
|
-
class="pf-v5-c-select__menu-item"
|
|
2084
|
-
role="option"
|
|
2085
|
-
>Needs maintenance</button>
|
|
2086
|
-
</li>
|
|
2087
|
-
</ul>
|
|
2088
|
-
</div>
|
|
2114
|
+
</span>
|
|
2115
|
+
</button>
|
|
2089
2116
|
</div>
|
|
2090
2117
|
<div class="pf-v5-c-input-group__item pf-m-fill">
|
|
2091
2118
|
<div class="pf-v5-c-text-input-group">
|
|
@@ -2109,7 +2136,10 @@ wrapperTag: div
|
|
|
2109
2136
|
</div>
|
|
2110
2137
|
</div>
|
|
2111
2138
|
|
|
2112
|
-
<div
|
|
2139
|
+
<div
|
|
2140
|
+
class="pf-v5-c-overflow-menu"
|
|
2141
|
+
id="data-list-expandable-example-toolbar-overflow-menu"
|
|
2142
|
+
>
|
|
2113
2143
|
<div
|
|
2114
2144
|
class="pf-v5-c-overflow-menu__content pf-v5-u-display-none pf-v5-u-display-flex-on-lg"
|
|
2115
2145
|
>
|
|
@@ -2127,7 +2157,7 @@ wrapperTag: div
|
|
|
2127
2157
|
<button
|
|
2128
2158
|
class="pf-v5-c-button pf-v5-c-dropdown__toggle pf-m-plain"
|
|
2129
2159
|
type="button"
|
|
2130
|
-
id="-overflow-menu-dropdown-toggle"
|
|
2160
|
+
id="data-list-expandable-example-toolbar-overflow-menu-dropdown-toggle"
|
|
2131
2161
|
aria-label="Dropdown with additional options"
|
|
2132
2162
|
aria-expanded="false"
|
|
2133
2163
|
>
|
|
@@ -2136,7 +2166,7 @@ wrapperTag: div
|
|
|
2136
2166
|
<ul
|
|
2137
2167
|
class="pf-v5-c-dropdown__menu"
|
|
2138
2168
|
role="menu"
|
|
2139
|
-
aria-labelledby="-overflow-menu-dropdown-toggle"
|
|
2169
|
+
aria-labelledby="data-list-expandable-example-toolbar-overflow-menu-dropdown-toggle"
|
|
2140
2170
|
hidden
|
|
2141
2171
|
>
|
|
2142
2172
|
<li role="none">
|
|
@@ -2152,55 +2182,57 @@ wrapperTag: div
|
|
|
2152
2182
|
|
|
2153
2183
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
2154
2184
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
2155
|
-
<div class="pf-v5-c-
|
|
2156
|
-
<
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
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
|
-
|
|
2185
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
2186
|
+
<div class="pf-v5-c-options-menu">
|
|
2187
|
+
<button
|
|
2188
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
2189
|
+
type="button"
|
|
2190
|
+
id="data-list-expandable-example-toolbar-top-pagination-toggle"
|
|
2191
|
+
aria-haspopup="listbox"
|
|
2192
|
+
aria-expanded="false"
|
|
2193
|
+
>
|
|
2194
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
2195
|
+
<b>1 - 10</b> of
|
|
2196
|
+
<b>36</b>
|
|
2197
|
+
</span>
|
|
2198
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
2199
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
2200
|
+
</div>
|
|
2201
|
+
</button>
|
|
2202
|
+
<ul
|
|
2203
|
+
class="pf-v5-c-options-menu__menu"
|
|
2204
|
+
role="menu"
|
|
2205
|
+
aria-labelledby="data-list-expandable-example-toolbar-top-pagination-toggle"
|
|
2206
|
+
hidden
|
|
2207
|
+
>
|
|
2208
|
+
<li role="none">
|
|
2209
|
+
<button
|
|
2210
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
2211
|
+
type="button"
|
|
2212
|
+
role="menuitem"
|
|
2213
|
+
>5 per page</button>
|
|
2214
|
+
</li>
|
|
2215
|
+
<li role="none">
|
|
2216
|
+
<button
|
|
2217
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
2218
|
+
type="button"
|
|
2219
|
+
role="menuitem"
|
|
2220
|
+
>
|
|
2221
|
+
10 per page
|
|
2222
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
2223
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
2224
|
+
</div>
|
|
2225
|
+
</button>
|
|
2226
|
+
</li>
|
|
2227
|
+
<li role="none">
|
|
2228
|
+
<button
|
|
2229
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
2230
|
+
type="button"
|
|
2231
|
+
role="menuitem"
|
|
2232
|
+
>20 per page</button>
|
|
2233
|
+
</li>
|
|
2234
|
+
</ul>
|
|
2235
|
+
</div>
|
|
2204
2236
|
</div>
|
|
2205
2237
|
<nav
|
|
2206
2238
|
class="pf-v5-c-pagination__nav"
|
|
@@ -2232,7 +2264,7 @@ wrapperTag: div
|
|
|
2232
2264
|
|
|
2233
2265
|
<div
|
|
2234
2266
|
class="pf-v5-c-toolbar__expandable-content pf-m-hidden"
|
|
2235
|
-
id="-expandable-content"
|
|
2267
|
+
id="data-list-expandable-example-toolbar-expandable-content"
|
|
2236
2268
|
hidden
|
|
2237
2269
|
></div>
|
|
2238
2270
|
</div>
|
|
@@ -3283,55 +3315,57 @@ wrapperTag: div
|
|
|
3283
3315
|
</li>
|
|
3284
3316
|
</ul>
|
|
3285
3317
|
<div class="pf-v5-c-pagination pf-m-bottom">
|
|
3286
|
-
<div class="pf-v5-c-
|
|
3287
|
-
<
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
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
|
-
|
|
3318
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
3319
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
3320
|
+
<button
|
|
3321
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
3322
|
+
type="button"
|
|
3323
|
+
id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
3324
|
+
aria-haspopup="listbox"
|
|
3325
|
+
aria-expanded="false"
|
|
3326
|
+
>
|
|
3327
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
3328
|
+
<b>1 - 10</b> of
|
|
3329
|
+
<b>36</b>
|
|
3330
|
+
</span>
|
|
3331
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
3332
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
3333
|
+
</div>
|
|
3334
|
+
</button>
|
|
3335
|
+
<ul
|
|
3336
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
3337
|
+
role="menu"
|
|
3338
|
+
aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
3339
|
+
hidden
|
|
3340
|
+
>
|
|
3341
|
+
<li role="none">
|
|
3342
|
+
<button
|
|
3343
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3344
|
+
type="button"
|
|
3345
|
+
role="menuitem"
|
|
3346
|
+
>5 per page</button>
|
|
3347
|
+
</li>
|
|
3348
|
+
<li role="none">
|
|
3349
|
+
<button
|
|
3350
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3351
|
+
type="button"
|
|
3352
|
+
role="menuitem"
|
|
3353
|
+
>
|
|
3354
|
+
10 per page
|
|
3355
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
3356
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
3357
|
+
</div>
|
|
3358
|
+
</button>
|
|
3359
|
+
</li>
|
|
3360
|
+
<li role="none">
|
|
3361
|
+
<button
|
|
3362
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3363
|
+
type="button"
|
|
3364
|
+
role="menuitem"
|
|
3365
|
+
>20 per page</button>
|
|
3366
|
+
</li>
|
|
3367
|
+
</ul>
|
|
3368
|
+
</div>
|
|
3335
3369
|
</div>
|
|
3336
3370
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
3337
3371
|
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|
|
@@ -3418,23 +3452,117 @@ wrapperTag: div
|
|
|
3418
3452
|
</span>
|
|
3419
3453
|
<div class="pf-v5-c-masthead__main">
|
|
3420
3454
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
3421
|
-
<
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3455
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
3456
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
3457
|
+
<defs>
|
|
3458
|
+
<linearGradient
|
|
3459
|
+
x1="68%"
|
|
3460
|
+
y1="2.25860997e-13%"
|
|
3461
|
+
x2="32%"
|
|
3462
|
+
y2="100%"
|
|
3463
|
+
id="linearGradient-data-list-static-bottom-example-masthead"
|
|
3464
|
+
>
|
|
3465
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
3466
|
+
<stop
|
|
3467
|
+
stop-color="#73BCF7"
|
|
3468
|
+
stop-opacity="0.502212631"
|
|
3469
|
+
offset="100%"
|
|
3470
|
+
/>
|
|
3471
|
+
</linearGradient>
|
|
3472
|
+
</defs>
|
|
3473
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
3474
|
+
<g
|
|
3475
|
+
transform="translate(206.000000, 45.750000)"
|
|
3476
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
3477
|
+
fill-rule="nonzero"
|
|
3478
|
+
>
|
|
3479
|
+
<path
|
|
3480
|
+
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"
|
|
3481
|
+
/>
|
|
3482
|
+
<path
|
|
3483
|
+
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"
|
|
3484
|
+
/>
|
|
3485
|
+
<path
|
|
3486
|
+
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"
|
|
3487
|
+
/>
|
|
3488
|
+
<path
|
|
3489
|
+
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"
|
|
3490
|
+
/>
|
|
3491
|
+
<path
|
|
3492
|
+
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"
|
|
3493
|
+
/>
|
|
3494
|
+
<path
|
|
3495
|
+
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"
|
|
3496
|
+
/>
|
|
3497
|
+
<path
|
|
3498
|
+
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"
|
|
3499
|
+
/>
|
|
3500
|
+
<polygon
|
|
3501
|
+
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"
|
|
3502
|
+
/>
|
|
3503
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
3504
|
+
<path
|
|
3505
|
+
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"
|
|
3506
|
+
/>
|
|
3507
|
+
</g>
|
|
3508
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
3509
|
+
<path
|
|
3510
|
+
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"
|
|
3511
|
+
fill="#0066CC"
|
|
3512
|
+
/>
|
|
3513
|
+
<path
|
|
3514
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
3515
|
+
fill="url(#linearGradient-data-list-static-bottom-example-masthead)"
|
|
3516
|
+
/>
|
|
3517
|
+
<path
|
|
3518
|
+
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"
|
|
3519
|
+
fill="url(#linearGradient-data-list-static-bottom-example-masthead)"
|
|
3520
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
3521
|
+
/>
|
|
3522
|
+
</g>
|
|
3523
|
+
</g>
|
|
3524
|
+
</svg>
|
|
3427
3525
|
</a>
|
|
3428
3526
|
</div>
|
|
3429
3527
|
<div class="pf-v5-c-masthead__content">
|
|
3430
3528
|
<div
|
|
3431
|
-
class="pf-v5-c-toolbar pf-m-
|
|
3529
|
+
class="pf-v5-c-toolbar pf-m-static"
|
|
3432
3530
|
id="data-list-static-bottom-example-masthead-toolbar"
|
|
3433
3531
|
>
|
|
3434
3532
|
<div class="pf-v5-c-toolbar__content">
|
|
3435
3533
|
<div class="pf-v5-c-toolbar__content-section">
|
|
3534
|
+
<div class="pf-v5-c-toolbar__item">
|
|
3535
|
+
<button
|
|
3536
|
+
class="pf-v5-c-menu-toggle"
|
|
3537
|
+
type="button"
|
|
3538
|
+
aria-expanded="false"
|
|
3539
|
+
>
|
|
3540
|
+
<span class="pf-v5-c-menu-toggle__text">Overview</span>
|
|
3541
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
3542
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
3543
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
3544
|
+
</span>
|
|
3545
|
+
</span>
|
|
3546
|
+
</button>
|
|
3547
|
+
</div>
|
|
3548
|
+
|
|
3549
|
+
<div class="pf-v5-c-toolbar__item">
|
|
3550
|
+
<button
|
|
3551
|
+
class="pf-v5-c-menu-toggle"
|
|
3552
|
+
type="button"
|
|
3553
|
+
aria-expanded="false"
|
|
3554
|
+
>
|
|
3555
|
+
<span class="pf-v5-c-menu-toggle__text">Services</span>
|
|
3556
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
3557
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
3558
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
3559
|
+
</span>
|
|
3560
|
+
</span>
|
|
3561
|
+
</button>
|
|
3562
|
+
</div>
|
|
3563
|
+
|
|
3436
3564
|
<div
|
|
3437
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-
|
|
3565
|
+
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"
|
|
3438
3566
|
>
|
|
3439
3567
|
<div
|
|
3440
3568
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -3481,27 +3609,6 @@ wrapperTag: div
|
|
|
3481
3609
|
</button>
|
|
3482
3610
|
</div>
|
|
3483
3611
|
</div>
|
|
3484
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
3485
|
-
<button
|
|
3486
|
-
class="pf-v5-c-menu-toggle pf-m-full-height"
|
|
3487
|
-
type="button"
|
|
3488
|
-
aria-expanded="false"
|
|
3489
|
-
>
|
|
3490
|
-
<span class="pf-v5-c-menu-toggle__icon">
|
|
3491
|
-
<img
|
|
3492
|
-
class="pf-v5-c-avatar"
|
|
3493
|
-
alt="Avatar image"
|
|
3494
|
-
src="/assets/images/img_avatar-light.svg"
|
|
3495
|
-
/>
|
|
3496
|
-
</span>
|
|
3497
|
-
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
3498
|
-
<span class="pf-v5-c-menu-toggle__controls">
|
|
3499
|
-
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
3500
|
-
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
3501
|
-
</span>
|
|
3502
|
-
</span>
|
|
3503
|
-
</button>
|
|
3504
|
-
</div>
|
|
3505
3612
|
</div>
|
|
3506
3613
|
</div>
|
|
3507
3614
|
</div>
|
|
@@ -3591,19 +3698,22 @@ wrapperTag: div
|
|
|
3591
3698
|
class="pf-v5-c-page__main-section pf-m-no-padding pf-m-padding-on-xl"
|
|
3592
3699
|
>
|
|
3593
3700
|
<div class="pf-v5-c-card">
|
|
3594
|
-
<div
|
|
3701
|
+
<div
|
|
3702
|
+
class="pf-v5-c-toolbar"
|
|
3703
|
+
id="data-list-static-bottom-example-toolbar"
|
|
3704
|
+
>
|
|
3595
3705
|
<div class="pf-v5-c-toolbar__content">
|
|
3596
3706
|
<div class="pf-v5-c-toolbar__content-section pf-m-nowrap">
|
|
3597
3707
|
<div
|
|
3598
3708
|
class="pf-v5-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
|
|
3599
3709
|
>
|
|
3600
|
-
<div class="pf-v5-c-toolbar__toggle">
|
|
3710
|
+
<div class="pf-v5-c-toolbar__toggle pf-m-show">
|
|
3601
3711
|
<button
|
|
3602
|
-
class="pf-v5-c-
|
|
3712
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
3603
3713
|
type="button"
|
|
3604
|
-
aria-label="Show filters"
|
|
3605
3714
|
aria-expanded="false"
|
|
3606
|
-
aria-
|
|
3715
|
+
aria-label="Show filters"
|
|
3716
|
+
aria-controls="data-list-static-bottom-example-toolbar-expandable-content"
|
|
3607
3717
|
>
|
|
3608
3718
|
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
3609
3719
|
</button>
|
|
@@ -3616,72 +3726,22 @@ wrapperTag: div
|
|
|
3616
3726
|
role="group"
|
|
3617
3727
|
>
|
|
3618
3728
|
<div class="pf-v5-c-input-group__item">
|
|
3619
|
-
<
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
aria-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
>
|
|
3630
|
-
<
|
|
3631
|
-
<
|
|
3632
|
-
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
3633
|
-
</span>
|
|
3634
|
-
<span class="pf-v5-c-select__toggle-text">Name</span>
|
|
3635
|
-
</div>
|
|
3636
|
-
<span class="pf-v5-c-select__toggle-arrow">
|
|
3637
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
3729
|
+
<button
|
|
3730
|
+
class="pf-v5-c-menu-toggle"
|
|
3731
|
+
type="button"
|
|
3732
|
+
aria-expanded="false"
|
|
3733
|
+
id="data-list-static-bottom-example-toolbar-search-filter-menu"
|
|
3734
|
+
>
|
|
3735
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
3736
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
3737
|
+
</span>
|
|
3738
|
+
<span class="pf-v5-c-menu-toggle__text">Name</span>
|
|
3739
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
3740
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
3741
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
3638
3742
|
</span>
|
|
3639
|
-
</
|
|
3640
|
-
|
|
3641
|
-
<ul
|
|
3642
|
-
class="pf-v5-c-select__menu"
|
|
3643
|
-
role="listbox"
|
|
3644
|
-
aria-labelledby="-select-name-label"
|
|
3645
|
-
hidden
|
|
3646
|
-
>
|
|
3647
|
-
<li role="presentation">
|
|
3648
|
-
<button
|
|
3649
|
-
class="pf-v5-c-select__menu-item"
|
|
3650
|
-
role="option"
|
|
3651
|
-
>Running</button>
|
|
3652
|
-
</li>
|
|
3653
|
-
<li role="presentation">
|
|
3654
|
-
<button
|
|
3655
|
-
class="pf-v5-c-select__menu-item pf-m-selected"
|
|
3656
|
-
role="option"
|
|
3657
|
-
aria-selected="true"
|
|
3658
|
-
>
|
|
3659
|
-
Stopped
|
|
3660
|
-
<span class="pf-v5-c-select__menu-item-icon">
|
|
3661
|
-
<i class="fas fa-check" aria-hidden="true"></i>
|
|
3662
|
-
</span>
|
|
3663
|
-
</button>
|
|
3664
|
-
</li>
|
|
3665
|
-
<li role="presentation">
|
|
3666
|
-
<button
|
|
3667
|
-
class="pf-v5-c-select__menu-item"
|
|
3668
|
-
role="option"
|
|
3669
|
-
>Down</button>
|
|
3670
|
-
</li>
|
|
3671
|
-
<li role="presentation">
|
|
3672
|
-
<button
|
|
3673
|
-
class="pf-v5-c-select__menu-item"
|
|
3674
|
-
role="option"
|
|
3675
|
-
>Degraded</button>
|
|
3676
|
-
</li>
|
|
3677
|
-
<li role="presentation">
|
|
3678
|
-
<button
|
|
3679
|
-
class="pf-v5-c-select__menu-item"
|
|
3680
|
-
role="option"
|
|
3681
|
-
>Needs maintenance</button>
|
|
3682
|
-
</li>
|
|
3683
|
-
</ul>
|
|
3684
|
-
</div>
|
|
3743
|
+
</span>
|
|
3744
|
+
</button>
|
|
3685
3745
|
</div>
|
|
3686
3746
|
<div class="pf-v5-c-input-group__item pf-m-fill">
|
|
3687
3747
|
<div class="pf-v5-c-text-input-group">
|
|
@@ -3705,7 +3765,10 @@ wrapperTag: div
|
|
|
3705
3765
|
</div>
|
|
3706
3766
|
</div>
|
|
3707
3767
|
|
|
3708
|
-
<div
|
|
3768
|
+
<div
|
|
3769
|
+
class="pf-v5-c-overflow-menu"
|
|
3770
|
+
id="data-list-static-bottom-example-toolbar-overflow-menu"
|
|
3771
|
+
>
|
|
3709
3772
|
<div
|
|
3710
3773
|
class="pf-v5-c-overflow-menu__content pf-v5-u-display-none pf-v5-u-display-flex-on-lg"
|
|
3711
3774
|
>
|
|
@@ -3730,7 +3793,7 @@ wrapperTag: div
|
|
|
3730
3793
|
<button
|
|
3731
3794
|
class="pf-v5-c-button pf-v5-c-dropdown__toggle pf-m-plain"
|
|
3732
3795
|
type="button"
|
|
3733
|
-
id="-overflow-menu-dropdown-toggle"
|
|
3796
|
+
id="data-list-static-bottom-example-toolbar-overflow-menu-dropdown-toggle"
|
|
3734
3797
|
aria-label="Dropdown with additional options"
|
|
3735
3798
|
aria-expanded="false"
|
|
3736
3799
|
>
|
|
@@ -3739,7 +3802,7 @@ wrapperTag: div
|
|
|
3739
3802
|
<ul
|
|
3740
3803
|
class="pf-v5-c-dropdown__menu"
|
|
3741
3804
|
role="menu"
|
|
3742
|
-
aria-labelledby="-overflow-menu-dropdown-toggle"
|
|
3805
|
+
aria-labelledby="data-list-static-bottom-example-toolbar-overflow-menu-dropdown-toggle"
|
|
3743
3806
|
hidden
|
|
3744
3807
|
>
|
|
3745
3808
|
<li role="none">
|
|
@@ -3755,55 +3818,57 @@ wrapperTag: div
|
|
|
3755
3818
|
|
|
3756
3819
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
3757
3820
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
3758
|
-
<div class="pf-v5-c-
|
|
3759
|
-
<
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
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
|
-
|
|
3821
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
3822
|
+
<div class="pf-v5-c-options-menu">
|
|
3823
|
+
<button
|
|
3824
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
3825
|
+
type="button"
|
|
3826
|
+
id="data-list-static-bottom-example-toolbar-top-pagination-toggle"
|
|
3827
|
+
aria-haspopup="listbox"
|
|
3828
|
+
aria-expanded="false"
|
|
3829
|
+
>
|
|
3830
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
3831
|
+
<b>1 - 10</b> of
|
|
3832
|
+
<b>36</b>
|
|
3833
|
+
</span>
|
|
3834
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
3835
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
3836
|
+
</div>
|
|
3837
|
+
</button>
|
|
3838
|
+
<ul
|
|
3839
|
+
class="pf-v5-c-options-menu__menu"
|
|
3840
|
+
role="menu"
|
|
3841
|
+
aria-labelledby="data-list-static-bottom-example-toolbar-top-pagination-toggle"
|
|
3842
|
+
hidden
|
|
3843
|
+
>
|
|
3844
|
+
<li role="none">
|
|
3845
|
+
<button
|
|
3846
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3847
|
+
type="button"
|
|
3848
|
+
role="menuitem"
|
|
3849
|
+
>5 per page</button>
|
|
3850
|
+
</li>
|
|
3851
|
+
<li role="none">
|
|
3852
|
+
<button
|
|
3853
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3854
|
+
type="button"
|
|
3855
|
+
role="menuitem"
|
|
3856
|
+
>
|
|
3857
|
+
10 per page
|
|
3858
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
3859
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
3860
|
+
</div>
|
|
3861
|
+
</button>
|
|
3862
|
+
</li>
|
|
3863
|
+
<li role="none">
|
|
3864
|
+
<button
|
|
3865
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3866
|
+
type="button"
|
|
3867
|
+
role="menuitem"
|
|
3868
|
+
>20 per page</button>
|
|
3869
|
+
</li>
|
|
3870
|
+
</ul>
|
|
3871
|
+
</div>
|
|
3807
3872
|
</div>
|
|
3808
3873
|
<nav
|
|
3809
3874
|
class="pf-v5-c-pagination__nav"
|
|
@@ -3835,7 +3900,7 @@ wrapperTag: div
|
|
|
3835
3900
|
|
|
3836
3901
|
<div
|
|
3837
3902
|
class="pf-v5-c-toolbar__expandable-content pf-m-hidden"
|
|
3838
|
-
id="-expandable-content"
|
|
3903
|
+
id="data-list-static-bottom-example-toolbar-expandable-content"
|
|
3839
3904
|
hidden
|
|
3840
3905
|
></div>
|
|
3841
3906
|
</div>
|
|
@@ -4171,55 +4236,57 @@ wrapperTag: div
|
|
|
4171
4236
|
</li>
|
|
4172
4237
|
</ul>
|
|
4173
4238
|
<div class="pf-v5-c-pagination pf-m-bottom pf-m-static">
|
|
4174
|
-
<div class="pf-v5-c-
|
|
4175
|
-
<
|
|
4176
|
-
|
|
4177
|
-
|
|
4178
|
-
|
|
4179
|
-
|
|
4180
|
-
|
|
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
|
-
|
|
4239
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
4240
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
4241
|
+
<button
|
|
4242
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
4243
|
+
type="button"
|
|
4244
|
+
id="{{page--id}}pagination-options-menu-bottom-example-static-toggle"
|
|
4245
|
+
aria-haspopup="listbox"
|
|
4246
|
+
aria-expanded="false"
|
|
4247
|
+
>
|
|
4248
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
4249
|
+
<b>1 - 10</b> of
|
|
4250
|
+
<b>36</b>
|
|
4251
|
+
</span>
|
|
4252
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
4253
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
4254
|
+
</div>
|
|
4255
|
+
</button>
|
|
4256
|
+
<ul
|
|
4257
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
4258
|
+
role="menu"
|
|
4259
|
+
aria-labelledby="{{page--id}}pagination-options-menu-bottom-example-static-toggle"
|
|
4260
|
+
hidden
|
|
4261
|
+
>
|
|
4262
|
+
<li role="none">
|
|
4263
|
+
<button
|
|
4264
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
4265
|
+
type="button"
|
|
4266
|
+
role="menuitem"
|
|
4267
|
+
>5 per page</button>
|
|
4268
|
+
</li>
|
|
4269
|
+
<li role="none">
|
|
4270
|
+
<button
|
|
4271
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
4272
|
+
type="button"
|
|
4273
|
+
role="menuitem"
|
|
4274
|
+
>
|
|
4275
|
+
10 per page
|
|
4276
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
4277
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
4278
|
+
</div>
|
|
4279
|
+
</button>
|
|
4280
|
+
</li>
|
|
4281
|
+
<li role="none">
|
|
4282
|
+
<button
|
|
4283
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
4284
|
+
type="button"
|
|
4285
|
+
role="menuitem"
|
|
4286
|
+
>20 per page</button>
|
|
4287
|
+
</li>
|
|
4288
|
+
</ul>
|
|
4289
|
+
</div>
|
|
4223
4290
|
</div>
|
|
4224
4291
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
4225
4292
|
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|