@patternfly/patternfly 6.0.0-alpha.98 → 6.0.0-alpha.99
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/components/Card/card.css +1 -0
- package/components/Card/card.scss +1 -0
- package/components/Check/check.css +10 -3
- package/components/Check/check.scss +17 -4
- package/components/Masthead/masthead.css +17 -9
- package/components/Masthead/masthead.scss +18 -9
- package/components/MenuToggle/menu-toggle.css +4 -4
- package/components/MenuToggle/menu-toggle.scss +4 -4
- package/components/ModalBox/modal-box.css +11 -7
- package/components/ModalBox/modal-box.scss +27 -12
- package/components/Nav/nav.css +64 -110
- package/components/Nav/nav.scss +70 -143
- package/components/Page/page.css +9 -17
- package/components/Page/page.scss +10 -23
- package/components/Radio/radio.css +12 -5
- package/components/Radio/radio.scss +21 -6
- package/components/Table/table-grid.css +30 -35
- package/components/Table/table-grid.scss +44 -32
- package/components/Table/table-scrollable.css +14 -6
- package/components/Table/table-scrollable.scss +6 -1
- package/components/Table/table-tree-view.css +5 -5
- package/components/Table/table-tree-view.scss +14 -8
- package/components/Table/table.css +90 -254
- package/components/Table/table.scss +158 -347
- package/components/Toolbar/toolbar.css +66 -2
- package/components/Toolbar/toolbar.scss +21 -2
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +12 -12
- package/docs/components/Accordion/examples/Accordion.md +19 -19
- package/docs/components/ActionList/examples/ActionList.md +5 -5
- package/docs/components/Alert/examples/Alert.md +26 -26
- package/docs/components/AppLauncher/deprecated/application-launcher.md +31 -31
- package/docs/components/Avatar/examples/Avatar.md +8 -8
- package/docs/components/BackToTop/examples/BackToTop.md +3 -3
- package/docs/components/Backdrop/examples/Backdrop.md +3 -3
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +4 -4
- package/docs/components/Badge/examples/Badge.md +6 -6
- package/docs/components/Banner/examples/Banner.md +17 -17
- package/docs/components/Brand/examples/Brand.css +3 -3
- package/docs/components/Brand/examples/Brand.md +7 -7
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +12 -12
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +35 -35
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +29 -29
- package/docs/components/Card/examples/Card.md +30 -30
- package/docs/components/Check/examples/Check.md +12 -12
- package/docs/components/Chip/examples/Chip.md +21 -21
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +19 -19
- package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
- package/docs/components/CodeEditor/examples/CodeEditor.md +14 -14
- package/docs/components/Content/examples/Content.md +5 -5
- package/docs/components/ContextSelector/deprecated/context-selector.md +23 -23
- package/docs/components/DataList/examples/DataList.md +177 -112
- package/docs/components/DatePicker/examples/DatePicker.md +10 -10
- package/docs/components/DescriptionList/examples/DescriptionList.md +29 -29
- package/docs/components/Divider/examples/Divider.md +7 -7
- package/docs/components/DragDrop/examples/DragDrop.md +5 -5
- package/docs/components/Drawer/examples/Drawer.md +36 -36
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/Dropdown/deprecated/Dropdown.md +47 -47
- package/docs/components/DualListSelector/examples/DualListSelector.md +41 -41
- package/docs/components/EmptyState/examples/EmptyState.md +21 -21
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +18 -18
- package/docs/components/FileUpload/examples/FileUpload.md +8 -8
- package/docs/components/Form/examples/Form.md +52 -52
- package/docs/components/FormControl/examples/FormControl.md +22 -22
- package/docs/components/HelperText/examples/HelperText.md +11 -11
- package/docs/components/Hint/examples/Hint.md +6 -6
- package/docs/components/Icon/examples/Icon.md +13 -13
- package/docs/components/InlineEdit/examples/InlineEdit.md +54 -138
- package/docs/components/InputGroup/examples/InputGroup.md +10 -10
- package/docs/components/JumpLinks/examples/JumpLinks.md +19 -19
- package/docs/components/Label/examples/Label.css +4 -4
- package/docs/components/Label/examples/Label.md +45 -45
- package/docs/components/List/examples/List.md +6 -6
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +45 -165
- package/docs/components/Login/examples/Login.md +21 -21
- package/docs/components/Masthead/examples/masthead.md +7 -7
- package/docs/components/Menu/examples/Menu.md +60 -60
- package/docs/components/MenuToggle/examples/MenuToggle.md +34 -106
- package/docs/components/ModalBox/examples/ModalBox.md +75 -34
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +21 -21
- package/docs/components/Nav/examples/Navigation.css +20 -3
- package/docs/components/Nav/examples/Navigation.md +44 -50
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +36 -36
- package/docs/components/NumberInput/examples/NumberInput.md +13 -13
- package/docs/components/OptionsMenu/deprecated/options-menu.md +22 -22
- package/docs/components/OverflowMenu/examples/overflow-menu.md +20 -20
- package/docs/components/Page/deprecated/PageHeader.md +30 -30
- package/docs/components/Page/examples/Page.md +55 -54
- package/docs/components/Pagination/examples/Pagination.md +25 -25
- package/docs/components/Panel/examples/Panel.md +10 -10
- package/docs/components/Popover/examples/Popover.md +30 -30
- package/docs/components/Progress/examples/Progress.md +31 -31
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +17 -17
- package/docs/components/Radio/examples/Radio.md +9 -9
- package/docs/components/Select/deprecated/Select.md +110 -110
- package/docs/components/Sidebar/examples/Sidebar.md +16 -16
- package/docs/components/SimpleList/examples/SimpleList.md +9 -9
- package/docs/components/Skeleton/examples/Skeleton.md +14 -14
- package/docs/components/SkipToContent/examples/SkipToContent.md +4 -4
- package/docs/components/Slider/examples/Slider.md +33 -33
- package/docs/components/Spinner/examples/Spinner.md +14 -14
- package/docs/components/Switch/examples/Switch.md +14 -14
- package/docs/components/TabContent/examples/TabContent.md +10 -10
- package/docs/components/Table/examples/Table.md +5395 -15077
- package/docs/components/Tabs/examples/Tabs.md +39 -39
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +1 -1
- package/docs/components/Tile/examples/Tile.md +12 -12
- package/docs/components/Timestamp/examples/Timestamp.md +4 -4
- package/docs/components/Title/examples/Title.md +20 -20
- package/docs/components/ToggleGroup/examples/toggle-group.md +10 -10
- package/docs/components/Toolbar/examples/Toolbar.md +68 -200
- package/docs/components/Tooltip/examples/Tooltip.md +9 -9
- package/docs/components/TreeView/examples/TreeView.md +31 -31
- package/docs/components/Truncate/examples/Truncate.md +8 -8
- package/docs/components/Wizard/examples/Wizard.md +46 -46
- package/docs/demos/AboutModal/examples/AboutModal.md +4 -52
- package/docs/demos/Alert/examples/Alert.md +12 -156
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -52
- package/docs/demos/Banner/examples/Banner.md +9 -105
- package/docs/demos/Card/examples/Card.md +12 -19
- package/docs/demos/CardView/examples/CardView.md +5 -65
- package/docs/demos/ContextSelector/examples/ContextSelector.md +12 -156
- package/docs/demos/Dashboard/examples/Dashboard.md +4 -52
- package/docs/demos/DataList/examples/DataList.md +200 -553
- package/docs/demos/DescriptionList/examples/DescriptionList.md +18 -156
- package/docs/demos/Drawer/examples/Drawer.md +20 -260
- package/docs/demos/JumpLinks/examples/JumpLinks.md +24 -312
- package/docs/demos/Masthead/examples/Masthead.md +23 -255
- package/docs/demos/Modal/examples/Modal.md +24 -312
- package/docs/demos/Nav/examples/Nav.md +69 -461
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +20 -260
- package/docs/demos/Page/examples/Page.md +39 -505
- package/docs/demos/Page/examples/Penta.md +120 -53
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +35 -455
- package/docs/demos/Skeleton/examples/Skeleton.md +4 -52
- package/docs/demos/Table/examples/Table.md +1598 -6045
- package/docs/demos/Tabs/examples/Tabs.md +143 -499
- package/docs/demos/Toolbar/examples/Toolbar.md +245 -925
- package/docs/demos/Wizard/examples/Wizard.md +36 -468
- package/docs/layouts/Bullseye/examples/Bullseye.md +3 -3
- package/docs/layouts/Flex/examples/Flex.md +76 -76
- package/docs/layouts/Gallery/examples/Gallery.md +6 -6
- package/docs/layouts/Grid/examples/Grid.md +8 -8
- package/docs/layouts/Level/examples/Level.md +4 -4
- package/docs/layouts/Split/examples/Split.md +6 -6
- package/docs/layouts/Stack/examples/Stack.md +5 -5
- package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
- package/docs/utilities/Alignment/examples/Alignment.md +4 -4
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +10 -10
- package/docs/utilities/BoxShadow/examples/box-shadow.md +20 -20
- package/docs/utilities/Display/examples/Display.md +9 -9
- package/docs/utilities/Flex/examples/Flex.md +32 -32
- package/docs/utilities/Float/examples/Float.md +2 -2
- package/docs/utilities/Sizing/examples/Sizing.md +41 -41
- package/docs/utilities/Spacing/examples/Spacing.md +11 -11
- package/docs/utilities/Text/examples/Text.md +28 -28
- package/package.json +2 -1
- package/patternfly-no-globals.css +347 -463
- package/patternfly-theme-dark-unversioned.css +347 -463
- package/patternfly.css +347 -463
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/Table/themes/dark/table.scss +0 -16
|
@@ -24,19 +24,7 @@ section: components
|
|
|
24
24
|
aria-controls="toolbar-attribute-value-search-filter-desktop-example-expandable-content"
|
|
25
25
|
>
|
|
26
26
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
27
|
-
<
|
|
28
|
-
class="pf-v5-svg"
|
|
29
|
-
viewBox="0 0 192 512"
|
|
30
|
-
fill="currentColor"
|
|
31
|
-
aria-hidden="true"
|
|
32
|
-
role="img"
|
|
33
|
-
width="1em"
|
|
34
|
-
height="1em"
|
|
35
|
-
>
|
|
36
|
-
<path
|
|
37
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
38
|
-
/>
|
|
39
|
-
</svg>
|
|
27
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
40
28
|
</span>
|
|
41
29
|
</button>
|
|
42
30
|
</div>
|
|
@@ -54,19 +42,7 @@ section: components
|
|
|
54
42
|
id="toolbar-attribute-value-search-filter-desktop-example-search-filter-menu"
|
|
55
43
|
>
|
|
56
44
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
57
|
-
<
|
|
58
|
-
class="pf-v5-svg"
|
|
59
|
-
viewBox="0 0 192 512"
|
|
60
|
-
fill="currentColor"
|
|
61
|
-
aria-hidden="true"
|
|
62
|
-
role="img"
|
|
63
|
-
width="1em"
|
|
64
|
-
height="1em"
|
|
65
|
-
>
|
|
66
|
-
<path
|
|
67
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
68
|
-
/>
|
|
69
|
-
</svg>
|
|
45
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
70
46
|
</span>
|
|
71
47
|
<span class="pf-v6-c-menu-toggle__text">Name</span>
|
|
72
48
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
@@ -389,19 +365,7 @@ section: components
|
|
|
389
365
|
aria-label="Application launcher"
|
|
390
366
|
>
|
|
391
367
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
392
|
-
<
|
|
393
|
-
class="pf-v5-svg"
|
|
394
|
-
viewBox="0 0 192 512"
|
|
395
|
-
fill="currentColor"
|
|
396
|
-
aria-hidden="true"
|
|
397
|
-
role="img"
|
|
398
|
-
width="1em"
|
|
399
|
-
height="1em"
|
|
400
|
-
>
|
|
401
|
-
<path
|
|
402
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
403
|
-
/>
|
|
404
|
-
</svg>
|
|
368
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
405
369
|
</span>
|
|
406
370
|
</button>
|
|
407
371
|
</div>
|
|
@@ -413,19 +377,7 @@ section: components
|
|
|
413
377
|
aria-label="Settings"
|
|
414
378
|
>
|
|
415
379
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
416
|
-
<
|
|
417
|
-
class="pf-v5-svg"
|
|
418
|
-
viewBox="0 0 192 512"
|
|
419
|
-
fill="currentColor"
|
|
420
|
-
aria-hidden="true"
|
|
421
|
-
role="img"
|
|
422
|
-
width="1em"
|
|
423
|
-
height="1em"
|
|
424
|
-
>
|
|
425
|
-
<path
|
|
426
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
427
|
-
/>
|
|
428
|
-
</svg>
|
|
380
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
429
381
|
</span>
|
|
430
382
|
</button>
|
|
431
383
|
</div>
|
|
@@ -437,19 +389,7 @@ section: components
|
|
|
437
389
|
aria-label="Help"
|
|
438
390
|
>
|
|
439
391
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
440
|
-
<
|
|
441
|
-
class="pf-v5-svg"
|
|
442
|
-
viewBox="0 0 192 512"
|
|
443
|
-
fill="currentColor"
|
|
444
|
-
aria-hidden="true"
|
|
445
|
-
role="img"
|
|
446
|
-
width="1em"
|
|
447
|
-
height="1em"
|
|
448
|
-
>
|
|
449
|
-
<path
|
|
450
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
451
|
-
/>
|
|
452
|
-
</svg>
|
|
392
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
453
393
|
</span>
|
|
454
394
|
</button>
|
|
455
395
|
</div>
|
|
@@ -462,19 +402,7 @@ section: components
|
|
|
462
402
|
aria-label="Actions"
|
|
463
403
|
>
|
|
464
404
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
465
|
-
<
|
|
466
|
-
class="pf-v5-svg"
|
|
467
|
-
viewBox="0 0 192 512"
|
|
468
|
-
fill="currentColor"
|
|
469
|
-
aria-hidden="true"
|
|
470
|
-
role="img"
|
|
471
|
-
width="1em"
|
|
472
|
-
height="1em"
|
|
473
|
-
>
|
|
474
|
-
<path
|
|
475
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
476
|
-
/>
|
|
477
|
-
</svg>
|
|
405
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
478
406
|
</span>
|
|
479
407
|
</button>
|
|
480
408
|
</div>
|
|
@@ -580,19 +508,7 @@ section: components
|
|
|
580
508
|
aria-controls="toolbar-with-validation-example-expandable-content"
|
|
581
509
|
>
|
|
582
510
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
583
|
-
<
|
|
584
|
-
class="pf-v5-svg"
|
|
585
|
-
viewBox="0 0 192 512"
|
|
586
|
-
fill="currentColor"
|
|
587
|
-
aria-hidden="true"
|
|
588
|
-
role="img"
|
|
589
|
-
width="1em"
|
|
590
|
-
height="1em"
|
|
591
|
-
>
|
|
592
|
-
<path
|
|
593
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
594
|
-
/>
|
|
595
|
-
</svg>
|
|
511
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
596
512
|
</span>
|
|
597
513
|
</button>
|
|
598
514
|
</div>
|
|
@@ -611,19 +527,7 @@ section: components
|
|
|
611
527
|
id="toolbar-with-validation-example-month"
|
|
612
528
|
>
|
|
613
529
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
614
|
-
<
|
|
615
|
-
class="pf-v5-svg"
|
|
616
|
-
viewBox="0 0 192 512"
|
|
617
|
-
fill="currentColor"
|
|
618
|
-
aria-hidden="true"
|
|
619
|
-
role="img"
|
|
620
|
-
width="1em"
|
|
621
|
-
height="1em"
|
|
622
|
-
>
|
|
623
|
-
<path
|
|
624
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
625
|
-
/>
|
|
626
|
-
</svg>
|
|
530
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
627
531
|
</span>
|
|
628
532
|
<span class="pf-v6-c-menu-toggle__text">Last month</span>
|
|
629
533
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
@@ -736,19 +640,7 @@ section: components
|
|
|
736
640
|
id="toolbar-with-validation-example-search-filter-menu"
|
|
737
641
|
>
|
|
738
642
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
739
|
-
<
|
|
740
|
-
class="pf-v5-svg"
|
|
741
|
-
viewBox="0 0 192 512"
|
|
742
|
-
fill="currentColor"
|
|
743
|
-
aria-hidden="true"
|
|
744
|
-
role="img"
|
|
745
|
-
width="1em"
|
|
746
|
-
height="1em"
|
|
747
|
-
>
|
|
748
|
-
<path
|
|
749
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
750
|
-
/>
|
|
751
|
-
</svg>
|
|
643
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
752
644
|
</span>
|
|
753
645
|
<span class="pf-v6-c-menu-toggle__text">Description</span>
|
|
754
646
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
@@ -798,32 +690,39 @@ section: components
|
|
|
798
690
|
<thead class="pf-v6-c-table__thead">
|
|
799
691
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
800
692
|
<td class="pf-v6-c-table__td"></td>
|
|
693
|
+
|
|
801
694
|
<th
|
|
802
695
|
class="pf-v6-c-table__th"
|
|
803
696
|
role="columnheader"
|
|
804
697
|
scope="col"
|
|
805
698
|
>Repositories</th>
|
|
699
|
+
|
|
806
700
|
<th
|
|
807
701
|
class="pf-v6-c-table__th"
|
|
808
702
|
role="columnheader"
|
|
809
703
|
scope="col"
|
|
810
704
|
>Branches</th>
|
|
705
|
+
|
|
811
706
|
<th
|
|
812
707
|
class="pf-v6-c-table__th"
|
|
813
708
|
role="columnheader"
|
|
814
709
|
scope="col"
|
|
815
710
|
>Pull requests</th>
|
|
711
|
+
|
|
816
712
|
<th
|
|
817
713
|
class="pf-v6-c-table__th"
|
|
818
714
|
role="columnheader"
|
|
819
715
|
scope="col"
|
|
820
716
|
>Workspaces</th>
|
|
717
|
+
|
|
821
718
|
<th
|
|
822
719
|
class="pf-v6-c-table__th"
|
|
823
720
|
role="columnheader"
|
|
824
721
|
scope="col"
|
|
825
722
|
>Last commit</th>
|
|
723
|
+
|
|
826
724
|
<td class="pf-v6-c-table__td"></td>
|
|
725
|
+
|
|
827
726
|
<td class="pf-v6-c-table__td"></td>
|
|
828
727
|
</tr>
|
|
829
728
|
</thead>
|
|
@@ -831,15 +730,21 @@ section: components
|
|
|
831
730
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
832
731
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
833
732
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
834
|
-
<
|
|
733
|
+
<label
|
|
734
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
735
|
+
id="-table-tablecheckrow2check"
|
|
736
|
+
for="-table-tablecheckrow2check-input"
|
|
737
|
+
>
|
|
835
738
|
<input
|
|
836
739
|
class="pf-v6-c-check__input"
|
|
837
740
|
type="checkbox"
|
|
838
|
-
|
|
839
|
-
|
|
741
|
+
id="-table-tablecheckrow2check-input"
|
|
742
|
+
name="-table-tablecheckrow2check-input"
|
|
743
|
+
aria-label="Standalone check"
|
|
840
744
|
/>
|
|
841
|
-
</
|
|
745
|
+
</label>
|
|
842
746
|
</td>
|
|
747
|
+
|
|
843
748
|
<th
|
|
844
749
|
class="pf-v6-c-table__th"
|
|
845
750
|
role="columnheader"
|
|
@@ -850,6 +755,7 @@ section: components
|
|
|
850
755
|
<a href="#">siemur/test-space</a>
|
|
851
756
|
</div>
|
|
852
757
|
</th>
|
|
758
|
+
|
|
853
759
|
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">
|
|
854
760
|
<span>
|
|
855
761
|
<i class="fas fa-code-branch"></i> 10
|
|
@@ -877,78 +783,38 @@ section: components
|
|
|
877
783
|
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
878
784
|
<a href="#">Action link</a>
|
|
879
785
|
</td>
|
|
786
|
+
|
|
880
787
|
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
881
|
-
<
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
>
|
|
788
|
+
<button
|
|
789
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
790
|
+
type="button"
|
|
791
|
+
aria-expanded="false"
|
|
792
|
+
aria-label="Table actions"
|
|
793
|
+
>
|
|
794
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
889
795
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
890
|
-
</
|
|
891
|
-
|
|
892
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
893
|
-
aria-labelledby="-table-table-dropdown-kebab-1-button"
|
|
894
|
-
hidden
|
|
895
|
-
role="menu"
|
|
896
|
-
>
|
|
897
|
-
<li role="none">
|
|
898
|
-
<a
|
|
899
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
900
|
-
role="menuitem"
|
|
901
|
-
href="#"
|
|
902
|
-
>Link</a>
|
|
903
|
-
</li>
|
|
904
|
-
<li role="none">
|
|
905
|
-
<button
|
|
906
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
907
|
-
role="menuitem"
|
|
908
|
-
type="button"
|
|
909
|
-
>Action</button>
|
|
910
|
-
</li>
|
|
911
|
-
<li role="none">
|
|
912
|
-
<a
|
|
913
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
914
|
-
role="menuitem"
|
|
915
|
-
href="#"
|
|
916
|
-
aria-disabled="true"
|
|
917
|
-
tabindex="-1"
|
|
918
|
-
>Disabled link</a>
|
|
919
|
-
</li>
|
|
920
|
-
<li role="none">
|
|
921
|
-
<button
|
|
922
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
923
|
-
role="menuitem"
|
|
924
|
-
type="button"
|
|
925
|
-
disabled
|
|
926
|
-
>Disabled action</button>
|
|
927
|
-
</li>
|
|
928
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
929
|
-
<li role="none">
|
|
930
|
-
<a
|
|
931
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
932
|
-
role="menuitem"
|
|
933
|
-
href="#"
|
|
934
|
-
>Separated link</a>
|
|
935
|
-
</li>
|
|
936
|
-
</ul>
|
|
937
|
-
</div>
|
|
796
|
+
</span>
|
|
797
|
+
</button>
|
|
938
798
|
</td>
|
|
939
799
|
</tr>
|
|
940
800
|
|
|
941
801
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
942
802
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
943
|
-
<
|
|
803
|
+
<label
|
|
804
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
805
|
+
id="-table-tablecheckrow3check"
|
|
806
|
+
for="-table-tablecheckrow3check-input"
|
|
807
|
+
>
|
|
944
808
|
<input
|
|
945
809
|
class="pf-v6-c-check__input"
|
|
946
810
|
type="checkbox"
|
|
947
|
-
|
|
948
|
-
|
|
811
|
+
id="-table-tablecheckrow3check-input"
|
|
812
|
+
name="-table-tablecheckrow3check-input"
|
|
813
|
+
aria-label="Standalone check"
|
|
949
814
|
/>
|
|
950
|
-
</
|
|
815
|
+
</label>
|
|
951
816
|
</td>
|
|
817
|
+
|
|
952
818
|
<th
|
|
953
819
|
class="pf-v6-c-table__th"
|
|
954
820
|
role="columnheader"
|
|
@@ -959,6 +825,7 @@ section: components
|
|
|
959
825
|
<a href="#">siemur/test-space</a>
|
|
960
826
|
</div>
|
|
961
827
|
</th>
|
|
828
|
+
|
|
962
829
|
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">
|
|
963
830
|
<span>
|
|
964
831
|
<i class="fas fa-code-branch"></i> 8
|
|
@@ -986,78 +853,38 @@ section: components
|
|
|
986
853
|
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
987
854
|
<a href="#">Action link</a>
|
|
988
855
|
</td>
|
|
856
|
+
|
|
989
857
|
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
990
|
-
<
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
>
|
|
858
|
+
<button
|
|
859
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
860
|
+
type="button"
|
|
861
|
+
aria-expanded="false"
|
|
862
|
+
aria-label="Table actions"
|
|
863
|
+
>
|
|
864
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
998
865
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
999
|
-
</
|
|
1000
|
-
|
|
1001
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1002
|
-
aria-labelledby="-table-table-dropdown-kebab-2-button"
|
|
1003
|
-
hidden
|
|
1004
|
-
role="menu"
|
|
1005
|
-
>
|
|
1006
|
-
<li role="none">
|
|
1007
|
-
<a
|
|
1008
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1009
|
-
role="menuitem"
|
|
1010
|
-
href="#"
|
|
1011
|
-
>Link</a>
|
|
1012
|
-
</li>
|
|
1013
|
-
<li role="none">
|
|
1014
|
-
<button
|
|
1015
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1016
|
-
role="menuitem"
|
|
1017
|
-
type="button"
|
|
1018
|
-
>Action</button>
|
|
1019
|
-
</li>
|
|
1020
|
-
<li role="none">
|
|
1021
|
-
<a
|
|
1022
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1023
|
-
role="menuitem"
|
|
1024
|
-
href="#"
|
|
1025
|
-
aria-disabled="true"
|
|
1026
|
-
tabindex="-1"
|
|
1027
|
-
>Disabled link</a>
|
|
1028
|
-
</li>
|
|
1029
|
-
<li role="none">
|
|
1030
|
-
<button
|
|
1031
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1032
|
-
role="menuitem"
|
|
1033
|
-
type="button"
|
|
1034
|
-
disabled
|
|
1035
|
-
>Disabled action</button>
|
|
1036
|
-
</li>
|
|
1037
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1038
|
-
<li role="none">
|
|
1039
|
-
<a
|
|
1040
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1041
|
-
role="menuitem"
|
|
1042
|
-
href="#"
|
|
1043
|
-
>Separated link</a>
|
|
1044
|
-
</li>
|
|
1045
|
-
</ul>
|
|
1046
|
-
</div>
|
|
866
|
+
</span>
|
|
867
|
+
</button>
|
|
1047
868
|
</td>
|
|
1048
869
|
</tr>
|
|
1049
870
|
|
|
1050
871
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
1051
872
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
1052
|
-
<
|
|
873
|
+
<label
|
|
874
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
875
|
+
id="-table-tablecheckrow4check"
|
|
876
|
+
for="-table-tablecheckrow4check-input"
|
|
877
|
+
>
|
|
1053
878
|
<input
|
|
1054
879
|
class="pf-v6-c-check__input"
|
|
1055
880
|
type="checkbox"
|
|
1056
|
-
|
|
1057
|
-
|
|
881
|
+
id="-table-tablecheckrow4check-input"
|
|
882
|
+
name="-table-tablecheckrow4check-input"
|
|
883
|
+
aria-label="Standalone check"
|
|
1058
884
|
/>
|
|
1059
|
-
</
|
|
885
|
+
</label>
|
|
1060
886
|
</td>
|
|
887
|
+
|
|
1061
888
|
<th
|
|
1062
889
|
class="pf-v6-c-table__th"
|
|
1063
890
|
role="columnheader"
|
|
@@ -1068,6 +895,7 @@ section: components
|
|
|
1068
895
|
<a href="#">siemur/test-space</a>
|
|
1069
896
|
</div>
|
|
1070
897
|
</th>
|
|
898
|
+
|
|
1071
899
|
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">
|
|
1072
900
|
<span>
|
|
1073
901
|
<i class="fas fa-code-branch"></i> 12
|
|
@@ -1095,78 +923,38 @@ section: components
|
|
|
1095
923
|
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
1096
924
|
<a href="#">Action link</a>
|
|
1097
925
|
</td>
|
|
926
|
+
|
|
1098
927
|
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
1099
|
-
<
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
>
|
|
928
|
+
<button
|
|
929
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
930
|
+
type="button"
|
|
931
|
+
aria-expanded="false"
|
|
932
|
+
aria-label="Table actions"
|
|
933
|
+
>
|
|
934
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1107
935
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1108
|
-
</
|
|
1109
|
-
|
|
1110
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1111
|
-
aria-labelledby="-table-table-dropdown-kebab-3-button"
|
|
1112
|
-
hidden
|
|
1113
|
-
role="menu"
|
|
1114
|
-
>
|
|
1115
|
-
<li role="none">
|
|
1116
|
-
<a
|
|
1117
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1118
|
-
role="menuitem"
|
|
1119
|
-
href="#"
|
|
1120
|
-
>Link</a>
|
|
1121
|
-
</li>
|
|
1122
|
-
<li role="none">
|
|
1123
|
-
<button
|
|
1124
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1125
|
-
role="menuitem"
|
|
1126
|
-
type="button"
|
|
1127
|
-
>Action</button>
|
|
1128
|
-
</li>
|
|
1129
|
-
<li role="none">
|
|
1130
|
-
<a
|
|
1131
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1132
|
-
role="menuitem"
|
|
1133
|
-
href="#"
|
|
1134
|
-
aria-disabled="true"
|
|
1135
|
-
tabindex="-1"
|
|
1136
|
-
>Disabled link</a>
|
|
1137
|
-
</li>
|
|
1138
|
-
<li role="none">
|
|
1139
|
-
<button
|
|
1140
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1141
|
-
role="menuitem"
|
|
1142
|
-
type="button"
|
|
1143
|
-
disabled
|
|
1144
|
-
>Disabled action</button>
|
|
1145
|
-
</li>
|
|
1146
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1147
|
-
<li role="none">
|
|
1148
|
-
<a
|
|
1149
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1150
|
-
role="menuitem"
|
|
1151
|
-
href="#"
|
|
1152
|
-
>Separated link</a>
|
|
1153
|
-
</li>
|
|
1154
|
-
</ul>
|
|
1155
|
-
</div>
|
|
936
|
+
</span>
|
|
937
|
+
</button>
|
|
1156
938
|
</td>
|
|
1157
939
|
</tr>
|
|
1158
940
|
|
|
1159
941
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
1160
942
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
1161
|
-
<
|
|
943
|
+
<label
|
|
944
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
945
|
+
id="-table-tablecheckrow5check"
|
|
946
|
+
for="-table-tablecheckrow5check-input"
|
|
947
|
+
>
|
|
1162
948
|
<input
|
|
1163
949
|
class="pf-v6-c-check__input"
|
|
1164
950
|
type="checkbox"
|
|
1165
|
-
|
|
1166
|
-
|
|
951
|
+
id="-table-tablecheckrow5check-input"
|
|
952
|
+
name="-table-tablecheckrow5check-input"
|
|
953
|
+
aria-label="Standalone check"
|
|
1167
954
|
/>
|
|
1168
|
-
</
|
|
955
|
+
</label>
|
|
1169
956
|
</td>
|
|
957
|
+
|
|
1170
958
|
<th
|
|
1171
959
|
class="pf-v6-c-table__th"
|
|
1172
960
|
role="columnheader"
|
|
@@ -1177,6 +965,7 @@ section: components
|
|
|
1177
965
|
<a href="#">siemur/test-space</a>
|
|
1178
966
|
</div>
|
|
1179
967
|
</th>
|
|
968
|
+
|
|
1180
969
|
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">
|
|
1181
970
|
<span>
|
|
1182
971
|
<i class="fas fa-code-branch"></i> 3
|
|
@@ -1204,77 +993,36 @@ section: components
|
|
|
1204
993
|
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
1205
994
|
<a href="#">Action link</a>
|
|
1206
995
|
</td>
|
|
996
|
+
|
|
1207
997
|
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
1208
|
-
<
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
>
|
|
998
|
+
<button
|
|
999
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1000
|
+
type="button"
|
|
1001
|
+
aria-expanded="false"
|
|
1002
|
+
aria-label="Table actions"
|
|
1003
|
+
>
|
|
1004
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1216
1005
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1217
|
-
</
|
|
1218
|
-
|
|
1219
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1220
|
-
aria-labelledby="-table-table-dropdown-kebab-4-button"
|
|
1221
|
-
hidden
|
|
1222
|
-
role="menu"
|
|
1223
|
-
>
|
|
1224
|
-
<li role="none">
|
|
1225
|
-
<a
|
|
1226
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1227
|
-
role="menuitem"
|
|
1228
|
-
href="#"
|
|
1229
|
-
>Link</a>
|
|
1230
|
-
</li>
|
|
1231
|
-
<li role="none">
|
|
1232
|
-
<button
|
|
1233
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1234
|
-
role="menuitem"
|
|
1235
|
-
type="button"
|
|
1236
|
-
>Action</button>
|
|
1237
|
-
</li>
|
|
1238
|
-
<li role="none">
|
|
1239
|
-
<a
|
|
1240
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1241
|
-
role="menuitem"
|
|
1242
|
-
href="#"
|
|
1243
|
-
aria-disabled="true"
|
|
1244
|
-
tabindex="-1"
|
|
1245
|
-
>Disabled link</a>
|
|
1246
|
-
</li>
|
|
1247
|
-
<li role="none">
|
|
1248
|
-
<button
|
|
1249
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1250
|
-
role="menuitem"
|
|
1251
|
-
type="button"
|
|
1252
|
-
disabled
|
|
1253
|
-
>Disabled action</button>
|
|
1254
|
-
</li>
|
|
1255
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1256
|
-
<li role="none">
|
|
1257
|
-
<a
|
|
1258
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1259
|
-
role="menuitem"
|
|
1260
|
-
href="#"
|
|
1261
|
-
>Separated link</a>
|
|
1262
|
-
</li>
|
|
1263
|
-
</ul>
|
|
1264
|
-
</div>
|
|
1006
|
+
</span>
|
|
1007
|
+
</button>
|
|
1265
1008
|
</td>
|
|
1266
1009
|
</tr>
|
|
1267
1010
|
|
|
1268
1011
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
1269
1012
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
1270
|
-
<
|
|
1013
|
+
<label
|
|
1014
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
1015
|
+
id="-table-tablecheckrow6check"
|
|
1016
|
+
for="-table-tablecheckrow6check-input"
|
|
1017
|
+
>
|
|
1271
1018
|
<input
|
|
1272
1019
|
class="pf-v6-c-check__input"
|
|
1273
1020
|
type="checkbox"
|
|
1274
|
-
|
|
1275
|
-
|
|
1021
|
+
id="-table-tablecheckrow6check-input"
|
|
1022
|
+
name="-table-tablecheckrow6check-input"
|
|
1023
|
+
aria-label="Standalone check"
|
|
1276
1024
|
/>
|
|
1277
|
-
</
|
|
1025
|
+
</label>
|
|
1278
1026
|
</td>
|
|
1279
1027
|
<td
|
|
1280
1028
|
class="pf-v6-c-table__td"
|
|
@@ -1313,64 +1061,18 @@ section: components
|
|
|
1313
1061
|
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
1314
1062
|
<a href="#">Action link</a>
|
|
1315
1063
|
</td>
|
|
1064
|
+
|
|
1316
1065
|
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
1317
|
-
<
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
>
|
|
1066
|
+
<button
|
|
1067
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1068
|
+
type="button"
|
|
1069
|
+
aria-expanded="false"
|
|
1070
|
+
aria-label="Table actions"
|
|
1071
|
+
>
|
|
1072
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1325
1073
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1326
|
-
</
|
|
1327
|
-
|
|
1328
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1329
|
-
aria-labelledby="-table-table-dropdown-kebab-5-button"
|
|
1330
|
-
hidden
|
|
1331
|
-
role="menu"
|
|
1332
|
-
>
|
|
1333
|
-
<li role="none">
|
|
1334
|
-
<a
|
|
1335
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1336
|
-
role="menuitem"
|
|
1337
|
-
href="#"
|
|
1338
|
-
>Link</a>
|
|
1339
|
-
</li>
|
|
1340
|
-
<li role="none">
|
|
1341
|
-
<button
|
|
1342
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1343
|
-
role="menuitem"
|
|
1344
|
-
type="button"
|
|
1345
|
-
>Action</button>
|
|
1346
|
-
</li>
|
|
1347
|
-
<li role="none">
|
|
1348
|
-
<a
|
|
1349
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1350
|
-
role="menuitem"
|
|
1351
|
-
href="#"
|
|
1352
|
-
aria-disabled="true"
|
|
1353
|
-
tabindex="-1"
|
|
1354
|
-
>Disabled link</a>
|
|
1355
|
-
</li>
|
|
1356
|
-
<li role="none">
|
|
1357
|
-
<button
|
|
1358
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1359
|
-
role="menuitem"
|
|
1360
|
-
type="button"
|
|
1361
|
-
disabled
|
|
1362
|
-
>Disabled action</button>
|
|
1363
|
-
</li>
|
|
1364
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1365
|
-
<li role="none">
|
|
1366
|
-
<a
|
|
1367
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1368
|
-
role="menuitem"
|
|
1369
|
-
href="#"
|
|
1370
|
-
>Separated link</a>
|
|
1371
|
-
</li>
|
|
1372
|
-
</ul>
|
|
1373
|
-
</div>
|
|
1074
|
+
</span>
|
|
1075
|
+
</button>
|
|
1374
1076
|
</td>
|
|
1375
1077
|
</tr>
|
|
1376
1078
|
</tbody>
|
|
@@ -1401,19 +1103,7 @@ section: components
|
|
|
1401
1103
|
aria-controls="toolbar-attribute-value-search-filter-mobile-example-expandable-content"
|
|
1402
1104
|
>
|
|
1403
1105
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1404
|
-
<
|
|
1405
|
-
class="pf-v5-svg"
|
|
1406
|
-
viewBox="0 0 192 512"
|
|
1407
|
-
fill="currentColor"
|
|
1408
|
-
aria-hidden="true"
|
|
1409
|
-
role="img"
|
|
1410
|
-
width="1em"
|
|
1411
|
-
height="1em"
|
|
1412
|
-
>
|
|
1413
|
-
<path
|
|
1414
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1415
|
-
/>
|
|
1416
|
-
</svg>
|
|
1106
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
1417
1107
|
</span>
|
|
1418
1108
|
</button>
|
|
1419
1109
|
</div>
|
|
@@ -1565,19 +1255,7 @@ section: components
|
|
|
1565
1255
|
id="toolbar-attribute-value-search-filter-mobile-example-search-filter-menu"
|
|
1566
1256
|
>
|
|
1567
1257
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1568
|
-
<
|
|
1569
|
-
class="pf-v5-svg"
|
|
1570
|
-
viewBox="0 0 192 512"
|
|
1571
|
-
fill="currentColor"
|
|
1572
|
-
aria-hidden="true"
|
|
1573
|
-
role="img"
|
|
1574
|
-
width="1em"
|
|
1575
|
-
height="1em"
|
|
1576
|
-
>
|
|
1577
|
-
<path
|
|
1578
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1579
|
-
/>
|
|
1580
|
-
</svg>
|
|
1258
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
1581
1259
|
</span>
|
|
1582
1260
|
<span class="pf-v6-c-menu-toggle__text">Name</span>
|
|
1583
1261
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
@@ -1632,19 +1310,7 @@ section: components
|
|
|
1632
1310
|
aria-controls="toolbar-attribute-value-single-menu-toggle-filter-desktop-example-expandable-content"
|
|
1633
1311
|
>
|
|
1634
1312
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1635
|
-
<
|
|
1636
|
-
class="pf-v5-svg"
|
|
1637
|
-
viewBox="0 0 192 512"
|
|
1638
|
-
fill="currentColor"
|
|
1639
|
-
aria-hidden="true"
|
|
1640
|
-
role="img"
|
|
1641
|
-
width="1em"
|
|
1642
|
-
height="1em"
|
|
1643
|
-
>
|
|
1644
|
-
<path
|
|
1645
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1646
|
-
/>
|
|
1647
|
-
</svg>
|
|
1313
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
1648
1314
|
</span>
|
|
1649
1315
|
</button>
|
|
1650
1316
|
</div>
|
|
@@ -1657,19 +1323,7 @@ section: components
|
|
|
1657
1323
|
id="toolbar-attribute-value-single-menu-toggle-filter-desktop-example-menu-toggle-status"
|
|
1658
1324
|
>
|
|
1659
1325
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1660
|
-
<
|
|
1661
|
-
class="pf-v5-svg"
|
|
1662
|
-
viewBox="0 0 192 512"
|
|
1663
|
-
fill="currentColor"
|
|
1664
|
-
aria-hidden="true"
|
|
1665
|
-
role="img"
|
|
1666
|
-
width="1em"
|
|
1667
|
-
height="1em"
|
|
1668
|
-
>
|
|
1669
|
-
<path
|
|
1670
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1671
|
-
/>
|
|
1672
|
-
</svg>
|
|
1326
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
1673
1327
|
</span>
|
|
1674
1328
|
<span class="pf-v6-c-menu-toggle__text">Status</span>
|
|
1675
1329
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
@@ -1921,19 +1575,7 @@ section: components
|
|
|
1921
1575
|
aria-controls="toolbar-attribute-value-single-menu-toggle-filter-mobile-example-expandable-content"
|
|
1922
1576
|
>
|
|
1923
1577
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1924
|
-
<
|
|
1925
|
-
class="pf-v5-svg"
|
|
1926
|
-
viewBox="0 0 192 512"
|
|
1927
|
-
fill="currentColor"
|
|
1928
|
-
aria-hidden="true"
|
|
1929
|
-
role="img"
|
|
1930
|
-
width="1em"
|
|
1931
|
-
height="1em"
|
|
1932
|
-
>
|
|
1933
|
-
<path
|
|
1934
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1935
|
-
/>
|
|
1936
|
-
</svg>
|
|
1578
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
1937
1579
|
</span>
|
|
1938
1580
|
</button>
|
|
1939
1581
|
</div>
|
|
@@ -2080,19 +1722,7 @@ section: components
|
|
|
2080
1722
|
id="toolbar-attribute-value-single-menu-toggle-filter-mobile-example-menu-toggle-status"
|
|
2081
1723
|
>
|
|
2082
1724
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2083
|
-
<
|
|
2084
|
-
class="pf-v5-svg"
|
|
2085
|
-
viewBox="0 0 192 512"
|
|
2086
|
-
fill="currentColor"
|
|
2087
|
-
aria-hidden="true"
|
|
2088
|
-
role="img"
|
|
2089
|
-
width="1em"
|
|
2090
|
-
height="1em"
|
|
2091
|
-
>
|
|
2092
|
-
<path
|
|
2093
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
2094
|
-
/>
|
|
2095
|
-
</svg>
|
|
1725
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
2096
1726
|
</span>
|
|
2097
1727
|
<span class="pf-v6-c-menu-toggle__text">Status</span>
|
|
2098
1728
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
@@ -2203,19 +1833,7 @@ section: components
|
|
|
2203
1833
|
aria-controls="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-expandable-content"
|
|
2204
1834
|
>
|
|
2205
1835
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2206
|
-
<
|
|
2207
|
-
class="pf-v5-svg"
|
|
2208
|
-
viewBox="0 0 192 512"
|
|
2209
|
-
fill="currentColor"
|
|
2210
|
-
aria-hidden="true"
|
|
2211
|
-
role="img"
|
|
2212
|
-
width="1em"
|
|
2213
|
-
height="1em"
|
|
2214
|
-
>
|
|
2215
|
-
<path
|
|
2216
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
2217
|
-
/>
|
|
2218
|
-
</svg>
|
|
1836
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
2219
1837
|
</span>
|
|
2220
1838
|
</button>
|
|
2221
1839
|
</div>
|
|
@@ -2228,19 +1846,7 @@ section: components
|
|
|
2228
1846
|
id="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-menu-toggle-status"
|
|
2229
1847
|
>
|
|
2230
1848
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2231
|
-
<
|
|
2232
|
-
class="pf-v5-svg"
|
|
2233
|
-
viewBox="0 0 192 512"
|
|
2234
|
-
fill="currentColor"
|
|
2235
|
-
aria-hidden="true"
|
|
2236
|
-
role="img"
|
|
2237
|
-
width="1em"
|
|
2238
|
-
height="1em"
|
|
2239
|
-
>
|
|
2240
|
-
<path
|
|
2241
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
2242
|
-
/>
|
|
2243
|
-
</svg>
|
|
1849
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
2244
1850
|
</span>
|
|
2245
1851
|
<span class="pf-v6-c-menu-toggle__text">Status</span>
|
|
2246
1852
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
@@ -2647,19 +2253,7 @@ section: components
|
|
|
2647
2253
|
aria-controls="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-expandable-content"
|
|
2648
2254
|
>
|
|
2649
2255
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2650
|
-
<
|
|
2651
|
-
class="pf-v5-svg"
|
|
2652
|
-
viewBox="0 0 192 512"
|
|
2653
|
-
fill="currentColor"
|
|
2654
|
-
aria-hidden="true"
|
|
2655
|
-
role="img"
|
|
2656
|
-
width="1em"
|
|
2657
|
-
height="1em"
|
|
2658
|
-
>
|
|
2659
|
-
<path
|
|
2660
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
2661
|
-
/>
|
|
2662
|
-
</svg>
|
|
2256
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
2663
2257
|
</span>
|
|
2664
2258
|
</button>
|
|
2665
2259
|
</div>
|
|
@@ -2806,19 +2400,7 @@ section: components
|
|
|
2806
2400
|
id="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-menu-toggle-status"
|
|
2807
2401
|
>
|
|
2808
2402
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2809
|
-
<
|
|
2810
|
-
class="pf-v5-svg"
|
|
2811
|
-
viewBox="0 0 192 512"
|
|
2812
|
-
fill="currentColor"
|
|
2813
|
-
aria-hidden="true"
|
|
2814
|
-
role="img"
|
|
2815
|
-
width="1em"
|
|
2816
|
-
height="1em"
|
|
2817
|
-
>
|
|
2818
|
-
<path
|
|
2819
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
2820
|
-
/>
|
|
2821
|
-
</svg>
|
|
2403
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
2822
2404
|
</span>
|
|
2823
2405
|
<span class="pf-v6-c-menu-toggle__text">Status</span>
|
|
2824
2406
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
@@ -3213,19 +2795,7 @@ section: components
|
|
|
3213
2795
|
aria-label="Application launcher"
|
|
3214
2796
|
>
|
|
3215
2797
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3216
|
-
<
|
|
3217
|
-
class="pf-v5-svg"
|
|
3218
|
-
viewBox="0 0 192 512"
|
|
3219
|
-
fill="currentColor"
|
|
3220
|
-
aria-hidden="true"
|
|
3221
|
-
role="img"
|
|
3222
|
-
width="1em"
|
|
3223
|
-
height="1em"
|
|
3224
|
-
>
|
|
3225
|
-
<path
|
|
3226
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
3227
|
-
/>
|
|
3228
|
-
</svg>
|
|
2798
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
3229
2799
|
</span>
|
|
3230
2800
|
</button>
|
|
3231
2801
|
</div>
|
|
@@ -3237,19 +2807,7 @@ section: components
|
|
|
3237
2807
|
aria-label="Settings"
|
|
3238
2808
|
>
|
|
3239
2809
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3240
|
-
<
|
|
3241
|
-
class="pf-v5-svg"
|
|
3242
|
-
viewBox="0 0 192 512"
|
|
3243
|
-
fill="currentColor"
|
|
3244
|
-
aria-hidden="true"
|
|
3245
|
-
role="img"
|
|
3246
|
-
width="1em"
|
|
3247
|
-
height="1em"
|
|
3248
|
-
>
|
|
3249
|
-
<path
|
|
3250
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
3251
|
-
/>
|
|
3252
|
-
</svg>
|
|
2810
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
3253
2811
|
</span>
|
|
3254
2812
|
</button>
|
|
3255
2813
|
</div>
|
|
@@ -3261,19 +2819,7 @@ section: components
|
|
|
3261
2819
|
aria-label="Help"
|
|
3262
2820
|
>
|
|
3263
2821
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3264
|
-
<
|
|
3265
|
-
class="pf-v5-svg"
|
|
3266
|
-
viewBox="0 0 192 512"
|
|
3267
|
-
fill="currentColor"
|
|
3268
|
-
aria-hidden="true"
|
|
3269
|
-
role="img"
|
|
3270
|
-
width="1em"
|
|
3271
|
-
height="1em"
|
|
3272
|
-
>
|
|
3273
|
-
<path
|
|
3274
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
3275
|
-
/>
|
|
3276
|
-
</svg>
|
|
2822
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
3277
2823
|
</span>
|
|
3278
2824
|
</button>
|
|
3279
2825
|
</div>
|
|
@@ -3286,19 +2832,7 @@ section: components
|
|
|
3286
2832
|
aria-label="Actions"
|
|
3287
2833
|
>
|
|
3288
2834
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3289
|
-
<
|
|
3290
|
-
class="pf-v5-svg"
|
|
3291
|
-
viewBox="0 0 192 512"
|
|
3292
|
-
fill="currentColor"
|
|
3293
|
-
aria-hidden="true"
|
|
3294
|
-
role="img"
|
|
3295
|
-
width="1em"
|
|
3296
|
-
height="1em"
|
|
3297
|
-
>
|
|
3298
|
-
<path
|
|
3299
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
3300
|
-
/>
|
|
3301
|
-
</svg>
|
|
2835
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
3302
2836
|
</span>
|
|
3303
2837
|
</button>
|
|
3304
2838
|
</div>
|
|
@@ -3405,19 +2939,7 @@ section: components
|
|
|
3405
2939
|
aria-controls="toolbar-pagination-management-example-toolbar-expandable-content"
|
|
3406
2940
|
>
|
|
3407
2941
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3408
|
-
<
|
|
3409
|
-
class="pf-v5-svg"
|
|
3410
|
-
viewBox="0 0 192 512"
|
|
3411
|
-
fill="currentColor"
|
|
3412
|
-
aria-hidden="true"
|
|
3413
|
-
role="img"
|
|
3414
|
-
width="1em"
|
|
3415
|
-
height="1em"
|
|
3416
|
-
>
|
|
3417
|
-
<path
|
|
3418
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
3419
|
-
/>
|
|
3420
|
-
</svg>
|
|
2942
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
3421
2943
|
</span>
|
|
3422
2944
|
</button>
|
|
3423
2945
|
</div>
|
|
@@ -3435,19 +2957,7 @@ section: components
|
|
|
3435
2957
|
id="toolbar-pagination-management-example-toolbar-search-filter-menu"
|
|
3436
2958
|
>
|
|
3437
2959
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3438
|
-
<
|
|
3439
|
-
class="pf-v5-svg"
|
|
3440
|
-
viewBox="0 0 192 512"
|
|
3441
|
-
fill="currentColor"
|
|
3442
|
-
aria-hidden="true"
|
|
3443
|
-
role="img"
|
|
3444
|
-
width="1em"
|
|
3445
|
-
height="1em"
|
|
3446
|
-
>
|
|
3447
|
-
<path
|
|
3448
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
3449
|
-
/>
|
|
3450
|
-
</svg>
|
|
2960
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
3451
2961
|
</span>
|
|
3452
2962
|
<span class="pf-v6-c-menu-toggle__text">Name</span>
|
|
3453
2963
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
@@ -3624,32 +3134,39 @@ section: components
|
|
|
3624
3134
|
<thead class="pf-v6-c-table__thead">
|
|
3625
3135
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
3626
3136
|
<td class="pf-v6-c-table__td"></td>
|
|
3137
|
+
|
|
3627
3138
|
<th
|
|
3628
3139
|
class="pf-v6-c-table__th"
|
|
3629
3140
|
role="columnheader"
|
|
3630
3141
|
scope="col"
|
|
3631
3142
|
>Repositories</th>
|
|
3143
|
+
|
|
3632
3144
|
<th
|
|
3633
3145
|
class="pf-v6-c-table__th"
|
|
3634
3146
|
role="columnheader"
|
|
3635
3147
|
scope="col"
|
|
3636
3148
|
>Branches</th>
|
|
3149
|
+
|
|
3637
3150
|
<th
|
|
3638
3151
|
class="pf-v6-c-table__th"
|
|
3639
3152
|
role="columnheader"
|
|
3640
3153
|
scope="col"
|
|
3641
3154
|
>Pull requests</th>
|
|
3155
|
+
|
|
3642
3156
|
<th
|
|
3643
3157
|
class="pf-v6-c-table__th"
|
|
3644
3158
|
role="columnheader"
|
|
3645
3159
|
scope="col"
|
|
3646
3160
|
>Workspaces</th>
|
|
3161
|
+
|
|
3647
3162
|
<th
|
|
3648
3163
|
class="pf-v6-c-table__th"
|
|
3649
3164
|
role="columnheader"
|
|
3650
3165
|
scope="col"
|
|
3651
3166
|
>Last commit</th>
|
|
3167
|
+
|
|
3652
3168
|
<td class="pf-v6-c-table__td"></td>
|
|
3169
|
+
|
|
3653
3170
|
<td class="pf-v6-c-table__td"></td>
|
|
3654
3171
|
</tr>
|
|
3655
3172
|
</thead>
|
|
@@ -3657,15 +3174,21 @@ section: components
|
|
|
3657
3174
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
3658
3175
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
3659
3176
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
3660
|
-
<
|
|
3177
|
+
<label
|
|
3178
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
3179
|
+
id="toolbar-and-table-static-search-overflow-menu-collapsed-tablecheckrow2check"
|
|
3180
|
+
for="toolbar-and-table-static-search-overflow-menu-collapsed-tablecheckrow2check-input"
|
|
3181
|
+
>
|
|
3661
3182
|
<input
|
|
3662
3183
|
class="pf-v6-c-check__input"
|
|
3663
3184
|
type="checkbox"
|
|
3664
|
-
|
|
3665
|
-
|
|
3185
|
+
id="toolbar-and-table-static-search-overflow-menu-collapsed-tablecheckrow2check-input"
|
|
3186
|
+
name="toolbar-and-table-static-search-overflow-menu-collapsed-tablecheckrow2check-input"
|
|
3187
|
+
aria-label="Standalone check"
|
|
3666
3188
|
/>
|
|
3667
|
-
</
|
|
3189
|
+
</label>
|
|
3668
3190
|
</td>
|
|
3191
|
+
|
|
3669
3192
|
<th
|
|
3670
3193
|
class="pf-v6-c-table__th"
|
|
3671
3194
|
role="columnheader"
|
|
@@ -3678,6 +3201,7 @@ section: components
|
|
|
3678
3201
|
<a href="#">siemur/test-space</a>
|
|
3679
3202
|
</div>
|
|
3680
3203
|
</th>
|
|
3204
|
+
|
|
3681
3205
|
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">
|
|
3682
3206
|
<span>
|
|
3683
3207
|
<i class="fas fa-code-branch"></i> 10
|
|
@@ -3705,78 +3229,38 @@ section: components
|
|
|
3705
3229
|
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
3706
3230
|
<a href="#">Action link</a>
|
|
3707
3231
|
</td>
|
|
3232
|
+
|
|
3708
3233
|
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
3709
|
-
<
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
>
|
|
3234
|
+
<button
|
|
3235
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3236
|
+
type="button"
|
|
3237
|
+
aria-expanded="false"
|
|
3238
|
+
aria-label="Table actions"
|
|
3239
|
+
>
|
|
3240
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
3717
3241
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
3718
|
-
</
|
|
3719
|
-
|
|
3720
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
3721
|
-
aria-labelledby="toolbar-and-table-static-search-overflow-menu-collapsed-table-dropdown-kebab-1-button"
|
|
3722
|
-
hidden
|
|
3723
|
-
role="menu"
|
|
3724
|
-
>
|
|
3725
|
-
<li role="none">
|
|
3726
|
-
<a
|
|
3727
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
3728
|
-
role="menuitem"
|
|
3729
|
-
href="#"
|
|
3730
|
-
>Link</a>
|
|
3731
|
-
</li>
|
|
3732
|
-
<li role="none">
|
|
3733
|
-
<button
|
|
3734
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
3735
|
-
role="menuitem"
|
|
3736
|
-
type="button"
|
|
3737
|
-
>Action</button>
|
|
3738
|
-
</li>
|
|
3739
|
-
<li role="none">
|
|
3740
|
-
<a
|
|
3741
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
3742
|
-
role="menuitem"
|
|
3743
|
-
href="#"
|
|
3744
|
-
aria-disabled="true"
|
|
3745
|
-
tabindex="-1"
|
|
3746
|
-
>Disabled link</a>
|
|
3747
|
-
</li>
|
|
3748
|
-
<li role="none">
|
|
3749
|
-
<button
|
|
3750
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
3751
|
-
role="menuitem"
|
|
3752
|
-
type="button"
|
|
3753
|
-
disabled
|
|
3754
|
-
>Disabled action</button>
|
|
3755
|
-
</li>
|
|
3756
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
3757
|
-
<li role="none">
|
|
3758
|
-
<a
|
|
3759
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
3760
|
-
role="menuitem"
|
|
3761
|
-
href="#"
|
|
3762
|
-
>Separated link</a>
|
|
3763
|
-
</li>
|
|
3764
|
-
</ul>
|
|
3765
|
-
</div>
|
|
3242
|
+
</span>
|
|
3243
|
+
</button>
|
|
3766
3244
|
</td>
|
|
3767
3245
|
</tr>
|
|
3768
3246
|
|
|
3769
3247
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
3770
3248
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
3771
|
-
<
|
|
3249
|
+
<label
|
|
3250
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
3251
|
+
id="toolbar-and-table-static-search-overflow-menu-collapsed-tablecheckrow3check"
|
|
3252
|
+
for="toolbar-and-table-static-search-overflow-menu-collapsed-tablecheckrow3check-input"
|
|
3253
|
+
>
|
|
3772
3254
|
<input
|
|
3773
3255
|
class="pf-v6-c-check__input"
|
|
3774
3256
|
type="checkbox"
|
|
3775
|
-
|
|
3776
|
-
|
|
3257
|
+
id="toolbar-and-table-static-search-overflow-menu-collapsed-tablecheckrow3check-input"
|
|
3258
|
+
name="toolbar-and-table-static-search-overflow-menu-collapsed-tablecheckrow3check-input"
|
|
3259
|
+
aria-label="Standalone check"
|
|
3777
3260
|
/>
|
|
3778
|
-
</
|
|
3261
|
+
</label>
|
|
3779
3262
|
</td>
|
|
3263
|
+
|
|
3780
3264
|
<th
|
|
3781
3265
|
class="pf-v6-c-table__th"
|
|
3782
3266
|
role="columnheader"
|
|
@@ -3789,6 +3273,7 @@ section: components
|
|
|
3789
3273
|
<a href="#">siemur/test-space</a>
|
|
3790
3274
|
</div>
|
|
3791
3275
|
</th>
|
|
3276
|
+
|
|
3792
3277
|
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">
|
|
3793
3278
|
<span>
|
|
3794
3279
|
<i class="fas fa-code-branch"></i> 8
|
|
@@ -3816,78 +3301,38 @@ section: components
|
|
|
3816
3301
|
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
3817
3302
|
<a href="#">Action link</a>
|
|
3818
3303
|
</td>
|
|
3304
|
+
|
|
3819
3305
|
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
3820
|
-
<
|
|
3821
|
-
|
|
3822
|
-
|
|
3823
|
-
|
|
3824
|
-
|
|
3825
|
-
|
|
3826
|
-
|
|
3827
|
-
>
|
|
3306
|
+
<button
|
|
3307
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3308
|
+
type="button"
|
|
3309
|
+
aria-expanded="false"
|
|
3310
|
+
aria-label="Table actions"
|
|
3311
|
+
>
|
|
3312
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
3828
3313
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
3829
|
-
</
|
|
3830
|
-
|
|
3831
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
3832
|
-
aria-labelledby="toolbar-and-table-static-search-overflow-menu-collapsed-table-dropdown-kebab-2-button"
|
|
3833
|
-
hidden
|
|
3834
|
-
role="menu"
|
|
3835
|
-
>
|
|
3836
|
-
<li role="none">
|
|
3837
|
-
<a
|
|
3838
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
3839
|
-
role="menuitem"
|
|
3840
|
-
href="#"
|
|
3841
|
-
>Link</a>
|
|
3842
|
-
</li>
|
|
3843
|
-
<li role="none">
|
|
3844
|
-
<button
|
|
3845
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
3846
|
-
role="menuitem"
|
|
3847
|
-
type="button"
|
|
3848
|
-
>Action</button>
|
|
3849
|
-
</li>
|
|
3850
|
-
<li role="none">
|
|
3851
|
-
<a
|
|
3852
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
3853
|
-
role="menuitem"
|
|
3854
|
-
href="#"
|
|
3855
|
-
aria-disabled="true"
|
|
3856
|
-
tabindex="-1"
|
|
3857
|
-
>Disabled link</a>
|
|
3858
|
-
</li>
|
|
3859
|
-
<li role="none">
|
|
3860
|
-
<button
|
|
3861
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
3862
|
-
role="menuitem"
|
|
3863
|
-
type="button"
|
|
3864
|
-
disabled
|
|
3865
|
-
>Disabled action</button>
|
|
3866
|
-
</li>
|
|
3867
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
3868
|
-
<li role="none">
|
|
3869
|
-
<a
|
|
3870
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
3871
|
-
role="menuitem"
|
|
3872
|
-
href="#"
|
|
3873
|
-
>Separated link</a>
|
|
3874
|
-
</li>
|
|
3875
|
-
</ul>
|
|
3876
|
-
</div>
|
|
3314
|
+
</span>
|
|
3315
|
+
</button>
|
|
3877
3316
|
</td>
|
|
3878
3317
|
</tr>
|
|
3879
3318
|
|
|
3880
3319
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
3881
3320
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
3882
|
-
<
|
|
3321
|
+
<label
|
|
3322
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
3323
|
+
id="toolbar-and-table-static-search-overflow-menu-collapsed-tablecheckrow4check"
|
|
3324
|
+
for="toolbar-and-table-static-search-overflow-menu-collapsed-tablecheckrow4check-input"
|
|
3325
|
+
>
|
|
3883
3326
|
<input
|
|
3884
3327
|
class="pf-v6-c-check__input"
|
|
3885
3328
|
type="checkbox"
|
|
3886
|
-
|
|
3887
|
-
|
|
3329
|
+
id="toolbar-and-table-static-search-overflow-menu-collapsed-tablecheckrow4check-input"
|
|
3330
|
+
name="toolbar-and-table-static-search-overflow-menu-collapsed-tablecheckrow4check-input"
|
|
3331
|
+
aria-label="Standalone check"
|
|
3888
3332
|
/>
|
|
3889
|
-
</
|
|
3333
|
+
</label>
|
|
3890
3334
|
</td>
|
|
3335
|
+
|
|
3891
3336
|
<th
|
|
3892
3337
|
class="pf-v6-c-table__th"
|
|
3893
3338
|
role="columnheader"
|
|
@@ -3900,6 +3345,7 @@ section: components
|
|
|
3900
3345
|
<a href="#">siemur/test-space</a>
|
|
3901
3346
|
</div>
|
|
3902
3347
|
</th>
|
|
3348
|
+
|
|
3903
3349
|
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">
|
|
3904
3350
|
<span>
|
|
3905
3351
|
<i class="fas fa-code-branch"></i> 12
|
|
@@ -3927,78 +3373,38 @@ section: components
|
|
|
3927
3373
|
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
3928
3374
|
<a href="#">Action link</a>
|
|
3929
3375
|
</td>
|
|
3376
|
+
|
|
3930
3377
|
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
3931
|
-
<
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
|
|
3935
|
-
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
>
|
|
3378
|
+
<button
|
|
3379
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3380
|
+
type="button"
|
|
3381
|
+
aria-expanded="false"
|
|
3382
|
+
aria-label="Table actions"
|
|
3383
|
+
>
|
|
3384
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
3939
3385
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
3940
|
-
</
|
|
3941
|
-
|
|
3942
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
3943
|
-
aria-labelledby="toolbar-and-table-static-search-overflow-menu-collapsed-table-dropdown-kebab-3-button"
|
|
3944
|
-
hidden
|
|
3945
|
-
role="menu"
|
|
3946
|
-
>
|
|
3947
|
-
<li role="none">
|
|
3948
|
-
<a
|
|
3949
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
3950
|
-
role="menuitem"
|
|
3951
|
-
href="#"
|
|
3952
|
-
>Link</a>
|
|
3953
|
-
</li>
|
|
3954
|
-
<li role="none">
|
|
3955
|
-
<button
|
|
3956
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
3957
|
-
role="menuitem"
|
|
3958
|
-
type="button"
|
|
3959
|
-
>Action</button>
|
|
3960
|
-
</li>
|
|
3961
|
-
<li role="none">
|
|
3962
|
-
<a
|
|
3963
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
3964
|
-
role="menuitem"
|
|
3965
|
-
href="#"
|
|
3966
|
-
aria-disabled="true"
|
|
3967
|
-
tabindex="-1"
|
|
3968
|
-
>Disabled link</a>
|
|
3969
|
-
</li>
|
|
3970
|
-
<li role="none">
|
|
3971
|
-
<button
|
|
3972
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
3973
|
-
role="menuitem"
|
|
3974
|
-
type="button"
|
|
3975
|
-
disabled
|
|
3976
|
-
>Disabled action</button>
|
|
3977
|
-
</li>
|
|
3978
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
3979
|
-
<li role="none">
|
|
3980
|
-
<a
|
|
3981
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
3982
|
-
role="menuitem"
|
|
3983
|
-
href="#"
|
|
3984
|
-
>Separated link</a>
|
|
3985
|
-
</li>
|
|
3986
|
-
</ul>
|
|
3987
|
-
</div>
|
|
3386
|
+
</span>
|
|
3387
|
+
</button>
|
|
3988
3388
|
</td>
|
|
3989
3389
|
</tr>
|
|
3990
3390
|
|
|
3991
3391
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
3992
3392
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
3993
|
-
<
|
|
3393
|
+
<label
|
|
3394
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
3395
|
+
id="toolbar-and-table-static-search-overflow-menu-collapsed-tablecheckrow5check"
|
|
3396
|
+
for="toolbar-and-table-static-search-overflow-menu-collapsed-tablecheckrow5check-input"
|
|
3397
|
+
>
|
|
3994
3398
|
<input
|
|
3995
3399
|
class="pf-v6-c-check__input"
|
|
3996
3400
|
type="checkbox"
|
|
3997
|
-
|
|
3998
|
-
|
|
3401
|
+
id="toolbar-and-table-static-search-overflow-menu-collapsed-tablecheckrow5check-input"
|
|
3402
|
+
name="toolbar-and-table-static-search-overflow-menu-collapsed-tablecheckrow5check-input"
|
|
3403
|
+
aria-label="Standalone check"
|
|
3999
3404
|
/>
|
|
4000
|
-
</
|
|
3405
|
+
</label>
|
|
4001
3406
|
</td>
|
|
3407
|
+
|
|
4002
3408
|
<th
|
|
4003
3409
|
class="pf-v6-c-table__th"
|
|
4004
3410
|
role="columnheader"
|
|
@@ -4011,6 +3417,7 @@ section: components
|
|
|
4011
3417
|
<a href="#">siemur/test-space</a>
|
|
4012
3418
|
</div>
|
|
4013
3419
|
</th>
|
|
3420
|
+
|
|
4014
3421
|
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">
|
|
4015
3422
|
<span>
|
|
4016
3423
|
<i class="fas fa-code-branch"></i> 3
|
|
@@ -4038,77 +3445,36 @@ section: components
|
|
|
4038
3445
|
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
4039
3446
|
<a href="#">Action link</a>
|
|
4040
3447
|
</td>
|
|
3448
|
+
|
|
4041
3449
|
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
4042
|
-
<
|
|
4043
|
-
|
|
4044
|
-
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
|
|
4048
|
-
|
|
4049
|
-
>
|
|
3450
|
+
<button
|
|
3451
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3452
|
+
type="button"
|
|
3453
|
+
aria-expanded="false"
|
|
3454
|
+
aria-label="Table actions"
|
|
3455
|
+
>
|
|
3456
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
4050
3457
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
4051
|
-
</
|
|
4052
|
-
|
|
4053
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
4054
|
-
aria-labelledby="toolbar-and-table-static-search-overflow-menu-collapsed-table-dropdown-kebab-4-button"
|
|
4055
|
-
hidden
|
|
4056
|
-
role="menu"
|
|
4057
|
-
>
|
|
4058
|
-
<li role="none">
|
|
4059
|
-
<a
|
|
4060
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
4061
|
-
role="menuitem"
|
|
4062
|
-
href="#"
|
|
4063
|
-
>Link</a>
|
|
4064
|
-
</li>
|
|
4065
|
-
<li role="none">
|
|
4066
|
-
<button
|
|
4067
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
4068
|
-
role="menuitem"
|
|
4069
|
-
type="button"
|
|
4070
|
-
>Action</button>
|
|
4071
|
-
</li>
|
|
4072
|
-
<li role="none">
|
|
4073
|
-
<a
|
|
4074
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
4075
|
-
role="menuitem"
|
|
4076
|
-
href="#"
|
|
4077
|
-
aria-disabled="true"
|
|
4078
|
-
tabindex="-1"
|
|
4079
|
-
>Disabled link</a>
|
|
4080
|
-
</li>
|
|
4081
|
-
<li role="none">
|
|
4082
|
-
<button
|
|
4083
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
4084
|
-
role="menuitem"
|
|
4085
|
-
type="button"
|
|
4086
|
-
disabled
|
|
4087
|
-
>Disabled action</button>
|
|
4088
|
-
</li>
|
|
4089
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
4090
|
-
<li role="none">
|
|
4091
|
-
<a
|
|
4092
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
4093
|
-
role="menuitem"
|
|
4094
|
-
href="#"
|
|
4095
|
-
>Separated link</a>
|
|
4096
|
-
</li>
|
|
4097
|
-
</ul>
|
|
4098
|
-
</div>
|
|
3458
|
+
</span>
|
|
3459
|
+
</button>
|
|
4099
3460
|
</td>
|
|
4100
3461
|
</tr>
|
|
4101
3462
|
|
|
4102
3463
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
4103
3464
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
4104
|
-
<
|
|
3465
|
+
<label
|
|
3466
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
3467
|
+
id="toolbar-and-table-static-search-overflow-menu-collapsed-tablecheckrow6check"
|
|
3468
|
+
for="toolbar-and-table-static-search-overflow-menu-collapsed-tablecheckrow6check-input"
|
|
3469
|
+
>
|
|
4105
3470
|
<input
|
|
4106
3471
|
class="pf-v6-c-check__input"
|
|
4107
3472
|
type="checkbox"
|
|
4108
|
-
|
|
4109
|
-
|
|
3473
|
+
id="toolbar-and-table-static-search-overflow-menu-collapsed-tablecheckrow6check-input"
|
|
3474
|
+
name="toolbar-and-table-static-search-overflow-menu-collapsed-tablecheckrow6check-input"
|
|
3475
|
+
aria-label="Standalone check"
|
|
4110
3476
|
/>
|
|
4111
|
-
</
|
|
3477
|
+
</label>
|
|
4112
3478
|
</td>
|
|
4113
3479
|
<td
|
|
4114
3480
|
class="pf-v6-c-table__td"
|
|
@@ -4149,64 +3515,18 @@ section: components
|
|
|
4149
3515
|
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
4150
3516
|
<a href="#">Action link</a>
|
|
4151
3517
|
</td>
|
|
3518
|
+
|
|
4152
3519
|
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
4153
|
-
<
|
|
4154
|
-
|
|
4155
|
-
|
|
4156
|
-
|
|
4157
|
-
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
>
|
|
3520
|
+
<button
|
|
3521
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3522
|
+
type="button"
|
|
3523
|
+
aria-expanded="false"
|
|
3524
|
+
aria-label="Table actions"
|
|
3525
|
+
>
|
|
3526
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
4161
3527
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
4162
|
-
</
|
|
4163
|
-
|
|
4164
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
4165
|
-
aria-labelledby="toolbar-and-table-static-search-overflow-menu-collapsed-table-dropdown-kebab-5-button"
|
|
4166
|
-
hidden
|
|
4167
|
-
role="menu"
|
|
4168
|
-
>
|
|
4169
|
-
<li role="none">
|
|
4170
|
-
<a
|
|
4171
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
4172
|
-
role="menuitem"
|
|
4173
|
-
href="#"
|
|
4174
|
-
>Link</a>
|
|
4175
|
-
</li>
|
|
4176
|
-
<li role="none">
|
|
4177
|
-
<button
|
|
4178
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
4179
|
-
role="menuitem"
|
|
4180
|
-
type="button"
|
|
4181
|
-
>Action</button>
|
|
4182
|
-
</li>
|
|
4183
|
-
<li role="none">
|
|
4184
|
-
<a
|
|
4185
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
4186
|
-
role="menuitem"
|
|
4187
|
-
href="#"
|
|
4188
|
-
aria-disabled="true"
|
|
4189
|
-
tabindex="-1"
|
|
4190
|
-
>Disabled link</a>
|
|
4191
|
-
</li>
|
|
4192
|
-
<li role="none">
|
|
4193
|
-
<button
|
|
4194
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
4195
|
-
role="menuitem"
|
|
4196
|
-
type="button"
|
|
4197
|
-
disabled
|
|
4198
|
-
>Disabled action</button>
|
|
4199
|
-
</li>
|
|
4200
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
4201
|
-
<li role="none">
|
|
4202
|
-
<a
|
|
4203
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
4204
|
-
role="menuitem"
|
|
4205
|
-
href="#"
|
|
4206
|
-
>Separated link</a>
|
|
4207
|
-
</li>
|
|
4208
|
-
</ul>
|
|
4209
|
-
</div>
|
|
3528
|
+
</span>
|
|
3529
|
+
</button>
|
|
4210
3530
|
</td>
|
|
4211
3531
|
</tr>
|
|
4212
3532
|
</tbody>
|