@patternfly/patternfly 6.0.0-alpha.31 → 6.0.0-alpha.32
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/Pagination/pagination.css +61 -121
- package/components/Pagination/pagination.scss +48 -127
- package/docs/components/Pagination/examples/Pagination.md +663 -637
- package/docs/components/Toolbar/examples/Toolbar.md +102 -100
- package/docs/demos/CardView/examples/CardView.md +102 -98
- package/docs/demos/DataList/examples/DataList.md +408 -392
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +319 -299
- package/docs/demos/Table/examples/Table.md +1239 -1193
- package/docs/demos/Toolbar/examples/Toolbar.md +408 -392
- package/package.json +1 -1
- package/patternfly-no-globals.css +61 -125
- package/patternfly-theme-dark-unversioned.css +61 -125
- package/patternfly.css +61 -125
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/Pagination/themes/dark/pagination.scss +0 -7
|
@@ -424,55 +424,57 @@ wrapperTag: div
|
|
|
424
424
|
|
|
425
425
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
426
426
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
427
|
-
<div class="pf-v5-c-
|
|
428
|
-
<
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
<
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
<
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
<
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
<
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
<
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
<
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
427
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
428
|
+
<div class="pf-v5-c-options-menu">
|
|
429
|
+
<button
|
|
430
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
431
|
+
type="button"
|
|
432
|
+
id="basic-demo-toolbar-top-pagination-toggle"
|
|
433
|
+
aria-haspopup="listbox"
|
|
434
|
+
aria-expanded="false"
|
|
435
|
+
>
|
|
436
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
437
|
+
<b>1 - 10</b> of
|
|
438
|
+
<b>36</b>
|
|
439
|
+
</span>
|
|
440
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
441
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
442
|
+
</div>
|
|
443
|
+
</button>
|
|
444
|
+
<ul
|
|
445
|
+
class="pf-v5-c-options-menu__menu"
|
|
446
|
+
role="menu"
|
|
447
|
+
aria-labelledby="basic-demo-toolbar-top-pagination-toggle"
|
|
448
|
+
hidden
|
|
449
|
+
>
|
|
450
|
+
<li role="none">
|
|
451
|
+
<button
|
|
452
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
453
|
+
type="button"
|
|
454
|
+
role="menuitem"
|
|
455
|
+
>5 per page</button>
|
|
456
|
+
</li>
|
|
457
|
+
<li role="none">
|
|
458
|
+
<button
|
|
459
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
460
|
+
type="button"
|
|
461
|
+
role="menuitem"
|
|
462
|
+
>
|
|
463
|
+
10 per page
|
|
464
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
465
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
466
|
+
</div>
|
|
467
|
+
</button>
|
|
468
|
+
</li>
|
|
469
|
+
<li role="none">
|
|
470
|
+
<button
|
|
471
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
472
|
+
type="button"
|
|
473
|
+
role="menuitem"
|
|
474
|
+
>20 per page</button>
|
|
475
|
+
</li>
|
|
476
|
+
</ul>
|
|
477
|
+
</div>
|
|
476
478
|
</div>
|
|
477
479
|
<nav
|
|
478
480
|
class="pf-v5-c-pagination__nav"
|
|
@@ -1096,55 +1098,57 @@ wrapperTag: div
|
|
|
1096
1098
|
</tbody>
|
|
1097
1099
|
</table>
|
|
1098
1100
|
<div class="pf-v5-c-pagination pf-m-bottom">
|
|
1099
|
-
<div class="pf-v5-c-
|
|
1100
|
-
<
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
<
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
<
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
<
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
<
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
<
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
<
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1101
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
1102
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
1103
|
+
<button
|
|
1104
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
1105
|
+
type="button"
|
|
1106
|
+
id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
1107
|
+
aria-haspopup="listbox"
|
|
1108
|
+
aria-expanded="false"
|
|
1109
|
+
>
|
|
1110
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
1111
|
+
<b>1 - 10</b> of
|
|
1112
|
+
<b>36</b>
|
|
1113
|
+
</span>
|
|
1114
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
1115
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1116
|
+
</div>
|
|
1117
|
+
</button>
|
|
1118
|
+
<ul
|
|
1119
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
1120
|
+
role="menu"
|
|
1121
|
+
aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
1122
|
+
hidden
|
|
1123
|
+
>
|
|
1124
|
+
<li role="none">
|
|
1125
|
+
<button
|
|
1126
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1127
|
+
type="button"
|
|
1128
|
+
role="menuitem"
|
|
1129
|
+
>5 per page</button>
|
|
1130
|
+
</li>
|
|
1131
|
+
<li role="none">
|
|
1132
|
+
<button
|
|
1133
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1134
|
+
type="button"
|
|
1135
|
+
role="menuitem"
|
|
1136
|
+
>
|
|
1137
|
+
10 per page
|
|
1138
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
1139
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
1140
|
+
</div>
|
|
1141
|
+
</button>
|
|
1142
|
+
</li>
|
|
1143
|
+
<li role="none">
|
|
1144
|
+
<button
|
|
1145
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1146
|
+
type="button"
|
|
1147
|
+
role="menuitem"
|
|
1148
|
+
>20 per page</button>
|
|
1149
|
+
</li>
|
|
1150
|
+
</ul>
|
|
1151
|
+
</div>
|
|
1148
1152
|
</div>
|
|
1149
1153
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
1150
1154
|
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|
|
@@ -1747,55 +1751,57 @@ wrapperTag: div
|
|
|
1747
1751
|
|
|
1748
1752
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
1749
1753
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
1750
|
-
<div class="pf-v5-c-
|
|
1751
|
-
<
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
<
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
<
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
<
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
<
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
<
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
<
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1754
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
1755
|
+
<div class="pf-v5-c-options-menu">
|
|
1756
|
+
<button
|
|
1757
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
1758
|
+
type="button"
|
|
1759
|
+
id="sortable-demo-toolbar-top-pagination-toggle"
|
|
1760
|
+
aria-haspopup="listbox"
|
|
1761
|
+
aria-expanded="false"
|
|
1762
|
+
>
|
|
1763
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
1764
|
+
<b>1 - 10</b> of
|
|
1765
|
+
<b>36</b>
|
|
1766
|
+
</span>
|
|
1767
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
1768
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1769
|
+
</div>
|
|
1770
|
+
</button>
|
|
1771
|
+
<ul
|
|
1772
|
+
class="pf-v5-c-options-menu__menu"
|
|
1773
|
+
role="menu"
|
|
1774
|
+
aria-labelledby="sortable-demo-toolbar-top-pagination-toggle"
|
|
1775
|
+
hidden
|
|
1776
|
+
>
|
|
1777
|
+
<li role="none">
|
|
1778
|
+
<button
|
|
1779
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1780
|
+
type="button"
|
|
1781
|
+
role="menuitem"
|
|
1782
|
+
>5 per page</button>
|
|
1783
|
+
</li>
|
|
1784
|
+
<li role="none">
|
|
1785
|
+
<button
|
|
1786
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1787
|
+
type="button"
|
|
1788
|
+
role="menuitem"
|
|
1789
|
+
>
|
|
1790
|
+
10 per page
|
|
1791
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
1792
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
1793
|
+
</div>
|
|
1794
|
+
</button>
|
|
1795
|
+
</li>
|
|
1796
|
+
<li role="none">
|
|
1797
|
+
<button
|
|
1798
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1799
|
+
type="button"
|
|
1800
|
+
role="menuitem"
|
|
1801
|
+
>20 per page</button>
|
|
1802
|
+
</li>
|
|
1803
|
+
</ul>
|
|
1804
|
+
</div>
|
|
1799
1805
|
</div>
|
|
1800
1806
|
<nav
|
|
1801
1807
|
class="pf-v5-c-pagination__nav"
|
|
@@ -2469,71 +2475,73 @@ wrapperTag: div
|
|
|
2469
2475
|
</tbody>
|
|
2470
2476
|
</table>
|
|
2471
2477
|
<div class="pf-v5-c-pagination pf-m-bottom">
|
|
2472
|
-
<div class="pf-v5-c-
|
|
2473
|
-
<
|
|
2474
|
-
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
2475
|
-
type="button"
|
|
2476
|
-
id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
2477
|
-
aria-haspopup="listbox"
|
|
2478
|
-
aria-expanded="false"
|
|
2479
|
-
>
|
|
2480
|
-
<span class="pf-v5-c-options-menu__toggle-text">
|
|
2481
|
-
<b>1 - 10</b> of
|
|
2482
|
-
<b>36</b>
|
|
2483
|
-
</span>
|
|
2484
|
-
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
2485
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
2486
|
-
</div>
|
|
2487
|
-
</button>
|
|
2488
|
-
<ul
|
|
2489
|
-
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
2490
|
-
role="menu"
|
|
2491
|
-
aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
2492
|
-
hidden
|
|
2493
|
-
>
|
|
2494
|
-
<li role="none">
|
|
2495
|
-
<button
|
|
2496
|
-
class="pf-v5-c-options-menu__menu-item"
|
|
2497
|
-
type="button"
|
|
2498
|
-
role="menuitem"
|
|
2499
|
-
>5 per page</button>
|
|
2500
|
-
</li>
|
|
2501
|
-
<li role="none">
|
|
2502
|
-
<button
|
|
2503
|
-
class="pf-v5-c-options-menu__menu-item"
|
|
2504
|
-
type="button"
|
|
2505
|
-
role="menuitem"
|
|
2506
|
-
>
|
|
2507
|
-
10 per page
|
|
2508
|
-
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
2509
|
-
<i class="fas fa-check" aria-hidden="true"></i>
|
|
2510
|
-
</div>
|
|
2511
|
-
</button>
|
|
2512
|
-
</li>
|
|
2513
|
-
<li role="none">
|
|
2514
|
-
<button
|
|
2515
|
-
class="pf-v5-c-options-menu__menu-item"
|
|
2516
|
-
type="button"
|
|
2517
|
-
role="menuitem"
|
|
2518
|
-
>20 per page</button>
|
|
2519
|
-
</li>
|
|
2520
|
-
</ul>
|
|
2521
|
-
</div>
|
|
2522
|
-
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
2523
|
-
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|
|
2478
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
2479
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
2524
2480
|
<button
|
|
2525
|
-
class="pf-v5-c-
|
|
2481
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
2526
2482
|
type="button"
|
|
2527
|
-
|
|
2528
|
-
aria-
|
|
2483
|
+
id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
2484
|
+
aria-haspopup="listbox"
|
|
2485
|
+
aria-expanded="false"
|
|
2529
2486
|
>
|
|
2530
|
-
<
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2487
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
2488
|
+
<b>1 - 10</b> of
|
|
2489
|
+
<b>36</b>
|
|
2490
|
+
</span>
|
|
2491
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
2492
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
2493
|
+
</div>
|
|
2494
|
+
</button>
|
|
2495
|
+
<ul
|
|
2496
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
2497
|
+
role="menu"
|
|
2498
|
+
aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
2499
|
+
hidden
|
|
2500
|
+
>
|
|
2501
|
+
<li role="none">
|
|
2502
|
+
<button
|
|
2503
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
2504
|
+
type="button"
|
|
2505
|
+
role="menuitem"
|
|
2506
|
+
>5 per page</button>
|
|
2507
|
+
</li>
|
|
2508
|
+
<li role="none">
|
|
2509
|
+
<button
|
|
2510
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
2511
|
+
type="button"
|
|
2512
|
+
role="menuitem"
|
|
2513
|
+
>
|
|
2514
|
+
10 per page
|
|
2515
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
2516
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
2517
|
+
</div>
|
|
2518
|
+
</button>
|
|
2519
|
+
</li>
|
|
2520
|
+
<li role="none">
|
|
2521
|
+
<button
|
|
2522
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
2523
|
+
type="button"
|
|
2524
|
+
role="menuitem"
|
|
2525
|
+
>20 per page</button>
|
|
2526
|
+
</li>
|
|
2527
|
+
</ul>
|
|
2528
|
+
</div>
|
|
2529
|
+
</div>
|
|
2530
|
+
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
2531
|
+
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|
|
2532
|
+
<button
|
|
2533
|
+
class="pf-v5-c-button pf-m-plain"
|
|
2534
|
+
type="button"
|
|
2535
|
+
disabled
|
|
2536
|
+
aria-label="Go to first page"
|
|
2537
|
+
>
|
|
2538
|
+
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
2539
|
+
</button>
|
|
2540
|
+
</div>
|
|
2541
|
+
<div class="pf-v5-c-pagination__nav-control pf-m-prev">
|
|
2542
|
+
<button
|
|
2543
|
+
class="pf-v5-c-button pf-m-plain"
|
|
2544
|
+
type="button"
|
|
2537
2545
|
disabled
|
|
2538
2546
|
aria-label="Go to previous page"
|
|
2539
2547
|
>
|
|
@@ -3178,55 +3186,57 @@ wrapperTag: div
|
|
|
3178
3186
|
|
|
3179
3187
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
3180
3188
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
3181
|
-
<div class="pf-v5-c-
|
|
3182
|
-
<
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
<
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
<
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
<
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
<
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
<
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
<
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3189
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
3190
|
+
<div class="pf-v5-c-options-menu">
|
|
3191
|
+
<button
|
|
3192
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
3193
|
+
type="button"
|
|
3194
|
+
id="expandable-demo-toolbar-top-pagination-toggle"
|
|
3195
|
+
aria-haspopup="listbox"
|
|
3196
|
+
aria-expanded="false"
|
|
3197
|
+
>
|
|
3198
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
3199
|
+
<b>1 - 10</b> of
|
|
3200
|
+
<b>36</b>
|
|
3201
|
+
</span>
|
|
3202
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
3203
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
3204
|
+
</div>
|
|
3205
|
+
</button>
|
|
3206
|
+
<ul
|
|
3207
|
+
class="pf-v5-c-options-menu__menu"
|
|
3208
|
+
role="menu"
|
|
3209
|
+
aria-labelledby="expandable-demo-toolbar-top-pagination-toggle"
|
|
3210
|
+
hidden
|
|
3211
|
+
>
|
|
3212
|
+
<li role="none">
|
|
3213
|
+
<button
|
|
3214
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3215
|
+
type="button"
|
|
3216
|
+
role="menuitem"
|
|
3217
|
+
>5 per page</button>
|
|
3218
|
+
</li>
|
|
3219
|
+
<li role="none">
|
|
3220
|
+
<button
|
|
3221
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3222
|
+
type="button"
|
|
3223
|
+
role="menuitem"
|
|
3224
|
+
>
|
|
3225
|
+
10 per page
|
|
3226
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
3227
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
3228
|
+
</div>
|
|
3229
|
+
</button>
|
|
3230
|
+
</li>
|
|
3231
|
+
<li role="none">
|
|
3232
|
+
<button
|
|
3233
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3234
|
+
type="button"
|
|
3235
|
+
role="menuitem"
|
|
3236
|
+
>20 per page</button>
|
|
3237
|
+
</li>
|
|
3238
|
+
</ul>
|
|
3239
|
+
</div>
|
|
3230
3240
|
</div>
|
|
3231
3241
|
<nav
|
|
3232
3242
|
class="pf-v5-c-pagination__nav"
|
|
@@ -4089,55 +4099,57 @@ wrapperTag: div
|
|
|
4089
4099
|
</tbody>
|
|
4090
4100
|
</table>
|
|
4091
4101
|
<div class="pf-v5-c-pagination pf-m-bottom">
|
|
4092
|
-
<div class="pf-v5-c-
|
|
4093
|
-
<
|
|
4094
|
-
|
|
4095
|
-
|
|
4096
|
-
|
|
4097
|
-
|
|
4098
|
-
|
|
4099
|
-
|
|
4100
|
-
|
|
4101
|
-
<
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
|
|
4105
|
-
<
|
|
4106
|
-
|
|
4107
|
-
|
|
4108
|
-
|
|
4109
|
-
|
|
4110
|
-
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
<
|
|
4116
|
-
|
|
4117
|
-
|
|
4118
|
-
|
|
4119
|
-
|
|
4120
|
-
|
|
4121
|
-
|
|
4122
|
-
<
|
|
4123
|
-
|
|
4124
|
-
|
|
4125
|
-
|
|
4126
|
-
|
|
4127
|
-
|
|
4128
|
-
|
|
4129
|
-
<
|
|
4130
|
-
|
|
4131
|
-
|
|
4132
|
-
|
|
4133
|
-
|
|
4134
|
-
<
|
|
4135
|
-
|
|
4136
|
-
|
|
4137
|
-
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
|
|
4102
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
4103
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
4104
|
+
<button
|
|
4105
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
4106
|
+
type="button"
|
|
4107
|
+
id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
4108
|
+
aria-haspopup="listbox"
|
|
4109
|
+
aria-expanded="false"
|
|
4110
|
+
>
|
|
4111
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
4112
|
+
<b>1 - 10</b> of
|
|
4113
|
+
<b>36</b>
|
|
4114
|
+
</span>
|
|
4115
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
4116
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
4117
|
+
</div>
|
|
4118
|
+
</button>
|
|
4119
|
+
<ul
|
|
4120
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
4121
|
+
role="menu"
|
|
4122
|
+
aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
4123
|
+
hidden
|
|
4124
|
+
>
|
|
4125
|
+
<li role="none">
|
|
4126
|
+
<button
|
|
4127
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
4128
|
+
type="button"
|
|
4129
|
+
role="menuitem"
|
|
4130
|
+
>5 per page</button>
|
|
4131
|
+
</li>
|
|
4132
|
+
<li role="none">
|
|
4133
|
+
<button
|
|
4134
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
4135
|
+
type="button"
|
|
4136
|
+
role="menuitem"
|
|
4137
|
+
>
|
|
4138
|
+
10 per page
|
|
4139
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
4140
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
4141
|
+
</div>
|
|
4142
|
+
</button>
|
|
4143
|
+
</li>
|
|
4144
|
+
<li role="none">
|
|
4145
|
+
<button
|
|
4146
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
4147
|
+
type="button"
|
|
4148
|
+
role="menuitem"
|
|
4149
|
+
>20 per page</button>
|
|
4150
|
+
</li>
|
|
4151
|
+
</ul>
|
|
4152
|
+
</div>
|
|
4141
4153
|
</div>
|
|
4142
4154
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
4143
4155
|
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|
|
@@ -4794,72 +4806,74 @@ wrapperTag: div
|
|
|
4794
4806
|
|
|
4795
4807
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
4796
4808
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
4797
|
-
<div class="pf-v5-c-
|
|
4798
|
-
<
|
|
4799
|
-
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
4800
|
-
type="button"
|
|
4801
|
-
id="compact-demo-toolbar-top-pagination-toggle"
|
|
4802
|
-
aria-haspopup="listbox"
|
|
4803
|
-
aria-expanded="false"
|
|
4804
|
-
>
|
|
4805
|
-
<span class="pf-v5-c-options-menu__toggle-text">
|
|
4806
|
-
<b>1 - 10</b> of
|
|
4807
|
-
<b>36</b>
|
|
4808
|
-
</span>
|
|
4809
|
-
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
4810
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
4811
|
-
</div>
|
|
4812
|
-
</button>
|
|
4813
|
-
<ul
|
|
4814
|
-
class="pf-v5-c-options-menu__menu"
|
|
4815
|
-
role="menu"
|
|
4816
|
-
aria-labelledby="compact-demo-toolbar-top-pagination-toggle"
|
|
4817
|
-
hidden
|
|
4818
|
-
>
|
|
4819
|
-
<li role="none">
|
|
4820
|
-
<button
|
|
4821
|
-
class="pf-v5-c-options-menu__menu-item"
|
|
4822
|
-
type="button"
|
|
4823
|
-
role="menuitem"
|
|
4824
|
-
>5 per page</button>
|
|
4825
|
-
</li>
|
|
4826
|
-
<li role="none">
|
|
4827
|
-
<button
|
|
4828
|
-
class="pf-v5-c-options-menu__menu-item"
|
|
4829
|
-
type="button"
|
|
4830
|
-
role="menuitem"
|
|
4831
|
-
>
|
|
4832
|
-
10 per page
|
|
4833
|
-
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
4834
|
-
<i class="fas fa-check" aria-hidden="true"></i>
|
|
4835
|
-
</div>
|
|
4836
|
-
</button>
|
|
4837
|
-
</li>
|
|
4838
|
-
<li role="none">
|
|
4839
|
-
<button
|
|
4840
|
-
class="pf-v5-c-options-menu__menu-item"
|
|
4841
|
-
type="button"
|
|
4842
|
-
role="menuitem"
|
|
4843
|
-
>20 per page</button>
|
|
4844
|
-
</li>
|
|
4845
|
-
</ul>
|
|
4846
|
-
</div>
|
|
4847
|
-
<nav
|
|
4848
|
-
class="pf-v5-c-pagination__nav"
|
|
4849
|
-
aria-label="Toolbar top pagination"
|
|
4850
|
-
>
|
|
4851
|
-
<div class="pf-v5-c-pagination__nav-control pf-m-prev">
|
|
4809
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
4810
|
+
<div class="pf-v5-c-options-menu">
|
|
4852
4811
|
<button
|
|
4853
|
-
class="pf-v5-c-
|
|
4812
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
4854
4813
|
type="button"
|
|
4855
|
-
|
|
4856
|
-
aria-
|
|
4814
|
+
id="compact-demo-toolbar-top-pagination-toggle"
|
|
4815
|
+
aria-haspopup="listbox"
|
|
4816
|
+
aria-expanded="false"
|
|
4857
4817
|
>
|
|
4858
|
-
<
|
|
4818
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
4819
|
+
<b>1 - 10</b> of
|
|
4820
|
+
<b>36</b>
|
|
4821
|
+
</span>
|
|
4822
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
4823
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
4824
|
+
</div>
|
|
4859
4825
|
</button>
|
|
4860
|
-
|
|
4861
|
-
|
|
4862
|
-
|
|
4826
|
+
<ul
|
|
4827
|
+
class="pf-v5-c-options-menu__menu"
|
|
4828
|
+
role="menu"
|
|
4829
|
+
aria-labelledby="compact-demo-toolbar-top-pagination-toggle"
|
|
4830
|
+
hidden
|
|
4831
|
+
>
|
|
4832
|
+
<li role="none">
|
|
4833
|
+
<button
|
|
4834
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
4835
|
+
type="button"
|
|
4836
|
+
role="menuitem"
|
|
4837
|
+
>5 per page</button>
|
|
4838
|
+
</li>
|
|
4839
|
+
<li role="none">
|
|
4840
|
+
<button
|
|
4841
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
4842
|
+
type="button"
|
|
4843
|
+
role="menuitem"
|
|
4844
|
+
>
|
|
4845
|
+
10 per page
|
|
4846
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
4847
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
4848
|
+
</div>
|
|
4849
|
+
</button>
|
|
4850
|
+
</li>
|
|
4851
|
+
<li role="none">
|
|
4852
|
+
<button
|
|
4853
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
4854
|
+
type="button"
|
|
4855
|
+
role="menuitem"
|
|
4856
|
+
>20 per page</button>
|
|
4857
|
+
</li>
|
|
4858
|
+
</ul>
|
|
4859
|
+
</div>
|
|
4860
|
+
</div>
|
|
4861
|
+
<nav
|
|
4862
|
+
class="pf-v5-c-pagination__nav"
|
|
4863
|
+
aria-label="Toolbar top pagination"
|
|
4864
|
+
>
|
|
4865
|
+
<div class="pf-v5-c-pagination__nav-control pf-m-prev">
|
|
4866
|
+
<button
|
|
4867
|
+
class="pf-v5-c-button pf-m-plain"
|
|
4868
|
+
type="button"
|
|
4869
|
+
disabled
|
|
4870
|
+
aria-label="Go to previous page"
|
|
4871
|
+
>
|
|
4872
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
4873
|
+
</button>
|
|
4874
|
+
</div>
|
|
4875
|
+
<div class="pf-v5-c-pagination__nav-control pf-m-next">
|
|
4876
|
+
<button
|
|
4863
4877
|
class="pf-v5-c-button pf-m-plain"
|
|
4864
4878
|
type="button"
|
|
4865
4879
|
aria-label="Go to next page"
|
|
@@ -5362,55 +5376,57 @@ wrapperTag: div
|
|
|
5362
5376
|
</tbody>
|
|
5363
5377
|
</table>
|
|
5364
5378
|
<div class="pf-v5-c-pagination pf-m-bottom">
|
|
5365
|
-
<div class="pf-v5-c-
|
|
5366
|
-
<
|
|
5367
|
-
|
|
5368
|
-
|
|
5369
|
-
|
|
5370
|
-
|
|
5371
|
-
|
|
5372
|
-
|
|
5373
|
-
|
|
5374
|
-
<
|
|
5375
|
-
|
|
5376
|
-
|
|
5377
|
-
|
|
5378
|
-
<
|
|
5379
|
-
|
|
5380
|
-
|
|
5381
|
-
|
|
5382
|
-
|
|
5383
|
-
|
|
5384
|
-
|
|
5385
|
-
|
|
5386
|
-
|
|
5387
|
-
|
|
5388
|
-
<
|
|
5389
|
-
|
|
5390
|
-
|
|
5391
|
-
|
|
5392
|
-
|
|
5393
|
-
|
|
5394
|
-
|
|
5395
|
-
<
|
|
5396
|
-
|
|
5397
|
-
|
|
5398
|
-
|
|
5399
|
-
|
|
5400
|
-
|
|
5401
|
-
|
|
5402
|
-
<
|
|
5403
|
-
|
|
5404
|
-
|
|
5405
|
-
|
|
5406
|
-
|
|
5407
|
-
<
|
|
5408
|
-
|
|
5409
|
-
|
|
5410
|
-
|
|
5411
|
-
|
|
5412
|
-
|
|
5413
|
-
|
|
5379
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
5380
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
5381
|
+
<button
|
|
5382
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
5383
|
+
type="button"
|
|
5384
|
+
id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
5385
|
+
aria-haspopup="listbox"
|
|
5386
|
+
aria-expanded="false"
|
|
5387
|
+
>
|
|
5388
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
5389
|
+
<b>1 - 10</b> of
|
|
5390
|
+
<b>36</b>
|
|
5391
|
+
</span>
|
|
5392
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
5393
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
5394
|
+
</div>
|
|
5395
|
+
</button>
|
|
5396
|
+
<ul
|
|
5397
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
5398
|
+
role="menu"
|
|
5399
|
+
aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
5400
|
+
hidden
|
|
5401
|
+
>
|
|
5402
|
+
<li role="none">
|
|
5403
|
+
<button
|
|
5404
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
5405
|
+
type="button"
|
|
5406
|
+
role="menuitem"
|
|
5407
|
+
>5 per page</button>
|
|
5408
|
+
</li>
|
|
5409
|
+
<li role="none">
|
|
5410
|
+
<button
|
|
5411
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
5412
|
+
type="button"
|
|
5413
|
+
role="menuitem"
|
|
5414
|
+
>
|
|
5415
|
+
10 per page
|
|
5416
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
5417
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
5418
|
+
</div>
|
|
5419
|
+
</button>
|
|
5420
|
+
</li>
|
|
5421
|
+
<li role="none">
|
|
5422
|
+
<button
|
|
5423
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
5424
|
+
type="button"
|
|
5425
|
+
role="menuitem"
|
|
5426
|
+
>20 per page</button>
|
|
5427
|
+
</li>
|
|
5428
|
+
</ul>
|
|
5429
|
+
</div>
|
|
5414
5430
|
</div>
|
|
5415
5431
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
5416
5432
|
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|
|
@@ -6071,55 +6087,57 @@ wrapperTag: div
|
|
|
6071
6087
|
|
|
6072
6088
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
6073
6089
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
6074
|
-
<div class="pf-v5-c-
|
|
6075
|
-
<
|
|
6076
|
-
|
|
6077
|
-
|
|
6078
|
-
|
|
6079
|
-
|
|
6080
|
-
|
|
6081
|
-
|
|
6082
|
-
|
|
6083
|
-
<
|
|
6084
|
-
|
|
6085
|
-
|
|
6086
|
-
|
|
6087
|
-
<
|
|
6088
|
-
|
|
6089
|
-
|
|
6090
|
-
|
|
6091
|
-
|
|
6092
|
-
|
|
6093
|
-
|
|
6094
|
-
|
|
6095
|
-
|
|
6096
|
-
|
|
6097
|
-
<
|
|
6098
|
-
|
|
6099
|
-
|
|
6100
|
-
|
|
6101
|
-
|
|
6102
|
-
|
|
6103
|
-
|
|
6104
|
-
<
|
|
6105
|
-
|
|
6106
|
-
|
|
6107
|
-
|
|
6108
|
-
|
|
6109
|
-
|
|
6110
|
-
|
|
6111
|
-
<
|
|
6112
|
-
|
|
6113
|
-
|
|
6114
|
-
|
|
6115
|
-
|
|
6116
|
-
<
|
|
6117
|
-
|
|
6118
|
-
|
|
6119
|
-
|
|
6120
|
-
|
|
6121
|
-
|
|
6122
|
-
|
|
6090
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
6091
|
+
<div class="pf-v5-c-options-menu">
|
|
6092
|
+
<button
|
|
6093
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
6094
|
+
type="button"
|
|
6095
|
+
id="compound-expansion-demo-toolbar-top-pagination-toggle"
|
|
6096
|
+
aria-haspopup="listbox"
|
|
6097
|
+
aria-expanded="false"
|
|
6098
|
+
>
|
|
6099
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
6100
|
+
<b>1 - 10</b> of
|
|
6101
|
+
<b>36</b>
|
|
6102
|
+
</span>
|
|
6103
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
6104
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
6105
|
+
</div>
|
|
6106
|
+
</button>
|
|
6107
|
+
<ul
|
|
6108
|
+
class="pf-v5-c-options-menu__menu"
|
|
6109
|
+
role="menu"
|
|
6110
|
+
aria-labelledby="compound-expansion-demo-toolbar-top-pagination-toggle"
|
|
6111
|
+
hidden
|
|
6112
|
+
>
|
|
6113
|
+
<li role="none">
|
|
6114
|
+
<button
|
|
6115
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
6116
|
+
type="button"
|
|
6117
|
+
role="menuitem"
|
|
6118
|
+
>5 per page</button>
|
|
6119
|
+
</li>
|
|
6120
|
+
<li role="none">
|
|
6121
|
+
<button
|
|
6122
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
6123
|
+
type="button"
|
|
6124
|
+
role="menuitem"
|
|
6125
|
+
>
|
|
6126
|
+
10 per page
|
|
6127
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
6128
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
6129
|
+
</div>
|
|
6130
|
+
</button>
|
|
6131
|
+
</li>
|
|
6132
|
+
<li role="none">
|
|
6133
|
+
<button
|
|
6134
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
6135
|
+
type="button"
|
|
6136
|
+
role="menuitem"
|
|
6137
|
+
>20 per page</button>
|
|
6138
|
+
</li>
|
|
6139
|
+
</ul>
|
|
6140
|
+
</div>
|
|
6123
6141
|
</div>
|
|
6124
6142
|
<nav
|
|
6125
6143
|
class="pf-v5-c-pagination__nav"
|
|
@@ -10771,89 +10789,91 @@ wrapperTag: div
|
|
|
10771
10789
|
</tbody>
|
|
10772
10790
|
</table>
|
|
10773
10791
|
<div class="pf-v5-c-pagination pf-m-bottom">
|
|
10774
|
-
<div class="pf-v5-c-
|
|
10775
|
-
<
|
|
10776
|
-
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
10777
|
-
type="button"
|
|
10778
|
-
id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
10779
|
-
aria-haspopup="listbox"
|
|
10780
|
-
aria-expanded="false"
|
|
10781
|
-
>
|
|
10782
|
-
<span class="pf-v5-c-options-menu__toggle-text">
|
|
10783
|
-
<b>1 - 10</b> of
|
|
10784
|
-
<b>36</b>
|
|
10785
|
-
</span>
|
|
10786
|
-
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
10787
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
10788
|
-
</div>
|
|
10789
|
-
</button>
|
|
10790
|
-
<ul
|
|
10791
|
-
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
10792
|
-
role="menu"
|
|
10793
|
-
aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
10794
|
-
hidden
|
|
10795
|
-
>
|
|
10796
|
-
<li role="none">
|
|
10797
|
-
<button
|
|
10798
|
-
class="pf-v5-c-options-menu__menu-item"
|
|
10799
|
-
type="button"
|
|
10800
|
-
role="menuitem"
|
|
10801
|
-
>5 per page</button>
|
|
10802
|
-
</li>
|
|
10803
|
-
<li role="none">
|
|
10804
|
-
<button
|
|
10805
|
-
class="pf-v5-c-options-menu__menu-item"
|
|
10806
|
-
type="button"
|
|
10807
|
-
role="menuitem"
|
|
10808
|
-
>
|
|
10809
|
-
10 per page
|
|
10810
|
-
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
10811
|
-
<i class="fas fa-check" aria-hidden="true"></i>
|
|
10812
|
-
</div>
|
|
10813
|
-
</button>
|
|
10814
|
-
</li>
|
|
10815
|
-
<li role="none">
|
|
10816
|
-
<button
|
|
10817
|
-
class="pf-v5-c-options-menu__menu-item"
|
|
10818
|
-
type="button"
|
|
10819
|
-
role="menuitem"
|
|
10820
|
-
>20 per page</button>
|
|
10821
|
-
</li>
|
|
10822
|
-
</ul>
|
|
10823
|
-
</div>
|
|
10824
|
-
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
10825
|
-
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|
|
10792
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
10793
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
10826
10794
|
<button
|
|
10827
|
-
class="pf-v5-c-
|
|
10795
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
10828
10796
|
type="button"
|
|
10829
|
-
|
|
10830
|
-
aria-
|
|
10797
|
+
id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
10798
|
+
aria-haspopup="listbox"
|
|
10799
|
+
aria-expanded="false"
|
|
10831
10800
|
>
|
|
10832
|
-
<
|
|
10801
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
10802
|
+
<b>1 - 10</b> of
|
|
10803
|
+
<b>36</b>
|
|
10804
|
+
</span>
|
|
10805
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
10806
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
10807
|
+
</div>
|
|
10833
10808
|
</button>
|
|
10834
|
-
|
|
10835
|
-
|
|
10836
|
-
|
|
10837
|
-
|
|
10838
|
-
|
|
10839
|
-
disabled
|
|
10840
|
-
aria-label="Go to previous page"
|
|
10809
|
+
<ul
|
|
10810
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
10811
|
+
role="menu"
|
|
10812
|
+
aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
10813
|
+
hidden
|
|
10841
10814
|
>
|
|
10842
|
-
<
|
|
10843
|
-
|
|
10844
|
-
|
|
10845
|
-
|
|
10846
|
-
|
|
10847
|
-
|
|
10848
|
-
|
|
10849
|
-
|
|
10850
|
-
|
|
10851
|
-
|
|
10852
|
-
|
|
10853
|
-
|
|
10854
|
-
|
|
10855
|
-
|
|
10856
|
-
|
|
10815
|
+
<li role="none">
|
|
10816
|
+
<button
|
|
10817
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
10818
|
+
type="button"
|
|
10819
|
+
role="menuitem"
|
|
10820
|
+
>5 per page</button>
|
|
10821
|
+
</li>
|
|
10822
|
+
<li role="none">
|
|
10823
|
+
<button
|
|
10824
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
10825
|
+
type="button"
|
|
10826
|
+
role="menuitem"
|
|
10827
|
+
>
|
|
10828
|
+
10 per page
|
|
10829
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
10830
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
10831
|
+
</div>
|
|
10832
|
+
</button>
|
|
10833
|
+
</li>
|
|
10834
|
+
<li role="none">
|
|
10835
|
+
<button
|
|
10836
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
10837
|
+
type="button"
|
|
10838
|
+
role="menuitem"
|
|
10839
|
+
>20 per page</button>
|
|
10840
|
+
</li>
|
|
10841
|
+
</ul>
|
|
10842
|
+
</div>
|
|
10843
|
+
</div>
|
|
10844
|
+
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
10845
|
+
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|
|
10846
|
+
<button
|
|
10847
|
+
class="pf-v5-c-button pf-m-plain"
|
|
10848
|
+
type="button"
|
|
10849
|
+
disabled
|
|
10850
|
+
aria-label="Go to first page"
|
|
10851
|
+
>
|
|
10852
|
+
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
10853
|
+
</button>
|
|
10854
|
+
</div>
|
|
10855
|
+
<div class="pf-v5-c-pagination__nav-control pf-m-prev">
|
|
10856
|
+
<button
|
|
10857
|
+
class="pf-v5-c-button pf-m-plain"
|
|
10858
|
+
type="button"
|
|
10859
|
+
disabled
|
|
10860
|
+
aria-label="Go to previous page"
|
|
10861
|
+
>
|
|
10862
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
10863
|
+
</button>
|
|
10864
|
+
</div>
|
|
10865
|
+
<div class="pf-v5-c-pagination__nav-page-select">
|
|
10866
|
+
<span class="pf-v5-c-form-control">
|
|
10867
|
+
<input
|
|
10868
|
+
aria-label="Current page"
|
|
10869
|
+
type="number"
|
|
10870
|
+
min="1"
|
|
10871
|
+
max="4"
|
|
10872
|
+
value="1"
|
|
10873
|
+
/>
|
|
10874
|
+
</span>
|
|
10875
|
+
<span aria-hidden="true">of 4</span>
|
|
10876
|
+
</div>
|
|
10857
10877
|
<div class="pf-v5-c-pagination__nav-control pf-m-next">
|
|
10858
10878
|
<button
|
|
10859
10879
|
class="pf-v5-c-button pf-m-plain"
|
|
@@ -12183,55 +12203,57 @@ wrapperTag: div
|
|
|
12183
12203
|
|
|
12184
12204
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
12185
12205
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
12186
|
-
<div class="pf-v5-c-
|
|
12187
|
-
<
|
|
12188
|
-
|
|
12189
|
-
|
|
12190
|
-
|
|
12191
|
-
|
|
12192
|
-
|
|
12193
|
-
|
|
12194
|
-
|
|
12195
|
-
<
|
|
12196
|
-
|
|
12197
|
-
|
|
12198
|
-
|
|
12199
|
-
<
|
|
12200
|
-
|
|
12201
|
-
|
|
12202
|
-
|
|
12203
|
-
|
|
12204
|
-
|
|
12205
|
-
|
|
12206
|
-
|
|
12207
|
-
|
|
12208
|
-
|
|
12209
|
-
<
|
|
12210
|
-
|
|
12211
|
-
|
|
12212
|
-
|
|
12213
|
-
|
|
12214
|
-
|
|
12215
|
-
|
|
12216
|
-
<
|
|
12217
|
-
|
|
12218
|
-
|
|
12219
|
-
|
|
12220
|
-
|
|
12221
|
-
|
|
12222
|
-
|
|
12223
|
-
<
|
|
12224
|
-
|
|
12225
|
-
|
|
12226
|
-
|
|
12227
|
-
|
|
12228
|
-
<
|
|
12229
|
-
|
|
12230
|
-
|
|
12231
|
-
|
|
12232
|
-
|
|
12233
|
-
|
|
12234
|
-
|
|
12206
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
12207
|
+
<div class="pf-v5-c-options-menu">
|
|
12208
|
+
<button
|
|
12209
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
12210
|
+
type="button"
|
|
12211
|
+
id="static-bottom-pagination-demo-toolbar-top-pagination-toggle"
|
|
12212
|
+
aria-haspopup="listbox"
|
|
12213
|
+
aria-expanded="false"
|
|
12214
|
+
>
|
|
12215
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
12216
|
+
<b>1 - 10</b> of
|
|
12217
|
+
<b>36</b>
|
|
12218
|
+
</span>
|
|
12219
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
12220
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
12221
|
+
</div>
|
|
12222
|
+
</button>
|
|
12223
|
+
<ul
|
|
12224
|
+
class="pf-v5-c-options-menu__menu"
|
|
12225
|
+
role="menu"
|
|
12226
|
+
aria-labelledby="static-bottom-pagination-demo-toolbar-top-pagination-toggle"
|
|
12227
|
+
hidden
|
|
12228
|
+
>
|
|
12229
|
+
<li role="none">
|
|
12230
|
+
<button
|
|
12231
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
12232
|
+
type="button"
|
|
12233
|
+
role="menuitem"
|
|
12234
|
+
>5 per page</button>
|
|
12235
|
+
</li>
|
|
12236
|
+
<li role="none">
|
|
12237
|
+
<button
|
|
12238
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
12239
|
+
type="button"
|
|
12240
|
+
role="menuitem"
|
|
12241
|
+
>
|
|
12242
|
+
10 per page
|
|
12243
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
12244
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
12245
|
+
</div>
|
|
12246
|
+
</button>
|
|
12247
|
+
</li>
|
|
12248
|
+
<li role="none">
|
|
12249
|
+
<button
|
|
12250
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
12251
|
+
type="button"
|
|
12252
|
+
role="menuitem"
|
|
12253
|
+
>20 per page</button>
|
|
12254
|
+
</li>
|
|
12255
|
+
</ul>
|
|
12256
|
+
</div>
|
|
12235
12257
|
</div>
|
|
12236
12258
|
<nav
|
|
12237
12259
|
class="pf-v5-c-pagination__nav"
|
|
@@ -12855,55 +12877,57 @@ wrapperTag: div
|
|
|
12855
12877
|
</tbody>
|
|
12856
12878
|
</table>
|
|
12857
12879
|
<div class="pf-v5-c-pagination pf-m-bottom pf-m-static">
|
|
12858
|
-
<div class="pf-v5-c-
|
|
12859
|
-
<
|
|
12860
|
-
|
|
12861
|
-
|
|
12862
|
-
|
|
12863
|
-
|
|
12864
|
-
|
|
12865
|
-
|
|
12866
|
-
|
|
12867
|
-
<
|
|
12868
|
-
|
|
12869
|
-
|
|
12870
|
-
|
|
12871
|
-
<
|
|
12872
|
-
|
|
12873
|
-
|
|
12874
|
-
|
|
12875
|
-
|
|
12876
|
-
|
|
12877
|
-
|
|
12878
|
-
|
|
12879
|
-
|
|
12880
|
-
|
|
12881
|
-
<
|
|
12882
|
-
|
|
12883
|
-
|
|
12884
|
-
|
|
12885
|
-
|
|
12886
|
-
|
|
12887
|
-
|
|
12888
|
-
<
|
|
12889
|
-
|
|
12890
|
-
|
|
12891
|
-
|
|
12892
|
-
|
|
12893
|
-
|
|
12894
|
-
|
|
12895
|
-
<
|
|
12896
|
-
|
|
12897
|
-
|
|
12898
|
-
|
|
12899
|
-
|
|
12900
|
-
<
|
|
12901
|
-
|
|
12902
|
-
|
|
12903
|
-
|
|
12904
|
-
|
|
12905
|
-
|
|
12906
|
-
|
|
12880
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
12881
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
12882
|
+
<button
|
|
12883
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
12884
|
+
type="button"
|
|
12885
|
+
id="{{page--id}}-pagination-options-menu-bottom-example-static-toggle"
|
|
12886
|
+
aria-haspopup="listbox"
|
|
12887
|
+
aria-expanded="false"
|
|
12888
|
+
>
|
|
12889
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
12890
|
+
<b>1 - 10</b> of
|
|
12891
|
+
<b>36</b>
|
|
12892
|
+
</span>
|
|
12893
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
12894
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
12895
|
+
</div>
|
|
12896
|
+
</button>
|
|
12897
|
+
<ul
|
|
12898
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
12899
|
+
role="menu"
|
|
12900
|
+
aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-static-toggle"
|
|
12901
|
+
hidden
|
|
12902
|
+
>
|
|
12903
|
+
<li role="none">
|
|
12904
|
+
<button
|
|
12905
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
12906
|
+
type="button"
|
|
12907
|
+
role="menuitem"
|
|
12908
|
+
>5 per page</button>
|
|
12909
|
+
</li>
|
|
12910
|
+
<li role="none">
|
|
12911
|
+
<button
|
|
12912
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
12913
|
+
type="button"
|
|
12914
|
+
role="menuitem"
|
|
12915
|
+
>
|
|
12916
|
+
10 per page
|
|
12917
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
12918
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
12919
|
+
</div>
|
|
12920
|
+
</button>
|
|
12921
|
+
</li>
|
|
12922
|
+
<li role="none">
|
|
12923
|
+
<button
|
|
12924
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
12925
|
+
type="button"
|
|
12926
|
+
role="menuitem"
|
|
12927
|
+
>20 per page</button>
|
|
12928
|
+
</li>
|
|
12929
|
+
</ul>
|
|
12930
|
+
</div>
|
|
12907
12931
|
</div>
|
|
12908
12932
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
12909
12933
|
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|
|
@@ -13564,70 +13588,72 @@ wrapperTag: div
|
|
|
13564
13588
|
|
|
13565
13589
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
13566
13590
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
13567
|
-
<div class="pf-v5-c-
|
|
13568
|
-
<
|
|
13569
|
-
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
13570
|
-
type="button"
|
|
13571
|
-
id="column-management-demo-toolbar-top-pagination-toggle"
|
|
13572
|
-
aria-haspopup="listbox"
|
|
13573
|
-
aria-expanded="false"
|
|
13574
|
-
>
|
|
13575
|
-
<span class="pf-v5-c-options-menu__toggle-text">
|
|
13576
|
-
<b>1 - 10</b> of
|
|
13577
|
-
<b>36</b>
|
|
13578
|
-
</span>
|
|
13579
|
-
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
13580
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
13581
|
-
</div>
|
|
13582
|
-
</button>
|
|
13583
|
-
<ul
|
|
13584
|
-
class="pf-v5-c-options-menu__menu"
|
|
13585
|
-
role="menu"
|
|
13586
|
-
aria-labelledby="column-management-demo-toolbar-top-pagination-toggle"
|
|
13587
|
-
hidden
|
|
13588
|
-
>
|
|
13589
|
-
<li role="none">
|
|
13590
|
-
<button
|
|
13591
|
-
class="pf-v5-c-options-menu__menu-item"
|
|
13592
|
-
type="button"
|
|
13593
|
-
role="menuitem"
|
|
13594
|
-
>5 per page</button>
|
|
13595
|
-
</li>
|
|
13596
|
-
<li role="none">
|
|
13597
|
-
<button
|
|
13598
|
-
class="pf-v5-c-options-menu__menu-item"
|
|
13599
|
-
type="button"
|
|
13600
|
-
role="menuitem"
|
|
13601
|
-
>
|
|
13602
|
-
10 per page
|
|
13603
|
-
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
13604
|
-
<i class="fas fa-check" aria-hidden="true"></i>
|
|
13605
|
-
</div>
|
|
13606
|
-
</button>
|
|
13607
|
-
</li>
|
|
13608
|
-
<li role="none">
|
|
13609
|
-
<button
|
|
13610
|
-
class="pf-v5-c-options-menu__menu-item"
|
|
13611
|
-
type="button"
|
|
13612
|
-
role="menuitem"
|
|
13613
|
-
>20 per page</button>
|
|
13614
|
-
</li>
|
|
13615
|
-
</ul>
|
|
13616
|
-
</div>
|
|
13617
|
-
<nav
|
|
13618
|
-
class="pf-v5-c-pagination__nav"
|
|
13619
|
-
aria-label="Toolbar top pagination"
|
|
13620
|
-
>
|
|
13621
|
-
<div class="pf-v5-c-pagination__nav-control pf-m-prev">
|
|
13591
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
13592
|
+
<div class="pf-v5-c-options-menu">
|
|
13622
13593
|
<button
|
|
13623
|
-
class="pf-v5-c-
|
|
13594
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
13624
13595
|
type="button"
|
|
13625
|
-
|
|
13626
|
-
aria-
|
|
13596
|
+
id="column-management-demo-toolbar-top-pagination-toggle"
|
|
13597
|
+
aria-haspopup="listbox"
|
|
13598
|
+
aria-expanded="false"
|
|
13627
13599
|
>
|
|
13628
|
-
<
|
|
13600
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
13601
|
+
<b>1 - 10</b> of
|
|
13602
|
+
<b>36</b>
|
|
13603
|
+
</span>
|
|
13604
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
13605
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
13606
|
+
</div>
|
|
13629
13607
|
</button>
|
|
13630
|
-
|
|
13608
|
+
<ul
|
|
13609
|
+
class="pf-v5-c-options-menu__menu"
|
|
13610
|
+
role="menu"
|
|
13611
|
+
aria-labelledby="column-management-demo-toolbar-top-pagination-toggle"
|
|
13612
|
+
hidden
|
|
13613
|
+
>
|
|
13614
|
+
<li role="none">
|
|
13615
|
+
<button
|
|
13616
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
13617
|
+
type="button"
|
|
13618
|
+
role="menuitem"
|
|
13619
|
+
>5 per page</button>
|
|
13620
|
+
</li>
|
|
13621
|
+
<li role="none">
|
|
13622
|
+
<button
|
|
13623
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
13624
|
+
type="button"
|
|
13625
|
+
role="menuitem"
|
|
13626
|
+
>
|
|
13627
|
+
10 per page
|
|
13628
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
13629
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
13630
|
+
</div>
|
|
13631
|
+
</button>
|
|
13632
|
+
</li>
|
|
13633
|
+
<li role="none">
|
|
13634
|
+
<button
|
|
13635
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
13636
|
+
type="button"
|
|
13637
|
+
role="menuitem"
|
|
13638
|
+
>20 per page</button>
|
|
13639
|
+
</li>
|
|
13640
|
+
</ul>
|
|
13641
|
+
</div>
|
|
13642
|
+
</div>
|
|
13643
|
+
<nav
|
|
13644
|
+
class="pf-v5-c-pagination__nav"
|
|
13645
|
+
aria-label="Toolbar top pagination"
|
|
13646
|
+
>
|
|
13647
|
+
<div class="pf-v5-c-pagination__nav-control pf-m-prev">
|
|
13648
|
+
<button
|
|
13649
|
+
class="pf-v5-c-button pf-m-plain"
|
|
13650
|
+
type="button"
|
|
13651
|
+
disabled
|
|
13652
|
+
aria-label="Go to previous page"
|
|
13653
|
+
>
|
|
13654
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
13655
|
+
</button>
|
|
13656
|
+
</div>
|
|
13631
13657
|
<div class="pf-v5-c-pagination__nav-control pf-m-next">
|
|
13632
13658
|
<button
|
|
13633
13659
|
class="pf-v5-c-button pf-m-plain"
|
|
@@ -15041,55 +15067,57 @@ wrapperTag: div
|
|
|
15041
15067
|
|
|
15042
15068
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
15043
15069
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
15044
|
-
<div class="pf-v5-c-
|
|
15045
|
-
<
|
|
15046
|
-
|
|
15047
|
-
|
|
15048
|
-
|
|
15049
|
-
|
|
15050
|
-
|
|
15051
|
-
|
|
15052
|
-
|
|
15053
|
-
<
|
|
15054
|
-
|
|
15055
|
-
|
|
15056
|
-
|
|
15057
|
-
<
|
|
15058
|
-
|
|
15059
|
-
|
|
15060
|
-
|
|
15061
|
-
|
|
15062
|
-
|
|
15063
|
-
|
|
15064
|
-
|
|
15065
|
-
|
|
15066
|
-
|
|
15067
|
-
<
|
|
15068
|
-
|
|
15069
|
-
|
|
15070
|
-
|
|
15071
|
-
|
|
15072
|
-
|
|
15073
|
-
|
|
15074
|
-
<
|
|
15075
|
-
|
|
15076
|
-
|
|
15077
|
-
|
|
15078
|
-
|
|
15079
|
-
|
|
15080
|
-
|
|
15081
|
-
<
|
|
15082
|
-
|
|
15083
|
-
|
|
15084
|
-
|
|
15085
|
-
|
|
15086
|
-
<
|
|
15087
|
-
|
|
15088
|
-
|
|
15089
|
-
|
|
15090
|
-
|
|
15091
|
-
|
|
15092
|
-
|
|
15070
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
15071
|
+
<div class="pf-v5-c-options-menu">
|
|
15072
|
+
<button
|
|
15073
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
15074
|
+
type="button"
|
|
15075
|
+
id="sticky-header-demo-toolbar-top-pagination-toggle"
|
|
15076
|
+
aria-haspopup="listbox"
|
|
15077
|
+
aria-expanded="false"
|
|
15078
|
+
>
|
|
15079
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
15080
|
+
<b>1 - 10</b> of
|
|
15081
|
+
<b>36</b>
|
|
15082
|
+
</span>
|
|
15083
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
15084
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
15085
|
+
</div>
|
|
15086
|
+
</button>
|
|
15087
|
+
<ul
|
|
15088
|
+
class="pf-v5-c-options-menu__menu"
|
|
15089
|
+
role="menu"
|
|
15090
|
+
aria-labelledby="sticky-header-demo-toolbar-top-pagination-toggle"
|
|
15091
|
+
hidden
|
|
15092
|
+
>
|
|
15093
|
+
<li role="none">
|
|
15094
|
+
<button
|
|
15095
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
15096
|
+
type="button"
|
|
15097
|
+
role="menuitem"
|
|
15098
|
+
>5 per page</button>
|
|
15099
|
+
</li>
|
|
15100
|
+
<li role="none">
|
|
15101
|
+
<button
|
|
15102
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
15103
|
+
type="button"
|
|
15104
|
+
role="menuitem"
|
|
15105
|
+
>
|
|
15106
|
+
10 per page
|
|
15107
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
15108
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
15109
|
+
</div>
|
|
15110
|
+
</button>
|
|
15111
|
+
</li>
|
|
15112
|
+
<li role="none">
|
|
15113
|
+
<button
|
|
15114
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
15115
|
+
type="button"
|
|
15116
|
+
role="menuitem"
|
|
15117
|
+
>20 per page</button>
|
|
15118
|
+
</li>
|
|
15119
|
+
</ul>
|
|
15120
|
+
</div>
|
|
15093
15121
|
</div>
|
|
15094
15122
|
<nav
|
|
15095
15123
|
class="pf-v5-c-pagination__nav"
|
|
@@ -15713,55 +15741,57 @@ wrapperTag: div
|
|
|
15713
15741
|
</tbody>
|
|
15714
15742
|
</table>
|
|
15715
15743
|
<div class="pf-v5-c-pagination pf-m-bottom">
|
|
15716
|
-
<div class="pf-v5-c-
|
|
15717
|
-
<
|
|
15718
|
-
|
|
15719
|
-
|
|
15720
|
-
|
|
15721
|
-
|
|
15722
|
-
|
|
15723
|
-
|
|
15724
|
-
|
|
15725
|
-
<
|
|
15726
|
-
|
|
15727
|
-
|
|
15728
|
-
|
|
15729
|
-
<
|
|
15730
|
-
|
|
15731
|
-
|
|
15732
|
-
|
|
15733
|
-
|
|
15734
|
-
|
|
15735
|
-
|
|
15736
|
-
|
|
15737
|
-
|
|
15738
|
-
|
|
15739
|
-
<
|
|
15740
|
-
|
|
15741
|
-
|
|
15742
|
-
|
|
15743
|
-
|
|
15744
|
-
|
|
15745
|
-
|
|
15746
|
-
<
|
|
15747
|
-
|
|
15748
|
-
|
|
15749
|
-
|
|
15750
|
-
|
|
15751
|
-
|
|
15752
|
-
|
|
15753
|
-
<
|
|
15754
|
-
|
|
15755
|
-
|
|
15756
|
-
|
|
15757
|
-
|
|
15758
|
-
<
|
|
15759
|
-
|
|
15760
|
-
|
|
15761
|
-
|
|
15762
|
-
|
|
15763
|
-
|
|
15764
|
-
|
|
15744
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
15745
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
15746
|
+
<button
|
|
15747
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
15748
|
+
type="button"
|
|
15749
|
+
id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
15750
|
+
aria-haspopup="listbox"
|
|
15751
|
+
aria-expanded="false"
|
|
15752
|
+
>
|
|
15753
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
15754
|
+
<b>1 - 10</b> of
|
|
15755
|
+
<b>36</b>
|
|
15756
|
+
</span>
|
|
15757
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
15758
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
15759
|
+
</div>
|
|
15760
|
+
</button>
|
|
15761
|
+
<ul
|
|
15762
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
15763
|
+
role="menu"
|
|
15764
|
+
aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
15765
|
+
hidden
|
|
15766
|
+
>
|
|
15767
|
+
<li role="none">
|
|
15768
|
+
<button
|
|
15769
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
15770
|
+
type="button"
|
|
15771
|
+
role="menuitem"
|
|
15772
|
+
>5 per page</button>
|
|
15773
|
+
</li>
|
|
15774
|
+
<li role="none">
|
|
15775
|
+
<button
|
|
15776
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
15777
|
+
type="button"
|
|
15778
|
+
role="menuitem"
|
|
15779
|
+
>
|
|
15780
|
+
10 per page
|
|
15781
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
15782
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
15783
|
+
</div>
|
|
15784
|
+
</button>
|
|
15785
|
+
</li>
|
|
15786
|
+
<li role="none">
|
|
15787
|
+
<button
|
|
15788
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
15789
|
+
type="button"
|
|
15790
|
+
role="menuitem"
|
|
15791
|
+
>20 per page</button>
|
|
15792
|
+
</li>
|
|
15793
|
+
</ul>
|
|
15794
|
+
</div>
|
|
15765
15795
|
</div>
|
|
15766
15796
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
15767
15797
|
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|
|
@@ -16250,55 +16280,57 @@ wrapperTag: div
|
|
|
16250
16280
|
|
|
16251
16281
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
16252
16282
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
16253
|
-
<div class="pf-v5-c-
|
|
16254
|
-
<
|
|
16255
|
-
|
|
16256
|
-
|
|
16257
|
-
|
|
16258
|
-
|
|
16259
|
-
|
|
16260
|
-
|
|
16261
|
-
|
|
16262
|
-
<
|
|
16263
|
-
|
|
16264
|
-
|
|
16265
|
-
|
|
16266
|
-
<
|
|
16267
|
-
|
|
16268
|
-
|
|
16269
|
-
|
|
16270
|
-
|
|
16271
|
-
|
|
16272
|
-
|
|
16273
|
-
|
|
16274
|
-
|
|
16275
|
-
|
|
16276
|
-
<
|
|
16277
|
-
|
|
16278
|
-
|
|
16279
|
-
|
|
16280
|
-
|
|
16281
|
-
|
|
16282
|
-
|
|
16283
|
-
<
|
|
16284
|
-
|
|
16285
|
-
|
|
16286
|
-
|
|
16287
|
-
|
|
16288
|
-
|
|
16289
|
-
|
|
16290
|
-
<
|
|
16291
|
-
|
|
16292
|
-
|
|
16293
|
-
|
|
16294
|
-
|
|
16295
|
-
<
|
|
16296
|
-
|
|
16297
|
-
|
|
16298
|
-
|
|
16299
|
-
|
|
16300
|
-
|
|
16301
|
-
|
|
16283
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
16284
|
+
<div class="pf-v5-c-options-menu">
|
|
16285
|
+
<button
|
|
16286
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
16287
|
+
type="button"
|
|
16288
|
+
id="sticky-first-column-demo-toolbar-top-pagination-toggle"
|
|
16289
|
+
aria-haspopup="listbox"
|
|
16290
|
+
aria-expanded="false"
|
|
16291
|
+
>
|
|
16292
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
16293
|
+
<b>1 - 10</b> of
|
|
16294
|
+
<b>36</b>
|
|
16295
|
+
</span>
|
|
16296
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
16297
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
16298
|
+
</div>
|
|
16299
|
+
</button>
|
|
16300
|
+
<ul
|
|
16301
|
+
class="pf-v5-c-options-menu__menu"
|
|
16302
|
+
role="menu"
|
|
16303
|
+
aria-labelledby="sticky-first-column-demo-toolbar-top-pagination-toggle"
|
|
16304
|
+
hidden
|
|
16305
|
+
>
|
|
16306
|
+
<li role="none">
|
|
16307
|
+
<button
|
|
16308
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
16309
|
+
type="button"
|
|
16310
|
+
role="menuitem"
|
|
16311
|
+
>5 per page</button>
|
|
16312
|
+
</li>
|
|
16313
|
+
<li role="none">
|
|
16314
|
+
<button
|
|
16315
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
16316
|
+
type="button"
|
|
16317
|
+
role="menuitem"
|
|
16318
|
+
>
|
|
16319
|
+
10 per page
|
|
16320
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
16321
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
16322
|
+
</div>
|
|
16323
|
+
</button>
|
|
16324
|
+
</li>
|
|
16325
|
+
<li role="none">
|
|
16326
|
+
<button
|
|
16327
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
16328
|
+
type="button"
|
|
16329
|
+
role="menuitem"
|
|
16330
|
+
>20 per page</button>
|
|
16331
|
+
</li>
|
|
16332
|
+
</ul>
|
|
16333
|
+
</div>
|
|
16302
16334
|
</div>
|
|
16303
16335
|
<nav
|
|
16304
16336
|
class="pf-v5-c-pagination__nav"
|
|
@@ -16878,55 +16910,57 @@ wrapperTag: div
|
|
|
16878
16910
|
</table>
|
|
16879
16911
|
</div>
|
|
16880
16912
|
<div class="pf-v5-c-pagination pf-m-bottom">
|
|
16881
|
-
<div class="pf-v5-c-
|
|
16882
|
-
<
|
|
16883
|
-
|
|
16884
|
-
|
|
16885
|
-
|
|
16886
|
-
|
|
16887
|
-
|
|
16888
|
-
|
|
16889
|
-
|
|
16890
|
-
<
|
|
16891
|
-
|
|
16892
|
-
|
|
16893
|
-
|
|
16894
|
-
<
|
|
16895
|
-
|
|
16896
|
-
|
|
16897
|
-
|
|
16898
|
-
|
|
16899
|
-
|
|
16900
|
-
|
|
16901
|
-
|
|
16902
|
-
|
|
16903
|
-
|
|
16904
|
-
<
|
|
16905
|
-
|
|
16906
|
-
|
|
16907
|
-
|
|
16908
|
-
|
|
16909
|
-
|
|
16910
|
-
|
|
16911
|
-
<
|
|
16912
|
-
|
|
16913
|
-
|
|
16914
|
-
|
|
16915
|
-
|
|
16916
|
-
|
|
16917
|
-
|
|
16918
|
-
<
|
|
16919
|
-
|
|
16920
|
-
|
|
16921
|
-
|
|
16922
|
-
|
|
16923
|
-
<
|
|
16924
|
-
|
|
16925
|
-
|
|
16926
|
-
|
|
16927
|
-
|
|
16928
|
-
|
|
16929
|
-
|
|
16913
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
16914
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
16915
|
+
<button
|
|
16916
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
16917
|
+
type="button"
|
|
16918
|
+
id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
16919
|
+
aria-haspopup="listbox"
|
|
16920
|
+
aria-expanded="false"
|
|
16921
|
+
>
|
|
16922
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
16923
|
+
<b>1 - 10</b> of
|
|
16924
|
+
<b>36</b>
|
|
16925
|
+
</span>
|
|
16926
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
16927
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
16928
|
+
</div>
|
|
16929
|
+
</button>
|
|
16930
|
+
<ul
|
|
16931
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
16932
|
+
role="menu"
|
|
16933
|
+
aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
16934
|
+
hidden
|
|
16935
|
+
>
|
|
16936
|
+
<li role="none">
|
|
16937
|
+
<button
|
|
16938
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
16939
|
+
type="button"
|
|
16940
|
+
role="menuitem"
|
|
16941
|
+
>5 per page</button>
|
|
16942
|
+
</li>
|
|
16943
|
+
<li role="none">
|
|
16944
|
+
<button
|
|
16945
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
16946
|
+
type="button"
|
|
16947
|
+
role="menuitem"
|
|
16948
|
+
>
|
|
16949
|
+
10 per page
|
|
16950
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
16951
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
16952
|
+
</div>
|
|
16953
|
+
</button>
|
|
16954
|
+
</li>
|
|
16955
|
+
<li role="none">
|
|
16956
|
+
<button
|
|
16957
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
16958
|
+
type="button"
|
|
16959
|
+
role="menuitem"
|
|
16960
|
+
>20 per page</button>
|
|
16961
|
+
</li>
|
|
16962
|
+
</ul>
|
|
16963
|
+
</div>
|
|
16930
16964
|
</div>
|
|
16931
16965
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
16932
16966
|
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|
|
@@ -17419,55 +17453,57 @@ wrapperTag: div
|
|
|
17419
17453
|
|
|
17420
17454
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
17421
17455
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
17422
|
-
<div class="pf-v5-c-
|
|
17423
|
-
<
|
|
17424
|
-
|
|
17425
|
-
|
|
17426
|
-
|
|
17427
|
-
|
|
17428
|
-
|
|
17429
|
-
|
|
17430
|
-
|
|
17431
|
-
<
|
|
17432
|
-
|
|
17433
|
-
|
|
17434
|
-
|
|
17435
|
-
<
|
|
17436
|
-
|
|
17437
|
-
|
|
17438
|
-
|
|
17439
|
-
|
|
17440
|
-
|
|
17441
|
-
|
|
17442
|
-
|
|
17443
|
-
|
|
17444
|
-
|
|
17445
|
-
<
|
|
17446
|
-
|
|
17447
|
-
|
|
17448
|
-
|
|
17449
|
-
|
|
17450
|
-
|
|
17451
|
-
|
|
17452
|
-
<
|
|
17453
|
-
|
|
17454
|
-
|
|
17455
|
-
|
|
17456
|
-
|
|
17457
|
-
|
|
17458
|
-
|
|
17459
|
-
<
|
|
17460
|
-
|
|
17461
|
-
|
|
17462
|
-
|
|
17463
|
-
|
|
17464
|
-
<
|
|
17465
|
-
|
|
17466
|
-
|
|
17467
|
-
|
|
17468
|
-
|
|
17469
|
-
|
|
17470
|
-
|
|
17456
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
17457
|
+
<div class="pf-v5-c-options-menu">
|
|
17458
|
+
<button
|
|
17459
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
17460
|
+
type="button"
|
|
17461
|
+
id="sticky-multiple-columns-demo-toolbar-top-pagination-toggle"
|
|
17462
|
+
aria-haspopup="listbox"
|
|
17463
|
+
aria-expanded="false"
|
|
17464
|
+
>
|
|
17465
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
17466
|
+
<b>1 - 10</b> of
|
|
17467
|
+
<b>36</b>
|
|
17468
|
+
</span>
|
|
17469
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
17470
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
17471
|
+
</div>
|
|
17472
|
+
</button>
|
|
17473
|
+
<ul
|
|
17474
|
+
class="pf-v5-c-options-menu__menu"
|
|
17475
|
+
role="menu"
|
|
17476
|
+
aria-labelledby="sticky-multiple-columns-demo-toolbar-top-pagination-toggle"
|
|
17477
|
+
hidden
|
|
17478
|
+
>
|
|
17479
|
+
<li role="none">
|
|
17480
|
+
<button
|
|
17481
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
17482
|
+
type="button"
|
|
17483
|
+
role="menuitem"
|
|
17484
|
+
>5 per page</button>
|
|
17485
|
+
</li>
|
|
17486
|
+
<li role="none">
|
|
17487
|
+
<button
|
|
17488
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
17489
|
+
type="button"
|
|
17490
|
+
role="menuitem"
|
|
17491
|
+
>
|
|
17492
|
+
10 per page
|
|
17493
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
17494
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
17495
|
+
</div>
|
|
17496
|
+
</button>
|
|
17497
|
+
</li>
|
|
17498
|
+
<li role="none">
|
|
17499
|
+
<button
|
|
17500
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
17501
|
+
type="button"
|
|
17502
|
+
role="menuitem"
|
|
17503
|
+
>20 per page</button>
|
|
17504
|
+
</li>
|
|
17505
|
+
</ul>
|
|
17506
|
+
</div>
|
|
17471
17507
|
</div>
|
|
17472
17508
|
<nav
|
|
17473
17509
|
class="pf-v5-c-pagination__nav"
|
|
@@ -18066,55 +18102,57 @@ wrapperTag: div
|
|
|
18066
18102
|
</table>
|
|
18067
18103
|
</div>
|
|
18068
18104
|
<div class="pf-v5-c-pagination pf-m-bottom">
|
|
18069
|
-
<div class="pf-v5-c-
|
|
18070
|
-
<
|
|
18071
|
-
|
|
18072
|
-
|
|
18073
|
-
|
|
18074
|
-
|
|
18075
|
-
|
|
18076
|
-
|
|
18077
|
-
|
|
18078
|
-
<
|
|
18079
|
-
|
|
18080
|
-
|
|
18081
|
-
|
|
18082
|
-
<
|
|
18083
|
-
|
|
18084
|
-
|
|
18085
|
-
|
|
18086
|
-
|
|
18087
|
-
|
|
18088
|
-
|
|
18089
|
-
|
|
18090
|
-
|
|
18091
|
-
|
|
18092
|
-
<
|
|
18093
|
-
|
|
18094
|
-
|
|
18095
|
-
|
|
18096
|
-
|
|
18097
|
-
|
|
18098
|
-
|
|
18099
|
-
<
|
|
18100
|
-
|
|
18101
|
-
|
|
18102
|
-
|
|
18103
|
-
|
|
18104
|
-
|
|
18105
|
-
|
|
18106
|
-
<
|
|
18107
|
-
|
|
18108
|
-
|
|
18109
|
-
|
|
18110
|
-
|
|
18111
|
-
<
|
|
18112
|
-
|
|
18113
|
-
|
|
18114
|
-
|
|
18115
|
-
|
|
18116
|
-
|
|
18117
|
-
|
|
18105
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
18106
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
18107
|
+
<button
|
|
18108
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
18109
|
+
type="button"
|
|
18110
|
+
id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
18111
|
+
aria-haspopup="listbox"
|
|
18112
|
+
aria-expanded="false"
|
|
18113
|
+
>
|
|
18114
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
18115
|
+
<b>1 - 10</b> of
|
|
18116
|
+
<b>36</b>
|
|
18117
|
+
</span>
|
|
18118
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
18119
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
18120
|
+
</div>
|
|
18121
|
+
</button>
|
|
18122
|
+
<ul
|
|
18123
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
18124
|
+
role="menu"
|
|
18125
|
+
aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
18126
|
+
hidden
|
|
18127
|
+
>
|
|
18128
|
+
<li role="none">
|
|
18129
|
+
<button
|
|
18130
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
18131
|
+
type="button"
|
|
18132
|
+
role="menuitem"
|
|
18133
|
+
>5 per page</button>
|
|
18134
|
+
</li>
|
|
18135
|
+
<li role="none">
|
|
18136
|
+
<button
|
|
18137
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
18138
|
+
type="button"
|
|
18139
|
+
role="menuitem"
|
|
18140
|
+
>
|
|
18141
|
+
10 per page
|
|
18142
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
18143
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
18144
|
+
</div>
|
|
18145
|
+
</button>
|
|
18146
|
+
</li>
|
|
18147
|
+
<li role="none">
|
|
18148
|
+
<button
|
|
18149
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
18150
|
+
type="button"
|
|
18151
|
+
role="menuitem"
|
|
18152
|
+
>20 per page</button>
|
|
18153
|
+
</li>
|
|
18154
|
+
</ul>
|
|
18155
|
+
</div>
|
|
18118
18156
|
</div>
|
|
18119
18157
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
18120
18158
|
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|
|
@@ -18609,55 +18647,57 @@ wrapperTag: div
|
|
|
18609
18647
|
|
|
18610
18648
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
18611
18649
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
18612
|
-
<div class="pf-v5-c-
|
|
18613
|
-
<
|
|
18614
|
-
|
|
18615
|
-
|
|
18616
|
-
|
|
18617
|
-
|
|
18618
|
-
|
|
18619
|
-
|
|
18620
|
-
|
|
18621
|
-
<
|
|
18622
|
-
|
|
18623
|
-
|
|
18624
|
-
|
|
18625
|
-
<
|
|
18626
|
-
|
|
18627
|
-
|
|
18628
|
-
|
|
18629
|
-
|
|
18630
|
-
|
|
18631
|
-
|
|
18632
|
-
|
|
18633
|
-
|
|
18634
|
-
|
|
18635
|
-
<
|
|
18636
|
-
|
|
18637
|
-
|
|
18638
|
-
|
|
18639
|
-
|
|
18640
|
-
|
|
18641
|
-
|
|
18642
|
-
<
|
|
18643
|
-
|
|
18644
|
-
|
|
18645
|
-
|
|
18646
|
-
|
|
18647
|
-
|
|
18648
|
-
|
|
18649
|
-
<
|
|
18650
|
-
|
|
18651
|
-
|
|
18652
|
-
|
|
18653
|
-
|
|
18654
|
-
<
|
|
18655
|
-
|
|
18656
|
-
|
|
18657
|
-
|
|
18658
|
-
|
|
18659
|
-
|
|
18660
|
-
|
|
18650
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
18651
|
+
<div class="pf-v5-c-options-menu">
|
|
18652
|
+
<button
|
|
18653
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
18654
|
+
type="button"
|
|
18655
|
+
id="sticky-header-and-multiple columns-demo-toolbar-top-pagination-toggle"
|
|
18656
|
+
aria-haspopup="listbox"
|
|
18657
|
+
aria-expanded="false"
|
|
18658
|
+
>
|
|
18659
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
18660
|
+
<b>1 - 10</b> of
|
|
18661
|
+
<b>36</b>
|
|
18662
|
+
</span>
|
|
18663
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
18664
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
18665
|
+
</div>
|
|
18666
|
+
</button>
|
|
18667
|
+
<ul
|
|
18668
|
+
class="pf-v5-c-options-menu__menu"
|
|
18669
|
+
role="menu"
|
|
18670
|
+
aria-labelledby="sticky-header-and-multiple columns-demo-toolbar-top-pagination-toggle"
|
|
18671
|
+
hidden
|
|
18672
|
+
>
|
|
18673
|
+
<li role="none">
|
|
18674
|
+
<button
|
|
18675
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
18676
|
+
type="button"
|
|
18677
|
+
role="menuitem"
|
|
18678
|
+
>5 per page</button>
|
|
18679
|
+
</li>
|
|
18680
|
+
<li role="none">
|
|
18681
|
+
<button
|
|
18682
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
18683
|
+
type="button"
|
|
18684
|
+
role="menuitem"
|
|
18685
|
+
>
|
|
18686
|
+
10 per page
|
|
18687
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
18688
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
18689
|
+
</div>
|
|
18690
|
+
</button>
|
|
18691
|
+
</li>
|
|
18692
|
+
<li role="none">
|
|
18693
|
+
<button
|
|
18694
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
18695
|
+
type="button"
|
|
18696
|
+
role="menuitem"
|
|
18697
|
+
>20 per page</button>
|
|
18698
|
+
</li>
|
|
18699
|
+
</ul>
|
|
18700
|
+
</div>
|
|
18661
18701
|
</div>
|
|
18662
18702
|
<nav
|
|
18663
18703
|
class="pf-v5-c-pagination__nav"
|
|
@@ -19256,55 +19296,57 @@ wrapperTag: div
|
|
|
19256
19296
|
</table>
|
|
19257
19297
|
</div>
|
|
19258
19298
|
<div class="pf-v5-c-pagination pf-m-bottom">
|
|
19259
|
-
<div class="pf-v5-c-
|
|
19260
|
-
<
|
|
19261
|
-
|
|
19262
|
-
|
|
19263
|
-
|
|
19264
|
-
|
|
19265
|
-
|
|
19266
|
-
|
|
19267
|
-
|
|
19268
|
-
<
|
|
19269
|
-
|
|
19270
|
-
|
|
19271
|
-
|
|
19272
|
-
<
|
|
19273
|
-
|
|
19274
|
-
|
|
19275
|
-
|
|
19276
|
-
|
|
19277
|
-
|
|
19278
|
-
|
|
19279
|
-
|
|
19280
|
-
|
|
19281
|
-
|
|
19282
|
-
<
|
|
19283
|
-
|
|
19284
|
-
|
|
19285
|
-
|
|
19286
|
-
|
|
19287
|
-
|
|
19288
|
-
|
|
19289
|
-
<
|
|
19290
|
-
|
|
19291
|
-
|
|
19292
|
-
|
|
19293
|
-
|
|
19294
|
-
|
|
19295
|
-
|
|
19296
|
-
<
|
|
19297
|
-
|
|
19298
|
-
|
|
19299
|
-
|
|
19300
|
-
|
|
19301
|
-
<
|
|
19302
|
-
|
|
19303
|
-
|
|
19304
|
-
|
|
19305
|
-
|
|
19306
|
-
|
|
19307
|
-
|
|
19299
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
19300
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
19301
|
+
<button
|
|
19302
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
19303
|
+
type="button"
|
|
19304
|
+
id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
19305
|
+
aria-haspopup="listbox"
|
|
19306
|
+
aria-expanded="false"
|
|
19307
|
+
>
|
|
19308
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
19309
|
+
<b>1 - 10</b> of
|
|
19310
|
+
<b>36</b>
|
|
19311
|
+
</span>
|
|
19312
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
19313
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
19314
|
+
</div>
|
|
19315
|
+
</button>
|
|
19316
|
+
<ul
|
|
19317
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
19318
|
+
role="menu"
|
|
19319
|
+
aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
19320
|
+
hidden
|
|
19321
|
+
>
|
|
19322
|
+
<li role="none">
|
|
19323
|
+
<button
|
|
19324
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
19325
|
+
type="button"
|
|
19326
|
+
role="menuitem"
|
|
19327
|
+
>5 per page</button>
|
|
19328
|
+
</li>
|
|
19329
|
+
<li role="none">
|
|
19330
|
+
<button
|
|
19331
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
19332
|
+
type="button"
|
|
19333
|
+
role="menuitem"
|
|
19334
|
+
>
|
|
19335
|
+
10 per page
|
|
19336
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
19337
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
19338
|
+
</div>
|
|
19339
|
+
</button>
|
|
19340
|
+
</li>
|
|
19341
|
+
<li role="none">
|
|
19342
|
+
<button
|
|
19343
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
19344
|
+
type="button"
|
|
19345
|
+
role="menuitem"
|
|
19346
|
+
>20 per page</button>
|
|
19347
|
+
</li>
|
|
19348
|
+
</ul>
|
|
19349
|
+
</div>
|
|
19308
19350
|
</div>
|
|
19309
19351
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
19310
19352
|
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|
|
@@ -19798,55 +19840,57 @@ wrapperTag: div
|
|
|
19798
19840
|
|
|
19799
19841
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
19800
19842
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
19801
|
-
<div class="pf-v5-c-
|
|
19802
|
-
<
|
|
19803
|
-
|
|
19804
|
-
|
|
19805
|
-
|
|
19806
|
-
|
|
19807
|
-
|
|
19808
|
-
|
|
19809
|
-
|
|
19810
|
-
<
|
|
19811
|
-
|
|
19812
|
-
|
|
19813
|
-
|
|
19814
|
-
<
|
|
19815
|
-
|
|
19816
|
-
|
|
19817
|
-
|
|
19818
|
-
|
|
19819
|
-
|
|
19820
|
-
|
|
19821
|
-
|
|
19822
|
-
|
|
19823
|
-
|
|
19824
|
-
<
|
|
19825
|
-
|
|
19826
|
-
|
|
19827
|
-
|
|
19828
|
-
|
|
19829
|
-
|
|
19830
|
-
|
|
19831
|
-
<
|
|
19832
|
-
|
|
19833
|
-
|
|
19834
|
-
|
|
19835
|
-
|
|
19836
|
-
|
|
19837
|
-
|
|
19838
|
-
<
|
|
19839
|
-
|
|
19840
|
-
|
|
19841
|
-
|
|
19842
|
-
|
|
19843
|
-
<
|
|
19844
|
-
|
|
19845
|
-
|
|
19846
|
-
|
|
19847
|
-
|
|
19848
|
-
|
|
19849
|
-
|
|
19843
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
19844
|
+
<div class="pf-v5-c-options-menu">
|
|
19845
|
+
<button
|
|
19846
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
19847
|
+
type="button"
|
|
19848
|
+
id="sticky-header-and-multiple columns-demo-toolbar-top-pagination-toggle"
|
|
19849
|
+
aria-haspopup="listbox"
|
|
19850
|
+
aria-expanded="false"
|
|
19851
|
+
>
|
|
19852
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
19853
|
+
<b>1 - 10</b> of
|
|
19854
|
+
<b>36</b>
|
|
19855
|
+
</span>
|
|
19856
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
19857
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
19858
|
+
</div>
|
|
19859
|
+
</button>
|
|
19860
|
+
<ul
|
|
19861
|
+
class="pf-v5-c-options-menu__menu"
|
|
19862
|
+
role="menu"
|
|
19863
|
+
aria-labelledby="sticky-header-and-multiple columns-demo-toolbar-top-pagination-toggle"
|
|
19864
|
+
hidden
|
|
19865
|
+
>
|
|
19866
|
+
<li role="none">
|
|
19867
|
+
<button
|
|
19868
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
19869
|
+
type="button"
|
|
19870
|
+
role="menuitem"
|
|
19871
|
+
>5 per page</button>
|
|
19872
|
+
</li>
|
|
19873
|
+
<li role="none">
|
|
19874
|
+
<button
|
|
19875
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
19876
|
+
type="button"
|
|
19877
|
+
role="menuitem"
|
|
19878
|
+
>
|
|
19879
|
+
10 per page
|
|
19880
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
19881
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
19882
|
+
</div>
|
|
19883
|
+
</button>
|
|
19884
|
+
</li>
|
|
19885
|
+
<li role="none">
|
|
19886
|
+
<button
|
|
19887
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
19888
|
+
type="button"
|
|
19889
|
+
role="menuitem"
|
|
19890
|
+
>20 per page</button>
|
|
19891
|
+
</li>
|
|
19892
|
+
</ul>
|
|
19893
|
+
</div>
|
|
19850
19894
|
</div>
|
|
19851
19895
|
<nav
|
|
19852
19896
|
class="pf-v5-c-pagination__nav"
|
|
@@ -20426,55 +20470,57 @@ wrapperTag: div
|
|
|
20426
20470
|
</table>
|
|
20427
20471
|
</div>
|
|
20428
20472
|
<div class="pf-v5-c-pagination pf-m-bottom">
|
|
20429
|
-
<div class="pf-v5-c-
|
|
20430
|
-
<
|
|
20431
|
-
|
|
20432
|
-
|
|
20433
|
-
|
|
20434
|
-
|
|
20435
|
-
|
|
20436
|
-
|
|
20437
|
-
|
|
20438
|
-
<
|
|
20439
|
-
|
|
20440
|
-
|
|
20441
|
-
|
|
20442
|
-
<
|
|
20443
|
-
|
|
20444
|
-
|
|
20445
|
-
|
|
20446
|
-
|
|
20447
|
-
|
|
20448
|
-
|
|
20449
|
-
|
|
20450
|
-
|
|
20451
|
-
|
|
20452
|
-
<
|
|
20453
|
-
|
|
20454
|
-
|
|
20455
|
-
|
|
20456
|
-
|
|
20457
|
-
|
|
20458
|
-
|
|
20459
|
-
<
|
|
20460
|
-
|
|
20461
|
-
|
|
20462
|
-
|
|
20463
|
-
|
|
20464
|
-
|
|
20465
|
-
|
|
20466
|
-
<
|
|
20467
|
-
|
|
20468
|
-
|
|
20469
|
-
|
|
20470
|
-
|
|
20471
|
-
<
|
|
20472
|
-
|
|
20473
|
-
|
|
20474
|
-
|
|
20475
|
-
|
|
20476
|
-
|
|
20477
|
-
|
|
20473
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
20474
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
20475
|
+
<button
|
|
20476
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
20477
|
+
type="button"
|
|
20478
|
+
id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
20479
|
+
aria-haspopup="listbox"
|
|
20480
|
+
aria-expanded="false"
|
|
20481
|
+
>
|
|
20482
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
20483
|
+
<b>1 - 10</b> of
|
|
20484
|
+
<b>36</b>
|
|
20485
|
+
</span>
|
|
20486
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
20487
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
20488
|
+
</div>
|
|
20489
|
+
</button>
|
|
20490
|
+
<ul
|
|
20491
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
20492
|
+
role="menu"
|
|
20493
|
+
aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
|
|
20494
|
+
hidden
|
|
20495
|
+
>
|
|
20496
|
+
<li role="none">
|
|
20497
|
+
<button
|
|
20498
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
20499
|
+
type="button"
|
|
20500
|
+
role="menuitem"
|
|
20501
|
+
>5 per page</button>
|
|
20502
|
+
</li>
|
|
20503
|
+
<li role="none">
|
|
20504
|
+
<button
|
|
20505
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
20506
|
+
type="button"
|
|
20507
|
+
role="menuitem"
|
|
20508
|
+
>
|
|
20509
|
+
10 per page
|
|
20510
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
20511
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
20512
|
+
</div>
|
|
20513
|
+
</button>
|
|
20514
|
+
</li>
|
|
20515
|
+
<li role="none">
|
|
20516
|
+
<button
|
|
20517
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
20518
|
+
type="button"
|
|
20519
|
+
role="menuitem"
|
|
20520
|
+
>20 per page</button>
|
|
20521
|
+
</li>
|
|
20522
|
+
</ul>
|
|
20523
|
+
</div>
|
|
20478
20524
|
</div>
|
|
20479
20525
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
20480
20526
|
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|