@patternfly/patternfly 6.0.0-alpha.6 → 6.0.0-alpha.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -3
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +6 -129
- package/base/_common.scss +21 -0
- package/base/_globals.scss +1 -1
- package/base/_variables.scss +7 -0
- package/base/patternfly-common.css +16 -2
- package/base/patternfly-globals.css +1 -1
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/base/patternfly-variables.css +277 -188
- package/base/tokens/_tokens-dark.scss +117 -82
- package/base/tokens/_tokens-default.scss +145 -109
- package/base/tokens/_tokens-font.scss +16 -14
- package/base/tokens/_tokens-palette.scss +2 -4
- package/components/AboutModalBox/about-modal-box.css +23 -12
- package/components/AboutModalBox/about-modal-box.scss +25 -12
- package/components/Accordion/accordion.css +33 -20
- package/components/Accordion/accordion.scss +32 -20
- package/components/ActionList/action-list.css +2 -2
- package/components/ActionList/action-list.scss +2 -2
- package/components/Alert/alert-group.css +7 -4
- package/components/Alert/alert-group.scss +7 -4
- package/components/Alert/alert.css +19 -13
- package/components/Alert/alert.scss +18 -13
- package/components/AppLauncher/app-launcher.css +32 -23
- package/components/AppLauncher/app-launcher.scss +32 -23
- package/components/BackToTop/back-to-top.css +2 -2
- package/components/BackToTop/back-to-top.scss +2 -2
- package/components/Backdrop/backdrop.css +2 -2
- package/components/Backdrop/backdrop.scss +2 -2
- package/components/BackgroundImage/background-image.css +6 -3
- package/components/BackgroundImage/background-image.scss +8 -3
- package/components/Badge/badge.css +2 -2
- package/components/Badge/badge.scss +2 -2
- package/components/Banner/banner.css +5 -5
- package/components/Banner/banner.scss +5 -2
- package/components/Breadcrumb/breadcrumb.css +9 -3
- package/components/Breadcrumb/breadcrumb.scss +8 -3
- package/components/Button/button.css +33 -21
- package/components/Button/button.scss +35 -23
- package/components/Button/themes/dark/button.scss +1 -1
- package/components/CalendarMonth/calendar-month.css +25 -15
- package/components/CalendarMonth/calendar-month.scss +23 -15
- package/components/Card/card.css +25 -17
- package/components/Card/card.scss +24 -17
- package/components/Check/check.css +2 -2
- package/components/Check/check.scss +2 -2
- package/components/Chip/chip-group.css +6 -6
- package/components/Chip/chip-group.scss +6 -6
- package/components/Chip/chip.css +16 -9
- package/components/Chip/chip.scss +17 -9
- package/components/ClipboardCopy/clipboard-copy.css +19 -10
- package/components/ClipboardCopy/clipboard-copy.scss +16 -8
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
- package/components/CodeBlock/code-block.css +6 -3
- package/components/CodeBlock/code-block.scss +6 -3
- package/components/CodeEditor/code-editor.css +31 -22
- package/components/CodeEditor/code-editor.scss +30 -21
- package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
- package/components/Content/content.css +33 -30
- package/components/Content/content.scss +33 -30
- package/components/ContextSelector/context-selector.css +41 -26
- package/components/ContextSelector/context-selector.scss +40 -25
- package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
- package/components/DataList/data-list-grid.css +21 -21
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +69 -56
- package/components/DataList/data-list.scss +47 -35
- package/components/DatePicker/date-picker.css +8 -8
- package/components/DatePicker/date-picker.scss +8 -8
- package/components/DescriptionList/description-list.css +8 -5
- package/components/DescriptionList/description-list.scss +8 -5
- package/components/DragDrop/drag-drop.css +8 -8
- package/components/DragDrop/drag-drop.scss +8 -8
- package/components/Drawer/drawer.css +120 -61
- package/components/Drawer/drawer.scss +92 -43
- package/components/Dropdown/dropdown.css +75 -66
- package/components/Dropdown/dropdown.scss +65 -56
- package/components/DualListSelector/dual-list-selector.css +29 -15
- package/components/DualListSelector/dual-list-selector.scss +30 -15
- package/components/EmptyState/empty-state.css +7 -4
- package/components/EmptyState/empty-state.scss +7 -4
- package/components/ExpandableSection/expandable-section.css +17 -10
- package/components/ExpandableSection/expandable-section.scss +15 -10
- package/components/FileUpload/file-upload.css +9 -15
- package/components/FileUpload/file-upload.scss +9 -15
- package/components/Form/form.css +53 -50
- package/components/Form/form.scss +46 -44
- package/components/FormControl/form-control.css +18 -9
- package/components/FormControl/form-control.scss +18 -9
- package/components/HelperText/helper-text.css +1 -1
- package/components/HelperText/helper-text.scss +1 -1
- package/components/Hint/hint.css +9 -6
- package/components/Hint/hint.scss +9 -6
- package/components/Icon/icon.css +1 -1
- package/components/Icon/icon.scss +1 -1
- package/components/InlineEdit/inline-edit.css +4 -4
- package/components/InlineEdit/inline-edit.scss +4 -4
- package/components/InputGroup/input-group.css +12 -6
- package/components/InputGroup/input-group.scss +11 -5
- package/components/InputGroup/themes/dark/input-group.scss +1 -1
- package/components/JumpLinks/jump-links.css +27 -24
- package/components/JumpLinks/jump-links.scss +26 -24
- package/components/Label/label-group.css +13 -10
- package/components/Label/label-group.scss +13 -10
- package/components/Label/label.css +9 -9
- package/components/Label/label.scss +9 -9
- package/components/List/list.css +9 -9
- package/components/List/list.scss +9 -9
- package/components/LogViewer/log-viewer.css +14 -14
- package/components/LogViewer/log-viewer.scss +14 -14
- package/components/Login/login.css +36 -27
- package/components/Login/login.scss +36 -27
- package/components/Masthead/masthead.css +32 -30
- package/components/Masthead/masthead.scss +32 -30
- package/components/Menu/menu.css +79 -65
- package/components/Menu/menu.scss +80 -68
- package/components/MenuToggle/menu-toggle.css +33 -27
- package/components/MenuToggle/menu-toggle.scss +33 -27
- package/components/ModalBox/modal-box.css +19 -19
- package/components/ModalBox/modal-box.scss +20 -20
- package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
- package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
- package/components/Nav/nav.css +120 -93
- package/components/Nav/nav.scss +120 -93
- package/components/Nav/themes/dark/nav.scss +2 -2
- package/components/NotificationBadge/notification-badge.css +13 -7
- package/components/NotificationBadge/notification-badge.scss +13 -7
- package/components/NotificationDrawer/notification-drawer.css +32 -19
- package/components/NotificationDrawer/notification-drawer.scss +30 -19
- package/components/NumberInput/number-input.css +2 -2
- package/components/NumberInput/number-input.scss +2 -2
- package/components/OptionsMenu/options-menu.css +43 -31
- package/components/OptionsMenu/options-menu.scss +43 -31
- package/components/OverflowMenu/overflow-menu.css +2 -2
- package/components/OverflowMenu/overflow-menu.scss +2 -2
- package/components/Page/page.css +135 -77
- package/components/Page/page.scss +81 -52
- package/components/Page/themes/dark/page.scss +1 -1
- package/components/Pagination/pagination.css +27 -17
- package/components/Pagination/pagination.scss +25 -17
- package/components/Panel/panel.css +13 -7
- package/components/Panel/panel.scss +13 -7
- package/components/Popover/popover.css +72 -40
- package/components/Popover/popover.scss +95 -75
- package/components/Progress/progress.css +9 -7
- package/components/Progress/progress.scss +12 -7
- package/components/ProgressStepper/progress-stepper.css +26 -20
- package/components/ProgressStepper/progress-stepper.scss +25 -19
- package/components/Radio/radio.css +3 -3
- package/components/Radio/radio.scss +3 -3
- package/components/Select/select.css +56 -47
- package/components/Select/select.scss +56 -47
- package/components/Sidebar/sidebar.css +11 -5
- package/components/Sidebar/sidebar.scss +11 -5
- package/components/SimpleList/simple-list.css +10 -4
- package/components/SimpleList/simple-list.scss +10 -4
- package/components/Skeleton/skeleton.css +6 -5
- package/components/Skeleton/skeleton.scss +4 -5
- package/components/SkipToContent/skip-to-content.css +3 -3
- package/components/SkipToContent/skip-to-content.scss +3 -3
- package/components/Slider/slider.css +47 -26
- package/components/Slider/slider.scss +56 -28
- package/components/Switch/switch.css +9 -5
- package/components/Switch/switch.scss +10 -6
- package/components/TabContent/tab-content.css +4 -1
- package/components/TabContent/tab-content.scss +4 -1
- package/components/Table/table-grid.css +264 -203
- package/components/Table/table-grid.scss +61 -47
- package/components/Table/table-scrollable.css +4 -4
- package/components/Table/table-scrollable.scss +6 -4
- package/components/Table/table-tree-view.css +112 -105
- package/components/Table/table-tree-view.scss +38 -33
- package/components/Table/table.css +92 -70
- package/components/Table/table.scss +90 -70
- package/components/Tabs/tabs.css +76 -48
- package/components/Tabs/tabs.scss +74 -48
- package/components/TextInputGroup/text-input-group.css +15 -15
- package/components/TextInputGroup/text-input-group.scss +15 -15
- package/components/Tile/tile.css +10 -10
- package/components/Tile/tile.scss +10 -10
- package/components/ToggleGroup/toggle-group.css +14 -11
- package/components/ToggleGroup/toggle-group.scss +14 -11
- package/components/Toolbar/toolbar.css +44 -41
- package/components/Toolbar/toolbar.scss +26 -21
- package/components/Tooltip/tooltip.css +60 -28
- package/components/Tooltip/tooltip.scss +76 -56
- package/components/TreeView/tree-view.css +48 -27
- package/components/TreeView/tree-view.scss +50 -28
- package/components/Truncate/truncate.css +9 -0
- package/components/Truncate/truncate.scss +16 -3
- package/components/Wizard/wizard.css +57 -36
- package/components/Wizard/wizard.scss +57 -36
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +15 -3
- package/docs/components/Card/examples/Card.md +15 -15
- package/docs/components/Check/examples/Check.md +71 -59
- package/docs/components/Chip/examples/Chip.md +1 -1
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
- package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
- package/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +64 -16
- package/docs/components/Label/examples/Label.md +1 -1
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +120 -30
- package/docs/components/Menu/examples/Menu.css +8 -0
- package/docs/components/Menu/examples/Menu.md +90 -73
- package/docs/components/MenuToggle/examples/MenuToggle.md +60 -39
- package/docs/components/ModalBox/examples/ModalBox.css +3 -8
- package/docs/components/Nav/examples/Navigation.css +4 -21
- package/docs/components/Nav/examples/Navigation.md +99 -0
- package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
- package/docs/components/Popover/examples/Popover.css +4 -9
- package/docs/components/Radio/examples/Radio.md +63 -55
- package/docs/components/Select/deprecated/Select.md +184 -177
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +2 -2
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/components/Toolbar/examples/Toolbar.md +525 -431
- package/docs/components/Tooltip/examples/Tooltip.css +4 -0
- package/docs/components/Tooltip/examples/Tooltip.md +3 -1
- package/docs/components/Truncate/examples/Truncate.md +2 -2
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +26 -10
- package/docs/demos/CardView/examples/CardView.md +24 -20
- package/docs/demos/Dashboard/examples/Dashboard.md +3 -3
- package/docs/demos/DataList/examples/DataList.md +8 -2
- package/docs/demos/Page/examples/Penta.md +528 -500
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +160 -124
- package/docs/demos/Skeleton/examples/Skeleton.md +7 -35
- package/docs/demos/Table/examples/Table.md +336 -252
- package/docs/demos/Tabs/examples/Tabs.md +28 -21
- package/docs/demos/Toolbar/examples/Toolbar.css +5 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +44 -44
- package/docs/layouts/Flex/examples/Flex.md +5 -5
- package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
- package/icons/pficons.mjs +1 -0
- package/layouts/Flex/flex.css +115 -43
- package/layouts/Flex/flex.scss +20 -8
- package/package.json +9 -5
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +298 -191
- package/patternfly-base-no-globals.css +298 -191
- package/patternfly-base-theme-dark-unversioned.css +299 -192
- package/patternfly-base.css +299 -192
- package/patternfly-no-globals.css +2977 -2079
- package/patternfly-theme-dark-unversioned.css +2978 -2080
- package/patternfly.css +2978 -2080
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +6 -0
- package/sass-utilities/mixins.scss +62 -2
- package/sass-utilities/scss-variables.scss +8 -8
- package/sass-utilities/themes/dark/mixins.scss +3 -1
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
|
@@ -9,30 +9,32 @@ wrapperTag: div
|
|
|
9
9
|
```html isFullscreen
|
|
10
10
|
<div class="pf-v5-c-page" id="page-id">
|
|
11
11
|
<header class="pf-v5-c-masthead" id="masthead-id">
|
|
12
|
-
<
|
|
13
|
-
<
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
<
|
|
23
|
-
<
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
12
|
+
<div class="pf-v5-c-masthead__logo">
|
|
13
|
+
<span class="pf-v5-c-masthead__toggle">
|
|
14
|
+
<button
|
|
15
|
+
class="pf-v5-c-button pf-m-plain"
|
|
16
|
+
type="button"
|
|
17
|
+
aria-label="Global navigation"
|
|
18
|
+
>
|
|
19
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
20
|
+
</button>
|
|
21
|
+
</span>
|
|
22
|
+
<div class="pf-v5-c-masthead__main">
|
|
23
|
+
<a class="pf-v5-c-masthead__brand" href="#">
|
|
24
|
+
<img
|
|
25
|
+
class="pf-v5-c-brand pf-m-light"
|
|
26
|
+
src="/assets/images/PF-IconLogo-color.svg"
|
|
27
|
+
style="--pf-v5-c-brand--Width: 37px;"
|
|
28
|
+
alt="PatternFly logo"
|
|
29
|
+
/>
|
|
30
|
+
<img
|
|
31
|
+
class="pf-v5-c-brand pf-m-dark"
|
|
32
|
+
src="/assets/images/PF-IconLogo-Reverse.svg"
|
|
33
|
+
style="--pf-v5-c-brand--Width: 37px;"
|
|
34
|
+
alt="PatternFly logo"
|
|
35
|
+
/>
|
|
36
|
+
</a>
|
|
37
|
+
</div>
|
|
36
38
|
</div>
|
|
37
39
|
<div class="pf-v5-c-masthead__content">
|
|
38
40
|
<div class="pf-v5-c-toolbar">
|
|
@@ -84,8 +86,12 @@ wrapperTag: div
|
|
|
84
86
|
</div>
|
|
85
87
|
</header>
|
|
86
88
|
<div class="pf-v5-c-page__sidebar">
|
|
87
|
-
|
|
88
|
-
|
|
89
|
+
<div class="pf-v5-c-page__sidebar-header">
|
|
90
|
+
<h2 class="pf-v5-c-page__sidebar-title">
|
|
91
|
+
PatternFly Navigation
|
|
92
|
+
<br />Product Name
|
|
93
|
+
</h2>
|
|
94
|
+
</div>
|
|
89
95
|
<div class="pf-v5-c-page__sidebar-body">
|
|
90
96
|
<nav class="pf-v5-c-nav" aria-label="Global">
|
|
91
97
|
<section class="pf-v5-c-nav__section" aria-labelledby="grouped-title1">
|
|
@@ -143,525 +149,547 @@ wrapperTag: div
|
|
|
143
149
|
</div>
|
|
144
150
|
|
|
145
151
|
<main class="pf-v5-c-page__main" tabindex="-1" id="main-content-page-id">
|
|
146
|
-
<
|
|
147
|
-
<
|
|
148
|
-
<
|
|
149
|
-
<
|
|
150
|
-
<
|
|
151
|
-
<
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
<
|
|
155
|
-
<
|
|
156
|
-
|
|
152
|
+
<div class="pf-v5-c-page__main-list" tabindex="-1">
|
|
153
|
+
<section class="pf-v5-c-page__main-breadcrumb pf-m-limit-width">
|
|
154
|
+
<div class="pf-v5-c-page__main-body">
|
|
155
|
+
<nav class="pf-v5-c-breadcrumb" aria-label="breadcrumb">
|
|
156
|
+
<ol class="pf-v5-c-breadcrumb__list" role="list">
|
|
157
|
+
<li class="pf-v5-c-breadcrumb__item">
|
|
158
|
+
<a href="#" class="pf-v5-c-breadcrumb__link">Section home</a>
|
|
159
|
+
</li>
|
|
160
|
+
<li class="pf-v5-c-breadcrumb__item">
|
|
161
|
+
<span class="pf-v5-c-breadcrumb__item-divider">
|
|
162
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
163
|
+
</span>
|
|
157
164
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
165
|
+
<a href="#" class="pf-v5-c-breadcrumb__link">Section title</a>
|
|
166
|
+
</li>
|
|
167
|
+
<li class="pf-v5-c-breadcrumb__item">
|
|
168
|
+
<span class="pf-v5-c-breadcrumb__item-divider">
|
|
169
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
170
|
+
</span>
|
|
164
171
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
172
|
+
<a href="#" class="pf-v5-c-breadcrumb__link">Section title</a>
|
|
173
|
+
</li>
|
|
174
|
+
<li class="pf-v5-c-breadcrumb__item">
|
|
175
|
+
<span class="pf-v5-c-breadcrumb__item-divider">
|
|
176
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
177
|
+
</span>
|
|
171
178
|
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
</div>
|
|
181
|
-
</section>
|
|
182
|
-
<section class="pf-v5-c-page__main-section pf-m-limit-width pf-m-light">
|
|
183
|
-
<div class="pf-v5-c-page__main-body">
|
|
184
|
-
<div class="pf-v5-c-content">
|
|
185
|
-
<h3>Penta Hackathon Demo Page</h3>
|
|
186
|
-
<p>A showcase of our new tokens being applied to create a new theme.</p>
|
|
179
|
+
<a
|
|
180
|
+
href="#"
|
|
181
|
+
class="pf-v5-c-breadcrumb__link pf-m-current"
|
|
182
|
+
aria-current="page"
|
|
183
|
+
>Section landing</a>
|
|
184
|
+
</li>
|
|
185
|
+
</ol>
|
|
186
|
+
</nav>
|
|
187
187
|
</div>
|
|
188
|
-
</
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
>
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
188
|
+
</section>
|
|
189
|
+
<section class="pf-v5-c-page__main-section pf-m-limit-width pf-m-light">
|
|
190
|
+
<div class="pf-v5-c-page__main-body">
|
|
191
|
+
<div class="pf-v5-c-content">
|
|
192
|
+
<h3>Penta Hackathon Demo Page</h3>
|
|
193
|
+
<p>A showcase of our new tokens being applied to create a new theme.</p>
|
|
194
|
+
</div>
|
|
195
|
+
</div>
|
|
196
|
+
</section>
|
|
197
|
+
<section class="pf-v5-c-page__main-section pf-m-limit-width">
|
|
198
|
+
<div class="pf-v5-c-page__main-body">
|
|
199
|
+
<div
|
|
200
|
+
class="pf-v5-c-toolbar pf-m-inset-none"
|
|
201
|
+
id="toolbar-simple-example"
|
|
202
|
+
>
|
|
203
|
+
<div class="pf-v5-c-toolbar__content">
|
|
204
|
+
<div class="pf-v5-c-toolbar__content-section">
|
|
205
|
+
<div class="pf-v5-c-toolbar__item">
|
|
206
|
+
<button
|
|
207
|
+
class="pf-v5-c-menu-toggle"
|
|
208
|
+
type="button"
|
|
209
|
+
aria-expanded="false"
|
|
210
|
+
>
|
|
211
|
+
<span class="pf-v5-c-menu-toggle__text">Dropdown menu</span>
|
|
212
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
213
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
214
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
215
|
+
</span>
|
|
208
216
|
</span>
|
|
209
|
-
</
|
|
210
|
-
</
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
217
|
+
</button>
|
|
218
|
+
</div>
|
|
219
|
+
<div class="pf-v5-c-toolbar__item">
|
|
220
|
+
<button
|
|
221
|
+
class="pf-v5-c-menu-toggle"
|
|
222
|
+
type="button"
|
|
223
|
+
aria-expanded="false"
|
|
224
|
+
>
|
|
225
|
+
<span class="pf-v5-c-menu-toggle__text">Another one</span>
|
|
226
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
227
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
228
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
229
|
+
</span>
|
|
222
230
|
</span>
|
|
223
|
-
</
|
|
224
|
-
</
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
</
|
|
231
|
+
</button>
|
|
232
|
+
</div>
|
|
233
|
+
<div class="pf-v5-c-toolbar__group pf-m-align-right">
|
|
234
|
+
<div class="pf-v5-c-toolbar__group pf-m-icon-button-group">
|
|
235
|
+
<div class="pf-v5-c-toolbar__item">
|
|
236
|
+
<button
|
|
237
|
+
class="pf-v5-c-button pf-m-plain"
|
|
238
|
+
type="button"
|
|
239
|
+
aria-label="Remove"
|
|
240
|
+
>
|
|
241
|
+
<i class="fas fa-columns" aria-hidden="true"></i>
|
|
242
|
+
</button>
|
|
243
|
+
</div>
|
|
244
|
+
<div class="pf-v5-c-toolbar__item">
|
|
245
|
+
<button
|
|
246
|
+
class="pf-v5-c-button pf-m-plain"
|
|
247
|
+
type="button"
|
|
248
|
+
aria-label="Remove"
|
|
249
|
+
>
|
|
250
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
251
|
+
</button>
|
|
252
|
+
</div>
|
|
236
253
|
</div>
|
|
237
254
|
<div class="pf-v5-c-toolbar__item">
|
|
238
255
|
<button
|
|
239
|
-
class="pf-v5-c-button pf-m-
|
|
256
|
+
class="pf-v5-c-button pf-m-primary"
|
|
240
257
|
type="button"
|
|
241
|
-
|
|
242
|
-
>
|
|
243
|
-
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
244
|
-
</button>
|
|
258
|
+
>Primary</button>
|
|
245
259
|
</div>
|
|
246
260
|
</div>
|
|
247
|
-
<div class="pf-v5-c-toolbar__item">
|
|
248
|
-
<button
|
|
249
|
-
class="pf-v5-c-button pf-m-primary"
|
|
250
|
-
type="button"
|
|
251
|
-
>Primary</button>
|
|
252
|
-
</div>
|
|
253
261
|
</div>
|
|
254
262
|
</div>
|
|
255
263
|
</div>
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
</
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
</
|
|
303
|
-
</thead>
|
|
264
|
+
<table
|
|
265
|
+
class="pf-v5-c-table pf-m-grid-md"
|
|
266
|
+
role="grid"
|
|
267
|
+
aria-label="This is a table with checkboxes"
|
|
268
|
+
id="page-id-table"
|
|
269
|
+
>
|
|
270
|
+
<thead class="pf-v5-c-table__thead">
|
|
271
|
+
<tr class="pf-v5-c-table__tr" role="row">
|
|
272
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
273
|
+
<div class="pf-v5-c-check pf-m-standalone">
|
|
274
|
+
<input
|
|
275
|
+
class="pf-v5-c-check__input"
|
|
276
|
+
type="checkbox"
|
|
277
|
+
name="checkrow1"
|
|
278
|
+
aria-labelledby="page-id-table-node1"
|
|
279
|
+
/>
|
|
280
|
+
</div>
|
|
281
|
+
</td>
|
|
282
|
+
<th
|
|
283
|
+
class="pf-v5-c-table__th"
|
|
284
|
+
role="columnheader"
|
|
285
|
+
scope="col"
|
|
286
|
+
>Repositories</th>
|
|
287
|
+
<th
|
|
288
|
+
class="pf-v5-c-table__th"
|
|
289
|
+
role="columnheader"
|
|
290
|
+
scope="col"
|
|
291
|
+
>Branches</th>
|
|
292
|
+
<th
|
|
293
|
+
class="pf-v5-c-table__th"
|
|
294
|
+
role="columnheader"
|
|
295
|
+
scope="col"
|
|
296
|
+
>Pull requests</th>
|
|
297
|
+
<th
|
|
298
|
+
class="pf-v5-c-table__th"
|
|
299
|
+
role="columnheader"
|
|
300
|
+
scope="col"
|
|
301
|
+
>Workspaces</th>
|
|
302
|
+
<th
|
|
303
|
+
class="pf-v5-c-table__th"
|
|
304
|
+
role="columnheader"
|
|
305
|
+
scope="col"
|
|
306
|
+
>Last commit</th>
|
|
307
|
+
<td class="pf-v5-c-table__td"></td>
|
|
308
|
+
<td class="pf-v5-c-table__td"></td>
|
|
309
|
+
</tr>
|
|
310
|
+
</thead>
|
|
304
311
|
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
>
|
|
311
|
-
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
312
|
-
<div class="pf-v5-c-check pf-m-standalone">
|
|
313
|
-
<input
|
|
314
|
-
class="pf-v5-c-check__input"
|
|
315
|
-
type="checkbox"
|
|
316
|
-
name="checkrow1"
|
|
317
|
-
aria-labelledby="page-id-table-node1"
|
|
318
|
-
/>
|
|
319
|
-
</div>
|
|
320
|
-
</td>
|
|
321
|
-
<th
|
|
322
|
-
class="pf-v5-c-table__th"
|
|
323
|
-
role="columnheader"
|
|
324
|
-
data-label="Repository name"
|
|
312
|
+
<tbody class="pf-v5-c-table__tbody" role="rowgroup">
|
|
313
|
+
<tr
|
|
314
|
+
class="pf-v5-c-table__tr pf-m-clickable"
|
|
315
|
+
role="row"
|
|
316
|
+
tabindex="0"
|
|
325
317
|
>
|
|
326
|
-
<
|
|
327
|
-
<div
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
318
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
319
|
+
<div class="pf-v5-c-check pf-m-standalone">
|
|
320
|
+
<input
|
|
321
|
+
class="pf-v5-c-check__input"
|
|
322
|
+
type="checkbox"
|
|
323
|
+
name="checkrow1"
|
|
324
|
+
aria-labelledby="page-id-table-node1"
|
|
325
|
+
/>
|
|
334
326
|
</div>
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
344
|
-
<div class="pf-v5-l-flex__item">
|
|
345
|
-
<i class="fas fa-code"></i>
|
|
327
|
+
</td>
|
|
328
|
+
<th
|
|
329
|
+
class="pf-v5-c-table__th"
|
|
330
|
+
role="columnheader"
|
|
331
|
+
data-label="Repository name"
|
|
332
|
+
>
|
|
333
|
+
<div>
|
|
334
|
+
<div id="page-id-table-node1">Node 1</div>
|
|
346
335
|
</div>
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
<
|
|
336
|
+
</th>
|
|
337
|
+
<td class="pf-v5-c-table__td" role="cell" data-label="Branches">
|
|
338
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
339
|
+
<div class="pf-v5-l-flex__item">
|
|
340
|
+
<i class="fas fa-code-branch"></i>
|
|
341
|
+
</div>
|
|
342
|
+
<div class="pf-v5-l-flex__item">10</div>
|
|
354
343
|
</div>
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
role="cell"
|
|
361
|
-
data-label="Last commit"
|
|
362
|
-
>2 days ago</td>
|
|
363
|
-
<td class="pf-v5-c-table__td" role="cell" data-label="Action">
|
|
364
|
-
<a href="/some/path">Action link</a>
|
|
365
|
-
</td>
|
|
366
|
-
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
|
|
367
|
-
<button
|
|
368
|
-
class="pf-v5-c-button pf-m-plain"
|
|
369
|
-
type="button"
|
|
370
|
-
aria-label="Remove"
|
|
344
|
+
</td>
|
|
345
|
+
<td
|
|
346
|
+
class="pf-v5-c-table__td"
|
|
347
|
+
role="cell"
|
|
348
|
+
data-label="Pull requests"
|
|
371
349
|
>
|
|
372
|
-
<
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
350
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
351
|
+
<div class="pf-v5-l-flex__item">
|
|
352
|
+
<i class="fas fa-code"></i>
|
|
353
|
+
</div>
|
|
354
|
+
<div class="pf-v5-l-flex__item">25</div>
|
|
355
|
+
</div>
|
|
356
|
+
</td>
|
|
357
|
+
<td
|
|
358
|
+
class="pf-v5-c-table__td"
|
|
359
|
+
role="cell"
|
|
360
|
+
data-label="Workspaces"
|
|
361
|
+
>
|
|
362
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
363
|
+
<div class="pf-v5-l-flex__item">
|
|
364
|
+
<i class="fas fa-cube"></i>
|
|
365
|
+
</div>
|
|
366
|
+
<div class="pf-v5-l-flex__item">5</div>
|
|
367
|
+
</div>
|
|
368
|
+
</td>
|
|
369
|
+
<td
|
|
370
|
+
class="pf-v5-c-table__td"
|
|
371
|
+
role="cell"
|
|
372
|
+
data-label="Last commit"
|
|
373
|
+
>2 days ago</td>
|
|
374
|
+
<td class="pf-v5-c-table__td" role="cell" data-label="Action">
|
|
375
|
+
<a href="/some/path">Action link</a>
|
|
376
|
+
</td>
|
|
377
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
|
|
378
|
+
<button
|
|
379
|
+
class="pf-v5-c-button pf-m-plain"
|
|
380
|
+
type="button"
|
|
381
|
+
aria-label="Remove"
|
|
382
|
+
>
|
|
383
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
384
|
+
</button>
|
|
385
|
+
</td>
|
|
386
|
+
</tr>
|
|
376
387
|
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
>
|
|
382
|
-
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
383
|
-
<div class="pf-v5-c-check pf-m-standalone">
|
|
384
|
-
<input
|
|
385
|
-
class="pf-v5-c-check__input"
|
|
386
|
-
type="checkbox"
|
|
387
|
-
name="checkrow2"
|
|
388
|
-
aria-labelledby="page-id-table-node2"
|
|
389
|
-
checked
|
|
390
|
-
/>
|
|
391
|
-
</div>
|
|
392
|
-
</td>
|
|
393
|
-
<th
|
|
394
|
-
class="pf-v5-c-table__th"
|
|
395
|
-
role="columnheader"
|
|
396
|
-
data-label="Repository name"
|
|
388
|
+
<tr
|
|
389
|
+
class="pf-v5-c-table__tr pf-m-clickable pf-m-selected"
|
|
390
|
+
role="row"
|
|
391
|
+
tabindex="0"
|
|
397
392
|
>
|
|
398
|
-
<
|
|
399
|
-
<div
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
393
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
394
|
+
<div class="pf-v5-c-check pf-m-standalone">
|
|
395
|
+
<input
|
|
396
|
+
class="pf-v5-c-check__input"
|
|
397
|
+
type="checkbox"
|
|
398
|
+
name="checkrow2"
|
|
399
|
+
aria-labelledby="page-id-table-node2"
|
|
400
|
+
checked
|
|
401
|
+
/>
|
|
406
402
|
</div>
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
416
|
-
<div class="pf-v5-l-flex__item">
|
|
417
|
-
<i class="fas fa-code"></i>
|
|
403
|
+
</td>
|
|
404
|
+
<th
|
|
405
|
+
class="pf-v5-c-table__th"
|
|
406
|
+
role="columnheader"
|
|
407
|
+
data-label="Repository name"
|
|
408
|
+
>
|
|
409
|
+
<div>
|
|
410
|
+
<div id="page-id-table-node2">Node 2</div>
|
|
418
411
|
</div>
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
<
|
|
412
|
+
</th>
|
|
413
|
+
<td class="pf-v5-c-table__td" role="cell" data-label="Branches">
|
|
414
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
415
|
+
<div class="pf-v5-l-flex__item">
|
|
416
|
+
<i class="fas fa-code-branch"></i>
|
|
417
|
+
</div>
|
|
418
|
+
<div class="pf-v5-l-flex__item">8</div>
|
|
426
419
|
</div>
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
role="cell"
|
|
433
|
-
data-label="Last commit"
|
|
434
|
-
>2 days ago</td>
|
|
435
|
-
<td class="pf-v5-c-table__td" role="cell" data-label="Action">
|
|
436
|
-
<a href="/some/path">Action link</a>
|
|
437
|
-
</td>
|
|
438
|
-
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
|
|
439
|
-
<button
|
|
440
|
-
class="pf-v5-c-button pf-m-plain"
|
|
441
|
-
type="button"
|
|
442
|
-
aria-label="Remove"
|
|
420
|
+
</td>
|
|
421
|
+
<td
|
|
422
|
+
class="pf-v5-c-table__td"
|
|
423
|
+
role="cell"
|
|
424
|
+
data-label="Pull requests"
|
|
443
425
|
>
|
|
444
|
-
<
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
426
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
427
|
+
<div class="pf-v5-l-flex__item">
|
|
428
|
+
<i class="fas fa-code"></i>
|
|
429
|
+
</div>
|
|
430
|
+
<div class="pf-v5-l-flex__item">30</div>
|
|
431
|
+
</div>
|
|
432
|
+
</td>
|
|
433
|
+
<td
|
|
434
|
+
class="pf-v5-c-table__td"
|
|
435
|
+
role="cell"
|
|
436
|
+
data-label="Workspaces"
|
|
437
|
+
>
|
|
438
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
439
|
+
<div class="pf-v5-l-flex__item">
|
|
440
|
+
<i class="fas fa-cube"></i>
|
|
441
|
+
</div>
|
|
442
|
+
<div class="pf-v5-l-flex__item">2</div>
|
|
443
|
+
</div>
|
|
444
|
+
</td>
|
|
445
|
+
<td
|
|
446
|
+
class="pf-v5-c-table__td"
|
|
447
|
+
role="cell"
|
|
448
|
+
data-label="Last commit"
|
|
449
|
+
>2 days ago</td>
|
|
450
|
+
<td class="pf-v5-c-table__td" role="cell" data-label="Action">
|
|
451
|
+
<a href="/some/path">Action link</a>
|
|
452
|
+
</td>
|
|
453
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
|
|
454
|
+
<button
|
|
455
|
+
class="pf-v5-c-button pf-m-plain"
|
|
456
|
+
type="button"
|
|
457
|
+
aria-label="Remove"
|
|
458
|
+
>
|
|
459
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
460
|
+
</button>
|
|
461
|
+
</td>
|
|
462
|
+
</tr>
|
|
448
463
|
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
>
|
|
454
|
-
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
455
|
-
<div class="pf-v5-c-check pf-m-standalone">
|
|
456
|
-
<input
|
|
457
|
-
class="pf-v5-c-check__input"
|
|
458
|
-
type="checkbox"
|
|
459
|
-
name="checkrow3"
|
|
460
|
-
aria-labelledby="page-id-table-node3"
|
|
461
|
-
/>
|
|
462
|
-
</div>
|
|
463
|
-
</td>
|
|
464
|
-
<th
|
|
465
|
-
class="pf-v5-c-table__th"
|
|
466
|
-
role="columnheader"
|
|
467
|
-
data-label="Repository name"
|
|
464
|
+
<tr
|
|
465
|
+
class="pf-v5-c-table__tr pf-m-clickable"
|
|
466
|
+
role="row"
|
|
467
|
+
tabindex="0"
|
|
468
468
|
>
|
|
469
|
-
<
|
|
470
|
-
<div
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
469
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
470
|
+
<div class="pf-v5-c-check pf-m-standalone">
|
|
471
|
+
<input
|
|
472
|
+
class="pf-v5-c-check__input"
|
|
473
|
+
type="checkbox"
|
|
474
|
+
name="checkrow3"
|
|
475
|
+
aria-labelledby="page-id-table-node3"
|
|
476
|
+
/>
|
|
477
477
|
</div>
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
487
|
-
<div class="pf-v5-l-flex__item">
|
|
488
|
-
<i class="fas fa-code"></i>
|
|
478
|
+
</td>
|
|
479
|
+
<th
|
|
480
|
+
class="pf-v5-c-table__th"
|
|
481
|
+
role="columnheader"
|
|
482
|
+
data-label="Repository name"
|
|
483
|
+
>
|
|
484
|
+
<div>
|
|
485
|
+
<div id="page-id-table-node3">Node 3</div>
|
|
489
486
|
</div>
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
<
|
|
487
|
+
</th>
|
|
488
|
+
<td class="pf-v5-c-table__td" role="cell" data-label="Branches">
|
|
489
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
490
|
+
<div class="pf-v5-l-flex__item">
|
|
491
|
+
<i class="fas fa-code-branch"></i>
|
|
492
|
+
</div>
|
|
493
|
+
<div class="pf-v5-l-flex__item">12</div>
|
|
497
494
|
</div>
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
role="cell"
|
|
504
|
-
data-label="Last commit"
|
|
505
|
-
>30 days ago</td>
|
|
506
|
-
<td class="pf-v5-c-table__td" role="cell" data-label="Action">
|
|
507
|
-
<a href="#">Action link</a>
|
|
508
|
-
</td>
|
|
509
|
-
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
|
|
510
|
-
<button
|
|
511
|
-
class="pf-v5-c-button pf-m-plain"
|
|
512
|
-
type="button"
|
|
513
|
-
aria-label="Remove"
|
|
495
|
+
</td>
|
|
496
|
+
<td
|
|
497
|
+
class="pf-v5-c-table__td"
|
|
498
|
+
role="cell"
|
|
499
|
+
data-label="Pull requests"
|
|
514
500
|
>
|
|
515
|
-
<
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
501
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
502
|
+
<div class="pf-v5-l-flex__item">
|
|
503
|
+
<i class="fas fa-code"></i>
|
|
504
|
+
</div>
|
|
505
|
+
<div class="pf-v5-l-flex__item">48</div>
|
|
506
|
+
</div>
|
|
507
|
+
</td>
|
|
508
|
+
<td
|
|
509
|
+
class="pf-v5-c-table__td"
|
|
510
|
+
role="cell"
|
|
511
|
+
data-label="Workspaces"
|
|
512
|
+
>
|
|
513
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
514
|
+
<div class="pf-v5-l-flex__item">
|
|
515
|
+
<i class="fas fa-cube"></i>
|
|
516
|
+
</div>
|
|
517
|
+
<div class="pf-v5-l-flex__item">13</div>
|
|
518
|
+
</div>
|
|
519
|
+
</td>
|
|
520
|
+
<td
|
|
521
|
+
class="pf-v5-c-table__td"
|
|
522
|
+
role="cell"
|
|
523
|
+
data-label="Last commit"
|
|
524
|
+
>30 days ago</td>
|
|
525
|
+
<td class="pf-v5-c-table__td" role="cell" data-label="Action">
|
|
526
|
+
<a href="#">Action link</a>
|
|
527
|
+
</td>
|
|
528
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
|
|
529
|
+
<button
|
|
530
|
+
class="pf-v5-c-button pf-m-plain"
|
|
531
|
+
type="button"
|
|
532
|
+
aria-label="Remove"
|
|
533
|
+
>
|
|
534
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
535
|
+
</button>
|
|
536
|
+
</td>
|
|
537
|
+
</tr>
|
|
519
538
|
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
>
|
|
525
|
-
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
526
|
-
<div class="pf-v5-c-check pf-m-standalone">
|
|
527
|
-
<input
|
|
528
|
-
class="pf-v5-c-check__input"
|
|
529
|
-
type="checkbox"
|
|
530
|
-
name="checkrow4"
|
|
531
|
-
aria-labelledby="page-id-table-node4"
|
|
532
|
-
/>
|
|
533
|
-
</div>
|
|
534
|
-
</td>
|
|
535
|
-
<th
|
|
536
|
-
class="pf-v5-c-table__th"
|
|
537
|
-
role="columnheader"
|
|
538
|
-
data-label="Repository name"
|
|
539
|
+
<tr
|
|
540
|
+
class="pf-v5-c-table__tr pf-m-clickable"
|
|
541
|
+
role="row"
|
|
542
|
+
tabindex="0"
|
|
539
543
|
>
|
|
540
|
-
<
|
|
541
|
-
<div
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
544
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
545
|
+
<div class="pf-v5-c-check pf-m-standalone">
|
|
546
|
+
<input
|
|
547
|
+
class="pf-v5-c-check__input"
|
|
548
|
+
type="checkbox"
|
|
549
|
+
name="checkrow4"
|
|
550
|
+
aria-labelledby="page-id-table-node4"
|
|
551
|
+
/>
|
|
548
552
|
</div>
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
558
|
-
<div class="pf-v5-l-flex__item">
|
|
559
|
-
<i class="fas fa-code"></i>
|
|
553
|
+
</td>
|
|
554
|
+
<th
|
|
555
|
+
class="pf-v5-c-table__th"
|
|
556
|
+
role="columnheader"
|
|
557
|
+
data-label="Repository name"
|
|
558
|
+
>
|
|
559
|
+
<div>
|
|
560
|
+
<div id="page-id-table-node4">Node 4</div>
|
|
560
561
|
</div>
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
<
|
|
562
|
+
</th>
|
|
563
|
+
<td class="pf-v5-c-table__td" role="cell" data-label="Branches">
|
|
564
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
565
|
+
<div class="pf-v5-l-flex__item">
|
|
566
|
+
<i class="fas fa-code-branch"></i>
|
|
567
|
+
</div>
|
|
568
|
+
<div class="pf-v5-l-flex__item">3</div>
|
|
568
569
|
</div>
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
role="cell"
|
|
575
|
-
data-label="Last commit"
|
|
576
|
-
>8 days ago</td>
|
|
577
|
-
<td class="pf-v5-c-table__td" role="cell" data-label="Action">
|
|
578
|
-
<a href="/some/path">Action link</a>
|
|
579
|
-
</td>
|
|
580
|
-
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
|
|
581
|
-
<button
|
|
582
|
-
class="pf-v5-c-button pf-m-plain"
|
|
583
|
-
type="button"
|
|
584
|
-
aria-label="Remove"
|
|
570
|
+
</td>
|
|
571
|
+
<td
|
|
572
|
+
class="pf-v5-c-table__td"
|
|
573
|
+
role="cell"
|
|
574
|
+
data-label="Pull requests"
|
|
585
575
|
>
|
|
586
|
-
<
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
576
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
577
|
+
<div class="pf-v5-l-flex__item">
|
|
578
|
+
<i class="fas fa-code"></i>
|
|
579
|
+
</div>
|
|
580
|
+
<div class="pf-v5-l-flex__item">8</div>
|
|
581
|
+
</div>
|
|
582
|
+
</td>
|
|
583
|
+
<td
|
|
584
|
+
class="pf-v5-c-table__td"
|
|
585
|
+
role="cell"
|
|
586
|
+
data-label="Workspaces"
|
|
587
|
+
>
|
|
588
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
589
|
+
<div class="pf-v5-l-flex__item">
|
|
590
|
+
<i class="fas fa-cube"></i>
|
|
591
|
+
</div>
|
|
592
|
+
<div class="pf-v5-l-flex__item">20</div>
|
|
593
|
+
</div>
|
|
594
|
+
</td>
|
|
595
|
+
<td
|
|
596
|
+
class="pf-v5-c-table__td"
|
|
597
|
+
role="cell"
|
|
598
|
+
data-label="Last commit"
|
|
599
|
+
>8 days ago</td>
|
|
600
|
+
<td class="pf-v5-c-table__td" role="cell" data-label="Action">
|
|
601
|
+
<a href="/some/path">Action link</a>
|
|
602
|
+
</td>
|
|
603
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
|
|
604
|
+
<button
|
|
605
|
+
class="pf-v5-c-button pf-m-plain"
|
|
606
|
+
type="button"
|
|
607
|
+
aria-label="Remove"
|
|
608
|
+
>
|
|
609
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
610
|
+
</button>
|
|
611
|
+
</td>
|
|
612
|
+
</tr>
|
|
590
613
|
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
>
|
|
596
|
-
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
597
|
-
<div class="pf-v5-c-check pf-m-standalone">
|
|
598
|
-
<input
|
|
599
|
-
class="pf-v5-c-check__input"
|
|
600
|
-
type="checkbox"
|
|
601
|
-
name="checkrow5"
|
|
602
|
-
aria-labelledby="page-id-table-node5"
|
|
603
|
-
/>
|
|
604
|
-
</div>
|
|
605
|
-
</td>
|
|
606
|
-
<td
|
|
607
|
-
class="pf-v5-c-table__td"
|
|
608
|
-
role="cell"
|
|
609
|
-
data-label="Repository name"
|
|
614
|
+
<tr
|
|
615
|
+
class="pf-v5-c-table__tr pf-m-clickable"
|
|
616
|
+
role="row"
|
|
617
|
+
tabindex="0"
|
|
610
618
|
>
|
|
611
|
-
<
|
|
612
|
-
<div
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
620
|
+
<div class="pf-v5-c-check pf-m-standalone">
|
|
621
|
+
<input
|
|
622
|
+
class="pf-v5-c-check__input"
|
|
623
|
+
type="checkbox"
|
|
624
|
+
name="checkrow5"
|
|
625
|
+
aria-labelledby="page-id-table-node5"
|
|
626
|
+
/>
|
|
619
627
|
</div>
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
629
|
-
<div class="pf-v5-l-flex__item">
|
|
630
|
-
<i class="fas fa-code"></i>
|
|
628
|
+
</td>
|
|
629
|
+
<td
|
|
630
|
+
class="pf-v5-c-table__td"
|
|
631
|
+
role="cell"
|
|
632
|
+
data-label="Repository name"
|
|
633
|
+
>
|
|
634
|
+
<div>
|
|
635
|
+
<div id="page-id-table-node5">Node 5</div>
|
|
631
636
|
</div>
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
<
|
|
637
|
+
</td>
|
|
638
|
+
<td class="pf-v5-c-table__td" role="cell" data-label="Branches">
|
|
639
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
640
|
+
<div class="pf-v5-l-flex__item">
|
|
641
|
+
<i class="fas fa-code-branch"></i>
|
|
642
|
+
</div>
|
|
643
|
+
<div class="pf-v5-l-flex__item">34</div>
|
|
639
644
|
</div>
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
role="cell"
|
|
646
|
-
data-label="Last commit"
|
|
647
|
-
>2 days ago</td>
|
|
648
|
-
<td class="pf-v5-c-table__td" role="cell" data-label="Action">
|
|
649
|
-
<a href="/some/path">Action link</a>
|
|
650
|
-
</td>
|
|
651
|
-
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
|
|
652
|
-
<button
|
|
653
|
-
class="pf-v5-c-button pf-m-plain"
|
|
654
|
-
type="button"
|
|
655
|
-
aria-label="Remove"
|
|
645
|
+
</td>
|
|
646
|
+
<td
|
|
647
|
+
class="pf-v5-c-table__td"
|
|
648
|
+
role="cell"
|
|
649
|
+
data-label="Pull requests"
|
|
656
650
|
>
|
|
657
|
-
<
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
651
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
652
|
+
<div class="pf-v5-l-flex__item">
|
|
653
|
+
<i class="fas fa-code"></i>
|
|
654
|
+
</div>
|
|
655
|
+
<div class="pf-v5-l-flex__item">21</div>
|
|
656
|
+
</div>
|
|
657
|
+
</td>
|
|
658
|
+
<td
|
|
659
|
+
class="pf-v5-c-table__td"
|
|
660
|
+
role="cell"
|
|
661
|
+
data-label="Workspaces"
|
|
662
|
+
>
|
|
663
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
664
|
+
<div class="pf-v5-l-flex__item">
|
|
665
|
+
<i class="fas fa-cube"></i>
|
|
666
|
+
</div>
|
|
667
|
+
<div class="pf-v5-l-flex__item">26</div>
|
|
668
|
+
</div>
|
|
669
|
+
</td>
|
|
670
|
+
<td
|
|
671
|
+
class="pf-v5-c-table__td"
|
|
672
|
+
role="cell"
|
|
673
|
+
data-label="Last commit"
|
|
674
|
+
>2 days ago</td>
|
|
675
|
+
<td class="pf-v5-c-table__td" role="cell" data-label="Action">
|
|
676
|
+
<a href="/some/path">Action link</a>
|
|
677
|
+
</td>
|
|
678
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
|
|
679
|
+
<button
|
|
680
|
+
class="pf-v5-c-button pf-m-plain"
|
|
681
|
+
type="button"
|
|
682
|
+
aria-label="Remove"
|
|
683
|
+
>
|
|
684
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
685
|
+
</button>
|
|
686
|
+
</td>
|
|
687
|
+
</tr>
|
|
688
|
+
</tbody>
|
|
689
|
+
</table>
|
|
690
|
+
</div>
|
|
691
|
+
</section>
|
|
692
|
+
</div>
|
|
665
693
|
</main>
|
|
666
694
|
</div>
|
|
667
695
|
|