@patternfly/patternfly 5.0.0-alpha.4 → 5.0.0-alpha.40
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/RELEASE-NOTES.md +18 -1
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/images/pfbg-icon.svg +1 -0
- package/assets/pficon/pficon.scss +7 -2
- package/assets/pficon/pficon.woff2 +0 -0
- package/base/_base.scss +0 -18
- package/base/_chart-globals.scss +0 -4
- package/base/_common.scss +0 -22
- package/base/_fa-icons.scss +1 -2
- package/base/_fonts.scss +22 -27
- package/base/_globals.scss +92 -86
- package/base/_icons.scss +1 -28
- package/base/_svg-icons.scss +6 -0
- package/base/_variables.scss +4 -4
- package/base/patternfly-common.css +0 -10
- package/base/patternfly-fa-icons.css +1 -1
- package/base/patternfly-fonts.css +17 -17
- package/base/patternfly-globals.css +35 -41
- package/base/patternfly-icons.css +8 -22
- package/base/patternfly-pf-icons.css +6 -2
- package/base/patternfly-themes.css +0 -42
- package/base/patternfly-variables.css +3 -3
- package/base/themes/dark/_globals.scss +1 -1
- package/base/themes/dark/_variables.scss +1 -1
- package/components/AboutModalBox/about-modal-box.css +20 -50
- package/components/AboutModalBox/about-modal-box.scss +22 -14
- package/components/Accordion/accordion.css +2 -0
- package/components/Accordion/accordion.scss +2 -0
- package/components/Alert/alert.css +17 -8
- package/components/Alert/alert.scss +21 -7
- package/components/Alert/themes/dark/alert.scss +1 -1
- package/components/AppLauncher/app-launcher.css +2 -0
- package/components/AppLauncher/app-launcher.scss +2 -0
- package/components/Avatar/avatar.scss +2 -2
- package/components/BackgroundImage/background-image.css +8 -35
- package/components/BackgroundImage/background-image.scss +17 -43
- package/components/Banner/banner.css +14 -52
- package/components/Banner/banner.scss +9 -13
- package/components/Breadcrumb/breadcrumb.css +2 -0
- package/components/Breadcrumb/breadcrumb.scss +2 -0
- package/components/CalendarMonth/calendar-month.css +2 -2
- package/components/CalendarMonth/calendar-month.scss +3 -3
- package/components/Card/card.css +115 -50
- package/components/Card/card.scss +164 -63
- package/components/Chip/chip.css +33 -24
- package/components/Chip/chip.scss +40 -31
- package/components/ChipGroup/chip-group.css +27 -17
- package/components/ChipGroup/chip-group.scss +36 -22
- package/components/Content/content.css +11 -5
- package/components/Content/content.scss +17 -9
- package/components/ContextSelector/context-selector.css +13 -6
- package/components/ContextSelector/context-selector.scss +14 -7
- package/components/DataList/data-list-grid.css +7 -7
- package/components/DataList/data-list-grid.scss +1 -1
- package/components/DataList/data-list.css +46 -40
- package/components/DataList/data-list.scss +37 -28
- package/components/DatePicker/date-picker.css +0 -8
- package/components/DatePicker/date-picker.scss +0 -9
- package/components/DescriptionList/description-list.css +7 -7
- package/components/DescriptionList/description-list.scss +7 -7
- package/components/Divider/divider.css +2 -2
- package/components/Divider/divider.scss +3 -3
- package/components/Drawer/drawer.css +15 -16
- package/components/Drawer/drawer.scss +2 -3
- package/components/Dropdown/dropdown.css +26 -25
- package/components/Dropdown/dropdown.scss +17 -18
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/EmptyState/empty-state.css +46 -52
- package/components/EmptyState/empty-state.scss +58 -57
- package/components/ExpandableSection/expandable-section.css +2 -0
- package/components/ExpandableSection/expandable-section.scss +2 -0
- package/components/Form/form.css +14 -12
- package/components/Form/form.scss +9 -7
- package/components/FormControl/form-control.css +2 -5
- package/components/FormControl/themes/dark/form-control.scss +2 -6
- package/components/HelperText/helper-text.css +4 -0
- package/components/HelperText/helper-text.scss +5 -0
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -2
- package/components/Icon/icon.css +3 -3
- package/components/Icon/icon.scss +3 -3
- package/components/InputGroup/input-group.css +61 -85
- package/components/InputGroup/input-group.scss +55 -61
- package/components/InputGroup/themes/dark/input-group.scss +11 -25
- package/components/Label/label.css +49 -36
- package/components/Label/label.scss +53 -38
- package/components/Label/themes/dark/label.scss +2 -2
- package/components/LabelGroup/label-group.css +26 -22
- package/components/LabelGroup/label-group.scss +31 -26
- package/components/LogViewer/log-viewer.css +0 -38
- package/components/Login/login.css +20 -60
- package/components/Login/login.scss +16 -18
- package/components/Login/themes/dark/login.scss +4 -0
- package/components/Masthead/masthead.css +4 -42
- package/components/Masthead/masthead.scss +4 -4
- package/components/Menu/menu.css +9 -6
- package/components/Menu/menu.scss +34 -31
- package/components/MenuToggle/menu-toggle.css +3 -1
- package/components/MenuToggle/menu-toggle.scss +3 -1
- package/components/ModalBox/modal-box.css +12 -11
- package/components/ModalBox/modal-box.scss +14 -14
- package/components/MultipleFileUpload/multiple-file-upload.css +6 -6
- package/components/MultipleFileUpload/multiple-file-upload.scss +6 -6
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +2 -2
- package/components/NotificationDrawer/notification-drawer.css +8 -8
- package/components/NotificationDrawer/notification-drawer.scss +8 -8
- package/components/OptionsMenu/options-menu.css +8 -10
- package/components/OptionsMenu/options-menu.scss +9 -11
- package/components/Page/page.css +101 -122
- package/components/Page/page.scss +49 -21
- package/components/Pagination/pagination.css +2 -110
- package/components/Pagination/pagination.scss +0 -6
- package/components/Popover/popover.css +31 -37
- package/components/Popover/popover.scss +32 -37
- package/components/Popover/themes/dark/popover.scss +3 -9
- package/components/Progress/progress.css +13 -10
- package/components/Progress/progress.scss +13 -10
- package/components/ProgressStepper/progress-stepper.css +5 -5
- package/components/ProgressStepper/progress-stepper.scss +5 -5
- package/components/SearchInput/search-input.css +4 -2
- package/components/SearchInput/search-input.scss +4 -2
- package/components/Select/select.css +1 -1
- package/components/Select/select.scss +1 -1
- package/components/Sidebar/sidebar.css +69 -26
- package/components/Sidebar/sidebar.scss +84 -27
- package/components/SimpleList/simple-list.css +1 -1
- package/components/SimpleList/simple-list.scss +2 -2
- package/components/Spinner/spinner.css +4 -4
- package/components/Spinner/spinner.scss +4 -4
- package/components/Table/table-grid.css +28 -28
- package/components/Table/table-scrollable.css +31 -26
- package/components/Table/table-scrollable.scss +33 -28
- package/components/Table/table-tree-view.css +14 -4
- package/components/Table/table-tree-view.scss +15 -0
- package/components/Table/table.css +67 -65
- package/components/Table/table.scss +65 -62
- package/components/Tabs/tabs.css +0 -4
- package/components/Tabs/tabs.scss +0 -7
- package/components/TextInputGroup/text-input-group.css +6 -4
- package/components/TextInputGroup/text-input-group.scss +6 -5
- package/components/Tile/tile.css +1 -1
- package/components/Tile/tile.scss +1 -1
- package/components/Timestamp/timestamp.css +3 -3
- package/components/Timestamp/timestamp.scss +3 -3
- package/components/Toolbar/toolbar.css +78 -43
- package/components/Toolbar/toolbar.scss +50 -10
- package/components/Tooltip/themes/dark/tooltip.scss +1 -11
- package/components/Tooltip/tooltip.css +7 -12
- package/components/Tooltip/tooltip.scss +6 -3
- package/components/TreeView/tree-view.css +7 -15
- package/components/TreeView/tree-view.scss +7 -18
- package/components/Wizard/wizard.css +16 -39
- package/components/Wizard/wizard.scss +20 -2
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +20 -14
- package/docs/components/Accordion/examples/Accordion.md +12 -12
- package/docs/components/ActionList/examples/ActionList.md +6 -6
- package/docs/components/Alert/examples/Alert.md +29 -29
- package/docs/components/AlertGroup/examples/AlertGroup.md +15 -15
- package/docs/components/AppLauncher/examples/application-launcher.md +52 -46
- package/docs/components/Avatar/examples/Avatar.md +11 -11
- package/docs/components/BackToTop/examples/BackToTop.md +4 -4
- package/docs/components/Backdrop/examples/Backdrop.md +4 -4
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +13 -29
- package/docs/components/Badge/examples/Badge.md +5 -5
- package/docs/components/Banner/examples/Banner.md +8 -8
- package/docs/components/Brand/examples/Brand.md +9 -9
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +20 -20
- package/docs/components/Button/examples/Button.md +35 -35
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +301 -284
- package/docs/components/Card/examples/Card.md +676 -116
- package/docs/components/Check/examples/Check.md +16 -19
- package/docs/components/Chip/examples/Chip.md +70 -52
- package/docs/components/ChipGroup/examples/ChipGroup.md +452 -673
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
- package/docs/components/CodeBlock/examples/CodeBlock.md +9 -9
- package/docs/components/CodeEditor/examples/CodeEditor.md +54 -35
- package/docs/components/Content/examples/Content.md +37 -9
- package/docs/components/ContextSelector/examples/context-selector.css +5 -1
- package/docs/components/ContextSelector/examples/context-selector.md +87 -80
- package/docs/components/DataList/examples/DataList.md +239 -202
- package/docs/components/DatePicker/examples/DatePicker.md +139 -104
- package/docs/components/DescriptionList/examples/DescriptionList.md +24 -24
- package/docs/components/Divider/examples/Divider.md +10 -10
- package/docs/components/DragDrop/examples/DragDrop.md +5 -5
- package/docs/components/Drawer/examples/Drawer.md +43 -43
- package/docs/components/Dropdown/examples/Dropdown.css +5 -2
- package/docs/components/Dropdown/examples/Dropdown.md +125 -100
- package/docs/components/DualListSelector/examples/DualListSelector.md +201 -197
- package/docs/components/EmptyState/examples/EmptyState.md +130 -82
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +23 -23
- package/docs/components/FileUpload/examples/FileUpload.md +146 -105
- package/docs/components/Form/examples/Form.md +152 -130
- package/docs/components/FormControl/examples/FormControl.md +21 -20
- package/docs/components/HelperText/examples/HelperText.md +24 -35
- package/docs/components/Hint/examples/Hint.md +7 -7
- package/docs/components/Icon/examples/Icon.md +11 -12
- package/docs/components/InlineEdit/examples/InlineEdit.md +29 -27
- package/docs/components/InputGroup/examples/InputGroup.md +229 -179
- package/docs/components/JumpLinks/examples/JumpLinks.md +35 -35
- package/docs/components/Label/examples/Label.md +1427 -746
- package/docs/components/LabelGroup/examples/LabelGroup.md +295 -242
- package/docs/components/List/examples/List.md +18 -18
- package/docs/components/LogViewer/examples/LogViewer.md +79 -74
- package/docs/components/Login/examples/Login.md +103 -181
- package/docs/components/Masthead/examples/masthead.md +9 -9
- package/docs/components/Menu/examples/Menu.md +83 -80
- package/docs/components/MenuToggle/examples/MenuToggle.md +29 -28
- package/docs/components/ModalBox/examples/ModalBox.md +113 -92
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +27 -26
- package/docs/components/Nav/examples/Navigation.md +69 -69
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +64 -64
- package/docs/components/NumberInput/examples/NumberInput.md +311 -239
- package/docs/components/OptionsMenu/examples/options-menu.md +28 -28
- package/docs/components/OverflowMenu/examples/overflow-menu.md +25 -25
- package/docs/components/Page/examples/Page.css +7 -1
- package/docs/components/Page/examples/Page.md +81 -54
- package/docs/components/Pagination/examples/Pagination.md +27 -27
- package/docs/components/Panel/examples/Panel.md +10 -10
- package/docs/components/Popover/examples/Popover.md +206 -149
- package/docs/components/Progress/examples/Progress.md +32 -61
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +45 -39
- package/docs/components/Radio/examples/Radio.md +12 -11
- package/docs/components/SearchInput/examples/SearchInput.md +185 -148
- package/docs/components/Select/examples/Select.md +368 -313
- package/docs/components/Sidebar/examples/Sidebar.md +70 -14
- package/docs/components/SimpleList/examples/SimpleList.md +15 -15
- package/docs/components/Skeleton/examples/Skeleton.md +8 -8
- package/docs/components/SkipToContent/examples/SkipToContent.md +5 -5
- package/docs/components/Slider/examples/Slider.md +84 -62
- package/docs/components/Spinner/examples/Spinner.md +24 -24
- package/docs/components/Switch/examples/Switch.md +19 -19
- package/docs/components/TabContent/examples/TabContent.md +13 -13
- package/docs/components/Table/examples/Table.css +4 -0
- package/docs/components/Table/examples/Table.md +5212 -5750
- package/docs/components/Tabs/examples/Tabs.md +155 -155
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +523 -406
- package/docs/components/Tile/examples/Tile.md +16 -17
- package/docs/components/Timestamp/examples/Timestamp.md +5 -5
- package/docs/components/Title/examples/Title.md +17 -17
- package/docs/components/ToggleGroup/examples/toggle-group.md +13 -13
- package/docs/components/Toolbar/examples/Toolbar.md +848 -726
- package/docs/components/Tooltip/examples/Tooltip.md +10 -10
- package/docs/components/TreeView/examples/TreeView.md +34 -34
- package/docs/components/Truncate/examples/Truncate.md +4 -5
- package/docs/components/Wizard/examples/Wizard.md +119 -127
- package/docs/demos/AboutModal/examples/AboutModal.md +4 -5
- package/docs/demos/Alert/examples/Alert.md +118 -71
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -4
- package/docs/demos/Banner/examples/Banner.md +8 -9
- package/docs/demos/Card/examples/Card.md +216 -153
- package/docs/demos/CardView/examples/CardView.md +57 -30
- package/docs/demos/ContextSelector/examples/ContextSelector.md +18 -18
- package/docs/demos/Dashboard/examples/Dashboard.md +51 -33
- package/docs/demos/DataList/examples/DataList.md +312 -255
- package/docs/demos/DescriptionList/examples/DescriptionList.md +33 -22
- package/docs/demos/Drawer/examples/Drawer.md +24 -22
- package/docs/demos/Form/examples/BasicForms.md +220 -213
- package/docs/demos/HelperText/examples/HelperText.md +16 -14
- package/docs/demos/JumpLinks/examples/JumpLinks.md +28 -28
- package/docs/demos/Masthead/examples/Masthead.md +302 -284
- package/docs/demos/Modal/examples/Modal.md +54 -66
- package/docs/demos/Nav/examples/Nav.md +47 -47
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +70 -58
- package/docs/demos/Page/examples/Page.md +982 -51
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +22 -18
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +121 -106
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +345 -311
- package/docs/demos/Skeleton/examples/Skeleton.md +4 -4
- package/docs/demos/Table/examples/Table.md +3323 -1288
- package/docs/demos/Tabs/examples/Tabs.md +141 -90
- package/docs/demos/Toolbar/examples/Toolbar.md +1994 -329
- package/docs/demos/Wizard/examples/Wizard.md +289 -266
- package/docs/layouts/Bullseye/examples/Bullseye.md +4 -4
- package/docs/layouts/Flex/examples/Flex.md +98 -98
- package/docs/layouts/Gallery/examples/Gallery.md +7 -7
- package/docs/layouts/Grid/examples/Grid.md +9 -9
- package/docs/layouts/Level/examples/Level.md +5 -5
- package/docs/layouts/Split/examples/Split.md +7 -7
- package/docs/layouts/Stack/examples/Stack.md +6 -6
- package/docs/utilities/Accessibility/examples/Accessibility.md +5 -5
- package/docs/utilities/Alignment/examples/Alignment.md +7 -7
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +13 -13
- package/docs/utilities/BoxShadow/examples/box-shadow.md +23 -23
- package/docs/utilities/Display/examples/Display.md +12 -12
- package/docs/utilities/Flex/examples/Flex.md +35 -35
- package/docs/utilities/Float/examples/Float.md +5 -5
- package/docs/utilities/Sizing/examples/Sizing.md +51 -51
- package/docs/utilities/Spacing/examples/Spacing.md +35 -35
- package/docs/utilities/Text/examples/Text.md +31 -31
- package/icons/{pf-icons.json → pf-icons.mjs} +2 -1
- package/layouts/Gallery/gallery.css +1 -1
- package/layouts/Gallery/gallery.scss +1 -1
- package/layouts/Grid/grid.css +7 -7
- package/layouts/Grid/grid.scss +2 -2
- package/package.json +59 -65
- package/patternfly-addons.css +48 -48
- package/{patternfly-base-no-reset.css → patternfly-base-no-globals.css} +28 -73
- package/{patternfly-base-no-reset.scss → patternfly-base-no-globals.scss} +1 -0
- package/patternfly-base.css +63 -114
- package/{patternfly-no-reset.css → patternfly-no-globals.css} +1179 -2293
- package/{patternfly-no-reset.scss → patternfly-no-globals.scss} +1 -0
- package/patternfly.css +1207 -2327
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +8 -24
- package/sass-utilities/mixins.scss +15 -39
- package/sass-utilities/placeholders.scss +0 -23
- package/sass-utilities/scss-variables.scss +5 -6
- package/sass-utilities/themes/dark/placeholders.scss +0 -22
- package/sass-utilities/themes/dark/scss-variables.scss +1 -1
- package/utilities/Spacing/spacing.scss +2 -2
- package/utilities/Text/text.css +48 -48
- package/utilities/Text/text.scss +6 -6
- package/utilities/Text/themes/dark/text.scss +2 -2
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Black.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Italic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Bold.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-BoldItalic.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Italic.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Medium.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-MediumItalic.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Regular.woff +0 -0
- package/assets/fonts/webfonts/fa-solid-900.woff +0 -0
- package/assets/pficon/pficon.woff +0 -0
- package/base/_shield-inheritable.scss +0 -69
- package/base/_shield-noninheritable.scss +0 -13
- package/base/patternfly-shield-inheritable.css +0 -66
- package/base/patternfly-shield-inheritable.scss +0 -4
- package/base/patternfly-shield-noninheritable.css +0 -9
- package/base/patternfly-shield-noninheritable.scss +0 -4
- package/sass-utilities/bs-variables.scss +0 -709
|
@@ -113,7 +113,7 @@ wrapperTag: div
|
|
|
113
113
|
id="masthead-basic-example-primary-nav"
|
|
114
114
|
aria-label="Global"
|
|
115
115
|
>
|
|
116
|
-
<ul class="pf-c-nav__list">
|
|
116
|
+
<ul class="pf-c-nav__list" role="list">
|
|
117
117
|
<li class="pf-c-nav__item">
|
|
118
118
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
119
119
|
</li>
|
|
@@ -145,7 +145,7 @@ wrapperTag: div
|
|
|
145
145
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
146
146
|
<div class="pf-c-page__main-body">
|
|
147
147
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
148
|
-
<ol class="pf-c-breadcrumb__list">
|
|
148
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
149
149
|
<li class="pf-c-breadcrumb__item">
|
|
150
150
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
151
151
|
</li>
|
|
@@ -313,7 +313,7 @@ wrapperTag: div
|
|
|
313
313
|
</div>
|
|
314
314
|
</div>
|
|
315
315
|
</div>
|
|
316
|
-
<ul class="pf-c-context-selector__menu-list">
|
|
316
|
+
<ul class="pf-c-context-selector__menu-list" role="list">
|
|
317
317
|
<li>
|
|
318
318
|
<a
|
|
319
319
|
class="pf-c-context-selector__menu-list-item"
|
|
@@ -517,7 +517,7 @@ wrapperTag: div
|
|
|
517
517
|
id="masthead-context-selecton-drilldown-example-primary-nav"
|
|
518
518
|
aria-label="Global"
|
|
519
519
|
>
|
|
520
|
-
<ul class="pf-c-nav__list">
|
|
520
|
+
<ul class="pf-c-nav__list" role="list">
|
|
521
521
|
<li class="pf-c-nav__item">
|
|
522
522
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
523
523
|
</li>
|
|
@@ -549,7 +549,7 @@ wrapperTag: div
|
|
|
549
549
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
550
550
|
<div class="pf-c-page__main-body">
|
|
551
551
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
552
|
-
<ol class="pf-c-breadcrumb__list">
|
|
552
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
553
553
|
<li class="pf-c-breadcrumb__item">
|
|
554
554
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
555
555
|
</li>
|
|
@@ -696,90 +696,93 @@ wrapperTag: div
|
|
|
696
696
|
aria-label="search filter"
|
|
697
697
|
role="group"
|
|
698
698
|
>
|
|
699
|
-
<div class="pf-c-
|
|
700
|
-
<
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
699
|
+
<div class="pf-c-input-group__item pf-m-fill">
|
|
700
|
+
<div class="pf-c-select" style="width: 124px">
|
|
701
|
+
<span
|
|
702
|
+
id="masthead-toolbar-filters-example-masthead-toolbar-select-name-label"
|
|
703
|
+
hidden
|
|
704
|
+
>Choose one</span>
|
|
704
705
|
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
706
|
+
<button
|
|
707
|
+
class="pf-c-select__toggle"
|
|
708
|
+
type="button"
|
|
709
|
+
id="masthead-toolbar-filters-example-masthead-toolbar-select-name-toggle"
|
|
710
|
+
aria-haspopup="true"
|
|
711
|
+
aria-expanded="false"
|
|
712
|
+
aria-labelledby="masthead-toolbar-filters-example-masthead-toolbar-select-name-label masthead-toolbar-filters-example-masthead-toolbar-select-name-toggle"
|
|
713
|
+
>
|
|
714
|
+
<div class="pf-c-select__toggle-wrapper">
|
|
715
|
+
<span class="pf-c-select__toggle-icon">
|
|
716
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
717
|
+
</span>
|
|
718
|
+
<span class="pf-c-select__toggle-text">Name</span>
|
|
719
|
+
</div>
|
|
720
|
+
<span class="pf-c-select__toggle-arrow">
|
|
721
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
716
722
|
</span>
|
|
717
|
-
|
|
718
|
-
</div>
|
|
719
|
-
<span class="pf-c-select__toggle-arrow">
|
|
720
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
721
|
-
</span>
|
|
722
|
-
</button>
|
|
723
|
+
</button>
|
|
723
724
|
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
</
|
|
747
|
-
</
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
</
|
|
767
|
-
</
|
|
725
|
+
<ul
|
|
726
|
+
class="pf-c-select__menu"
|
|
727
|
+
role="listbox"
|
|
728
|
+
aria-labelledby="masthead-toolbar-filters-example-masthead-toolbar-select-name-label"
|
|
729
|
+
hidden
|
|
730
|
+
>
|
|
731
|
+
<li role="presentation">
|
|
732
|
+
<button
|
|
733
|
+
class="pf-c-select__menu-item"
|
|
734
|
+
role="option"
|
|
735
|
+
>Running</button>
|
|
736
|
+
</li>
|
|
737
|
+
<li role="presentation">
|
|
738
|
+
<button
|
|
739
|
+
class="pf-c-select__menu-item pf-m-selected"
|
|
740
|
+
role="option"
|
|
741
|
+
aria-selected="true"
|
|
742
|
+
>
|
|
743
|
+
Stopped
|
|
744
|
+
<span class="pf-c-select__menu-item-icon">
|
|
745
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
746
|
+
</span>
|
|
747
|
+
</button>
|
|
748
|
+
</li>
|
|
749
|
+
<li role="presentation">
|
|
750
|
+
<button
|
|
751
|
+
class="pf-c-select__menu-item"
|
|
752
|
+
role="option"
|
|
753
|
+
>Down</button>
|
|
754
|
+
</li>
|
|
755
|
+
<li role="presentation">
|
|
756
|
+
<button
|
|
757
|
+
class="pf-c-select__menu-item"
|
|
758
|
+
role="option"
|
|
759
|
+
>Degraded</button>
|
|
760
|
+
</li>
|
|
761
|
+
<li role="presentation">
|
|
762
|
+
<button
|
|
763
|
+
class="pf-c-select__menu-item"
|
|
764
|
+
role="option"
|
|
765
|
+
>Needs maintenance</button>
|
|
766
|
+
</li>
|
|
767
|
+
</ul>
|
|
768
|
+
</div>
|
|
768
769
|
</div>
|
|
769
|
-
<div class="pf-c-
|
|
770
|
-
<div class="pf-c-text-input-
|
|
771
|
-
<
|
|
772
|
-
<span class="pf-c-text-input-
|
|
773
|
-
<
|
|
770
|
+
<div class="pf-c-input-group__item">
|
|
771
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
772
|
+
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
773
|
+
<span class="pf-c-text-input-group__text">
|
|
774
|
+
<span class="pf-c-text-input-group__icon">
|
|
775
|
+
<i class="fas fa-fw fa-search"></i>
|
|
776
|
+
</span>
|
|
777
|
+
<input
|
|
778
|
+
class="pf-c-text-input-group__text-input"
|
|
779
|
+
type="search"
|
|
780
|
+
placeholder="Filter by name"
|
|
781
|
+
value
|
|
782
|
+
aria-label="Type to filter"
|
|
783
|
+
/>
|
|
774
784
|
</span>
|
|
775
|
-
|
|
776
|
-
class="pf-c-text-input-group__text-input"
|
|
777
|
-
type="text"
|
|
778
|
-
value
|
|
779
|
-
placeholder="Filter by name"
|
|
780
|
-
aria-label="Type to filter"
|
|
781
|
-
/>
|
|
782
|
-
</span>
|
|
785
|
+
</div>
|
|
783
786
|
</div>
|
|
784
787
|
</div>
|
|
785
788
|
</div>
|
|
@@ -849,7 +852,7 @@ wrapperTag: div
|
|
|
849
852
|
id="masthead-toolbar-filters-example-primary-nav"
|
|
850
853
|
aria-label="Global"
|
|
851
854
|
>
|
|
852
|
-
<ul class="pf-c-nav__list">
|
|
855
|
+
<ul class="pf-c-nav__list" role="list">
|
|
853
856
|
<li class="pf-c-nav__item">
|
|
854
857
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
855
858
|
</li>
|
|
@@ -881,7 +884,7 @@ wrapperTag: div
|
|
|
881
884
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
882
885
|
<div class="pf-c-page__main-body">
|
|
883
886
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
884
|
-
<ol class="pf-c-breadcrumb__list">
|
|
887
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
885
888
|
<li class="pf-c-breadcrumb__item">
|
|
886
889
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
887
890
|
</li>
|
|
@@ -1031,90 +1034,93 @@ wrapperTag: div
|
|
|
1031
1034
|
aria-label="search filter"
|
|
1032
1035
|
role="group"
|
|
1033
1036
|
>
|
|
1034
|
-
<div class="pf-c-
|
|
1035
|
-
<
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1037
|
+
<div class="pf-c-input-group__item pf-m-fill">
|
|
1038
|
+
<div class="pf-c-select" style="width: 124px">
|
|
1039
|
+
<span
|
|
1040
|
+
id="masthead-toggle-group-filters-example-masthead-toolbar-select-name-label"
|
|
1041
|
+
hidden
|
|
1042
|
+
>Choose one</span>
|
|
1039
1043
|
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1044
|
+
<button
|
|
1045
|
+
class="pf-c-select__toggle"
|
|
1046
|
+
type="button"
|
|
1047
|
+
id="masthead-toggle-group-filters-example-masthead-toolbar-select-name-toggle"
|
|
1048
|
+
aria-haspopup="true"
|
|
1049
|
+
aria-expanded="false"
|
|
1050
|
+
aria-labelledby="masthead-toggle-group-filters-example-masthead-toolbar-select-name-label masthead-toggle-group-filters-example-masthead-toolbar-select-name-toggle"
|
|
1051
|
+
>
|
|
1052
|
+
<div class="pf-c-select__toggle-wrapper">
|
|
1053
|
+
<span class="pf-c-select__toggle-icon">
|
|
1054
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
1055
|
+
</span>
|
|
1056
|
+
<span class="pf-c-select__toggle-text">Name</span>
|
|
1057
|
+
</div>
|
|
1058
|
+
<span class="pf-c-select__toggle-arrow">
|
|
1059
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1051
1060
|
</span>
|
|
1052
|
-
|
|
1053
|
-
</div>
|
|
1054
|
-
<span class="pf-c-select__toggle-arrow">
|
|
1055
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1056
|
-
</span>
|
|
1057
|
-
</button>
|
|
1061
|
+
</button>
|
|
1058
1062
|
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
</
|
|
1082
|
-
</
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
</
|
|
1102
|
-
</
|
|
1063
|
+
<ul
|
|
1064
|
+
class="pf-c-select__menu"
|
|
1065
|
+
role="listbox"
|
|
1066
|
+
aria-labelledby="masthead-toggle-group-filters-example-masthead-toolbar-select-name-label"
|
|
1067
|
+
hidden
|
|
1068
|
+
>
|
|
1069
|
+
<li role="presentation">
|
|
1070
|
+
<button
|
|
1071
|
+
class="pf-c-select__menu-item"
|
|
1072
|
+
role="option"
|
|
1073
|
+
>Running</button>
|
|
1074
|
+
</li>
|
|
1075
|
+
<li role="presentation">
|
|
1076
|
+
<button
|
|
1077
|
+
class="pf-c-select__menu-item pf-m-selected"
|
|
1078
|
+
role="option"
|
|
1079
|
+
aria-selected="true"
|
|
1080
|
+
>
|
|
1081
|
+
Stopped
|
|
1082
|
+
<span class="pf-c-select__menu-item-icon">
|
|
1083
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
1084
|
+
</span>
|
|
1085
|
+
</button>
|
|
1086
|
+
</li>
|
|
1087
|
+
<li role="presentation">
|
|
1088
|
+
<button
|
|
1089
|
+
class="pf-c-select__menu-item"
|
|
1090
|
+
role="option"
|
|
1091
|
+
>Down</button>
|
|
1092
|
+
</li>
|
|
1093
|
+
<li role="presentation">
|
|
1094
|
+
<button
|
|
1095
|
+
class="pf-c-select__menu-item"
|
|
1096
|
+
role="option"
|
|
1097
|
+
>Degraded</button>
|
|
1098
|
+
</li>
|
|
1099
|
+
<li role="presentation">
|
|
1100
|
+
<button
|
|
1101
|
+
class="pf-c-select__menu-item"
|
|
1102
|
+
role="option"
|
|
1103
|
+
>Needs maintenance</button>
|
|
1104
|
+
</li>
|
|
1105
|
+
</ul>
|
|
1106
|
+
</div>
|
|
1103
1107
|
</div>
|
|
1104
|
-
<div class="pf-c-
|
|
1105
|
-
<div class="pf-c-text-input-
|
|
1106
|
-
<
|
|
1107
|
-
<span class="pf-c-text-input-
|
|
1108
|
-
<
|
|
1108
|
+
<div class="pf-c-input-group__item">
|
|
1109
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
1110
|
+
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
1111
|
+
<span class="pf-c-text-input-group__text">
|
|
1112
|
+
<span class="pf-c-text-input-group__icon">
|
|
1113
|
+
<i class="fas fa-fw fa-search"></i>
|
|
1114
|
+
</span>
|
|
1115
|
+
<input
|
|
1116
|
+
class="pf-c-text-input-group__text-input"
|
|
1117
|
+
type="search"
|
|
1118
|
+
placeholder="Filter by name"
|
|
1119
|
+
value
|
|
1120
|
+
aria-label="Type to filter"
|
|
1121
|
+
/>
|
|
1109
1122
|
</span>
|
|
1110
|
-
|
|
1111
|
-
class="pf-c-text-input-group__text-input"
|
|
1112
|
-
type="text"
|
|
1113
|
-
value
|
|
1114
|
-
placeholder="Filter by name"
|
|
1115
|
-
aria-label="Type to filter"
|
|
1116
|
-
/>
|
|
1117
|
-
</span>
|
|
1123
|
+
</div>
|
|
1118
1124
|
</div>
|
|
1119
1125
|
</div>
|
|
1120
1126
|
</div>
|
|
@@ -1184,7 +1190,7 @@ wrapperTag: div
|
|
|
1184
1190
|
id="masthead-toggle-group-filters-example-primary-nav"
|
|
1185
1191
|
aria-label="Global"
|
|
1186
1192
|
>
|
|
1187
|
-
<ul class="pf-c-nav__list">
|
|
1193
|
+
<ul class="pf-c-nav__list" role="list">
|
|
1188
1194
|
<li class="pf-c-nav__item">
|
|
1189
1195
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
1190
1196
|
</li>
|
|
@@ -1216,7 +1222,7 @@ wrapperTag: div
|
|
|
1216
1222
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
1217
1223
|
<div class="pf-c-page__main-body">
|
|
1218
1224
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
1219
|
-
<ol class="pf-c-breadcrumb__list">
|
|
1225
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
1220
1226
|
<li class="pf-c-breadcrumb__item">
|
|
1221
1227
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
1222
1228
|
</li>
|
|
@@ -1349,13 +1355,15 @@ wrapperTag: div
|
|
|
1349
1355
|
<div class="pf-c-toolbar__group pf-m-align-right">
|
|
1350
1356
|
<div class="pf-c-toolbar__item">
|
|
1351
1357
|
<div class="pf-c-input-group pf-m-plain">
|
|
1352
|
-
<
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1358
|
+
<div class="pf-c-input-group__item pf-m-plain">
|
|
1359
|
+
<button
|
|
1360
|
+
class="pf-c-button pf-m-plain"
|
|
1361
|
+
type="button"
|
|
1362
|
+
aria-label="Open search"
|
|
1363
|
+
>
|
|
1364
|
+
<i class="fas fa-fw fa-search" aria-hidden="true"></i>
|
|
1365
|
+
</button>
|
|
1366
|
+
</div>
|
|
1359
1367
|
</div>
|
|
1360
1368
|
</div>
|
|
1361
1369
|
</div>
|
|
@@ -1371,7 +1379,7 @@ wrapperTag: div
|
|
|
1371
1379
|
id="masthead-expandable-search-example-primary-nav"
|
|
1372
1380
|
aria-label="Global"
|
|
1373
1381
|
>
|
|
1374
|
-
<ul class="pf-c-nav__list">
|
|
1382
|
+
<ul class="pf-c-nav__list" role="list">
|
|
1375
1383
|
<li class="pf-c-nav__item">
|
|
1376
1384
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
1377
1385
|
</li>
|
|
@@ -1403,7 +1411,7 @@ wrapperTag: div
|
|
|
1403
1411
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
1404
1412
|
<div class="pf-c-page__main-body">
|
|
1405
1413
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
1406
|
-
<ol class="pf-c-breadcrumb__list">
|
|
1414
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
1407
1415
|
<li class="pf-c-breadcrumb__item">
|
|
1408
1416
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
1409
1417
|
</li>
|
|
@@ -1536,29 +1544,33 @@ wrapperTag: div
|
|
|
1536
1544
|
<div class="pf-c-toolbar__group pf-m-align-right">
|
|
1537
1545
|
<div class="pf-c-toolbar__item">
|
|
1538
1546
|
<div class="pf-c-input-group pf-m-plain">
|
|
1539
|
-
<div class="pf-c-
|
|
1540
|
-
<div class="pf-c-text-input-
|
|
1541
|
-
<
|
|
1542
|
-
<span class="pf-c-text-input-
|
|
1543
|
-
<
|
|
1547
|
+
<div class="pf-c-input-group__item pf-m-fill">
|
|
1548
|
+
<div class="pf-c-text-input-group">
|
|
1549
|
+
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
1550
|
+
<span class="pf-c-text-input-group__text">
|
|
1551
|
+
<span class="pf-c-text-input-group__icon">
|
|
1552
|
+
<i class="fas fa-fw fa-search"></i>
|
|
1553
|
+
</span>
|
|
1554
|
+
<input
|
|
1555
|
+
class="pf-c-text-input-group__text-input"
|
|
1556
|
+
type="text"
|
|
1557
|
+
placeholder="Search"
|
|
1558
|
+
value
|
|
1559
|
+
aria-label="Type to filter"
|
|
1560
|
+
/>
|
|
1544
1561
|
</span>
|
|
1545
|
-
|
|
1546
|
-
class="pf-c-text-input-group__text-input"
|
|
1547
|
-
type="text"
|
|
1548
|
-
value
|
|
1549
|
-
aria-label="Type to filter"
|
|
1550
|
-
placeholder="Search"
|
|
1551
|
-
/>
|
|
1552
|
-
</span>
|
|
1562
|
+
</div>
|
|
1553
1563
|
</div>
|
|
1554
1564
|
</div>
|
|
1555
|
-
<
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1565
|
+
<div class="pf-c-input-group__item pf-m-plain">
|
|
1566
|
+
<button
|
|
1567
|
+
class="pf-c-button pf-m-plain"
|
|
1568
|
+
type="button"
|
|
1569
|
+
aria-label="Close"
|
|
1570
|
+
>
|
|
1571
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1572
|
+
</button>
|
|
1573
|
+
</div>
|
|
1562
1574
|
</div>
|
|
1563
1575
|
</div>
|
|
1564
1576
|
</div>
|
|
@@ -1574,7 +1586,7 @@ wrapperTag: div
|
|
|
1574
1586
|
id="masthead-expandable-search-expanded-example-primary-nav"
|
|
1575
1587
|
aria-label="Global"
|
|
1576
1588
|
>
|
|
1577
|
-
<ul class="pf-c-nav__list">
|
|
1589
|
+
<ul class="pf-c-nav__list" role="list">
|
|
1578
1590
|
<li class="pf-c-nav__item">
|
|
1579
1591
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
1580
1592
|
</li>
|
|
@@ -1606,7 +1618,7 @@ wrapperTag: div
|
|
|
1606
1618
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
1607
1619
|
<div class="pf-c-page__main-body">
|
|
1608
1620
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
1609
|
-
<ol class="pf-c-breadcrumb__list">
|
|
1621
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
1610
1622
|
<li class="pf-c-breadcrumb__item">
|
|
1611
1623
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
1612
1624
|
</li>
|
|
@@ -1783,7 +1795,7 @@ wrapperTag: div
|
|
|
1783
1795
|
</div>
|
|
1784
1796
|
<section class="pf-c-app-launcher__group">
|
|
1785
1797
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
1786
|
-
<ul>
|
|
1798
|
+
<ul role="list">
|
|
1787
1799
|
<li
|
|
1788
1800
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
1789
1801
|
>
|
|
@@ -1835,7 +1847,7 @@ wrapperTag: div
|
|
|
1835
1847
|
<hr class="pf-c-divider" />
|
|
1836
1848
|
<section class="pf-c-app-launcher__group">
|
|
1837
1849
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
1838
|
-
<ul>
|
|
1850
|
+
<ul role="list">
|
|
1839
1851
|
<li
|
|
1840
1852
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
1841
1853
|
>
|
|
@@ -2490,7 +2502,7 @@ wrapperTag: div
|
|
|
2490
2502
|
id="masthead-advanced-with-menu-example-primary-nav"
|
|
2491
2503
|
aria-label="Global"
|
|
2492
2504
|
>
|
|
2493
|
-
<ul class="pf-c-nav__list">
|
|
2505
|
+
<ul class="pf-c-nav__list" role="list">
|
|
2494
2506
|
<li class="pf-c-nav__item">
|
|
2495
2507
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
2496
2508
|
</li>
|
|
@@ -2522,7 +2534,7 @@ wrapperTag: div
|
|
|
2522
2534
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
2523
2535
|
<div class="pf-c-page__main-body">
|
|
2524
2536
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
2525
|
-
<ol class="pf-c-breadcrumb__list">
|
|
2537
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
2526
2538
|
<li class="pf-c-breadcrumb__item">
|
|
2527
2539
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
2528
2540
|
</li>
|
|
@@ -2656,7 +2668,7 @@ wrapperTag: div
|
|
|
2656
2668
|
>
|
|
2657
2669
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2658
2670
|
</button>
|
|
2659
|
-
<ul class="pf-c-nav__list">
|
|
2671
|
+
<ul class="pf-c-nav__list" role="list">
|
|
2660
2672
|
<li class="pf-c-nav__item">
|
|
2661
2673
|
<a href="#" class="pf-c-nav__link">Horizontal nav item 1</a>
|
|
2662
2674
|
</li>
|
|
@@ -2732,7 +2744,7 @@ wrapperTag: div
|
|
|
2732
2744
|
</div>
|
|
2733
2745
|
<section class="pf-c-app-launcher__group">
|
|
2734
2746
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
2735
|
-
<ul>
|
|
2747
|
+
<ul role="list">
|
|
2736
2748
|
<li
|
|
2737
2749
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
2738
2750
|
>
|
|
@@ -2784,7 +2796,7 @@ wrapperTag: div
|
|
|
2784
2796
|
<hr class="pf-c-divider" />
|
|
2785
2797
|
<section class="pf-c-app-launcher__group">
|
|
2786
2798
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
2787
|
-
<ul>
|
|
2799
|
+
<ul role="list">
|
|
2788
2800
|
<li
|
|
2789
2801
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
2790
2802
|
>
|
|
@@ -3440,7 +3452,7 @@ wrapperTag: div
|
|
|
3440
3452
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
3441
3453
|
<div class="pf-c-page__main-body">
|
|
3442
3454
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
3443
|
-
<ol class="pf-c-breadcrumb__list">
|
|
3455
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
3444
3456
|
<li class="pf-c-breadcrumb__item">
|
|
3445
3457
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
3446
3458
|
</li>
|
|
@@ -3648,87 +3660,93 @@ wrapperTag: div
|
|
|
3648
3660
|
aria-label="search filter"
|
|
3649
3661
|
role="group"
|
|
3650
3662
|
>
|
|
3651
|
-
<div class="pf-c-
|
|
3652
|
-
<
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3663
|
+
<div class="pf-c-input-group__item pf-m-fill">
|
|
3664
|
+
<div class="pf-c-select" style="width: 124px">
|
|
3665
|
+
<span
|
|
3666
|
+
id="masthead-toggle-group-filters-expanded-mobile-example-masthead-toolbar-select-name-label"
|
|
3667
|
+
hidden
|
|
3668
|
+
>Choose one</span>
|
|
3656
3669
|
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3670
|
+
<button
|
|
3671
|
+
class="pf-c-select__toggle"
|
|
3672
|
+
type="button"
|
|
3673
|
+
id="masthead-toggle-group-filters-expanded-mobile-example-masthead-toolbar-select-name-toggle"
|
|
3674
|
+
aria-haspopup="true"
|
|
3675
|
+
aria-expanded="false"
|
|
3676
|
+
aria-labelledby="masthead-toggle-group-filters-expanded-mobile-example-masthead-toolbar-select-name-label masthead-toggle-group-filters-expanded-mobile-example-masthead-toolbar-select-name-toggle"
|
|
3677
|
+
>
|
|
3678
|
+
<div class="pf-c-select__toggle-wrapper">
|
|
3679
|
+
<span class="pf-c-select__toggle-icon">
|
|
3680
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
3681
|
+
</span>
|
|
3682
|
+
<span class="pf-c-select__toggle-text">Name</span>
|
|
3683
|
+
</div>
|
|
3684
|
+
<span class="pf-c-select__toggle-arrow">
|
|
3685
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
3668
3686
|
</span>
|
|
3669
|
-
|
|
3670
|
-
</div>
|
|
3671
|
-
<span class="pf-c-select__toggle-arrow">
|
|
3672
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
3673
|
-
</span>
|
|
3674
|
-
</button>
|
|
3687
|
+
</button>
|
|
3675
3688
|
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
</
|
|
3699
|
-
</
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3689
|
+
<ul
|
|
3690
|
+
class="pf-c-select__menu"
|
|
3691
|
+
role="listbox"
|
|
3692
|
+
aria-labelledby="masthead-toggle-group-filters-expanded-mobile-example-masthead-toolbar-select-name-label"
|
|
3693
|
+
hidden
|
|
3694
|
+
>
|
|
3695
|
+
<li role="presentation">
|
|
3696
|
+
<button
|
|
3697
|
+
class="pf-c-select__menu-item"
|
|
3698
|
+
role="option"
|
|
3699
|
+
>Running</button>
|
|
3700
|
+
</li>
|
|
3701
|
+
<li role="presentation">
|
|
3702
|
+
<button
|
|
3703
|
+
class="pf-c-select__menu-item pf-m-selected"
|
|
3704
|
+
role="option"
|
|
3705
|
+
aria-selected="true"
|
|
3706
|
+
>
|
|
3707
|
+
Stopped
|
|
3708
|
+
<span class="pf-c-select__menu-item-icon">
|
|
3709
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
3710
|
+
</span>
|
|
3711
|
+
</button>
|
|
3712
|
+
</li>
|
|
3713
|
+
<li role="presentation">
|
|
3714
|
+
<button
|
|
3715
|
+
class="pf-c-select__menu-item"
|
|
3716
|
+
role="option"
|
|
3717
|
+
>Down</button>
|
|
3718
|
+
</li>
|
|
3719
|
+
<li role="presentation">
|
|
3720
|
+
<button
|
|
3721
|
+
class="pf-c-select__menu-item"
|
|
3722
|
+
role="option"
|
|
3723
|
+
>Degraded</button>
|
|
3724
|
+
</li>
|
|
3725
|
+
<li role="presentation">
|
|
3726
|
+
<button
|
|
3727
|
+
class="pf-c-select__menu-item"
|
|
3728
|
+
role="option"
|
|
3729
|
+
>Needs maintenance</button>
|
|
3730
|
+
</li>
|
|
3731
|
+
</ul>
|
|
3732
|
+
</div>
|
|
3717
3733
|
</div>
|
|
3718
|
-
<div class="pf-c-
|
|
3719
|
-
<div class="pf-c-text-input-
|
|
3720
|
-
<
|
|
3721
|
-
<span class="pf-c-text-input-
|
|
3722
|
-
<
|
|
3734
|
+
<div class="pf-c-input-group__item">
|
|
3735
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
3736
|
+
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
3737
|
+
<span class="pf-c-text-input-group__text">
|
|
3738
|
+
<span class="pf-c-text-input-group__icon">
|
|
3739
|
+
<i class="fas fa-fw fa-search"></i>
|
|
3740
|
+
</span>
|
|
3741
|
+
<input
|
|
3742
|
+
class="pf-c-text-input-group__text-input"
|
|
3743
|
+
type="search"
|
|
3744
|
+
placeholder="Filter by name"
|
|
3745
|
+
value
|
|
3746
|
+
aria-label="Type to filter"
|
|
3747
|
+
/>
|
|
3723
3748
|
</span>
|
|
3724
|
-
|
|
3725
|
-
class="pf-c-text-input-group__text-input"
|
|
3726
|
-
type="text"
|
|
3727
|
-
value
|
|
3728
|
-
placeholder="Filter by name"
|
|
3729
|
-
aria-label="Type to filter"
|
|
3730
|
-
/>
|
|
3731
|
-
</span>
|
|
3749
|
+
</div>
|
|
3732
3750
|
</div>
|
|
3733
3751
|
</div>
|
|
3734
3752
|
</div>
|
|
@@ -3745,7 +3763,7 @@ wrapperTag: div
|
|
|
3745
3763
|
id="masthead-toggle-group-filters-expanded-mobile-example-primary-nav"
|
|
3746
3764
|
aria-label="Global"
|
|
3747
3765
|
>
|
|
3748
|
-
<ul class="pf-c-nav__list">
|
|
3766
|
+
<ul class="pf-c-nav__list" role="list">
|
|
3749
3767
|
<li class="pf-c-nav__item">
|
|
3750
3768
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
3751
3769
|
</li>
|
|
@@ -3777,7 +3795,7 @@ wrapperTag: div
|
|
|
3777
3795
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
3778
3796
|
<div class="pf-c-page__main-body">
|
|
3779
3797
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
3780
|
-
<ol class="pf-c-breadcrumb__list">
|
|
3798
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
3781
3799
|
<li class="pf-c-breadcrumb__item">
|
|
3782
3800
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
3783
3801
|
</li>
|