@patternfly/patternfly 6.0.0-alpha.164 → 6.0.0-alpha.166
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/Button/button.css +33 -14
- package/components/Button/button.scss +36 -14
- package/components/Panel/panel.css +17 -14
- package/components/Panel/panel.scss +17 -14
- package/components/_index.css +50 -28
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +3 -1
- package/docs/components/ActionList/examples/ActionList.md +60 -20
- package/docs/components/Alert/examples/Alert.md +106 -62
- package/docs/components/BackToTop/examples/BackToTop.md +5 -3
- package/docs/components/Banner/examples/Banner.md +9 -3
- package/docs/components/Button/examples/Button.md +536 -367
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +24 -8
- package/docs/components/Card/examples/Card.md +43 -29
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +75 -33
- package/docs/components/CodeBlock/examples/CodeBlock.md +18 -6
- package/docs/components/CodeEditor/examples/CodeEditor.md +44 -22
- package/docs/components/ContextSelector/deprecated/context-selector.md +6 -8
- package/docs/components/DataList/examples/DataList.md +121 -63
- package/docs/components/DatePicker/examples/DatePicker.md +18 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +125 -75
- package/docs/components/Drawer/examples/Drawer.md +57 -19
- package/docs/components/DualListSelector/examples/DualListSelector.md +204 -100
- package/docs/components/EmptyState/examples/EmptyState.md +123 -53
- package/docs/components/FileUpload/examples/FileUpload.md +42 -14
- package/docs/components/Form/examples/Form.md +53 -19
- package/docs/components/Hint/examples/Hint.md +9 -9
- package/docs/components/InlineEdit/examples/InlineEdit.md +78 -26
- package/docs/components/InputGroup/examples/InputGroup.md +27 -9
- package/docs/components/JumpLinks/examples/JumpLinks.md +188 -68
- package/docs/components/Label/examples/Label.md +651 -217
- package/docs/components/LogViewer/examples/LogViewer.md +218 -86
- package/docs/components/Login/examples/Login.md +346 -282
- package/docs/components/Masthead/examples/masthead.md +27 -9
- package/docs/components/Menu/examples/Menu.md +35 -25
- package/docs/components/MenuToggle/examples/MenuToggle.md +3 -1
- package/docs/components/ModalBox/examples/ModalBox.md +48 -16
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +48 -16
- package/docs/components/Nav/examples/Navigation.md +12 -4
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +78 -42
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +6 -2
- package/docs/components/NumberInput/examples/NumberInput.md +96 -48
- package/docs/components/OverflowMenu/examples/overflow-menu.md +48 -16
- package/docs/components/Page/examples/Page.md +21 -7
- package/docs/components/Pagination/examples/Pagination.md +132 -44
- package/docs/components/Panel/examples/Panel.md +1 -0
- package/docs/components/Popover/examples/Popover.md +45 -15
- package/docs/components/Select/deprecated/Select.md +111 -55
- package/docs/components/SkipToContent/examples/SkipToContent.md +3 -1
- package/docs/components/Slider/examples/Slider.md +12 -4
- package/docs/components/Table/examples/Table.md +363 -208
- package/docs/components/Tabs/examples/Tabs.md +1230 -574
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +132 -44
- package/docs/components/Toolbar/examples/Toolbar.md +120 -64
- package/docs/components/TreeView/examples/TreeView.md +12 -4
- package/docs/components/Wizard/examples/Wizard.md +105 -38
- package/docs/demos/AboutModal/examples/AboutModal.md +9 -3
- package/docs/demos/Alert/examples/Alert.md +39 -25
- package/docs/demos/BackToTop/examples/BackToTop.md +11 -5
- package/docs/demos/Banner/examples/Banner.md +12 -4
- package/docs/demos/Button/examples/Button.md +7 -7
- package/docs/demos/Card/examples/Card.md +106 -57
- package/docs/demos/CardView/examples/CardView.md +30 -13
- package/docs/demos/ContextSelector/examples/ContextSelector.md +24 -8
- package/docs/demos/Dashboard/examples/Dashboard.md +43 -28
- package/docs/demos/DataList/examples/DataList.md +255 -149
- package/docs/demos/DescriptionList/examples/DescriptionList.md +21 -7
- package/docs/demos/Drawer/examples/Drawer.md +89 -43
- package/docs/demos/Form/examples/BasicForms.md +141 -59
- package/docs/demos/JumpLinks/examples/JumpLinks.md +222 -109
- package/docs/demos/Masthead/examples/Masthead.md +63 -21
- package/docs/demos/Modal/examples/Modal.md +99 -37
- package/docs/demos/Nav/examples/Nav.md +45 -15
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +58 -43
- package/docs/demos/Page/examples/Page.md +54 -21
- package/docs/demos/Page/examples/Penta.md +9 -6
- package/docs/demos/Panel/Panel.md +88 -0
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +9 -3
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +12 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +306 -133
- package/docs/demos/Skeleton/examples/Skeleton.md +6 -2
- package/docs/demos/Table/examples/Table.md +474 -210
- package/docs/demos/Tabs/examples/Tabs.md +60 -22
- package/docs/demos/Toolbar/examples/Toolbar.md +123 -72
- package/docs/demos/Wizard/examples/Wizard.md +179 -110
- package/package.json +1 -1
- package/patternfly-no-globals.css +50 -28
- package/patternfly.css +50 -28
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -17,7 +17,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
17
17
|
aria-label="Scroll left"
|
|
18
18
|
disabled
|
|
19
19
|
>
|
|
20
|
-
<
|
|
20
|
+
<span class="pf-v6-c-button__text">
|
|
21
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
22
|
+
</span>
|
|
21
23
|
</button>
|
|
22
24
|
</div>
|
|
23
25
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -93,7 +95,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
93
95
|
aria-label="Scroll right"
|
|
94
96
|
disabled
|
|
95
97
|
>
|
|
96
|
-
<
|
|
98
|
+
<span class="pf-v6-c-button__text">
|
|
99
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
100
|
+
</span>
|
|
97
101
|
</button>
|
|
98
102
|
</div>
|
|
99
103
|
</div>
|
|
@@ -124,7 +128,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
124
128
|
aria-label="Scroll left"
|
|
125
129
|
disabled
|
|
126
130
|
>
|
|
127
|
-
<
|
|
131
|
+
<span class="pf-v6-c-button__text">
|
|
132
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
133
|
+
</span>
|
|
128
134
|
</button>
|
|
129
135
|
</div>
|
|
130
136
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -227,7 +233,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
227
233
|
type="button"
|
|
228
234
|
aria-label="Scroll right"
|
|
229
235
|
>
|
|
230
|
-
<
|
|
236
|
+
<span class="pf-v6-c-button__text">
|
|
237
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
238
|
+
</span>
|
|
231
239
|
</button>
|
|
232
240
|
</div>
|
|
233
241
|
</div>
|
|
@@ -598,13 +606,15 @@ cssPrefix: pf-v6-c-tabs
|
|
|
598
606
|
id="vertical-expandable-toggle-button"
|
|
599
607
|
aria-labelledby="vertical-expandable-toggle-text vertical-expandable-toggle-button"
|
|
600
608
|
>
|
|
601
|
-
<span class="pf-v6-c-
|
|
602
|
-
<
|
|
609
|
+
<span class="pf-v6-c-button__text">
|
|
610
|
+
<span class="pf-v6-c-tabs__toggle-icon">
|
|
611
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
612
|
+
</span>
|
|
613
|
+
<span
|
|
614
|
+
class="pf-v6-c-tabs__toggle-text"
|
|
615
|
+
id="vertical-expandable-toggle-text"
|
|
616
|
+
>Containers</span>
|
|
603
617
|
</span>
|
|
604
|
-
<span
|
|
605
|
-
class="pf-v6-c-tabs__toggle-text"
|
|
606
|
-
id="vertical-expandable-toggle-text"
|
|
607
|
-
>Containers</span>
|
|
608
618
|
</button>
|
|
609
619
|
</div>
|
|
610
620
|
</div>
|
|
@@ -694,13 +704,15 @@ cssPrefix: pf-v6-c-tabs
|
|
|
694
704
|
id="vertical-expanded-toggle-button"
|
|
695
705
|
aria-labelledby="vertical-expanded-toggle-text vertical-expanded-toggle-button"
|
|
696
706
|
>
|
|
697
|
-
<span class="pf-v6-c-
|
|
698
|
-
<
|
|
707
|
+
<span class="pf-v6-c-button__text">
|
|
708
|
+
<span class="pf-v6-c-tabs__toggle-icon">
|
|
709
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
710
|
+
</span>
|
|
711
|
+
<span
|
|
712
|
+
class="pf-v6-c-tabs__toggle-text"
|
|
713
|
+
id="vertical-expanded-toggle-text"
|
|
714
|
+
>Containers</span>
|
|
699
715
|
</span>
|
|
700
|
-
<span
|
|
701
|
-
class="pf-v6-c-tabs__toggle-text"
|
|
702
|
-
id="vertical-expanded-toggle-text"
|
|
703
|
-
>Containers</span>
|
|
704
716
|
</button>
|
|
705
717
|
</div>
|
|
706
718
|
</div>
|
|
@@ -790,13 +802,15 @@ cssPrefix: pf-v6-c-tabs
|
|
|
790
802
|
id="vertical-expandable-responsive-toggle-button"
|
|
791
803
|
aria-labelledby="vertical-expandable-responsive-toggle-text vertical-expandable-responsive-toggle-button"
|
|
792
804
|
>
|
|
793
|
-
<span class="pf-v6-c-
|
|
794
|
-
<
|
|
805
|
+
<span class="pf-v6-c-button__text">
|
|
806
|
+
<span class="pf-v6-c-tabs__toggle-icon">
|
|
807
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
808
|
+
</span>
|
|
809
|
+
<span
|
|
810
|
+
class="pf-v6-c-tabs__toggle-text"
|
|
811
|
+
id="vertical-expandable-responsive-toggle-text"
|
|
812
|
+
>Containers</span>
|
|
795
813
|
</span>
|
|
796
|
-
<span
|
|
797
|
-
class="pf-v6-c-tabs__toggle-text"
|
|
798
|
-
id="vertical-expandable-responsive-toggle-text"
|
|
799
|
-
>Containers</span>
|
|
800
814
|
</button>
|
|
801
815
|
</div>
|
|
802
816
|
</div>
|
|
@@ -886,8 +900,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
886
900
|
id="vertical-expandable-legacy-toggle-button"
|
|
887
901
|
aria-labelledby="vertical-expandable-legacy-toggle-text vertical-expandable-legacy-toggle-button"
|
|
888
902
|
>
|
|
889
|
-
<span class="pf-v6-c-
|
|
890
|
-
<
|
|
903
|
+
<span class="pf-v6-c-button__text">
|
|
904
|
+
<span class="pf-v6-c-tabs__toggle-icon">
|
|
905
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
906
|
+
</span>
|
|
891
907
|
</span>
|
|
892
908
|
</button>
|
|
893
909
|
</div>
|
|
@@ -982,8 +998,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
982
998
|
id="vertical-expanded-legacy-toggle-button"
|
|
983
999
|
aria-labelledby="vertical-expanded-legacy-toggle-text vertical-expanded-legacy-toggle-button"
|
|
984
1000
|
>
|
|
985
|
-
<span class="pf-v6-c-
|
|
986
|
-
<
|
|
1001
|
+
<span class="pf-v6-c-button__text">
|
|
1002
|
+
<span class="pf-v6-c-tabs__toggle-icon">
|
|
1003
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1004
|
+
</span>
|
|
987
1005
|
</span>
|
|
988
1006
|
</button>
|
|
989
1007
|
</div>
|
|
@@ -1078,8 +1096,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1078
1096
|
id="vertical-expandable-responsive-legacy-toggle-button"
|
|
1079
1097
|
aria-labelledby="vertical-expandable-responsive-legacy-toggle-text vertical-expandable-responsive-legacy-toggle-button"
|
|
1080
1098
|
>
|
|
1081
|
-
<span class="pf-v6-c-
|
|
1082
|
-
<
|
|
1099
|
+
<span class="pf-v6-c-button__text">
|
|
1100
|
+
<span class="pf-v6-c-tabs__toggle-icon">
|
|
1101
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1102
|
+
</span>
|
|
1083
1103
|
</span>
|
|
1084
1104
|
</button>
|
|
1085
1105
|
</div>
|
|
@@ -1169,7 +1189,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1169
1189
|
aria-label="Scroll left"
|
|
1170
1190
|
disabled
|
|
1171
1191
|
>
|
|
1172
|
-
<
|
|
1192
|
+
<span class="pf-v6-c-button__text">
|
|
1193
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1194
|
+
</span>
|
|
1173
1195
|
</button>
|
|
1174
1196
|
</div>
|
|
1175
1197
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -1245,7 +1267,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1245
1267
|
aria-label="Scroll right"
|
|
1246
1268
|
disabled
|
|
1247
1269
|
>
|
|
1248
|
-
<
|
|
1270
|
+
<span class="pf-v6-c-button__text">
|
|
1271
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1272
|
+
</span>
|
|
1249
1273
|
</button>
|
|
1250
1274
|
</div>
|
|
1251
1275
|
</div>
|
|
@@ -1267,7 +1291,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1267
1291
|
aria-label="Scroll left"
|
|
1268
1292
|
disabled
|
|
1269
1293
|
>
|
|
1270
|
-
<
|
|
1294
|
+
<span class="pf-v6-c-button__text">
|
|
1295
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1296
|
+
</span>
|
|
1271
1297
|
</button>
|
|
1272
1298
|
</div>
|
|
1273
1299
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -1370,7 +1396,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1370
1396
|
type="button"
|
|
1371
1397
|
aria-label="Scroll right"
|
|
1372
1398
|
>
|
|
1373
|
-
<
|
|
1399
|
+
<span class="pf-v6-c-button__text">
|
|
1400
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1401
|
+
</span>
|
|
1374
1402
|
</button>
|
|
1375
1403
|
</div>
|
|
1376
1404
|
</div>
|
|
@@ -1469,7 +1497,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1469
1497
|
aria-label="Scroll left"
|
|
1470
1498
|
disabled
|
|
1471
1499
|
>
|
|
1472
|
-
<
|
|
1500
|
+
<span class="pf-v6-c-button__text">
|
|
1501
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1502
|
+
</span>
|
|
1473
1503
|
</button>
|
|
1474
1504
|
</div>
|
|
1475
1505
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -1545,7 +1575,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1545
1575
|
aria-label="Scroll right"
|
|
1546
1576
|
disabled
|
|
1547
1577
|
>
|
|
1548
|
-
<
|
|
1578
|
+
<span class="pf-v6-c-button__text">
|
|
1579
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1580
|
+
</span>
|
|
1549
1581
|
</button>
|
|
1550
1582
|
</div>
|
|
1551
1583
|
</div>
|
|
@@ -1570,7 +1602,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1570
1602
|
aria-label="Scroll left"
|
|
1571
1603
|
disabled
|
|
1572
1604
|
>
|
|
1573
|
-
<
|
|
1605
|
+
<span class="pf-v6-c-button__text">
|
|
1606
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1607
|
+
</span>
|
|
1574
1608
|
</button>
|
|
1575
1609
|
</div>
|
|
1576
1610
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -1644,7 +1678,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1644
1678
|
aria-label="Scroll right"
|
|
1645
1679
|
disabled
|
|
1646
1680
|
>
|
|
1647
|
-
<
|
|
1681
|
+
<span class="pf-v6-c-button__text">
|
|
1682
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1683
|
+
</span>
|
|
1648
1684
|
</button>
|
|
1649
1685
|
</div>
|
|
1650
1686
|
</div>
|
|
@@ -1666,7 +1702,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1666
1702
|
aria-label="Scroll left"
|
|
1667
1703
|
disabled
|
|
1668
1704
|
>
|
|
1669
|
-
<
|
|
1705
|
+
<span class="pf-v6-c-button__text">
|
|
1706
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1707
|
+
</span>
|
|
1670
1708
|
</button>
|
|
1671
1709
|
</div>
|
|
1672
1710
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -1740,7 +1778,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1740
1778
|
aria-label="Scroll right"
|
|
1741
1779
|
disabled
|
|
1742
1780
|
>
|
|
1743
|
-
<
|
|
1781
|
+
<span class="pf-v6-c-button__text">
|
|
1782
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1783
|
+
</span>
|
|
1744
1784
|
</button>
|
|
1745
1785
|
</div>
|
|
1746
1786
|
</div>
|
|
@@ -1758,7 +1798,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1758
1798
|
aria-label="Scroll left"
|
|
1759
1799
|
disabled
|
|
1760
1800
|
>
|
|
1761
|
-
<
|
|
1801
|
+
<span class="pf-v6-c-button__text">
|
|
1802
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1803
|
+
</span>
|
|
1762
1804
|
</button>
|
|
1763
1805
|
</div>
|
|
1764
1806
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -1832,7 +1874,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1832
1874
|
aria-label="Scroll right"
|
|
1833
1875
|
disabled
|
|
1834
1876
|
>
|
|
1835
|
-
<
|
|
1877
|
+
<span class="pf-v6-c-button__text">
|
|
1878
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1879
|
+
</span>
|
|
1836
1880
|
</button>
|
|
1837
1881
|
</div>
|
|
1838
1882
|
</div>
|
|
@@ -1859,7 +1903,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1859
1903
|
aria-label="Scroll left"
|
|
1860
1904
|
disabled
|
|
1861
1905
|
>
|
|
1862
|
-
<
|
|
1906
|
+
<span class="pf-v6-c-button__text">
|
|
1907
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1908
|
+
</span>
|
|
1863
1909
|
</button>
|
|
1864
1910
|
</div>
|
|
1865
1911
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -1951,7 +1997,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1951
1997
|
aria-label="Scroll right"
|
|
1952
1998
|
disabled
|
|
1953
1999
|
>
|
|
1954
|
-
<
|
|
2000
|
+
<span class="pf-v6-c-button__text">
|
|
2001
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2002
|
+
</span>
|
|
1955
2003
|
</button>
|
|
1956
2004
|
</div>
|
|
1957
2005
|
</div>
|
|
@@ -1970,7 +2018,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1970
2018
|
type="button"
|
|
1971
2019
|
aria-label="Scroll left"
|
|
1972
2020
|
>
|
|
1973
|
-
<
|
|
2021
|
+
<span class="pf-v6-c-button__text">
|
|
2022
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2023
|
+
</span>
|
|
1974
2024
|
</button>
|
|
1975
2025
|
</div>
|
|
1976
2026
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -2043,7 +2093,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2043
2093
|
type="button"
|
|
2044
2094
|
aria-label="Scroll right"
|
|
2045
2095
|
>
|
|
2046
|
-
<
|
|
2096
|
+
<span class="pf-v6-c-button__text">
|
|
2097
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2098
|
+
</span>
|
|
2047
2099
|
</button>
|
|
2048
2100
|
</div>
|
|
2049
2101
|
</div>
|
|
@@ -2059,7 +2111,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2059
2111
|
type="button"
|
|
2060
2112
|
aria-label="Scroll left"
|
|
2061
2113
|
>
|
|
2062
|
-
<
|
|
2114
|
+
<span class="pf-v6-c-button__text">
|
|
2115
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2116
|
+
</span>
|
|
2063
2117
|
</button>
|
|
2064
2118
|
</div>
|
|
2065
2119
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -2132,7 +2186,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2132
2186
|
type="button"
|
|
2133
2187
|
aria-label="Scroll right"
|
|
2134
2188
|
>
|
|
2135
|
-
<
|
|
2189
|
+
<span class="pf-v6-c-button__text">
|
|
2190
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2191
|
+
</span>
|
|
2136
2192
|
</button>
|
|
2137
2193
|
</div>
|
|
2138
2194
|
</div>
|
|
@@ -2153,7 +2209,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2153
2209
|
type="button"
|
|
2154
2210
|
aria-label="Scroll left"
|
|
2155
2211
|
>
|
|
2156
|
-
<
|
|
2212
|
+
<span class="pf-v6-c-button__text">
|
|
2213
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2214
|
+
</span>
|
|
2157
2215
|
</button>
|
|
2158
2216
|
</div>
|
|
2159
2217
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -2226,7 +2284,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2226
2284
|
type="button"
|
|
2227
2285
|
aria-label="Scroll right"
|
|
2228
2286
|
>
|
|
2229
|
-
<
|
|
2287
|
+
<span class="pf-v6-c-button__text">
|
|
2288
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2289
|
+
</span>
|
|
2230
2290
|
</button>
|
|
2231
2291
|
</div>
|
|
2232
2292
|
</div>
|
|
@@ -2242,7 +2302,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2242
2302
|
type="button"
|
|
2243
2303
|
aria-label="Scroll left"
|
|
2244
2304
|
>
|
|
2245
|
-
<
|
|
2305
|
+
<span class="pf-v6-c-button__text">
|
|
2306
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2307
|
+
</span>
|
|
2246
2308
|
</button>
|
|
2247
2309
|
</div>
|
|
2248
2310
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -2315,7 +2377,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2315
2377
|
type="button"
|
|
2316
2378
|
aria-label="Scroll right"
|
|
2317
2379
|
>
|
|
2318
|
-
<
|
|
2380
|
+
<span class="pf-v6-c-button__text">
|
|
2381
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2382
|
+
</span>
|
|
2319
2383
|
</button>
|
|
2320
2384
|
</div>
|
|
2321
2385
|
</div>
|
|
@@ -2335,7 +2399,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2335
2399
|
aria-label="Scroll left"
|
|
2336
2400
|
disabled
|
|
2337
2401
|
>
|
|
2338
|
-
<
|
|
2402
|
+
<span class="pf-v6-c-button__text">
|
|
2403
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2404
|
+
</span>
|
|
2339
2405
|
</button>
|
|
2340
2406
|
</div>
|
|
2341
2407
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -2378,7 +2444,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2378
2444
|
aria-label="Scroll right"
|
|
2379
2445
|
disabled
|
|
2380
2446
|
>
|
|
2381
|
-
<
|
|
2447
|
+
<span class="pf-v6-c-button__text">
|
|
2448
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2449
|
+
</span>
|
|
2382
2450
|
</button>
|
|
2383
2451
|
</div>
|
|
2384
2452
|
</div>
|
|
@@ -2396,7 +2464,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2396
2464
|
aria-label="Scroll left"
|
|
2397
2465
|
disabled
|
|
2398
2466
|
>
|
|
2399
|
-
<
|
|
2467
|
+
<span class="pf-v6-c-button__text">
|
|
2468
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2469
|
+
</span>
|
|
2400
2470
|
</button>
|
|
2401
2471
|
</div>
|
|
2402
2472
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -2448,7 +2518,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2448
2518
|
aria-label="Scroll right"
|
|
2449
2519
|
disabled
|
|
2450
2520
|
>
|
|
2451
|
-
<
|
|
2521
|
+
<span class="pf-v6-c-button__text">
|
|
2522
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2523
|
+
</span>
|
|
2452
2524
|
</button>
|
|
2453
2525
|
</div>
|
|
2454
2526
|
</div>
|
|
@@ -2466,7 +2538,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2466
2538
|
aria-label="Scroll left"
|
|
2467
2539
|
disabled
|
|
2468
2540
|
>
|
|
2469
|
-
<
|
|
2541
|
+
<span class="pf-v6-c-button__text">
|
|
2542
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2543
|
+
</span>
|
|
2470
2544
|
</button>
|
|
2471
2545
|
</div>
|
|
2472
2546
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -2509,7 +2583,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2509
2583
|
aria-label="Scroll right"
|
|
2510
2584
|
disabled
|
|
2511
2585
|
>
|
|
2512
|
-
<
|
|
2586
|
+
<span class="pf-v6-c-button__text">
|
|
2587
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2588
|
+
</span>
|
|
2513
2589
|
</button>
|
|
2514
2590
|
</div>
|
|
2515
2591
|
</div>
|
|
@@ -2531,7 +2607,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2531
2607
|
aria-label="Scroll left"
|
|
2532
2608
|
disabled
|
|
2533
2609
|
>
|
|
2534
|
-
<
|
|
2610
|
+
<span class="pf-v6-c-button__text">
|
|
2611
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2612
|
+
</span>
|
|
2535
2613
|
</button>
|
|
2536
2614
|
</div>
|
|
2537
2615
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -2583,7 +2661,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2583
2661
|
aria-label="Scroll right"
|
|
2584
2662
|
disabled
|
|
2585
2663
|
>
|
|
2586
|
-
<
|
|
2664
|
+
<span class="pf-v6-c-button__text">
|
|
2665
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2666
|
+
</span>
|
|
2587
2667
|
</button>
|
|
2588
2668
|
</div>
|
|
2589
2669
|
</div>
|
|
@@ -2613,7 +2693,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2613
2693
|
type="button"
|
|
2614
2694
|
aria-label="Scroll left"
|
|
2615
2695
|
>
|
|
2616
|
-
<
|
|
2696
|
+
<span class="pf-v6-c-button__text">
|
|
2697
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2698
|
+
</span>
|
|
2617
2699
|
</button>
|
|
2618
2700
|
</div>
|
|
2619
2701
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -2689,7 +2771,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2689
2771
|
type="button"
|
|
2690
2772
|
aria-label="Scroll right"
|
|
2691
2773
|
>
|
|
2692
|
-
<
|
|
2774
|
+
<span class="pf-v6-c-button__text">
|
|
2775
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2776
|
+
</span>
|
|
2693
2777
|
</button>
|
|
2694
2778
|
</div>
|
|
2695
2779
|
</nav>
|
|
@@ -2712,7 +2796,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2712
2796
|
aria-label="Scroll left"
|
|
2713
2797
|
disabled
|
|
2714
2798
|
>
|
|
2715
|
-
<
|
|
2799
|
+
<span class="pf-v6-c-button__text">
|
|
2800
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2801
|
+
</span>
|
|
2716
2802
|
</button>
|
|
2717
2803
|
</div>
|
|
2718
2804
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -2786,7 +2872,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2786
2872
|
aria-label="Scroll right"
|
|
2787
2873
|
disabled
|
|
2788
2874
|
>
|
|
2789
|
-
<
|
|
2875
|
+
<span class="pf-v6-c-button__text">
|
|
2876
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2877
|
+
</span>
|
|
2790
2878
|
</button>
|
|
2791
2879
|
</div>
|
|
2792
2880
|
</nav>
|
|
@@ -2804,7 +2892,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2804
2892
|
aria-label="Scroll left"
|
|
2805
2893
|
disabled
|
|
2806
2894
|
>
|
|
2807
|
-
<
|
|
2895
|
+
<span class="pf-v6-c-button__text">
|
|
2896
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2897
|
+
</span>
|
|
2808
2898
|
</button>
|
|
2809
2899
|
</div>
|
|
2810
2900
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -2881,7 +2971,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2881
2971
|
aria-label="Scroll right"
|
|
2882
2972
|
disabled
|
|
2883
2973
|
>
|
|
2884
|
-
<
|
|
2974
|
+
<span class="pf-v6-c-button__text">
|
|
2975
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2976
|
+
</span>
|
|
2885
2977
|
</button>
|
|
2886
2978
|
</div>
|
|
2887
2979
|
</nav>
|
|
@@ -2905,7 +2997,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2905
2997
|
aria-label="Scroll left"
|
|
2906
2998
|
disabled
|
|
2907
2999
|
>
|
|
2908
|
-
<
|
|
3000
|
+
<span class="pf-v6-c-button__text">
|
|
3001
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
3002
|
+
</span>
|
|
2909
3003
|
</button>
|
|
2910
3004
|
</div>
|
|
2911
3005
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -2924,8 +3018,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2924
3018
|
type="button"
|
|
2925
3019
|
aria-label="More info for Users label"
|
|
2926
3020
|
>
|
|
2927
|
-
<span class="pf-v6-c-
|
|
2928
|
-
<
|
|
3021
|
+
<span class="pf-v6-c-button__text">
|
|
3022
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3023
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3024
|
+
</span>
|
|
2929
3025
|
</span>
|
|
2930
3026
|
</button>
|
|
2931
3027
|
</span>
|
|
@@ -2945,8 +3041,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2945
3041
|
type="button"
|
|
2946
3042
|
aria-label="More info for Containers label"
|
|
2947
3043
|
>
|
|
2948
|
-
<span class="pf-v6-c-
|
|
2949
|
-
<
|
|
3044
|
+
<span class="pf-v6-c-button__text">
|
|
3045
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3046
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3047
|
+
</span>
|
|
2950
3048
|
</span>
|
|
2951
3049
|
</button>
|
|
2952
3050
|
</span>
|
|
@@ -2966,8 +3064,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2966
3064
|
type="button"
|
|
2967
3065
|
aria-label="More info for Database label"
|
|
2968
3066
|
>
|
|
2969
|
-
<span class="pf-v6-c-
|
|
2970
|
-
<
|
|
3067
|
+
<span class="pf-v6-c-button__text">
|
|
3068
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3069
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3070
|
+
</span>
|
|
2971
3071
|
</span>
|
|
2972
3072
|
</button>
|
|
2973
3073
|
</span>
|
|
@@ -2993,8 +3093,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2993
3093
|
aria-label="More info for Disabled label"
|
|
2994
3094
|
disabled
|
|
2995
3095
|
>
|
|
2996
|
-
<span class="pf-v6-c-
|
|
2997
|
-
<
|
|
3096
|
+
<span class="pf-v6-c-button__text">
|
|
3097
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3098
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3099
|
+
</span>
|
|
2998
3100
|
</span>
|
|
2999
3101
|
</button>
|
|
3000
3102
|
</span>
|
|
@@ -3019,8 +3121,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3019
3121
|
aria-label="More info for ARIA disabled label"
|
|
3020
3122
|
aria-disabled="true"
|
|
3021
3123
|
>
|
|
3022
|
-
<span class="pf-v6-c-
|
|
3023
|
-
<
|
|
3124
|
+
<span class="pf-v6-c-button__text">
|
|
3125
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3126
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3127
|
+
</span>
|
|
3024
3128
|
</span>
|
|
3025
3129
|
</button>
|
|
3026
3130
|
</span>
|
|
@@ -3045,8 +3149,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3045
3149
|
aria-label="More info for Help disabled label"
|
|
3046
3150
|
disabled
|
|
3047
3151
|
>
|
|
3048
|
-
<span class="pf-v6-c-
|
|
3049
|
-
<
|
|
3152
|
+
<span class="pf-v6-c-button__text">
|
|
3153
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3154
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3155
|
+
</span>
|
|
3050
3156
|
</span>
|
|
3051
3157
|
</button>
|
|
3052
3158
|
</span>
|
|
@@ -3066,8 +3172,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3066
3172
|
type="button"
|
|
3067
3173
|
aria-label="More info for Network label"
|
|
3068
3174
|
>
|
|
3069
|
-
<span class="pf-v6-c-
|
|
3070
|
-
<
|
|
3175
|
+
<span class="pf-v6-c-button__text">
|
|
3176
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3177
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3178
|
+
</span>
|
|
3071
3179
|
</span>
|
|
3072
3180
|
</button>
|
|
3073
3181
|
</span>
|
|
@@ -3080,7 +3188,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3080
3188
|
type="button"
|
|
3081
3189
|
aria-label="Scroll right"
|
|
3082
3190
|
>
|
|
3083
|
-
<
|
|
3191
|
+
<span class="pf-v6-c-button__text">
|
|
3192
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3193
|
+
</span>
|
|
3084
3194
|
</button>
|
|
3085
3195
|
</div>
|
|
3086
3196
|
</div>
|
|
@@ -3100,7 +3210,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3100
3210
|
aria-label="Scroll left"
|
|
3101
3211
|
disabled
|
|
3102
3212
|
>
|
|
3103
|
-
<
|
|
3213
|
+
<span class="pf-v6-c-button__text">
|
|
3214
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
3215
|
+
</span>
|
|
3104
3216
|
</button>
|
|
3105
3217
|
</div>
|
|
3106
3218
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -3119,8 +3231,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3119
3231
|
type="button"
|
|
3120
3232
|
aria-label="More info for Users label"
|
|
3121
3233
|
>
|
|
3122
|
-
<span class="pf-v6-c-
|
|
3123
|
-
<
|
|
3234
|
+
<span class="pf-v6-c-button__text">
|
|
3235
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3236
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3237
|
+
</span>
|
|
3124
3238
|
</span>
|
|
3125
3239
|
</button>
|
|
3126
3240
|
</span>
|
|
@@ -3140,8 +3254,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3140
3254
|
type="button"
|
|
3141
3255
|
aria-label="More info for Containers label"
|
|
3142
3256
|
>
|
|
3143
|
-
<span class="pf-v6-c-
|
|
3144
|
-
<
|
|
3257
|
+
<span class="pf-v6-c-button__text">
|
|
3258
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3259
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3260
|
+
</span>
|
|
3145
3261
|
</span>
|
|
3146
3262
|
</button>
|
|
3147
3263
|
</span>
|
|
@@ -3161,8 +3277,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3161
3277
|
type="button"
|
|
3162
3278
|
aria-label="More info for Database label"
|
|
3163
3279
|
>
|
|
3164
|
-
<span class="pf-v6-c-
|
|
3165
|
-
<
|
|
3280
|
+
<span class="pf-v6-c-button__text">
|
|
3281
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3282
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3283
|
+
</span>
|
|
3166
3284
|
</span>
|
|
3167
3285
|
</button>
|
|
3168
3286
|
</span>
|
|
@@ -3188,8 +3306,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3188
3306
|
aria-label="More info for Disabled label"
|
|
3189
3307
|
disabled
|
|
3190
3308
|
>
|
|
3191
|
-
<span class="pf-v6-c-
|
|
3192
|
-
<
|
|
3309
|
+
<span class="pf-v6-c-button__text">
|
|
3310
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3311
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3312
|
+
</span>
|
|
3193
3313
|
</span>
|
|
3194
3314
|
</button>
|
|
3195
3315
|
</span>
|
|
@@ -3214,8 +3334,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3214
3334
|
aria-label="More info for ARIA disabled label"
|
|
3215
3335
|
aria-disabled="true"
|
|
3216
3336
|
>
|
|
3217
|
-
<span class="pf-v6-c-
|
|
3218
|
-
<
|
|
3337
|
+
<span class="pf-v6-c-button__text">
|
|
3338
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3339
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3340
|
+
</span>
|
|
3219
3341
|
</span>
|
|
3220
3342
|
</button>
|
|
3221
3343
|
</span>
|
|
@@ -3240,8 +3362,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3240
3362
|
aria-label="More info for Help disabled label"
|
|
3241
3363
|
disabled
|
|
3242
3364
|
>
|
|
3243
|
-
<span class="pf-v6-c-
|
|
3244
|
-
<
|
|
3365
|
+
<span class="pf-v6-c-button__text">
|
|
3366
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3367
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3368
|
+
</span>
|
|
3245
3369
|
</span>
|
|
3246
3370
|
</button>
|
|
3247
3371
|
</span>
|
|
@@ -3261,8 +3385,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3261
3385
|
type="button"
|
|
3262
3386
|
aria-label="More info for Network label"
|
|
3263
3387
|
>
|
|
3264
|
-
<span class="pf-v6-c-
|
|
3265
|
-
<
|
|
3388
|
+
<span class="pf-v6-c-button__text">
|
|
3389
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3390
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3391
|
+
</span>
|
|
3266
3392
|
</span>
|
|
3267
3393
|
</button>
|
|
3268
3394
|
</span>
|
|
@@ -3275,7 +3401,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3275
3401
|
type="button"
|
|
3276
3402
|
aria-label="Scroll right"
|
|
3277
3403
|
>
|
|
3278
|
-
<
|
|
3404
|
+
<span class="pf-v6-c-button__text">
|
|
3405
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3406
|
+
</span>
|
|
3279
3407
|
</button>
|
|
3280
3408
|
</div>
|
|
3281
3409
|
</div>
|
|
@@ -3295,7 +3423,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3295
3423
|
aria-label="Scroll left"
|
|
3296
3424
|
disabled
|
|
3297
3425
|
>
|
|
3298
|
-
<
|
|
3426
|
+
<span class="pf-v6-c-button__text">
|
|
3427
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
3428
|
+
</span>
|
|
3299
3429
|
</button>
|
|
3300
3430
|
</div>
|
|
3301
3431
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -3314,8 +3444,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3314
3444
|
type="button"
|
|
3315
3445
|
aria-label="More info for Users label"
|
|
3316
3446
|
>
|
|
3317
|
-
<span class="pf-v6-c-
|
|
3318
|
-
<
|
|
3447
|
+
<span class="pf-v6-c-button__text">
|
|
3448
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3449
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3450
|
+
</span>
|
|
3319
3451
|
</span>
|
|
3320
3452
|
</button>
|
|
3321
3453
|
</span>
|
|
@@ -3335,8 +3467,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3335
3467
|
type="button"
|
|
3336
3468
|
aria-label="More info for Containers label"
|
|
3337
3469
|
>
|
|
3338
|
-
<span class="pf-v6-c-
|
|
3339
|
-
<
|
|
3470
|
+
<span class="pf-v6-c-button__text">
|
|
3471
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3472
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3473
|
+
</span>
|
|
3340
3474
|
</span>
|
|
3341
3475
|
</button>
|
|
3342
3476
|
</span>
|
|
@@ -3356,8 +3490,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3356
3490
|
type="button"
|
|
3357
3491
|
aria-label="More info for Database label"
|
|
3358
3492
|
>
|
|
3359
|
-
<span class="pf-v6-c-
|
|
3360
|
-
<
|
|
3493
|
+
<span class="pf-v6-c-button__text">
|
|
3494
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3495
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3496
|
+
</span>
|
|
3361
3497
|
</span>
|
|
3362
3498
|
</button>
|
|
3363
3499
|
</span>
|
|
@@ -3383,8 +3519,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3383
3519
|
aria-label="More info for Disabled label"
|
|
3384
3520
|
disabled
|
|
3385
3521
|
>
|
|
3386
|
-
<span class="pf-v6-c-
|
|
3387
|
-
<
|
|
3522
|
+
<span class="pf-v6-c-button__text">
|
|
3523
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3524
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3525
|
+
</span>
|
|
3388
3526
|
</span>
|
|
3389
3527
|
</button>
|
|
3390
3528
|
</span>
|
|
@@ -3409,8 +3547,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3409
3547
|
aria-label="More info for ARIA disabled label"
|
|
3410
3548
|
aria-disabled="true"
|
|
3411
3549
|
>
|
|
3412
|
-
<span class="pf-v6-c-
|
|
3413
|
-
<
|
|
3550
|
+
<span class="pf-v6-c-button__text">
|
|
3551
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3552
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3553
|
+
</span>
|
|
3414
3554
|
</span>
|
|
3415
3555
|
</button>
|
|
3416
3556
|
</span>
|
|
@@ -3435,8 +3575,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3435
3575
|
aria-label="More info for Help disabled label"
|
|
3436
3576
|
disabled
|
|
3437
3577
|
>
|
|
3438
|
-
<span class="pf-v6-c-
|
|
3439
|
-
<
|
|
3578
|
+
<span class="pf-v6-c-button__text">
|
|
3579
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3580
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3581
|
+
</span>
|
|
3440
3582
|
</span>
|
|
3441
3583
|
</button>
|
|
3442
3584
|
</span>
|
|
@@ -3456,8 +3598,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3456
3598
|
type="button"
|
|
3457
3599
|
aria-label="More info for Network label"
|
|
3458
3600
|
>
|
|
3459
|
-
<span class="pf-v6-c-
|
|
3460
|
-
<
|
|
3601
|
+
<span class="pf-v6-c-button__text">
|
|
3602
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3603
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3604
|
+
</span>
|
|
3461
3605
|
</span>
|
|
3462
3606
|
</button>
|
|
3463
3607
|
</span>
|
|
@@ -3470,7 +3614,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3470
3614
|
type="button"
|
|
3471
3615
|
aria-label="Scroll right"
|
|
3472
3616
|
>
|
|
3473
|
-
<
|
|
3617
|
+
<span class="pf-v6-c-button__text">
|
|
3618
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3619
|
+
</span>
|
|
3474
3620
|
</button>
|
|
3475
3621
|
</div>
|
|
3476
3622
|
</div>
|
|
@@ -3490,7 +3636,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3490
3636
|
aria-label="Scroll left"
|
|
3491
3637
|
disabled
|
|
3492
3638
|
>
|
|
3493
|
-
<
|
|
3639
|
+
<span class="pf-v6-c-button__text">
|
|
3640
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
3641
|
+
</span>
|
|
3494
3642
|
</button>
|
|
3495
3643
|
</div>
|
|
3496
3644
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -3512,8 +3660,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3512
3660
|
type="button"
|
|
3513
3661
|
aria-label="More info for Users label"
|
|
3514
3662
|
>
|
|
3515
|
-
<span class="pf-v6-c-
|
|
3516
|
-
<
|
|
3663
|
+
<span class="pf-v6-c-button__text">
|
|
3664
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3665
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3666
|
+
</span>
|
|
3517
3667
|
</span>
|
|
3518
3668
|
</button>
|
|
3519
3669
|
</span>
|
|
@@ -3536,8 +3686,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3536
3686
|
type="button"
|
|
3537
3687
|
aria-label="More info for Containers label"
|
|
3538
3688
|
>
|
|
3539
|
-
<span class="pf-v6-c-
|
|
3540
|
-
<
|
|
3689
|
+
<span class="pf-v6-c-button__text">
|
|
3690
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3691
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3692
|
+
</span>
|
|
3541
3693
|
</span>
|
|
3542
3694
|
</button>
|
|
3543
3695
|
</span>
|
|
@@ -3560,8 +3712,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3560
3712
|
type="button"
|
|
3561
3713
|
aria-label="More info for Database label"
|
|
3562
3714
|
>
|
|
3563
|
-
<span class="pf-v6-c-
|
|
3564
|
-
<
|
|
3715
|
+
<span class="pf-v6-c-button__text">
|
|
3716
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3717
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3718
|
+
</span>
|
|
3565
3719
|
</span>
|
|
3566
3720
|
</button>
|
|
3567
3721
|
</span>
|
|
@@ -3590,8 +3744,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3590
3744
|
aria-label="More info for Disabled label"
|
|
3591
3745
|
disabled
|
|
3592
3746
|
>
|
|
3593
|
-
<span class="pf-v6-c-
|
|
3594
|
-
<
|
|
3747
|
+
<span class="pf-v6-c-button__text">
|
|
3748
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3749
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3750
|
+
</span>
|
|
3595
3751
|
</span>
|
|
3596
3752
|
</button>
|
|
3597
3753
|
</span>
|
|
@@ -3619,8 +3775,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3619
3775
|
aria-label="More info for ARIA disabled label"
|
|
3620
3776
|
aria-disabled="true"
|
|
3621
3777
|
>
|
|
3622
|
-
<span class="pf-v6-c-
|
|
3623
|
-
<
|
|
3778
|
+
<span class="pf-v6-c-button__text">
|
|
3779
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3780
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3781
|
+
</span>
|
|
3624
3782
|
</span>
|
|
3625
3783
|
</button>
|
|
3626
3784
|
</span>
|
|
@@ -3648,8 +3806,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3648
3806
|
aria-label="More info for Help disabled label"
|
|
3649
3807
|
disabled
|
|
3650
3808
|
>
|
|
3651
|
-
<span class="pf-v6-c-
|
|
3652
|
-
<
|
|
3809
|
+
<span class="pf-v6-c-button__text">
|
|
3810
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3811
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3812
|
+
</span>
|
|
3653
3813
|
</span>
|
|
3654
3814
|
</button>
|
|
3655
3815
|
</span>
|
|
@@ -3672,8 +3832,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3672
3832
|
type="button"
|
|
3673
3833
|
aria-label="More info for Network label"
|
|
3674
3834
|
>
|
|
3675
|
-
<span class="pf-v6-c-
|
|
3676
|
-
<
|
|
3835
|
+
<span class="pf-v6-c-button__text">
|
|
3836
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3837
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3838
|
+
</span>
|
|
3677
3839
|
</span>
|
|
3678
3840
|
</button>
|
|
3679
3841
|
</span>
|
|
@@ -3686,7 +3848,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3686
3848
|
type="button"
|
|
3687
3849
|
aria-label="Scroll right"
|
|
3688
3850
|
>
|
|
3689
|
-
<
|
|
3851
|
+
<span class="pf-v6-c-button__text">
|
|
3852
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3853
|
+
</span>
|
|
3690
3854
|
</button>
|
|
3691
3855
|
</div>
|
|
3692
3856
|
</div>
|
|
@@ -3706,7 +3870,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3706
3870
|
aria-label="Scroll left"
|
|
3707
3871
|
disabled
|
|
3708
3872
|
>
|
|
3709
|
-
<
|
|
3873
|
+
<span class="pf-v6-c-button__text">
|
|
3874
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
3875
|
+
</span>
|
|
3710
3876
|
</button>
|
|
3711
3877
|
</div>
|
|
3712
3878
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -3725,8 +3891,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3725
3891
|
type="button"
|
|
3726
3892
|
aria-label="More info for Users label"
|
|
3727
3893
|
>
|
|
3728
|
-
<span class="pf-v6-c-
|
|
3729
|
-
<
|
|
3894
|
+
<span class="pf-v6-c-button__text">
|
|
3895
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3896
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3897
|
+
</span>
|
|
3730
3898
|
</span>
|
|
3731
3899
|
</button>
|
|
3732
3900
|
</span>
|
|
@@ -3746,8 +3914,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3746
3914
|
type="button"
|
|
3747
3915
|
aria-label="More info for Containers label"
|
|
3748
3916
|
>
|
|
3749
|
-
<span class="pf-v6-c-
|
|
3750
|
-
<
|
|
3917
|
+
<span class="pf-v6-c-button__text">
|
|
3918
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3919
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3920
|
+
</span>
|
|
3751
3921
|
</span>
|
|
3752
3922
|
</button>
|
|
3753
3923
|
</span>
|
|
@@ -3767,8 +3937,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3767
3937
|
type="button"
|
|
3768
3938
|
aria-label="More info for Database label"
|
|
3769
3939
|
>
|
|
3770
|
-
<span class="pf-v6-c-
|
|
3771
|
-
<
|
|
3940
|
+
<span class="pf-v6-c-button__text">
|
|
3941
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3942
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3943
|
+
</span>
|
|
3772
3944
|
</span>
|
|
3773
3945
|
</button>
|
|
3774
3946
|
</span>
|
|
@@ -3782,7 +3954,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3782
3954
|
aria-label="Scroll right"
|
|
3783
3955
|
disabled
|
|
3784
3956
|
>
|
|
3785
|
-
<
|
|
3957
|
+
<span class="pf-v6-c-button__text">
|
|
3958
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3959
|
+
</span>
|
|
3786
3960
|
</button>
|
|
3787
3961
|
</div>
|
|
3788
3962
|
</div>
|
|
@@ -3802,7 +3976,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3802
3976
|
aria-label="Scroll left"
|
|
3803
3977
|
disabled
|
|
3804
3978
|
>
|
|
3805
|
-
<
|
|
3979
|
+
<span class="pf-v6-c-button__text">
|
|
3980
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
3981
|
+
</span>
|
|
3806
3982
|
</button>
|
|
3807
3983
|
</div>
|
|
3808
3984
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -3821,8 +3997,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3821
3997
|
type="button"
|
|
3822
3998
|
aria-label="More info for Users label"
|
|
3823
3999
|
>
|
|
3824
|
-
<span class="pf-v6-c-
|
|
3825
|
-
<
|
|
4000
|
+
<span class="pf-v6-c-button__text">
|
|
4001
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4002
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4003
|
+
</span>
|
|
3826
4004
|
</span>
|
|
3827
4005
|
</button>
|
|
3828
4006
|
</span>
|
|
@@ -3842,8 +4020,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3842
4020
|
type="button"
|
|
3843
4021
|
aria-label="More info for Containers label"
|
|
3844
4022
|
>
|
|
3845
|
-
<span class="pf-v6-c-
|
|
3846
|
-
<
|
|
4023
|
+
<span class="pf-v6-c-button__text">
|
|
4024
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4025
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4026
|
+
</span>
|
|
3847
4027
|
</span>
|
|
3848
4028
|
</button>
|
|
3849
4029
|
</span>
|
|
@@ -3863,8 +4043,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3863
4043
|
type="button"
|
|
3864
4044
|
aria-label="More info for Database label"
|
|
3865
4045
|
>
|
|
3866
|
-
<span class="pf-v6-c-
|
|
3867
|
-
<
|
|
4046
|
+
<span class="pf-v6-c-button__text">
|
|
4047
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4048
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4049
|
+
</span>
|
|
3868
4050
|
</span>
|
|
3869
4051
|
</button>
|
|
3870
4052
|
</span>
|
|
@@ -3890,8 +4072,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3890
4072
|
aria-label="More info for Disabled label"
|
|
3891
4073
|
disabled
|
|
3892
4074
|
>
|
|
3893
|
-
<span class="pf-v6-c-
|
|
3894
|
-
<
|
|
4075
|
+
<span class="pf-v6-c-button__text">
|
|
4076
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4077
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4078
|
+
</span>
|
|
3895
4079
|
</span>
|
|
3896
4080
|
</button>
|
|
3897
4081
|
</span>
|
|
@@ -3916,8 +4100,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3916
4100
|
aria-label="More info for ARIA disabled label"
|
|
3917
4101
|
aria-disabled="true"
|
|
3918
4102
|
>
|
|
3919
|
-
<span class="pf-v6-c-
|
|
3920
|
-
<
|
|
4103
|
+
<span class="pf-v6-c-button__text">
|
|
4104
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4105
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4106
|
+
</span>
|
|
3921
4107
|
</span>
|
|
3922
4108
|
</button>
|
|
3923
4109
|
</span>
|
|
@@ -3942,8 +4128,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3942
4128
|
aria-label="More info for Help disabled label"
|
|
3943
4129
|
disabled
|
|
3944
4130
|
>
|
|
3945
|
-
<span class="pf-v6-c-
|
|
3946
|
-
<
|
|
4131
|
+
<span class="pf-v6-c-button__text">
|
|
4132
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4133
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4134
|
+
</span>
|
|
3947
4135
|
</span>
|
|
3948
4136
|
</button>
|
|
3949
4137
|
</span>
|
|
@@ -3963,8 +4151,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3963
4151
|
type="button"
|
|
3964
4152
|
aria-label="More info for Network label"
|
|
3965
4153
|
>
|
|
3966
|
-
<span class="pf-v6-c-
|
|
3967
|
-
<
|
|
4154
|
+
<span class="pf-v6-c-button__text">
|
|
4155
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4156
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4157
|
+
</span>
|
|
3968
4158
|
</span>
|
|
3969
4159
|
</button>
|
|
3970
4160
|
</span>
|
|
@@ -3977,7 +4167,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3977
4167
|
type="button"
|
|
3978
4168
|
aria-label="Scroll right"
|
|
3979
4169
|
>
|
|
3980
|
-
<
|
|
4170
|
+
<span class="pf-v6-c-button__text">
|
|
4171
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
4172
|
+
</span>
|
|
3981
4173
|
</button>
|
|
3982
4174
|
</div>
|
|
3983
4175
|
</div>
|
|
@@ -3993,7 +4185,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3993
4185
|
aria-label="Scroll left"
|
|
3994
4186
|
disabled
|
|
3995
4187
|
>
|
|
3996
|
-
<
|
|
4188
|
+
<span class="pf-v6-c-button__text">
|
|
4189
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
4190
|
+
</span>
|
|
3997
4191
|
</button>
|
|
3998
4192
|
</div>
|
|
3999
4193
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -4012,8 +4206,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4012
4206
|
type="button"
|
|
4013
4207
|
aria-label="More info for Users label"
|
|
4014
4208
|
>
|
|
4015
|
-
<span class="pf-v6-c-
|
|
4016
|
-
<
|
|
4209
|
+
<span class="pf-v6-c-button__text">
|
|
4210
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4211
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4212
|
+
</span>
|
|
4017
4213
|
</span>
|
|
4018
4214
|
</button>
|
|
4019
4215
|
</span>
|
|
@@ -4033,8 +4229,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4033
4229
|
type="button"
|
|
4034
4230
|
aria-label="More info for Containers label"
|
|
4035
4231
|
>
|
|
4036
|
-
<span class="pf-v6-c-
|
|
4037
|
-
<
|
|
4232
|
+
<span class="pf-v6-c-button__text">
|
|
4233
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4234
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4235
|
+
</span>
|
|
4038
4236
|
</span>
|
|
4039
4237
|
</button>
|
|
4040
4238
|
</span>
|
|
@@ -4054,8 +4252,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4054
4252
|
type="button"
|
|
4055
4253
|
aria-label="More info for Database label"
|
|
4056
4254
|
>
|
|
4057
|
-
<span class="pf-v6-c-
|
|
4058
|
-
<
|
|
4255
|
+
<span class="pf-v6-c-button__text">
|
|
4256
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4257
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4258
|
+
</span>
|
|
4059
4259
|
</span>
|
|
4060
4260
|
</button>
|
|
4061
4261
|
</span>
|
|
@@ -4081,8 +4281,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4081
4281
|
aria-label="More info for Disabled label"
|
|
4082
4282
|
disabled
|
|
4083
4283
|
>
|
|
4084
|
-
<span class="pf-v6-c-
|
|
4085
|
-
<
|
|
4284
|
+
<span class="pf-v6-c-button__text">
|
|
4285
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4286
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4287
|
+
</span>
|
|
4086
4288
|
</span>
|
|
4087
4289
|
</button>
|
|
4088
4290
|
</span>
|
|
@@ -4107,8 +4309,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4107
4309
|
aria-label="More info for ARIA disabled label"
|
|
4108
4310
|
aria-disabled="true"
|
|
4109
4311
|
>
|
|
4110
|
-
<span class="pf-v6-c-
|
|
4111
|
-
<
|
|
4312
|
+
<span class="pf-v6-c-button__text">
|
|
4313
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4314
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4315
|
+
</span>
|
|
4112
4316
|
</span>
|
|
4113
4317
|
</button>
|
|
4114
4318
|
</span>
|
|
@@ -4133,8 +4337,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4133
4337
|
aria-label="More info for Help disabled label"
|
|
4134
4338
|
disabled
|
|
4135
4339
|
>
|
|
4136
|
-
<span class="pf-v6-c-
|
|
4137
|
-
<
|
|
4340
|
+
<span class="pf-v6-c-button__text">
|
|
4341
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4342
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4343
|
+
</span>
|
|
4138
4344
|
</span>
|
|
4139
4345
|
</button>
|
|
4140
4346
|
</span>
|
|
@@ -4154,8 +4360,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4154
4360
|
type="button"
|
|
4155
4361
|
aria-label="More info for Network label"
|
|
4156
4362
|
>
|
|
4157
|
-
<span class="pf-v6-c-
|
|
4158
|
-
<
|
|
4363
|
+
<span class="pf-v6-c-button__text">
|
|
4364
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4365
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4366
|
+
</span>
|
|
4159
4367
|
</span>
|
|
4160
4368
|
</button>
|
|
4161
4369
|
</span>
|
|
@@ -4168,7 +4376,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4168
4376
|
type="button"
|
|
4169
4377
|
aria-label="Scroll right"
|
|
4170
4378
|
>
|
|
4171
|
-
<
|
|
4379
|
+
<span class="pf-v6-c-button__text">
|
|
4380
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
4381
|
+
</span>
|
|
4172
4382
|
</button>
|
|
4173
4383
|
</div>
|
|
4174
4384
|
</div>
|
|
@@ -4190,7 +4400,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4190
4400
|
aria-label="Scroll left"
|
|
4191
4401
|
disabled
|
|
4192
4402
|
>
|
|
4193
|
-
<
|
|
4403
|
+
<span class="pf-v6-c-button__text">
|
|
4404
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
4405
|
+
</span>
|
|
4194
4406
|
</button>
|
|
4195
4407
|
</div>
|
|
4196
4408
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -4209,8 +4421,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4209
4421
|
type="button"
|
|
4210
4422
|
aria-label="Close Users"
|
|
4211
4423
|
>
|
|
4212
|
-
<span class="pf-v6-c-
|
|
4213
|
-
<
|
|
4424
|
+
<span class="pf-v6-c-button__text">
|
|
4425
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4426
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4427
|
+
</span>
|
|
4214
4428
|
</span>
|
|
4215
4429
|
</button>
|
|
4216
4430
|
</span>
|
|
@@ -4230,8 +4444,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4230
4444
|
type="button"
|
|
4231
4445
|
aria-label="Close Containers"
|
|
4232
4446
|
>
|
|
4233
|
-
<span class="pf-v6-c-
|
|
4234
|
-
<
|
|
4447
|
+
<span class="pf-v6-c-button__text">
|
|
4448
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4449
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4450
|
+
</span>
|
|
4235
4451
|
</span>
|
|
4236
4452
|
</button>
|
|
4237
4453
|
</span>
|
|
@@ -4251,8 +4467,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4251
4467
|
type="button"
|
|
4252
4468
|
aria-label="Close Database"
|
|
4253
4469
|
>
|
|
4254
|
-
<span class="pf-v6-c-
|
|
4255
|
-
<
|
|
4470
|
+
<span class="pf-v6-c-button__text">
|
|
4471
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4472
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4473
|
+
</span>
|
|
4256
4474
|
</span>
|
|
4257
4475
|
</button>
|
|
4258
4476
|
</span>
|
|
@@ -4278,8 +4496,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4278
4496
|
aria-label="Close Disabled"
|
|
4279
4497
|
disabled
|
|
4280
4498
|
>
|
|
4281
|
-
<span class="pf-v6-c-
|
|
4282
|
-
<
|
|
4499
|
+
<span class="pf-v6-c-button__text">
|
|
4500
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4501
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4502
|
+
</span>
|
|
4283
4503
|
</span>
|
|
4284
4504
|
</button>
|
|
4285
4505
|
</span>
|
|
@@ -4304,8 +4524,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4304
4524
|
aria-label="Close ARIA disabled"
|
|
4305
4525
|
aria-disabled="true"
|
|
4306
4526
|
>
|
|
4307
|
-
<span class="pf-v6-c-
|
|
4308
|
-
<
|
|
4527
|
+
<span class="pf-v6-c-button__text">
|
|
4528
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4529
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4530
|
+
</span>
|
|
4309
4531
|
</span>
|
|
4310
4532
|
</button>
|
|
4311
4533
|
</span>
|
|
@@ -4330,8 +4552,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4330
4552
|
aria-label="Close Close disabled"
|
|
4331
4553
|
disabled
|
|
4332
4554
|
>
|
|
4333
|
-
<span class="pf-v6-c-
|
|
4334
|
-
<
|
|
4555
|
+
<span class="pf-v6-c-button__text">
|
|
4556
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4557
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4558
|
+
</span>
|
|
4335
4559
|
</span>
|
|
4336
4560
|
</button>
|
|
4337
4561
|
</span>
|
|
@@ -4351,8 +4575,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4351
4575
|
type="button"
|
|
4352
4576
|
aria-label="Close Network"
|
|
4353
4577
|
>
|
|
4354
|
-
<span class="pf-v6-c-
|
|
4355
|
-
<
|
|
4578
|
+
<span class="pf-v6-c-button__text">
|
|
4579
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4580
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4581
|
+
</span>
|
|
4356
4582
|
</span>
|
|
4357
4583
|
</button>
|
|
4358
4584
|
</span>
|
|
@@ -4365,7 +4591,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4365
4591
|
type="button"
|
|
4366
4592
|
aria-label="Scroll right"
|
|
4367
4593
|
>
|
|
4368
|
-
<
|
|
4594
|
+
<span class="pf-v6-c-button__text">
|
|
4595
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
4596
|
+
</span>
|
|
4369
4597
|
</button>
|
|
4370
4598
|
</div>
|
|
4371
4599
|
</div>
|
|
@@ -4385,7 +4613,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4385
4613
|
aria-label="Scroll left"
|
|
4386
4614
|
disabled
|
|
4387
4615
|
>
|
|
4388
|
-
<
|
|
4616
|
+
<span class="pf-v6-c-button__text">
|
|
4617
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
4618
|
+
</span>
|
|
4389
4619
|
</button>
|
|
4390
4620
|
</div>
|
|
4391
4621
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -4404,8 +4634,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4404
4634
|
type="button"
|
|
4405
4635
|
aria-label="Close Users"
|
|
4406
4636
|
>
|
|
4407
|
-
<span class="pf-v6-c-
|
|
4408
|
-
<
|
|
4637
|
+
<span class="pf-v6-c-button__text">
|
|
4638
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4639
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4640
|
+
</span>
|
|
4409
4641
|
</span>
|
|
4410
4642
|
</button>
|
|
4411
4643
|
</span>
|
|
@@ -4425,8 +4657,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4425
4657
|
type="button"
|
|
4426
4658
|
aria-label="Close Containers"
|
|
4427
4659
|
>
|
|
4428
|
-
<span class="pf-v6-c-
|
|
4429
|
-
<
|
|
4660
|
+
<span class="pf-v6-c-button__text">
|
|
4661
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4662
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4663
|
+
</span>
|
|
4430
4664
|
</span>
|
|
4431
4665
|
</button>
|
|
4432
4666
|
</span>
|
|
@@ -4446,8 +4680,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4446
4680
|
type="button"
|
|
4447
4681
|
aria-label="Close Database"
|
|
4448
4682
|
>
|
|
4449
|
-
<span class="pf-v6-c-
|
|
4450
|
-
<
|
|
4683
|
+
<span class="pf-v6-c-button__text">
|
|
4684
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4685
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4686
|
+
</span>
|
|
4451
4687
|
</span>
|
|
4452
4688
|
</button>
|
|
4453
4689
|
</span>
|
|
@@ -4473,8 +4709,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4473
4709
|
aria-label="Close Disabled"
|
|
4474
4710
|
disabled
|
|
4475
4711
|
>
|
|
4476
|
-
<span class="pf-v6-c-
|
|
4477
|
-
<
|
|
4712
|
+
<span class="pf-v6-c-button__text">
|
|
4713
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4714
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4715
|
+
</span>
|
|
4478
4716
|
</span>
|
|
4479
4717
|
</button>
|
|
4480
4718
|
</span>
|
|
@@ -4499,8 +4737,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4499
4737
|
aria-label="Close ARIA disabled"
|
|
4500
4738
|
aria-disabled="true"
|
|
4501
4739
|
>
|
|
4502
|
-
<span class="pf-v6-c-
|
|
4503
|
-
<
|
|
4740
|
+
<span class="pf-v6-c-button__text">
|
|
4741
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4742
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4743
|
+
</span>
|
|
4504
4744
|
</span>
|
|
4505
4745
|
</button>
|
|
4506
4746
|
</span>
|
|
@@ -4525,8 +4765,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4525
4765
|
aria-label="Close Close disabled"
|
|
4526
4766
|
disabled
|
|
4527
4767
|
>
|
|
4528
|
-
<span class="pf-v6-c-
|
|
4529
|
-
<
|
|
4768
|
+
<span class="pf-v6-c-button__text">
|
|
4769
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4770
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4771
|
+
</span>
|
|
4530
4772
|
</span>
|
|
4531
4773
|
</button>
|
|
4532
4774
|
</span>
|
|
@@ -4546,8 +4788,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4546
4788
|
type="button"
|
|
4547
4789
|
aria-label="Close Network"
|
|
4548
4790
|
>
|
|
4549
|
-
<span class="pf-v6-c-
|
|
4550
|
-
<
|
|
4791
|
+
<span class="pf-v6-c-button__text">
|
|
4792
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4793
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4794
|
+
</span>
|
|
4551
4795
|
</span>
|
|
4552
4796
|
</button>
|
|
4553
4797
|
</span>
|
|
@@ -4560,7 +4804,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4560
4804
|
type="button"
|
|
4561
4805
|
aria-label="Scroll right"
|
|
4562
4806
|
>
|
|
4563
|
-
<
|
|
4807
|
+
<span class="pf-v6-c-button__text">
|
|
4808
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
4809
|
+
</span>
|
|
4564
4810
|
</button>
|
|
4565
4811
|
</div>
|
|
4566
4812
|
</div>
|
|
@@ -4580,7 +4826,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4580
4826
|
aria-label="Scroll left"
|
|
4581
4827
|
disabled
|
|
4582
4828
|
>
|
|
4583
|
-
<
|
|
4829
|
+
<span class="pf-v6-c-button__text">
|
|
4830
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
4831
|
+
</span>
|
|
4584
4832
|
</button>
|
|
4585
4833
|
</div>
|
|
4586
4834
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -4599,8 +4847,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4599
4847
|
type="button"
|
|
4600
4848
|
aria-label="Close Users"
|
|
4601
4849
|
>
|
|
4602
|
-
<span class="pf-v6-c-
|
|
4603
|
-
<
|
|
4850
|
+
<span class="pf-v6-c-button__text">
|
|
4851
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4852
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4853
|
+
</span>
|
|
4604
4854
|
</span>
|
|
4605
4855
|
</button>
|
|
4606
4856
|
</span>
|
|
@@ -4620,8 +4870,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4620
4870
|
type="button"
|
|
4621
4871
|
aria-label="Close Containers"
|
|
4622
4872
|
>
|
|
4623
|
-
<span class="pf-v6-c-
|
|
4624
|
-
<
|
|
4873
|
+
<span class="pf-v6-c-button__text">
|
|
4874
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4875
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4876
|
+
</span>
|
|
4625
4877
|
</span>
|
|
4626
4878
|
</button>
|
|
4627
4879
|
</span>
|
|
@@ -4641,8 +4893,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4641
4893
|
type="button"
|
|
4642
4894
|
aria-label="Close Database"
|
|
4643
4895
|
>
|
|
4644
|
-
<span class="pf-v6-c-
|
|
4645
|
-
<
|
|
4896
|
+
<span class="pf-v6-c-button__text">
|
|
4897
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4898
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4899
|
+
</span>
|
|
4646
4900
|
</span>
|
|
4647
4901
|
</button>
|
|
4648
4902
|
</span>
|
|
@@ -4668,8 +4922,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4668
4922
|
aria-label="Close Disabled"
|
|
4669
4923
|
disabled
|
|
4670
4924
|
>
|
|
4671
|
-
<span class="pf-v6-c-
|
|
4672
|
-
<
|
|
4925
|
+
<span class="pf-v6-c-button__text">
|
|
4926
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4927
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4928
|
+
</span>
|
|
4673
4929
|
</span>
|
|
4674
4930
|
</button>
|
|
4675
4931
|
</span>
|
|
@@ -4694,8 +4950,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4694
4950
|
aria-label="Close ARIA disabled"
|
|
4695
4951
|
aria-disabled="true"
|
|
4696
4952
|
>
|
|
4697
|
-
<span class="pf-v6-c-
|
|
4698
|
-
<
|
|
4953
|
+
<span class="pf-v6-c-button__text">
|
|
4954
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4955
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4956
|
+
</span>
|
|
4699
4957
|
</span>
|
|
4700
4958
|
</button>
|
|
4701
4959
|
</span>
|
|
@@ -4720,8 +4978,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4720
4978
|
aria-label="Close Close disabled"
|
|
4721
4979
|
disabled
|
|
4722
4980
|
>
|
|
4723
|
-
<span class="pf-v6-c-
|
|
4724
|
-
<
|
|
4981
|
+
<span class="pf-v6-c-button__text">
|
|
4982
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4983
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4984
|
+
</span>
|
|
4725
4985
|
</span>
|
|
4726
4986
|
</button>
|
|
4727
4987
|
</span>
|
|
@@ -4741,8 +5001,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4741
5001
|
type="button"
|
|
4742
5002
|
aria-label="Close Network"
|
|
4743
5003
|
>
|
|
4744
|
-
<span class="pf-v6-c-
|
|
4745
|
-
<
|
|
5004
|
+
<span class="pf-v6-c-button__text">
|
|
5005
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5006
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5007
|
+
</span>
|
|
4746
5008
|
</span>
|
|
4747
5009
|
</button>
|
|
4748
5010
|
</span>
|
|
@@ -4755,7 +5017,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4755
5017
|
type="button"
|
|
4756
5018
|
aria-label="Scroll right"
|
|
4757
5019
|
>
|
|
4758
|
-
<
|
|
5020
|
+
<span class="pf-v6-c-button__text">
|
|
5021
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
5022
|
+
</span>
|
|
4759
5023
|
</button>
|
|
4760
5024
|
</div>
|
|
4761
5025
|
</div>
|
|
@@ -4775,7 +5039,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4775
5039
|
aria-label="Scroll left"
|
|
4776
5040
|
disabled
|
|
4777
5041
|
>
|
|
4778
|
-
<
|
|
5042
|
+
<span class="pf-v6-c-button__text">
|
|
5043
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
5044
|
+
</span>
|
|
4779
5045
|
</button>
|
|
4780
5046
|
</div>
|
|
4781
5047
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -4797,8 +5063,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4797
5063
|
type="button"
|
|
4798
5064
|
aria-label="Close Users"
|
|
4799
5065
|
>
|
|
4800
|
-
<span class="pf-v6-c-
|
|
4801
|
-
<
|
|
5066
|
+
<span class="pf-v6-c-button__text">
|
|
5067
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5068
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5069
|
+
</span>
|
|
4802
5070
|
</span>
|
|
4803
5071
|
</button>
|
|
4804
5072
|
</span>
|
|
@@ -4821,8 +5089,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4821
5089
|
type="button"
|
|
4822
5090
|
aria-label="Close Containers"
|
|
4823
5091
|
>
|
|
4824
|
-
<span class="pf-v6-c-
|
|
4825
|
-
<
|
|
5092
|
+
<span class="pf-v6-c-button__text">
|
|
5093
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5094
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5095
|
+
</span>
|
|
4826
5096
|
</span>
|
|
4827
5097
|
</button>
|
|
4828
5098
|
</span>
|
|
@@ -4845,8 +5115,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4845
5115
|
type="button"
|
|
4846
5116
|
aria-label="Close Database"
|
|
4847
5117
|
>
|
|
4848
|
-
<span class="pf-v6-c-
|
|
4849
|
-
<
|
|
5118
|
+
<span class="pf-v6-c-button__text">
|
|
5119
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5120
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5121
|
+
</span>
|
|
4850
5122
|
</span>
|
|
4851
5123
|
</button>
|
|
4852
5124
|
</span>
|
|
@@ -4875,8 +5147,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4875
5147
|
aria-label="Close Disabled"
|
|
4876
5148
|
disabled
|
|
4877
5149
|
>
|
|
4878
|
-
<span class="pf-v6-c-
|
|
4879
|
-
<
|
|
5150
|
+
<span class="pf-v6-c-button__text">
|
|
5151
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5152
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5153
|
+
</span>
|
|
4880
5154
|
</span>
|
|
4881
5155
|
</button>
|
|
4882
5156
|
</span>
|
|
@@ -4904,8 +5178,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4904
5178
|
aria-label="Close ARIA disabled"
|
|
4905
5179
|
aria-disabled="true"
|
|
4906
5180
|
>
|
|
4907
|
-
<span class="pf-v6-c-
|
|
4908
|
-
<
|
|
5181
|
+
<span class="pf-v6-c-button__text">
|
|
5182
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5183
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5184
|
+
</span>
|
|
4909
5185
|
</span>
|
|
4910
5186
|
</button>
|
|
4911
5187
|
</span>
|
|
@@ -4933,8 +5209,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4933
5209
|
aria-label="Close Close disabled"
|
|
4934
5210
|
disabled
|
|
4935
5211
|
>
|
|
4936
|
-
<span class="pf-v6-c-
|
|
4937
|
-
<
|
|
5212
|
+
<span class="pf-v6-c-button__text">
|
|
5213
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5214
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5215
|
+
</span>
|
|
4938
5216
|
</span>
|
|
4939
5217
|
</button>
|
|
4940
5218
|
</span>
|
|
@@ -4957,8 +5235,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4957
5235
|
type="button"
|
|
4958
5236
|
aria-label="Close Network"
|
|
4959
5237
|
>
|
|
4960
|
-
<span class="pf-v6-c-
|
|
4961
|
-
<
|
|
5238
|
+
<span class="pf-v6-c-button__text">
|
|
5239
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5240
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5241
|
+
</span>
|
|
4962
5242
|
</span>
|
|
4963
5243
|
</button>
|
|
4964
5244
|
</span>
|
|
@@ -4971,7 +5251,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4971
5251
|
type="button"
|
|
4972
5252
|
aria-label="Scroll right"
|
|
4973
5253
|
>
|
|
4974
|
-
<
|
|
5254
|
+
<span class="pf-v6-c-button__text">
|
|
5255
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
5256
|
+
</span>
|
|
4975
5257
|
</button>
|
|
4976
5258
|
</div>
|
|
4977
5259
|
</div>
|
|
@@ -4991,7 +5273,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4991
5273
|
aria-label="Scroll left"
|
|
4992
5274
|
disabled
|
|
4993
5275
|
>
|
|
4994
|
-
<
|
|
5276
|
+
<span class="pf-v6-c-button__text">
|
|
5277
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
5278
|
+
</span>
|
|
4995
5279
|
</button>
|
|
4996
5280
|
</div>
|
|
4997
5281
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -5010,8 +5294,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5010
5294
|
type="button"
|
|
5011
5295
|
aria-label="Close Users"
|
|
5012
5296
|
>
|
|
5013
|
-
<span class="pf-v6-c-
|
|
5014
|
-
<
|
|
5297
|
+
<span class="pf-v6-c-button__text">
|
|
5298
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5299
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5300
|
+
</span>
|
|
5015
5301
|
</span>
|
|
5016
5302
|
</button>
|
|
5017
5303
|
</span>
|
|
@@ -5031,8 +5317,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5031
5317
|
type="button"
|
|
5032
5318
|
aria-label="Close Containers"
|
|
5033
5319
|
>
|
|
5034
|
-
<span class="pf-v6-c-
|
|
5035
|
-
<
|
|
5320
|
+
<span class="pf-v6-c-button__text">
|
|
5321
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5322
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5323
|
+
</span>
|
|
5036
5324
|
</span>
|
|
5037
5325
|
</button>
|
|
5038
5326
|
</span>
|
|
@@ -5052,8 +5340,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5052
5340
|
type="button"
|
|
5053
5341
|
aria-label="Close Database"
|
|
5054
5342
|
>
|
|
5055
|
-
<span class="pf-v6-c-
|
|
5056
|
-
<
|
|
5343
|
+
<span class="pf-v6-c-button__text">
|
|
5344
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5345
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5346
|
+
</span>
|
|
5057
5347
|
</span>
|
|
5058
5348
|
</button>
|
|
5059
5349
|
</span>
|
|
@@ -5067,7 +5357,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5067
5357
|
aria-label="Scroll right"
|
|
5068
5358
|
disabled
|
|
5069
5359
|
>
|
|
5070
|
-
<
|
|
5360
|
+
<span class="pf-v6-c-button__text">
|
|
5361
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
5362
|
+
</span>
|
|
5071
5363
|
</button>
|
|
5072
5364
|
</div>
|
|
5073
5365
|
</div>
|
|
@@ -5087,7 +5379,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5087
5379
|
aria-label="Scroll left"
|
|
5088
5380
|
disabled
|
|
5089
5381
|
>
|
|
5090
|
-
<
|
|
5382
|
+
<span class="pf-v6-c-button__text">
|
|
5383
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
5384
|
+
</span>
|
|
5091
5385
|
</button>
|
|
5092
5386
|
</div>
|
|
5093
5387
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -5106,8 +5400,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5106
5400
|
type="button"
|
|
5107
5401
|
aria-label="Close Users"
|
|
5108
5402
|
>
|
|
5109
|
-
<span class="pf-v6-c-
|
|
5110
|
-
<
|
|
5403
|
+
<span class="pf-v6-c-button__text">
|
|
5404
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5405
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5406
|
+
</span>
|
|
5111
5407
|
</span>
|
|
5112
5408
|
</button>
|
|
5113
5409
|
</span>
|
|
@@ -5127,8 +5423,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5127
5423
|
type="button"
|
|
5128
5424
|
aria-label="Close Containers"
|
|
5129
5425
|
>
|
|
5130
|
-
<span class="pf-v6-c-
|
|
5131
|
-
<
|
|
5426
|
+
<span class="pf-v6-c-button__text">
|
|
5427
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5428
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5429
|
+
</span>
|
|
5132
5430
|
</span>
|
|
5133
5431
|
</button>
|
|
5134
5432
|
</span>
|
|
@@ -5148,8 +5446,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5148
5446
|
type="button"
|
|
5149
5447
|
aria-label="Close Database"
|
|
5150
5448
|
>
|
|
5151
|
-
<span class="pf-v6-c-
|
|
5152
|
-
<
|
|
5449
|
+
<span class="pf-v6-c-button__text">
|
|
5450
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5451
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5452
|
+
</span>
|
|
5153
5453
|
</span>
|
|
5154
5454
|
</button>
|
|
5155
5455
|
</span>
|
|
@@ -5175,8 +5475,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5175
5475
|
aria-label="Close Disabled"
|
|
5176
5476
|
disabled
|
|
5177
5477
|
>
|
|
5178
|
-
<span class="pf-v6-c-
|
|
5179
|
-
<
|
|
5478
|
+
<span class="pf-v6-c-button__text">
|
|
5479
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5480
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5481
|
+
</span>
|
|
5180
5482
|
</span>
|
|
5181
5483
|
</button>
|
|
5182
5484
|
</span>
|
|
@@ -5201,8 +5503,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5201
5503
|
aria-label="Close ARIA disabled"
|
|
5202
5504
|
aria-disabled="true"
|
|
5203
5505
|
>
|
|
5204
|
-
<span class="pf-v6-c-
|
|
5205
|
-
<
|
|
5506
|
+
<span class="pf-v6-c-button__text">
|
|
5507
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5508
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5509
|
+
</span>
|
|
5206
5510
|
</span>
|
|
5207
5511
|
</button>
|
|
5208
5512
|
</span>
|
|
@@ -5227,8 +5531,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5227
5531
|
aria-label="Close Close disabled"
|
|
5228
5532
|
disabled
|
|
5229
5533
|
>
|
|
5230
|
-
<span class="pf-v6-c-
|
|
5231
|
-
<
|
|
5534
|
+
<span class="pf-v6-c-button__text">
|
|
5535
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5536
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5537
|
+
</span>
|
|
5232
5538
|
</span>
|
|
5233
5539
|
</button>
|
|
5234
5540
|
</span>
|
|
@@ -5248,8 +5554,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5248
5554
|
type="button"
|
|
5249
5555
|
aria-label="Close Network"
|
|
5250
5556
|
>
|
|
5251
|
-
<span class="pf-v6-c-
|
|
5252
|
-
<
|
|
5557
|
+
<span class="pf-v6-c-button__text">
|
|
5558
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5559
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5560
|
+
</span>
|
|
5253
5561
|
</span>
|
|
5254
5562
|
</button>
|
|
5255
5563
|
</span>
|
|
@@ -5262,7 +5570,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5262
5570
|
type="button"
|
|
5263
5571
|
aria-label="Scroll right"
|
|
5264
5572
|
>
|
|
5265
|
-
<
|
|
5573
|
+
<span class="pf-v6-c-button__text">
|
|
5574
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
5575
|
+
</span>
|
|
5266
5576
|
</button>
|
|
5267
5577
|
</div>
|
|
5268
5578
|
</div>
|
|
@@ -5278,7 +5588,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5278
5588
|
aria-label="Scroll left"
|
|
5279
5589
|
disabled
|
|
5280
5590
|
>
|
|
5281
|
-
<
|
|
5591
|
+
<span class="pf-v6-c-button__text">
|
|
5592
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
5593
|
+
</span>
|
|
5282
5594
|
</button>
|
|
5283
5595
|
</div>
|
|
5284
5596
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -5297,8 +5609,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5297
5609
|
type="button"
|
|
5298
5610
|
aria-label="Close Users"
|
|
5299
5611
|
>
|
|
5300
|
-
<span class="pf-v6-c-
|
|
5301
|
-
<
|
|
5612
|
+
<span class="pf-v6-c-button__text">
|
|
5613
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5614
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5615
|
+
</span>
|
|
5302
5616
|
</span>
|
|
5303
5617
|
</button>
|
|
5304
5618
|
</span>
|
|
@@ -5318,8 +5632,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5318
5632
|
type="button"
|
|
5319
5633
|
aria-label="Close Containers"
|
|
5320
5634
|
>
|
|
5321
|
-
<span class="pf-v6-c-
|
|
5322
|
-
<
|
|
5635
|
+
<span class="pf-v6-c-button__text">
|
|
5636
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5637
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5638
|
+
</span>
|
|
5323
5639
|
</span>
|
|
5324
5640
|
</button>
|
|
5325
5641
|
</span>
|
|
@@ -5339,8 +5655,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5339
5655
|
type="button"
|
|
5340
5656
|
aria-label="Close Database"
|
|
5341
5657
|
>
|
|
5342
|
-
<span class="pf-v6-c-
|
|
5343
|
-
<
|
|
5658
|
+
<span class="pf-v6-c-button__text">
|
|
5659
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5660
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5661
|
+
</span>
|
|
5344
5662
|
</span>
|
|
5345
5663
|
</button>
|
|
5346
5664
|
</span>
|
|
@@ -5366,8 +5684,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5366
5684
|
aria-label="Close Disabled"
|
|
5367
5685
|
disabled
|
|
5368
5686
|
>
|
|
5369
|
-
<span class="pf-v6-c-
|
|
5370
|
-
<
|
|
5687
|
+
<span class="pf-v6-c-button__text">
|
|
5688
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5689
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5690
|
+
</span>
|
|
5371
5691
|
</span>
|
|
5372
5692
|
</button>
|
|
5373
5693
|
</span>
|
|
@@ -5392,8 +5712,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5392
5712
|
aria-label="Close ARIA disabled"
|
|
5393
5713
|
aria-disabled="true"
|
|
5394
5714
|
>
|
|
5395
|
-
<span class="pf-v6-c-
|
|
5396
|
-
<
|
|
5715
|
+
<span class="pf-v6-c-button__text">
|
|
5716
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5717
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5718
|
+
</span>
|
|
5397
5719
|
</span>
|
|
5398
5720
|
</button>
|
|
5399
5721
|
</span>
|
|
@@ -5418,8 +5740,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5418
5740
|
aria-label="Close Close disabled"
|
|
5419
5741
|
disabled
|
|
5420
5742
|
>
|
|
5421
|
-
<span class="pf-v6-c-
|
|
5422
|
-
<
|
|
5743
|
+
<span class="pf-v6-c-button__text">
|
|
5744
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5745
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5746
|
+
</span>
|
|
5423
5747
|
</span>
|
|
5424
5748
|
</button>
|
|
5425
5749
|
</span>
|
|
@@ -5439,8 +5763,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5439
5763
|
type="button"
|
|
5440
5764
|
aria-label="Close Network"
|
|
5441
5765
|
>
|
|
5442
|
-
<span class="pf-v6-c-
|
|
5443
|
-
<
|
|
5766
|
+
<span class="pf-v6-c-button__text">
|
|
5767
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5768
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5769
|
+
</span>
|
|
5444
5770
|
</span>
|
|
5445
5771
|
</button>
|
|
5446
5772
|
</span>
|
|
@@ -5453,7 +5779,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5453
5779
|
type="button"
|
|
5454
5780
|
aria-label="Scroll right"
|
|
5455
5781
|
>
|
|
5456
|
-
<
|
|
5782
|
+
<span class="pf-v6-c-button__text">
|
|
5783
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
5784
|
+
</span>
|
|
5457
5785
|
</button>
|
|
5458
5786
|
</div>
|
|
5459
5787
|
</div>
|
|
@@ -5475,7 +5803,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5475
5803
|
aria-label="Scroll left"
|
|
5476
5804
|
disabled
|
|
5477
5805
|
>
|
|
5478
|
-
<
|
|
5806
|
+
<span class="pf-v6-c-button__text">
|
|
5807
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
5808
|
+
</span>
|
|
5479
5809
|
</button>
|
|
5480
5810
|
</div>
|
|
5481
5811
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -5494,8 +5824,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5494
5824
|
type="button"
|
|
5495
5825
|
aria-label="More info for Users label"
|
|
5496
5826
|
>
|
|
5497
|
-
<span class="pf-v6-c-
|
|
5498
|
-
<
|
|
5827
|
+
<span class="pf-v6-c-button__text">
|
|
5828
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5829
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5830
|
+
</span>
|
|
5499
5831
|
</span>
|
|
5500
5832
|
</button>
|
|
5501
5833
|
</span>
|
|
@@ -5506,8 +5838,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5506
5838
|
type="button"
|
|
5507
5839
|
aria-label="Close Users"
|
|
5508
5840
|
>
|
|
5509
|
-
<span class="pf-v6-c-
|
|
5510
|
-
<
|
|
5841
|
+
<span class="pf-v6-c-button__text">
|
|
5842
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5843
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5844
|
+
</span>
|
|
5511
5845
|
</span>
|
|
5512
5846
|
</button>
|
|
5513
5847
|
</span>
|
|
@@ -5527,8 +5861,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5527
5861
|
type="button"
|
|
5528
5862
|
aria-label="More info for Containers label"
|
|
5529
5863
|
>
|
|
5530
|
-
<span class="pf-v6-c-
|
|
5531
|
-
<
|
|
5864
|
+
<span class="pf-v6-c-button__text">
|
|
5865
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5866
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5867
|
+
</span>
|
|
5532
5868
|
</span>
|
|
5533
5869
|
</button>
|
|
5534
5870
|
</span>
|
|
@@ -5539,8 +5875,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5539
5875
|
type="button"
|
|
5540
5876
|
aria-label="Close Containers"
|
|
5541
5877
|
>
|
|
5542
|
-
<span class="pf-v6-c-
|
|
5543
|
-
<
|
|
5878
|
+
<span class="pf-v6-c-button__text">
|
|
5879
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5880
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5881
|
+
</span>
|
|
5544
5882
|
</span>
|
|
5545
5883
|
</button>
|
|
5546
5884
|
</span>
|
|
@@ -5560,8 +5898,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5560
5898
|
type="button"
|
|
5561
5899
|
aria-label="More info for Database label"
|
|
5562
5900
|
>
|
|
5563
|
-
<span class="pf-v6-c-
|
|
5564
|
-
<
|
|
5901
|
+
<span class="pf-v6-c-button__text">
|
|
5902
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5903
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5904
|
+
</span>
|
|
5565
5905
|
</span>
|
|
5566
5906
|
</button>
|
|
5567
5907
|
</span>
|
|
@@ -5572,8 +5912,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5572
5912
|
type="button"
|
|
5573
5913
|
aria-label="Close Database"
|
|
5574
5914
|
>
|
|
5575
|
-
<span class="pf-v6-c-
|
|
5576
|
-
<
|
|
5915
|
+
<span class="pf-v6-c-button__text">
|
|
5916
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5917
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5918
|
+
</span>
|
|
5577
5919
|
</span>
|
|
5578
5920
|
</button>
|
|
5579
5921
|
</span>
|
|
@@ -5599,8 +5941,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5599
5941
|
aria-label="More info for Disabled label"
|
|
5600
5942
|
disabled
|
|
5601
5943
|
>
|
|
5602
|
-
<span class="pf-v6-c-
|
|
5603
|
-
<
|
|
5944
|
+
<span class="pf-v6-c-button__text">
|
|
5945
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5946
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5947
|
+
</span>
|
|
5604
5948
|
</span>
|
|
5605
5949
|
</button>
|
|
5606
5950
|
</span>
|
|
@@ -5612,8 +5956,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5612
5956
|
aria-label="Close Disabled"
|
|
5613
5957
|
disabled
|
|
5614
5958
|
>
|
|
5615
|
-
<span class="pf-v6-c-
|
|
5616
|
-
<
|
|
5959
|
+
<span class="pf-v6-c-button__text">
|
|
5960
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5961
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5962
|
+
</span>
|
|
5617
5963
|
</span>
|
|
5618
5964
|
</button>
|
|
5619
5965
|
</span>
|
|
@@ -5638,8 +5984,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5638
5984
|
aria-label="More info for ARIA disabled label"
|
|
5639
5985
|
aria-disabled="true"
|
|
5640
5986
|
>
|
|
5641
|
-
<span class="pf-v6-c-
|
|
5642
|
-
<
|
|
5987
|
+
<span class="pf-v6-c-button__text">
|
|
5988
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5989
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5990
|
+
</span>
|
|
5643
5991
|
</span>
|
|
5644
5992
|
</button>
|
|
5645
5993
|
</span>
|
|
@@ -5651,8 +5999,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5651
5999
|
aria-label="Close ARIA disabled"
|
|
5652
6000
|
aria-disabled="true"
|
|
5653
6001
|
>
|
|
5654
|
-
<span class="pf-v6-c-
|
|
5655
|
-
<
|
|
6002
|
+
<span class="pf-v6-c-button__text">
|
|
6003
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6004
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6005
|
+
</span>
|
|
5656
6006
|
</span>
|
|
5657
6007
|
</button>
|
|
5658
6008
|
</span>
|
|
@@ -5677,8 +6027,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5677
6027
|
aria-label="More info for Help disabled label"
|
|
5678
6028
|
disabled
|
|
5679
6029
|
>
|
|
5680
|
-
<span class="pf-v6-c-
|
|
5681
|
-
<
|
|
6030
|
+
<span class="pf-v6-c-button__text">
|
|
6031
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6032
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6033
|
+
</span>
|
|
5682
6034
|
</span>
|
|
5683
6035
|
</button>
|
|
5684
6036
|
</span>
|
|
@@ -5689,8 +6041,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5689
6041
|
type="button"
|
|
5690
6042
|
aria-label="Close Help disabled"
|
|
5691
6043
|
>
|
|
5692
|
-
<span class="pf-v6-c-
|
|
5693
|
-
<
|
|
6044
|
+
<span class="pf-v6-c-button__text">
|
|
6045
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6046
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6047
|
+
</span>
|
|
5694
6048
|
</span>
|
|
5695
6049
|
</button>
|
|
5696
6050
|
</span>
|
|
@@ -5714,8 +6068,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5714
6068
|
type="button"
|
|
5715
6069
|
aria-label="More info for Close disabled label"
|
|
5716
6070
|
>
|
|
5717
|
-
<span class="pf-v6-c-
|
|
5718
|
-
<
|
|
6071
|
+
<span class="pf-v6-c-button__text">
|
|
6072
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6073
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6074
|
+
</span>
|
|
5719
6075
|
</span>
|
|
5720
6076
|
</button>
|
|
5721
6077
|
</span>
|
|
@@ -5727,8 +6083,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5727
6083
|
aria-label="Close Close disabled"
|
|
5728
6084
|
disabled
|
|
5729
6085
|
>
|
|
5730
|
-
<span class="pf-v6-c-
|
|
5731
|
-
<
|
|
6086
|
+
<span class="pf-v6-c-button__text">
|
|
6087
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6088
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6089
|
+
</span>
|
|
5732
6090
|
</span>
|
|
5733
6091
|
</button>
|
|
5734
6092
|
</span>
|
|
@@ -5753,8 +6111,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5753
6111
|
aria-label="More info for Help and close disabled label"
|
|
5754
6112
|
disabled
|
|
5755
6113
|
>
|
|
5756
|
-
<span class="pf-v6-c-
|
|
5757
|
-
<
|
|
6114
|
+
<span class="pf-v6-c-button__text">
|
|
6115
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6116
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6117
|
+
</span>
|
|
5758
6118
|
</span>
|
|
5759
6119
|
</button>
|
|
5760
6120
|
</span>
|
|
@@ -5766,8 +6126,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5766
6126
|
aria-label="Close Help and close disabled"
|
|
5767
6127
|
disabled
|
|
5768
6128
|
>
|
|
5769
|
-
<span class="pf-v6-c-
|
|
5770
|
-
<
|
|
6129
|
+
<span class="pf-v6-c-button__text">
|
|
6130
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6131
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6132
|
+
</span>
|
|
5771
6133
|
</span>
|
|
5772
6134
|
</button>
|
|
5773
6135
|
</span>
|
|
@@ -5787,8 +6149,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5787
6149
|
type="button"
|
|
5788
6150
|
aria-label="More info for Network label"
|
|
5789
6151
|
>
|
|
5790
|
-
<span class="pf-v6-c-
|
|
5791
|
-
<
|
|
6152
|
+
<span class="pf-v6-c-button__text">
|
|
6153
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6154
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6155
|
+
</span>
|
|
5792
6156
|
</span>
|
|
5793
6157
|
</button>
|
|
5794
6158
|
</span>
|
|
@@ -5799,8 +6163,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5799
6163
|
type="button"
|
|
5800
6164
|
aria-label="Close Network"
|
|
5801
6165
|
>
|
|
5802
|
-
<span class="pf-v6-c-
|
|
5803
|
-
<
|
|
6166
|
+
<span class="pf-v6-c-button__text">
|
|
6167
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6168
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6169
|
+
</span>
|
|
5804
6170
|
</span>
|
|
5805
6171
|
</button>
|
|
5806
6172
|
</span>
|
|
@@ -5813,7 +6179,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5813
6179
|
type="button"
|
|
5814
6180
|
aria-label="Scroll right"
|
|
5815
6181
|
>
|
|
5816
|
-
<
|
|
6182
|
+
<span class="pf-v6-c-button__text">
|
|
6183
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
6184
|
+
</span>
|
|
5817
6185
|
</button>
|
|
5818
6186
|
</div>
|
|
5819
6187
|
</div>
|
|
@@ -5833,7 +6201,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5833
6201
|
aria-label="Scroll left"
|
|
5834
6202
|
disabled
|
|
5835
6203
|
>
|
|
5836
|
-
<
|
|
6204
|
+
<span class="pf-v6-c-button__text">
|
|
6205
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
6206
|
+
</span>
|
|
5837
6207
|
</button>
|
|
5838
6208
|
</div>
|
|
5839
6209
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -5852,8 +6222,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5852
6222
|
type="button"
|
|
5853
6223
|
aria-label="More info for Users label"
|
|
5854
6224
|
>
|
|
5855
|
-
<span class="pf-v6-c-
|
|
5856
|
-
<
|
|
6225
|
+
<span class="pf-v6-c-button__text">
|
|
6226
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6227
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6228
|
+
</span>
|
|
5857
6229
|
</span>
|
|
5858
6230
|
</button>
|
|
5859
6231
|
</span>
|
|
@@ -5864,8 +6236,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5864
6236
|
type="button"
|
|
5865
6237
|
aria-label="Close Users"
|
|
5866
6238
|
>
|
|
5867
|
-
<span class="pf-v6-c-
|
|
5868
|
-
<
|
|
6239
|
+
<span class="pf-v6-c-button__text">
|
|
6240
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6241
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6242
|
+
</span>
|
|
5869
6243
|
</span>
|
|
5870
6244
|
</button>
|
|
5871
6245
|
</span>
|
|
@@ -5885,8 +6259,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5885
6259
|
type="button"
|
|
5886
6260
|
aria-label="More info for Containers label"
|
|
5887
6261
|
>
|
|
5888
|
-
<span class="pf-v6-c-
|
|
5889
|
-
<
|
|
6262
|
+
<span class="pf-v6-c-button__text">
|
|
6263
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6264
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6265
|
+
</span>
|
|
5890
6266
|
</span>
|
|
5891
6267
|
</button>
|
|
5892
6268
|
</span>
|
|
@@ -5897,8 +6273,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5897
6273
|
type="button"
|
|
5898
6274
|
aria-label="Close Containers"
|
|
5899
6275
|
>
|
|
5900
|
-
<span class="pf-v6-c-
|
|
5901
|
-
<
|
|
6276
|
+
<span class="pf-v6-c-button__text">
|
|
6277
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6278
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6279
|
+
</span>
|
|
5902
6280
|
</span>
|
|
5903
6281
|
</button>
|
|
5904
6282
|
</span>
|
|
@@ -5918,8 +6296,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5918
6296
|
type="button"
|
|
5919
6297
|
aria-label="More info for Database label"
|
|
5920
6298
|
>
|
|
5921
|
-
<span class="pf-v6-c-
|
|
5922
|
-
<
|
|
6299
|
+
<span class="pf-v6-c-button__text">
|
|
6300
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6301
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6302
|
+
</span>
|
|
5923
6303
|
</span>
|
|
5924
6304
|
</button>
|
|
5925
6305
|
</span>
|
|
@@ -5930,8 +6310,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5930
6310
|
type="button"
|
|
5931
6311
|
aria-label="Close Database"
|
|
5932
6312
|
>
|
|
5933
|
-
<span class="pf-v6-c-
|
|
5934
|
-
<
|
|
6313
|
+
<span class="pf-v6-c-button__text">
|
|
6314
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6315
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6316
|
+
</span>
|
|
5935
6317
|
</span>
|
|
5936
6318
|
</button>
|
|
5937
6319
|
</span>
|
|
@@ -5957,8 +6339,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5957
6339
|
aria-label="More info for Disabled label"
|
|
5958
6340
|
disabled
|
|
5959
6341
|
>
|
|
5960
|
-
<span class="pf-v6-c-
|
|
5961
|
-
<
|
|
6342
|
+
<span class="pf-v6-c-button__text">
|
|
6343
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6344
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6345
|
+
</span>
|
|
5962
6346
|
</span>
|
|
5963
6347
|
</button>
|
|
5964
6348
|
</span>
|
|
@@ -5970,8 +6354,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5970
6354
|
aria-label="Close Disabled"
|
|
5971
6355
|
disabled
|
|
5972
6356
|
>
|
|
5973
|
-
<span class="pf-v6-c-
|
|
5974
|
-
<
|
|
6357
|
+
<span class="pf-v6-c-button__text">
|
|
6358
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6359
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6360
|
+
</span>
|
|
5975
6361
|
</span>
|
|
5976
6362
|
</button>
|
|
5977
6363
|
</span>
|
|
@@ -5996,8 +6382,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5996
6382
|
aria-label="More info for ARIA disabled label"
|
|
5997
6383
|
aria-disabled="true"
|
|
5998
6384
|
>
|
|
5999
|
-
<span class="pf-v6-c-
|
|
6000
|
-
<
|
|
6385
|
+
<span class="pf-v6-c-button__text">
|
|
6386
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6387
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6388
|
+
</span>
|
|
6001
6389
|
</span>
|
|
6002
6390
|
</button>
|
|
6003
6391
|
</span>
|
|
@@ -6009,8 +6397,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6009
6397
|
aria-label="Close ARIA disabled"
|
|
6010
6398
|
aria-disabled="true"
|
|
6011
6399
|
>
|
|
6012
|
-
<span class="pf-v6-c-
|
|
6013
|
-
<
|
|
6400
|
+
<span class="pf-v6-c-button__text">
|
|
6401
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6402
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6403
|
+
</span>
|
|
6014
6404
|
</span>
|
|
6015
6405
|
</button>
|
|
6016
6406
|
</span>
|
|
@@ -6035,8 +6425,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6035
6425
|
aria-label="More info for Help disabled label"
|
|
6036
6426
|
disabled
|
|
6037
6427
|
>
|
|
6038
|
-
<span class="pf-v6-c-
|
|
6039
|
-
<
|
|
6428
|
+
<span class="pf-v6-c-button__text">
|
|
6429
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6430
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6431
|
+
</span>
|
|
6040
6432
|
</span>
|
|
6041
6433
|
</button>
|
|
6042
6434
|
</span>
|
|
@@ -6047,8 +6439,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6047
6439
|
type="button"
|
|
6048
6440
|
aria-label="Close Help disabled"
|
|
6049
6441
|
>
|
|
6050
|
-
<span class="pf-v6-c-
|
|
6051
|
-
<
|
|
6442
|
+
<span class="pf-v6-c-button__text">
|
|
6443
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6444
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6445
|
+
</span>
|
|
6052
6446
|
</span>
|
|
6053
6447
|
</button>
|
|
6054
6448
|
</span>
|
|
@@ -6072,8 +6466,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6072
6466
|
type="button"
|
|
6073
6467
|
aria-label="More info for Close disabled label"
|
|
6074
6468
|
>
|
|
6075
|
-
<span class="pf-v6-c-
|
|
6076
|
-
<
|
|
6469
|
+
<span class="pf-v6-c-button__text">
|
|
6470
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6471
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6472
|
+
</span>
|
|
6077
6473
|
</span>
|
|
6078
6474
|
</button>
|
|
6079
6475
|
</span>
|
|
@@ -6085,8 +6481,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6085
6481
|
aria-label="Close Close disabled"
|
|
6086
6482
|
disabled
|
|
6087
6483
|
>
|
|
6088
|
-
<span class="pf-v6-c-
|
|
6089
|
-
<
|
|
6484
|
+
<span class="pf-v6-c-button__text">
|
|
6485
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6486
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6487
|
+
</span>
|
|
6090
6488
|
</span>
|
|
6091
6489
|
</button>
|
|
6092
6490
|
</span>
|
|
@@ -6111,8 +6509,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6111
6509
|
aria-label="More info for Help and close disabled label"
|
|
6112
6510
|
disabled
|
|
6113
6511
|
>
|
|
6114
|
-
<span class="pf-v6-c-
|
|
6115
|
-
<
|
|
6512
|
+
<span class="pf-v6-c-button__text">
|
|
6513
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6514
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6515
|
+
</span>
|
|
6116
6516
|
</span>
|
|
6117
6517
|
</button>
|
|
6118
6518
|
</span>
|
|
@@ -6124,8 +6524,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6124
6524
|
aria-label="Close Help and close disabled"
|
|
6125
6525
|
disabled
|
|
6126
6526
|
>
|
|
6127
|
-
<span class="pf-v6-c-
|
|
6128
|
-
<
|
|
6527
|
+
<span class="pf-v6-c-button__text">
|
|
6528
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6529
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6530
|
+
</span>
|
|
6129
6531
|
</span>
|
|
6130
6532
|
</button>
|
|
6131
6533
|
</span>
|
|
@@ -6145,8 +6547,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6145
6547
|
type="button"
|
|
6146
6548
|
aria-label="More info for Network label"
|
|
6147
6549
|
>
|
|
6148
|
-
<span class="pf-v6-c-
|
|
6149
|
-
<
|
|
6550
|
+
<span class="pf-v6-c-button__text">
|
|
6551
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6552
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6553
|
+
</span>
|
|
6150
6554
|
</span>
|
|
6151
6555
|
</button>
|
|
6152
6556
|
</span>
|
|
@@ -6157,8 +6561,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6157
6561
|
type="button"
|
|
6158
6562
|
aria-label="Close Network"
|
|
6159
6563
|
>
|
|
6160
|
-
<span class="pf-v6-c-
|
|
6161
|
-
<
|
|
6564
|
+
<span class="pf-v6-c-button__text">
|
|
6565
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6566
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6567
|
+
</span>
|
|
6162
6568
|
</span>
|
|
6163
6569
|
</button>
|
|
6164
6570
|
</span>
|
|
@@ -6171,7 +6577,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6171
6577
|
type="button"
|
|
6172
6578
|
aria-label="Scroll right"
|
|
6173
6579
|
>
|
|
6174
|
-
<
|
|
6580
|
+
<span class="pf-v6-c-button__text">
|
|
6581
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
6582
|
+
</span>
|
|
6175
6583
|
</button>
|
|
6176
6584
|
</div>
|
|
6177
6585
|
</div>
|
|
@@ -6191,7 +6599,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6191
6599
|
aria-label="Scroll left"
|
|
6192
6600
|
disabled
|
|
6193
6601
|
>
|
|
6194
|
-
<
|
|
6602
|
+
<span class="pf-v6-c-button__text">
|
|
6603
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
6604
|
+
</span>
|
|
6195
6605
|
</button>
|
|
6196
6606
|
</div>
|
|
6197
6607
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -6210,8 +6620,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6210
6620
|
type="button"
|
|
6211
6621
|
aria-label="More info for Users label"
|
|
6212
6622
|
>
|
|
6213
|
-
<span class="pf-v6-c-
|
|
6214
|
-
<
|
|
6623
|
+
<span class="pf-v6-c-button__text">
|
|
6624
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6625
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6626
|
+
</span>
|
|
6215
6627
|
</span>
|
|
6216
6628
|
</button>
|
|
6217
6629
|
</span>
|
|
@@ -6222,8 +6634,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6222
6634
|
type="button"
|
|
6223
6635
|
aria-label="Close Users"
|
|
6224
6636
|
>
|
|
6225
|
-
<span class="pf-v6-c-
|
|
6226
|
-
<
|
|
6637
|
+
<span class="pf-v6-c-button__text">
|
|
6638
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6639
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6640
|
+
</span>
|
|
6227
6641
|
</span>
|
|
6228
6642
|
</button>
|
|
6229
6643
|
</span>
|
|
@@ -6243,8 +6657,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6243
6657
|
type="button"
|
|
6244
6658
|
aria-label="More info for Containers label"
|
|
6245
6659
|
>
|
|
6246
|
-
<span class="pf-v6-c-
|
|
6247
|
-
<
|
|
6660
|
+
<span class="pf-v6-c-button__text">
|
|
6661
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6662
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6663
|
+
</span>
|
|
6248
6664
|
</span>
|
|
6249
6665
|
</button>
|
|
6250
6666
|
</span>
|
|
@@ -6255,8 +6671,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6255
6671
|
type="button"
|
|
6256
6672
|
aria-label="Close Containers"
|
|
6257
6673
|
>
|
|
6258
|
-
<span class="pf-v6-c-
|
|
6259
|
-
<
|
|
6674
|
+
<span class="pf-v6-c-button__text">
|
|
6675
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6676
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6677
|
+
</span>
|
|
6260
6678
|
</span>
|
|
6261
6679
|
</button>
|
|
6262
6680
|
</span>
|
|
@@ -6276,8 +6694,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6276
6694
|
type="button"
|
|
6277
6695
|
aria-label="More info for Database label"
|
|
6278
6696
|
>
|
|
6279
|
-
<span class="pf-v6-c-
|
|
6280
|
-
<
|
|
6697
|
+
<span class="pf-v6-c-button__text">
|
|
6698
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6699
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6700
|
+
</span>
|
|
6281
6701
|
</span>
|
|
6282
6702
|
</button>
|
|
6283
6703
|
</span>
|
|
@@ -6288,8 +6708,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6288
6708
|
type="button"
|
|
6289
6709
|
aria-label="Close Database"
|
|
6290
6710
|
>
|
|
6291
|
-
<span class="pf-v6-c-
|
|
6292
|
-
<
|
|
6711
|
+
<span class="pf-v6-c-button__text">
|
|
6712
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6713
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6714
|
+
</span>
|
|
6293
6715
|
</span>
|
|
6294
6716
|
</button>
|
|
6295
6717
|
</span>
|
|
@@ -6315,8 +6737,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6315
6737
|
aria-label="More info for Disabled label"
|
|
6316
6738
|
disabled
|
|
6317
6739
|
>
|
|
6318
|
-
<span class="pf-v6-c-
|
|
6319
|
-
<
|
|
6740
|
+
<span class="pf-v6-c-button__text">
|
|
6741
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6742
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6743
|
+
</span>
|
|
6320
6744
|
</span>
|
|
6321
6745
|
</button>
|
|
6322
6746
|
</span>
|
|
@@ -6328,8 +6752,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6328
6752
|
aria-label="Close Disabled"
|
|
6329
6753
|
disabled
|
|
6330
6754
|
>
|
|
6331
|
-
<span class="pf-v6-c-
|
|
6332
|
-
<
|
|
6755
|
+
<span class="pf-v6-c-button__text">
|
|
6756
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6757
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6758
|
+
</span>
|
|
6333
6759
|
</span>
|
|
6334
6760
|
</button>
|
|
6335
6761
|
</span>
|
|
@@ -6354,8 +6780,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6354
6780
|
aria-label="More info for ARIA disabled label"
|
|
6355
6781
|
aria-disabled="true"
|
|
6356
6782
|
>
|
|
6357
|
-
<span class="pf-v6-c-
|
|
6358
|
-
<
|
|
6783
|
+
<span class="pf-v6-c-button__text">
|
|
6784
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6785
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6786
|
+
</span>
|
|
6359
6787
|
</span>
|
|
6360
6788
|
</button>
|
|
6361
6789
|
</span>
|
|
@@ -6367,8 +6795,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6367
6795
|
aria-label="Close ARIA disabled"
|
|
6368
6796
|
aria-disabled="true"
|
|
6369
6797
|
>
|
|
6370
|
-
<span class="pf-v6-c-
|
|
6371
|
-
<
|
|
6798
|
+
<span class="pf-v6-c-button__text">
|
|
6799
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6800
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6801
|
+
</span>
|
|
6372
6802
|
</span>
|
|
6373
6803
|
</button>
|
|
6374
6804
|
</span>
|
|
@@ -6393,8 +6823,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6393
6823
|
aria-label="More info for Help disabled label"
|
|
6394
6824
|
disabled
|
|
6395
6825
|
>
|
|
6396
|
-
<span class="pf-v6-c-
|
|
6397
|
-
<
|
|
6826
|
+
<span class="pf-v6-c-button__text">
|
|
6827
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6828
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6829
|
+
</span>
|
|
6398
6830
|
</span>
|
|
6399
6831
|
</button>
|
|
6400
6832
|
</span>
|
|
@@ -6405,8 +6837,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6405
6837
|
type="button"
|
|
6406
6838
|
aria-label="Close Help disabled"
|
|
6407
6839
|
>
|
|
6408
|
-
<span class="pf-v6-c-
|
|
6409
|
-
<
|
|
6840
|
+
<span class="pf-v6-c-button__text">
|
|
6841
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6842
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6843
|
+
</span>
|
|
6410
6844
|
</span>
|
|
6411
6845
|
</button>
|
|
6412
6846
|
</span>
|
|
@@ -6430,8 +6864,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6430
6864
|
type="button"
|
|
6431
6865
|
aria-label="More info for Close disabled label"
|
|
6432
6866
|
>
|
|
6433
|
-
<span class="pf-v6-c-
|
|
6434
|
-
<
|
|
6867
|
+
<span class="pf-v6-c-button__text">
|
|
6868
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6869
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6870
|
+
</span>
|
|
6435
6871
|
</span>
|
|
6436
6872
|
</button>
|
|
6437
6873
|
</span>
|
|
@@ -6443,8 +6879,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6443
6879
|
aria-label="Close Close disabled"
|
|
6444
6880
|
disabled
|
|
6445
6881
|
>
|
|
6446
|
-
<span class="pf-v6-c-
|
|
6447
|
-
<
|
|
6882
|
+
<span class="pf-v6-c-button__text">
|
|
6883
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6884
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6885
|
+
</span>
|
|
6448
6886
|
</span>
|
|
6449
6887
|
</button>
|
|
6450
6888
|
</span>
|
|
@@ -6469,8 +6907,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6469
6907
|
aria-label="More info for Help and close disabled label"
|
|
6470
6908
|
disabled
|
|
6471
6909
|
>
|
|
6472
|
-
<span class="pf-v6-c-
|
|
6473
|
-
<
|
|
6910
|
+
<span class="pf-v6-c-button__text">
|
|
6911
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6912
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6913
|
+
</span>
|
|
6474
6914
|
</span>
|
|
6475
6915
|
</button>
|
|
6476
6916
|
</span>
|
|
@@ -6482,8 +6922,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6482
6922
|
aria-label="Close Help and close disabled"
|
|
6483
6923
|
disabled
|
|
6484
6924
|
>
|
|
6485
|
-
<span class="pf-v6-c-
|
|
6486
|
-
<
|
|
6925
|
+
<span class="pf-v6-c-button__text">
|
|
6926
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6927
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6928
|
+
</span>
|
|
6487
6929
|
</span>
|
|
6488
6930
|
</button>
|
|
6489
6931
|
</span>
|
|
@@ -6503,8 +6945,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6503
6945
|
type="button"
|
|
6504
6946
|
aria-label="More info for Network label"
|
|
6505
6947
|
>
|
|
6506
|
-
<span class="pf-v6-c-
|
|
6507
|
-
<
|
|
6948
|
+
<span class="pf-v6-c-button__text">
|
|
6949
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6950
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6951
|
+
</span>
|
|
6508
6952
|
</span>
|
|
6509
6953
|
</button>
|
|
6510
6954
|
</span>
|
|
@@ -6515,8 +6959,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6515
6959
|
type="button"
|
|
6516
6960
|
aria-label="Close Network"
|
|
6517
6961
|
>
|
|
6518
|
-
<span class="pf-v6-c-
|
|
6519
|
-
<
|
|
6962
|
+
<span class="pf-v6-c-button__text">
|
|
6963
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6964
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6965
|
+
</span>
|
|
6520
6966
|
</span>
|
|
6521
6967
|
</button>
|
|
6522
6968
|
</span>
|
|
@@ -6529,7 +6975,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6529
6975
|
type="button"
|
|
6530
6976
|
aria-label="Scroll right"
|
|
6531
6977
|
>
|
|
6532
|
-
<
|
|
6978
|
+
<span class="pf-v6-c-button__text">
|
|
6979
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
6980
|
+
</span>
|
|
6533
6981
|
</button>
|
|
6534
6982
|
</div>
|
|
6535
6983
|
</div>
|
|
@@ -6549,7 +6997,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6549
6997
|
aria-label="Scroll left"
|
|
6550
6998
|
disabled
|
|
6551
6999
|
>
|
|
6552
|
-
<
|
|
7000
|
+
<span class="pf-v6-c-button__text">
|
|
7001
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
7002
|
+
</span>
|
|
6553
7003
|
</button>
|
|
6554
7004
|
</div>
|
|
6555
7005
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -6571,8 +7021,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6571
7021
|
type="button"
|
|
6572
7022
|
aria-label="More info for Users label"
|
|
6573
7023
|
>
|
|
6574
|
-
<span class="pf-v6-c-
|
|
6575
|
-
<
|
|
7024
|
+
<span class="pf-v6-c-button__text">
|
|
7025
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7026
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7027
|
+
</span>
|
|
6576
7028
|
</span>
|
|
6577
7029
|
</button>
|
|
6578
7030
|
</span>
|
|
@@ -6583,8 +7035,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6583
7035
|
type="button"
|
|
6584
7036
|
aria-label="Close Users"
|
|
6585
7037
|
>
|
|
6586
|
-
<span class="pf-v6-c-
|
|
6587
|
-
<
|
|
7038
|
+
<span class="pf-v6-c-button__text">
|
|
7039
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7040
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7041
|
+
</span>
|
|
6588
7042
|
</span>
|
|
6589
7043
|
</button>
|
|
6590
7044
|
</span>
|
|
@@ -6607,8 +7061,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6607
7061
|
type="button"
|
|
6608
7062
|
aria-label="More info for Containers label"
|
|
6609
7063
|
>
|
|
6610
|
-
<span class="pf-v6-c-
|
|
6611
|
-
<
|
|
7064
|
+
<span class="pf-v6-c-button__text">
|
|
7065
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7066
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7067
|
+
</span>
|
|
6612
7068
|
</span>
|
|
6613
7069
|
</button>
|
|
6614
7070
|
</span>
|
|
@@ -6619,8 +7075,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6619
7075
|
type="button"
|
|
6620
7076
|
aria-label="Close Containers"
|
|
6621
7077
|
>
|
|
6622
|
-
<span class="pf-v6-c-
|
|
6623
|
-
<
|
|
7078
|
+
<span class="pf-v6-c-button__text">
|
|
7079
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7080
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7081
|
+
</span>
|
|
6624
7082
|
</span>
|
|
6625
7083
|
</button>
|
|
6626
7084
|
</span>
|
|
@@ -6643,8 +7101,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6643
7101
|
type="button"
|
|
6644
7102
|
aria-label="More info for Database label"
|
|
6645
7103
|
>
|
|
6646
|
-
<span class="pf-v6-c-
|
|
6647
|
-
<
|
|
7104
|
+
<span class="pf-v6-c-button__text">
|
|
7105
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7106
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7107
|
+
</span>
|
|
6648
7108
|
</span>
|
|
6649
7109
|
</button>
|
|
6650
7110
|
</span>
|
|
@@ -6655,8 +7115,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6655
7115
|
type="button"
|
|
6656
7116
|
aria-label="Close Database"
|
|
6657
7117
|
>
|
|
6658
|
-
<span class="pf-v6-c-
|
|
6659
|
-
<
|
|
7118
|
+
<span class="pf-v6-c-button__text">
|
|
7119
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7120
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7121
|
+
</span>
|
|
6660
7122
|
</span>
|
|
6661
7123
|
</button>
|
|
6662
7124
|
</span>
|
|
@@ -6685,8 +7147,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6685
7147
|
aria-label="More info for Disabled label"
|
|
6686
7148
|
disabled
|
|
6687
7149
|
>
|
|
6688
|
-
<span class="pf-v6-c-
|
|
6689
|
-
<
|
|
7150
|
+
<span class="pf-v6-c-button__text">
|
|
7151
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7152
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7153
|
+
</span>
|
|
6690
7154
|
</span>
|
|
6691
7155
|
</button>
|
|
6692
7156
|
</span>
|
|
@@ -6698,8 +7162,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6698
7162
|
aria-label="Close Disabled"
|
|
6699
7163
|
disabled
|
|
6700
7164
|
>
|
|
6701
|
-
<span class="pf-v6-c-
|
|
6702
|
-
<
|
|
7165
|
+
<span class="pf-v6-c-button__text">
|
|
7166
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7167
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7168
|
+
</span>
|
|
6703
7169
|
</span>
|
|
6704
7170
|
</button>
|
|
6705
7171
|
</span>
|
|
@@ -6727,8 +7193,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6727
7193
|
aria-label="More info for ARIA disabled label"
|
|
6728
7194
|
aria-disabled="true"
|
|
6729
7195
|
>
|
|
6730
|
-
<span class="pf-v6-c-
|
|
6731
|
-
<
|
|
7196
|
+
<span class="pf-v6-c-button__text">
|
|
7197
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7198
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7199
|
+
</span>
|
|
6732
7200
|
</span>
|
|
6733
7201
|
</button>
|
|
6734
7202
|
</span>
|
|
@@ -6740,8 +7208,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6740
7208
|
aria-label="Close ARIA disabled"
|
|
6741
7209
|
aria-disabled="true"
|
|
6742
7210
|
>
|
|
6743
|
-
<span class="pf-v6-c-
|
|
6744
|
-
<
|
|
7211
|
+
<span class="pf-v6-c-button__text">
|
|
7212
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7213
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7214
|
+
</span>
|
|
6745
7215
|
</span>
|
|
6746
7216
|
</button>
|
|
6747
7217
|
</span>
|
|
@@ -6769,8 +7239,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6769
7239
|
aria-label="More info for Help disabled label"
|
|
6770
7240
|
disabled
|
|
6771
7241
|
>
|
|
6772
|
-
<span class="pf-v6-c-
|
|
6773
|
-
<
|
|
7242
|
+
<span class="pf-v6-c-button__text">
|
|
7243
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7244
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7245
|
+
</span>
|
|
6774
7246
|
</span>
|
|
6775
7247
|
</button>
|
|
6776
7248
|
</span>
|
|
@@ -6781,8 +7253,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6781
7253
|
type="button"
|
|
6782
7254
|
aria-label="Close Help disabled"
|
|
6783
7255
|
>
|
|
6784
|
-
<span class="pf-v6-c-
|
|
6785
|
-
<
|
|
7256
|
+
<span class="pf-v6-c-button__text">
|
|
7257
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7258
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7259
|
+
</span>
|
|
6786
7260
|
</span>
|
|
6787
7261
|
</button>
|
|
6788
7262
|
</span>
|
|
@@ -6809,8 +7283,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6809
7283
|
type="button"
|
|
6810
7284
|
aria-label="More info for Close disabled label"
|
|
6811
7285
|
>
|
|
6812
|
-
<span class="pf-v6-c-
|
|
6813
|
-
<
|
|
7286
|
+
<span class="pf-v6-c-button__text">
|
|
7287
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7288
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7289
|
+
</span>
|
|
6814
7290
|
</span>
|
|
6815
7291
|
</button>
|
|
6816
7292
|
</span>
|
|
@@ -6822,8 +7298,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6822
7298
|
aria-label="Close Close disabled"
|
|
6823
7299
|
disabled
|
|
6824
7300
|
>
|
|
6825
|
-
<span class="pf-v6-c-
|
|
6826
|
-
<
|
|
7301
|
+
<span class="pf-v6-c-button__text">
|
|
7302
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7303
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7304
|
+
</span>
|
|
6827
7305
|
</span>
|
|
6828
7306
|
</button>
|
|
6829
7307
|
</span>
|
|
@@ -6851,8 +7329,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6851
7329
|
aria-label="More info for Help and close disabled label"
|
|
6852
7330
|
disabled
|
|
6853
7331
|
>
|
|
6854
|
-
<span class="pf-v6-c-
|
|
6855
|
-
<
|
|
7332
|
+
<span class="pf-v6-c-button__text">
|
|
7333
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7334
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7335
|
+
</span>
|
|
6856
7336
|
</span>
|
|
6857
7337
|
</button>
|
|
6858
7338
|
</span>
|
|
@@ -6864,8 +7344,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6864
7344
|
aria-label="Close Help and close disabled"
|
|
6865
7345
|
disabled
|
|
6866
7346
|
>
|
|
6867
|
-
<span class="pf-v6-c-
|
|
6868
|
-
<
|
|
7347
|
+
<span class="pf-v6-c-button__text">
|
|
7348
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7349
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7350
|
+
</span>
|
|
6869
7351
|
</span>
|
|
6870
7352
|
</button>
|
|
6871
7353
|
</span>
|
|
@@ -6888,8 +7370,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6888
7370
|
type="button"
|
|
6889
7371
|
aria-label="More info for Network label"
|
|
6890
7372
|
>
|
|
6891
|
-
<span class="pf-v6-c-
|
|
6892
|
-
<
|
|
7373
|
+
<span class="pf-v6-c-button__text">
|
|
7374
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7375
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7376
|
+
</span>
|
|
6893
7377
|
</span>
|
|
6894
7378
|
</button>
|
|
6895
7379
|
</span>
|
|
@@ -6900,8 +7384,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6900
7384
|
type="button"
|
|
6901
7385
|
aria-label="Close Network"
|
|
6902
7386
|
>
|
|
6903
|
-
<span class="pf-v6-c-
|
|
6904
|
-
<
|
|
7387
|
+
<span class="pf-v6-c-button__text">
|
|
7388
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7389
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7390
|
+
</span>
|
|
6905
7391
|
</span>
|
|
6906
7392
|
</button>
|
|
6907
7393
|
</span>
|
|
@@ -6914,7 +7400,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6914
7400
|
type="button"
|
|
6915
7401
|
aria-label="Scroll right"
|
|
6916
7402
|
>
|
|
6917
|
-
<
|
|
7403
|
+
<span class="pf-v6-c-button__text">
|
|
7404
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
7405
|
+
</span>
|
|
6918
7406
|
</button>
|
|
6919
7407
|
</div>
|
|
6920
7408
|
</div>
|
|
@@ -6934,7 +7422,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6934
7422
|
aria-label="Scroll left"
|
|
6935
7423
|
disabled
|
|
6936
7424
|
>
|
|
6937
|
-
<
|
|
7425
|
+
<span class="pf-v6-c-button__text">
|
|
7426
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
7427
|
+
</span>
|
|
6938
7428
|
</button>
|
|
6939
7429
|
</div>
|
|
6940
7430
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -6953,8 +7443,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6953
7443
|
type="button"
|
|
6954
7444
|
aria-label="More info for Users label"
|
|
6955
7445
|
>
|
|
6956
|
-
<span class="pf-v6-c-
|
|
6957
|
-
<
|
|
7446
|
+
<span class="pf-v6-c-button__text">
|
|
7447
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7448
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7449
|
+
</span>
|
|
6958
7450
|
</span>
|
|
6959
7451
|
</button>
|
|
6960
7452
|
</span>
|
|
@@ -6965,8 +7457,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6965
7457
|
type="button"
|
|
6966
7458
|
aria-label="Close Users"
|
|
6967
7459
|
>
|
|
6968
|
-
<span class="pf-v6-c-
|
|
6969
|
-
<
|
|
7460
|
+
<span class="pf-v6-c-button__text">
|
|
7461
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7462
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7463
|
+
</span>
|
|
6970
7464
|
</span>
|
|
6971
7465
|
</button>
|
|
6972
7466
|
</span>
|
|
@@ -6986,8 +7480,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6986
7480
|
type="button"
|
|
6987
7481
|
aria-label="More info for Containers label"
|
|
6988
7482
|
>
|
|
6989
|
-
<span class="pf-v6-c-
|
|
6990
|
-
<
|
|
7483
|
+
<span class="pf-v6-c-button__text">
|
|
7484
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7485
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7486
|
+
</span>
|
|
6991
7487
|
</span>
|
|
6992
7488
|
</button>
|
|
6993
7489
|
</span>
|
|
@@ -6998,8 +7494,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6998
7494
|
type="button"
|
|
6999
7495
|
aria-label="Close Containers"
|
|
7000
7496
|
>
|
|
7001
|
-
<span class="pf-v6-c-
|
|
7002
|
-
<
|
|
7497
|
+
<span class="pf-v6-c-button__text">
|
|
7498
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7499
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7500
|
+
</span>
|
|
7003
7501
|
</span>
|
|
7004
7502
|
</button>
|
|
7005
7503
|
</span>
|
|
@@ -7019,8 +7517,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7019
7517
|
type="button"
|
|
7020
7518
|
aria-label="More info for Database label"
|
|
7021
7519
|
>
|
|
7022
|
-
<span class="pf-v6-c-
|
|
7023
|
-
<
|
|
7520
|
+
<span class="pf-v6-c-button__text">
|
|
7521
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7522
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7523
|
+
</span>
|
|
7024
7524
|
</span>
|
|
7025
7525
|
</button>
|
|
7026
7526
|
</span>
|
|
@@ -7031,8 +7531,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7031
7531
|
type="button"
|
|
7032
7532
|
aria-label="Close Database"
|
|
7033
7533
|
>
|
|
7034
|
-
<span class="pf-v6-c-
|
|
7035
|
-
<
|
|
7534
|
+
<span class="pf-v6-c-button__text">
|
|
7535
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7536
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7537
|
+
</span>
|
|
7036
7538
|
</span>
|
|
7037
7539
|
</button>
|
|
7038
7540
|
</span>
|
|
@@ -7046,7 +7548,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7046
7548
|
aria-label="Scroll right"
|
|
7047
7549
|
disabled
|
|
7048
7550
|
>
|
|
7049
|
-
<
|
|
7551
|
+
<span class="pf-v6-c-button__text">
|
|
7552
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
7553
|
+
</span>
|
|
7050
7554
|
</button>
|
|
7051
7555
|
</div>
|
|
7052
7556
|
</div>
|
|
@@ -7066,7 +7570,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7066
7570
|
aria-label="Scroll left"
|
|
7067
7571
|
disabled
|
|
7068
7572
|
>
|
|
7069
|
-
<
|
|
7573
|
+
<span class="pf-v6-c-button__text">
|
|
7574
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
7575
|
+
</span>
|
|
7070
7576
|
</button>
|
|
7071
7577
|
</div>
|
|
7072
7578
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -7085,8 +7591,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7085
7591
|
type="button"
|
|
7086
7592
|
aria-label="More info for Users label"
|
|
7087
7593
|
>
|
|
7088
|
-
<span class="pf-v6-c-
|
|
7089
|
-
<
|
|
7594
|
+
<span class="pf-v6-c-button__text">
|
|
7595
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7596
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7597
|
+
</span>
|
|
7090
7598
|
</span>
|
|
7091
7599
|
</button>
|
|
7092
7600
|
</span>
|
|
@@ -7097,8 +7605,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7097
7605
|
type="button"
|
|
7098
7606
|
aria-label="Close Users"
|
|
7099
7607
|
>
|
|
7100
|
-
<span class="pf-v6-c-
|
|
7101
|
-
<
|
|
7608
|
+
<span class="pf-v6-c-button__text">
|
|
7609
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7610
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7611
|
+
</span>
|
|
7102
7612
|
</span>
|
|
7103
7613
|
</button>
|
|
7104
7614
|
</span>
|
|
@@ -7118,8 +7628,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7118
7628
|
type="button"
|
|
7119
7629
|
aria-label="More info for Containers label"
|
|
7120
7630
|
>
|
|
7121
|
-
<span class="pf-v6-c-
|
|
7122
|
-
<
|
|
7631
|
+
<span class="pf-v6-c-button__text">
|
|
7632
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7633
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7634
|
+
</span>
|
|
7123
7635
|
</span>
|
|
7124
7636
|
</button>
|
|
7125
7637
|
</span>
|
|
@@ -7130,8 +7642,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7130
7642
|
type="button"
|
|
7131
7643
|
aria-label="Close Containers"
|
|
7132
7644
|
>
|
|
7133
|
-
<span class="pf-v6-c-
|
|
7134
|
-
<
|
|
7645
|
+
<span class="pf-v6-c-button__text">
|
|
7646
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7647
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7648
|
+
</span>
|
|
7135
7649
|
</span>
|
|
7136
7650
|
</button>
|
|
7137
7651
|
</span>
|
|
@@ -7151,8 +7665,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7151
7665
|
type="button"
|
|
7152
7666
|
aria-label="More info for Database label"
|
|
7153
7667
|
>
|
|
7154
|
-
<span class="pf-v6-c-
|
|
7155
|
-
<
|
|
7668
|
+
<span class="pf-v6-c-button__text">
|
|
7669
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7670
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7671
|
+
</span>
|
|
7156
7672
|
</span>
|
|
7157
7673
|
</button>
|
|
7158
7674
|
</span>
|
|
@@ -7163,8 +7679,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7163
7679
|
type="button"
|
|
7164
7680
|
aria-label="Close Database"
|
|
7165
7681
|
>
|
|
7166
|
-
<span class="pf-v6-c-
|
|
7167
|
-
<
|
|
7682
|
+
<span class="pf-v6-c-button__text">
|
|
7683
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7684
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7685
|
+
</span>
|
|
7168
7686
|
</span>
|
|
7169
7687
|
</button>
|
|
7170
7688
|
</span>
|
|
@@ -7190,8 +7708,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7190
7708
|
aria-label="More info for Disabled label"
|
|
7191
7709
|
disabled
|
|
7192
7710
|
>
|
|
7193
|
-
<span class="pf-v6-c-
|
|
7194
|
-
<
|
|
7711
|
+
<span class="pf-v6-c-button__text">
|
|
7712
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7713
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7714
|
+
</span>
|
|
7195
7715
|
</span>
|
|
7196
7716
|
</button>
|
|
7197
7717
|
</span>
|
|
@@ -7203,8 +7723,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7203
7723
|
aria-label="Close Disabled"
|
|
7204
7724
|
disabled
|
|
7205
7725
|
>
|
|
7206
|
-
<span class="pf-v6-c-
|
|
7207
|
-
<
|
|
7726
|
+
<span class="pf-v6-c-button__text">
|
|
7727
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7728
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7729
|
+
</span>
|
|
7208
7730
|
</span>
|
|
7209
7731
|
</button>
|
|
7210
7732
|
</span>
|
|
@@ -7229,8 +7751,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7229
7751
|
aria-label="More info for ARIA disabled label"
|
|
7230
7752
|
aria-disabled="true"
|
|
7231
7753
|
>
|
|
7232
|
-
<span class="pf-v6-c-
|
|
7233
|
-
<
|
|
7754
|
+
<span class="pf-v6-c-button__text">
|
|
7755
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7756
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7757
|
+
</span>
|
|
7234
7758
|
</span>
|
|
7235
7759
|
</button>
|
|
7236
7760
|
</span>
|
|
@@ -7242,8 +7766,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7242
7766
|
aria-label="Close ARIA disabled"
|
|
7243
7767
|
aria-disabled="true"
|
|
7244
7768
|
>
|
|
7245
|
-
<span class="pf-v6-c-
|
|
7246
|
-
<
|
|
7769
|
+
<span class="pf-v6-c-button__text">
|
|
7770
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7771
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7772
|
+
</span>
|
|
7247
7773
|
</span>
|
|
7248
7774
|
</button>
|
|
7249
7775
|
</span>
|
|
@@ -7268,8 +7794,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7268
7794
|
aria-label="More info for Help disabled label"
|
|
7269
7795
|
disabled
|
|
7270
7796
|
>
|
|
7271
|
-
<span class="pf-v6-c-
|
|
7272
|
-
<
|
|
7797
|
+
<span class="pf-v6-c-button__text">
|
|
7798
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7799
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7800
|
+
</span>
|
|
7273
7801
|
</span>
|
|
7274
7802
|
</button>
|
|
7275
7803
|
</span>
|
|
@@ -7280,8 +7808,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7280
7808
|
type="button"
|
|
7281
7809
|
aria-label="Close Help disabled"
|
|
7282
7810
|
>
|
|
7283
|
-
<span class="pf-v6-c-
|
|
7284
|
-
<
|
|
7811
|
+
<span class="pf-v6-c-button__text">
|
|
7812
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7813
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7814
|
+
</span>
|
|
7285
7815
|
</span>
|
|
7286
7816
|
</button>
|
|
7287
7817
|
</span>
|
|
@@ -7305,8 +7835,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7305
7835
|
type="button"
|
|
7306
7836
|
aria-label="More info for Close disabled label"
|
|
7307
7837
|
>
|
|
7308
|
-
<span class="pf-v6-c-
|
|
7309
|
-
<
|
|
7838
|
+
<span class="pf-v6-c-button__text">
|
|
7839
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7840
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7841
|
+
</span>
|
|
7310
7842
|
</span>
|
|
7311
7843
|
</button>
|
|
7312
7844
|
</span>
|
|
@@ -7318,8 +7850,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7318
7850
|
aria-label="Close Close disabled"
|
|
7319
7851
|
disabled
|
|
7320
7852
|
>
|
|
7321
|
-
<span class="pf-v6-c-
|
|
7322
|
-
<
|
|
7853
|
+
<span class="pf-v6-c-button__text">
|
|
7854
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7855
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7856
|
+
</span>
|
|
7323
7857
|
</span>
|
|
7324
7858
|
</button>
|
|
7325
7859
|
</span>
|
|
@@ -7344,8 +7878,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7344
7878
|
aria-label="More info for Help and close disabled label"
|
|
7345
7879
|
disabled
|
|
7346
7880
|
>
|
|
7347
|
-
<span class="pf-v6-c-
|
|
7348
|
-
<
|
|
7881
|
+
<span class="pf-v6-c-button__text">
|
|
7882
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7883
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7884
|
+
</span>
|
|
7349
7885
|
</span>
|
|
7350
7886
|
</button>
|
|
7351
7887
|
</span>
|
|
@@ -7357,8 +7893,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7357
7893
|
aria-label="Close Help and close disabled"
|
|
7358
7894
|
disabled
|
|
7359
7895
|
>
|
|
7360
|
-
<span class="pf-v6-c-
|
|
7361
|
-
<
|
|
7896
|
+
<span class="pf-v6-c-button__text">
|
|
7897
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7898
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7899
|
+
</span>
|
|
7362
7900
|
</span>
|
|
7363
7901
|
</button>
|
|
7364
7902
|
</span>
|
|
@@ -7378,8 +7916,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7378
7916
|
type="button"
|
|
7379
7917
|
aria-label="More info for Network label"
|
|
7380
7918
|
>
|
|
7381
|
-
<span class="pf-v6-c-
|
|
7382
|
-
<
|
|
7919
|
+
<span class="pf-v6-c-button__text">
|
|
7920
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7921
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7922
|
+
</span>
|
|
7383
7923
|
</span>
|
|
7384
7924
|
</button>
|
|
7385
7925
|
</span>
|
|
@@ -7390,8 +7930,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7390
7930
|
type="button"
|
|
7391
7931
|
aria-label="Close Network"
|
|
7392
7932
|
>
|
|
7393
|
-
<span class="pf-v6-c-
|
|
7394
|
-
<
|
|
7933
|
+
<span class="pf-v6-c-button__text">
|
|
7934
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7935
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7936
|
+
</span>
|
|
7395
7937
|
</span>
|
|
7396
7938
|
</button>
|
|
7397
7939
|
</span>
|
|
@@ -7404,7 +7946,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7404
7946
|
type="button"
|
|
7405
7947
|
aria-label="Scroll right"
|
|
7406
7948
|
>
|
|
7407
|
-
<
|
|
7949
|
+
<span class="pf-v6-c-button__text">
|
|
7950
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
7951
|
+
</span>
|
|
7408
7952
|
</button>
|
|
7409
7953
|
</div>
|
|
7410
7954
|
</div>
|
|
@@ -7420,7 +7964,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7420
7964
|
aria-label="Scroll left"
|
|
7421
7965
|
disabled
|
|
7422
7966
|
>
|
|
7423
|
-
<
|
|
7967
|
+
<span class="pf-v6-c-button__text">
|
|
7968
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
7969
|
+
</span>
|
|
7424
7970
|
</button>
|
|
7425
7971
|
</div>
|
|
7426
7972
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -7439,8 +7985,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7439
7985
|
type="button"
|
|
7440
7986
|
aria-label="More info for Users label"
|
|
7441
7987
|
>
|
|
7442
|
-
<span class="pf-v6-c-
|
|
7443
|
-
<
|
|
7988
|
+
<span class="pf-v6-c-button__text">
|
|
7989
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7990
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7991
|
+
</span>
|
|
7444
7992
|
</span>
|
|
7445
7993
|
</button>
|
|
7446
7994
|
</span>
|
|
@@ -7451,8 +7999,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7451
7999
|
type="button"
|
|
7452
8000
|
aria-label="Close Users"
|
|
7453
8001
|
>
|
|
7454
|
-
<span class="pf-v6-c-
|
|
7455
|
-
<
|
|
8002
|
+
<span class="pf-v6-c-button__text">
|
|
8003
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8004
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8005
|
+
</span>
|
|
7456
8006
|
</span>
|
|
7457
8007
|
</button>
|
|
7458
8008
|
</span>
|
|
@@ -7472,8 +8022,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7472
8022
|
type="button"
|
|
7473
8023
|
aria-label="More info for Containers label"
|
|
7474
8024
|
>
|
|
7475
|
-
<span class="pf-v6-c-
|
|
7476
|
-
<
|
|
8025
|
+
<span class="pf-v6-c-button__text">
|
|
8026
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8027
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
8028
|
+
</span>
|
|
7477
8029
|
</span>
|
|
7478
8030
|
</button>
|
|
7479
8031
|
</span>
|
|
@@ -7484,8 +8036,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7484
8036
|
type="button"
|
|
7485
8037
|
aria-label="Close Containers"
|
|
7486
8038
|
>
|
|
7487
|
-
<span class="pf-v6-c-
|
|
7488
|
-
<
|
|
8039
|
+
<span class="pf-v6-c-button__text">
|
|
8040
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8041
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8042
|
+
</span>
|
|
7489
8043
|
</span>
|
|
7490
8044
|
</button>
|
|
7491
8045
|
</span>
|
|
@@ -7505,8 +8059,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7505
8059
|
type="button"
|
|
7506
8060
|
aria-label="More info for Database label"
|
|
7507
8061
|
>
|
|
7508
|
-
<span class="pf-v6-c-
|
|
7509
|
-
<
|
|
8062
|
+
<span class="pf-v6-c-button__text">
|
|
8063
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8064
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
8065
|
+
</span>
|
|
7510
8066
|
</span>
|
|
7511
8067
|
</button>
|
|
7512
8068
|
</span>
|
|
@@ -7517,8 +8073,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7517
8073
|
type="button"
|
|
7518
8074
|
aria-label="Close Database"
|
|
7519
8075
|
>
|
|
7520
|
-
<span class="pf-v6-c-
|
|
7521
|
-
<
|
|
8076
|
+
<span class="pf-v6-c-button__text">
|
|
8077
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8078
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8079
|
+
</span>
|
|
7522
8080
|
</span>
|
|
7523
8081
|
</button>
|
|
7524
8082
|
</span>
|
|
@@ -7544,8 +8102,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7544
8102
|
aria-label="More info for Disabled label"
|
|
7545
8103
|
disabled
|
|
7546
8104
|
>
|
|
7547
|
-
<span class="pf-v6-c-
|
|
7548
|
-
<
|
|
8105
|
+
<span class="pf-v6-c-button__text">
|
|
8106
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8107
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
8108
|
+
</span>
|
|
7549
8109
|
</span>
|
|
7550
8110
|
</button>
|
|
7551
8111
|
</span>
|
|
@@ -7557,8 +8117,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7557
8117
|
aria-label="Close Disabled"
|
|
7558
8118
|
disabled
|
|
7559
8119
|
>
|
|
7560
|
-
<span class="pf-v6-c-
|
|
7561
|
-
<
|
|
8120
|
+
<span class="pf-v6-c-button__text">
|
|
8121
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8122
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8123
|
+
</span>
|
|
7562
8124
|
</span>
|
|
7563
8125
|
</button>
|
|
7564
8126
|
</span>
|
|
@@ -7583,8 +8145,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7583
8145
|
aria-label="More info for ARIA disabled label"
|
|
7584
8146
|
aria-disabled="true"
|
|
7585
8147
|
>
|
|
7586
|
-
<span class="pf-v6-c-
|
|
7587
|
-
<
|
|
8148
|
+
<span class="pf-v6-c-button__text">
|
|
8149
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8150
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
8151
|
+
</span>
|
|
7588
8152
|
</span>
|
|
7589
8153
|
</button>
|
|
7590
8154
|
</span>
|
|
@@ -7596,8 +8160,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7596
8160
|
aria-label="Close ARIA disabled"
|
|
7597
8161
|
aria-disabled="true"
|
|
7598
8162
|
>
|
|
7599
|
-
<span class="pf-v6-c-
|
|
7600
|
-
<
|
|
8163
|
+
<span class="pf-v6-c-button__text">
|
|
8164
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8165
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8166
|
+
</span>
|
|
7601
8167
|
</span>
|
|
7602
8168
|
</button>
|
|
7603
8169
|
</span>
|
|
@@ -7622,8 +8188,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7622
8188
|
aria-label="More info for Help disabled label"
|
|
7623
8189
|
disabled
|
|
7624
8190
|
>
|
|
7625
|
-
<span class="pf-v6-c-
|
|
7626
|
-
<
|
|
8191
|
+
<span class="pf-v6-c-button__text">
|
|
8192
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8193
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
8194
|
+
</span>
|
|
7627
8195
|
</span>
|
|
7628
8196
|
</button>
|
|
7629
8197
|
</span>
|
|
@@ -7634,8 +8202,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7634
8202
|
type="button"
|
|
7635
8203
|
aria-label="Close Help disabled"
|
|
7636
8204
|
>
|
|
7637
|
-
<span class="pf-v6-c-
|
|
7638
|
-
<
|
|
8205
|
+
<span class="pf-v6-c-button__text">
|
|
8206
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8207
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8208
|
+
</span>
|
|
7639
8209
|
</span>
|
|
7640
8210
|
</button>
|
|
7641
8211
|
</span>
|
|
@@ -7659,8 +8229,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7659
8229
|
type="button"
|
|
7660
8230
|
aria-label="More info for Close disabled label"
|
|
7661
8231
|
>
|
|
7662
|
-
<span class="pf-v6-c-
|
|
7663
|
-
<
|
|
8232
|
+
<span class="pf-v6-c-button__text">
|
|
8233
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8234
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
8235
|
+
</span>
|
|
7664
8236
|
</span>
|
|
7665
8237
|
</button>
|
|
7666
8238
|
</span>
|
|
@@ -7672,8 +8244,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7672
8244
|
aria-label="Close Close disabled"
|
|
7673
8245
|
disabled
|
|
7674
8246
|
>
|
|
7675
|
-
<span class="pf-v6-c-
|
|
7676
|
-
<
|
|
8247
|
+
<span class="pf-v6-c-button__text">
|
|
8248
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8249
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8250
|
+
</span>
|
|
7677
8251
|
</span>
|
|
7678
8252
|
</button>
|
|
7679
8253
|
</span>
|
|
@@ -7698,8 +8272,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7698
8272
|
aria-label="More info for Help and close disabled label"
|
|
7699
8273
|
disabled
|
|
7700
8274
|
>
|
|
7701
|
-
<span class="pf-v6-c-
|
|
7702
|
-
<
|
|
8275
|
+
<span class="pf-v6-c-button__text">
|
|
8276
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8277
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
8278
|
+
</span>
|
|
7703
8279
|
</span>
|
|
7704
8280
|
</button>
|
|
7705
8281
|
</span>
|
|
@@ -7711,8 +8287,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7711
8287
|
aria-label="Close Help and close disabled"
|
|
7712
8288
|
disabled
|
|
7713
8289
|
>
|
|
7714
|
-
<span class="pf-v6-c-
|
|
7715
|
-
<
|
|
8290
|
+
<span class="pf-v6-c-button__text">
|
|
8291
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8292
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8293
|
+
</span>
|
|
7716
8294
|
</span>
|
|
7717
8295
|
</button>
|
|
7718
8296
|
</span>
|
|
@@ -7732,8 +8310,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7732
8310
|
type="button"
|
|
7733
8311
|
aria-label="More info for Network label"
|
|
7734
8312
|
>
|
|
7735
|
-
<span class="pf-v6-c-
|
|
7736
|
-
<
|
|
8313
|
+
<span class="pf-v6-c-button__text">
|
|
8314
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8315
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
8316
|
+
</span>
|
|
7737
8317
|
</span>
|
|
7738
8318
|
</button>
|
|
7739
8319
|
</span>
|
|
@@ -7744,8 +8324,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7744
8324
|
type="button"
|
|
7745
8325
|
aria-label="Close Network"
|
|
7746
8326
|
>
|
|
7747
|
-
<span class="pf-v6-c-
|
|
7748
|
-
<
|
|
8327
|
+
<span class="pf-v6-c-button__text">
|
|
8328
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8329
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8330
|
+
</span>
|
|
7749
8331
|
</span>
|
|
7750
8332
|
</button>
|
|
7751
8333
|
</span>
|
|
@@ -7758,7 +8340,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7758
8340
|
type="button"
|
|
7759
8341
|
aria-label="Scroll right"
|
|
7760
8342
|
>
|
|
7761
|
-
<
|
|
8343
|
+
<span class="pf-v6-c-button__text">
|
|
8344
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
8345
|
+
</span>
|
|
7762
8346
|
</button>
|
|
7763
8347
|
</div>
|
|
7764
8348
|
</div>
|
|
@@ -7782,7 +8366,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7782
8366
|
aria-label="Scroll left"
|
|
7783
8367
|
disabled
|
|
7784
8368
|
>
|
|
7785
|
-
<
|
|
8369
|
+
<span class="pf-v6-c-button__text">
|
|
8370
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
8371
|
+
</span>
|
|
7786
8372
|
</button>
|
|
7787
8373
|
</div>
|
|
7788
8374
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -7801,8 +8387,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7801
8387
|
type="button"
|
|
7802
8388
|
aria-label="Close Users"
|
|
7803
8389
|
>
|
|
7804
|
-
<span class="pf-v6-c-
|
|
7805
|
-
<
|
|
8390
|
+
<span class="pf-v6-c-button__text">
|
|
8391
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8392
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8393
|
+
</span>
|
|
7806
8394
|
</span>
|
|
7807
8395
|
</button>
|
|
7808
8396
|
</span>
|
|
@@ -7822,8 +8410,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7822
8410
|
type="button"
|
|
7823
8411
|
aria-label="Close Containers"
|
|
7824
8412
|
>
|
|
7825
|
-
<span class="pf-v6-c-
|
|
7826
|
-
<
|
|
8413
|
+
<span class="pf-v6-c-button__text">
|
|
8414
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8415
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8416
|
+
</span>
|
|
7827
8417
|
</span>
|
|
7828
8418
|
</button>
|
|
7829
8419
|
</span>
|
|
@@ -7843,8 +8433,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7843
8433
|
type="button"
|
|
7844
8434
|
aria-label="Close Database"
|
|
7845
8435
|
>
|
|
7846
|
-
<span class="pf-v6-c-
|
|
7847
|
-
<
|
|
8436
|
+
<span class="pf-v6-c-button__text">
|
|
8437
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8438
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8439
|
+
</span>
|
|
7848
8440
|
</span>
|
|
7849
8441
|
</button>
|
|
7850
8442
|
</span>
|
|
@@ -7865,8 +8457,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7865
8457
|
type="button"
|
|
7866
8458
|
aria-label="Close Server"
|
|
7867
8459
|
>
|
|
7868
|
-
<span class="pf-v6-c-
|
|
7869
|
-
<
|
|
8460
|
+
<span class="pf-v6-c-button__text">
|
|
8461
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8462
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8463
|
+
</span>
|
|
7870
8464
|
</span>
|
|
7871
8465
|
</button>
|
|
7872
8466
|
</span>
|
|
@@ -7886,8 +8480,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7886
8480
|
type="button"
|
|
7887
8481
|
aria-label="Close System"
|
|
7888
8482
|
>
|
|
7889
|
-
<span class="pf-v6-c-
|
|
7890
|
-
<
|
|
8483
|
+
<span class="pf-v6-c-button__text">
|
|
8484
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8485
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8486
|
+
</span>
|
|
7891
8487
|
</span>
|
|
7892
8488
|
</button>
|
|
7893
8489
|
</span>
|
|
@@ -7907,8 +8503,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7907
8503
|
type="button"
|
|
7908
8504
|
aria-label="Close Network"
|
|
7909
8505
|
>
|
|
7910
|
-
<span class="pf-v6-c-
|
|
7911
|
-
<
|
|
8506
|
+
<span class="pf-v6-c-button__text">
|
|
8507
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8508
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8509
|
+
</span>
|
|
7912
8510
|
</span>
|
|
7913
8511
|
</button>
|
|
7914
8512
|
</span>
|
|
@@ -7921,7 +8519,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7921
8519
|
type="button"
|
|
7922
8520
|
aria-label="Scroll right"
|
|
7923
8521
|
>
|
|
7924
|
-
<
|
|
8522
|
+
<span class="pf-v6-c-button__text">
|
|
8523
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
8524
|
+
</span>
|
|
7925
8525
|
</button>
|
|
7926
8526
|
</div>
|
|
7927
8527
|
<span class="pf-v6-c-tabs__add">
|
|
@@ -7930,7 +8530,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7930
8530
|
type="button"
|
|
7931
8531
|
aria-label="Add tab"
|
|
7932
8532
|
>
|
|
7933
|
-
<
|
|
8533
|
+
<span class="pf-v6-c-button__text">
|
|
8534
|
+
<i class="fas fa-plus" aria-hidden="true"></i>
|
|
8535
|
+
</span>
|
|
7934
8536
|
</button>
|
|
7935
8537
|
</span>
|
|
7936
8538
|
</div>
|
|
@@ -7946,7 +8548,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7946
8548
|
aria-label="Scroll left"
|
|
7947
8549
|
disabled
|
|
7948
8550
|
>
|
|
7949
|
-
<
|
|
8551
|
+
<span class="pf-v6-c-button__text">
|
|
8552
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
8553
|
+
</span>
|
|
7950
8554
|
</button>
|
|
7951
8555
|
</div>
|
|
7952
8556
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -7965,8 +8569,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7965
8569
|
type="button"
|
|
7966
8570
|
aria-label="Close Users"
|
|
7967
8571
|
>
|
|
7968
|
-
<span class="pf-v6-c-
|
|
7969
|
-
<
|
|
8572
|
+
<span class="pf-v6-c-button__text">
|
|
8573
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8574
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8575
|
+
</span>
|
|
7970
8576
|
</span>
|
|
7971
8577
|
</button>
|
|
7972
8578
|
</span>
|
|
@@ -7986,8 +8592,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7986
8592
|
type="button"
|
|
7987
8593
|
aria-label="Close Containers"
|
|
7988
8594
|
>
|
|
7989
|
-
<span class="pf-v6-c-
|
|
7990
|
-
<
|
|
8595
|
+
<span class="pf-v6-c-button__text">
|
|
8596
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8597
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8598
|
+
</span>
|
|
7991
8599
|
</span>
|
|
7992
8600
|
</button>
|
|
7993
8601
|
</span>
|
|
@@ -8007,8 +8615,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8007
8615
|
type="button"
|
|
8008
8616
|
aria-label="Close Database"
|
|
8009
8617
|
>
|
|
8010
|
-
<span class="pf-v6-c-
|
|
8011
|
-
<
|
|
8618
|
+
<span class="pf-v6-c-button__text">
|
|
8619
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8620
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8621
|
+
</span>
|
|
8012
8622
|
</span>
|
|
8013
8623
|
</button>
|
|
8014
8624
|
</span>
|
|
@@ -8029,8 +8639,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8029
8639
|
type="button"
|
|
8030
8640
|
aria-label="Close Server"
|
|
8031
8641
|
>
|
|
8032
|
-
<span class="pf-v6-c-
|
|
8033
|
-
<
|
|
8642
|
+
<span class="pf-v6-c-button__text">
|
|
8643
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8644
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8645
|
+
</span>
|
|
8034
8646
|
</span>
|
|
8035
8647
|
</button>
|
|
8036
8648
|
</span>
|
|
@@ -8050,8 +8662,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8050
8662
|
type="button"
|
|
8051
8663
|
aria-label="Close System"
|
|
8052
8664
|
>
|
|
8053
|
-
<span class="pf-v6-c-
|
|
8054
|
-
<
|
|
8665
|
+
<span class="pf-v6-c-button__text">
|
|
8666
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8667
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8668
|
+
</span>
|
|
8055
8669
|
</span>
|
|
8056
8670
|
</button>
|
|
8057
8671
|
</span>
|
|
@@ -8071,8 +8685,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8071
8685
|
type="button"
|
|
8072
8686
|
aria-label="Close Network"
|
|
8073
8687
|
>
|
|
8074
|
-
<span class="pf-v6-c-
|
|
8075
|
-
<
|
|
8688
|
+
<span class="pf-v6-c-button__text">
|
|
8689
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8690
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8691
|
+
</span>
|
|
8076
8692
|
</span>
|
|
8077
8693
|
</button>
|
|
8078
8694
|
</span>
|
|
@@ -8085,7 +8701,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8085
8701
|
type="button"
|
|
8086
8702
|
aria-label="Scroll right"
|
|
8087
8703
|
>
|
|
8088
|
-
<
|
|
8704
|
+
<span class="pf-v6-c-button__text">
|
|
8705
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
8706
|
+
</span>
|
|
8089
8707
|
</button>
|
|
8090
8708
|
</div>
|
|
8091
8709
|
<span class="pf-v6-c-tabs__add">
|
|
@@ -8094,7 +8712,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8094
8712
|
type="button"
|
|
8095
8713
|
aria-label="Add tab"
|
|
8096
8714
|
>
|
|
8097
|
-
<
|
|
8715
|
+
<span class="pf-v6-c-button__text">
|
|
8716
|
+
<i class="fas fa-plus" aria-hidden="true"></i>
|
|
8717
|
+
</span>
|
|
8098
8718
|
</button>
|
|
8099
8719
|
</span>
|
|
8100
8720
|
</div>
|
|
@@ -8114,7 +8734,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8114
8734
|
aria-label="Scroll left"
|
|
8115
8735
|
disabled
|
|
8116
8736
|
>
|
|
8117
|
-
<
|
|
8737
|
+
<span class="pf-v6-c-button__text">
|
|
8738
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
8739
|
+
</span>
|
|
8118
8740
|
</button>
|
|
8119
8741
|
</div>
|
|
8120
8742
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -8133,8 +8755,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8133
8755
|
type="button"
|
|
8134
8756
|
aria-label="Close Users"
|
|
8135
8757
|
>
|
|
8136
|
-
<span class="pf-v6-c-
|
|
8137
|
-
<
|
|
8758
|
+
<span class="pf-v6-c-button__text">
|
|
8759
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8760
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8761
|
+
</span>
|
|
8138
8762
|
</span>
|
|
8139
8763
|
</button>
|
|
8140
8764
|
</span>
|
|
@@ -8154,8 +8778,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8154
8778
|
type="button"
|
|
8155
8779
|
aria-label="Close Containers"
|
|
8156
8780
|
>
|
|
8157
|
-
<span class="pf-v6-c-
|
|
8158
|
-
<
|
|
8781
|
+
<span class="pf-v6-c-button__text">
|
|
8782
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8783
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8784
|
+
</span>
|
|
8159
8785
|
</span>
|
|
8160
8786
|
</button>
|
|
8161
8787
|
</span>
|
|
@@ -8175,8 +8801,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8175
8801
|
type="button"
|
|
8176
8802
|
aria-label="Close Database"
|
|
8177
8803
|
>
|
|
8178
|
-
<span class="pf-v6-c-
|
|
8179
|
-
<
|
|
8804
|
+
<span class="pf-v6-c-button__text">
|
|
8805
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8806
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8807
|
+
</span>
|
|
8180
8808
|
</span>
|
|
8181
8809
|
</button>
|
|
8182
8810
|
</span>
|
|
@@ -8197,8 +8825,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8197
8825
|
type="button"
|
|
8198
8826
|
aria-label="Close Server"
|
|
8199
8827
|
>
|
|
8200
|
-
<span class="pf-v6-c-
|
|
8201
|
-
<
|
|
8828
|
+
<span class="pf-v6-c-button__text">
|
|
8829
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8830
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8831
|
+
</span>
|
|
8202
8832
|
</span>
|
|
8203
8833
|
</button>
|
|
8204
8834
|
</span>
|
|
@@ -8218,8 +8848,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8218
8848
|
type="button"
|
|
8219
8849
|
aria-label="Close System"
|
|
8220
8850
|
>
|
|
8221
|
-
<span class="pf-v6-c-
|
|
8222
|
-
<
|
|
8851
|
+
<span class="pf-v6-c-button__text">
|
|
8852
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8853
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8854
|
+
</span>
|
|
8223
8855
|
</span>
|
|
8224
8856
|
</button>
|
|
8225
8857
|
</span>
|
|
@@ -8239,8 +8871,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8239
8871
|
type="button"
|
|
8240
8872
|
aria-label="Close Network"
|
|
8241
8873
|
>
|
|
8242
|
-
<span class="pf-v6-c-
|
|
8243
|
-
<
|
|
8874
|
+
<span class="pf-v6-c-button__text">
|
|
8875
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8876
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8877
|
+
</span>
|
|
8244
8878
|
</span>
|
|
8245
8879
|
</button>
|
|
8246
8880
|
</span>
|
|
@@ -8253,7 +8887,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8253
8887
|
type="button"
|
|
8254
8888
|
aria-label="Scroll right"
|
|
8255
8889
|
>
|
|
8256
|
-
<
|
|
8890
|
+
<span class="pf-v6-c-button__text">
|
|
8891
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
8892
|
+
</span>
|
|
8257
8893
|
</button>
|
|
8258
8894
|
</div>
|
|
8259
8895
|
<span class="pf-v6-c-tabs__add">
|
|
@@ -8262,7 +8898,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8262
8898
|
type="button"
|
|
8263
8899
|
aria-label="Add tab"
|
|
8264
8900
|
>
|
|
8265
|
-
<
|
|
8901
|
+
<span class="pf-v6-c-button__text">
|
|
8902
|
+
<i class="fas fa-plus" aria-hidden="true"></i>
|
|
8903
|
+
</span>
|
|
8266
8904
|
</button>
|
|
8267
8905
|
</span>
|
|
8268
8906
|
</div>
|
|
@@ -8282,7 +8920,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8282
8920
|
aria-label="Scroll left"
|
|
8283
8921
|
disabled
|
|
8284
8922
|
>
|
|
8285
|
-
<
|
|
8923
|
+
<span class="pf-v6-c-button__text">
|
|
8924
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
8925
|
+
</span>
|
|
8286
8926
|
</button>
|
|
8287
8927
|
</div>
|
|
8288
8928
|
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
@@ -8301,8 +8941,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8301
8941
|
type="button"
|
|
8302
8942
|
aria-label="Close Users"
|
|
8303
8943
|
>
|
|
8304
|
-
<span class="pf-v6-c-
|
|
8305
|
-
<
|
|
8944
|
+
<span class="pf-v6-c-button__text">
|
|
8945
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8946
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8947
|
+
</span>
|
|
8306
8948
|
</span>
|
|
8307
8949
|
</button>
|
|
8308
8950
|
</span>
|
|
@@ -8322,8 +8964,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8322
8964
|
type="button"
|
|
8323
8965
|
aria-label="Close Containers"
|
|
8324
8966
|
>
|
|
8325
|
-
<span class="pf-v6-c-
|
|
8326
|
-
<
|
|
8967
|
+
<span class="pf-v6-c-button__text">
|
|
8968
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8969
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8970
|
+
</span>
|
|
8327
8971
|
</span>
|
|
8328
8972
|
</button>
|
|
8329
8973
|
</span>
|
|
@@ -8343,8 +8987,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8343
8987
|
type="button"
|
|
8344
8988
|
aria-label="Close Database"
|
|
8345
8989
|
>
|
|
8346
|
-
<span class="pf-v6-c-
|
|
8347
|
-
<
|
|
8990
|
+
<span class="pf-v6-c-button__text">
|
|
8991
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8992
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8993
|
+
</span>
|
|
8348
8994
|
</span>
|
|
8349
8995
|
</button>
|
|
8350
8996
|
</span>
|
|
@@ -8365,8 +9011,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8365
9011
|
type="button"
|
|
8366
9012
|
aria-label="Close Server"
|
|
8367
9013
|
>
|
|
8368
|
-
<span class="pf-v6-c-
|
|
8369
|
-
<
|
|
9014
|
+
<span class="pf-v6-c-button__text">
|
|
9015
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9016
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
9017
|
+
</span>
|
|
8370
9018
|
</span>
|
|
8371
9019
|
</button>
|
|
8372
9020
|
</span>
|
|
@@ -8386,8 +9034,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8386
9034
|
type="button"
|
|
8387
9035
|
aria-label="Close System"
|
|
8388
9036
|
>
|
|
8389
|
-
<span class="pf-v6-c-
|
|
8390
|
-
<
|
|
9037
|
+
<span class="pf-v6-c-button__text">
|
|
9038
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9039
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
9040
|
+
</span>
|
|
8391
9041
|
</span>
|
|
8392
9042
|
</button>
|
|
8393
9043
|
</span>
|
|
@@ -8407,8 +9057,10 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8407
9057
|
type="button"
|
|
8408
9058
|
aria-label="Close Network"
|
|
8409
9059
|
>
|
|
8410
|
-
<span class="pf-v6-c-
|
|
8411
|
-
<
|
|
9060
|
+
<span class="pf-v6-c-button__text">
|
|
9061
|
+
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9062
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
9063
|
+
</span>
|
|
8412
9064
|
</span>
|
|
8413
9065
|
</button>
|
|
8414
9066
|
</span>
|
|
@@ -8421,7 +9073,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8421
9073
|
type="button"
|
|
8422
9074
|
aria-label="Scroll right"
|
|
8423
9075
|
>
|
|
8424
|
-
<
|
|
9076
|
+
<span class="pf-v6-c-button__text">
|
|
9077
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
9078
|
+
</span>
|
|
8425
9079
|
</button>
|
|
8426
9080
|
</div>
|
|
8427
9081
|
<span class="pf-v6-c-tabs__add">
|
|
@@ -8430,7 +9084,9 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8430
9084
|
type="button"
|
|
8431
9085
|
aria-label="Add tab"
|
|
8432
9086
|
>
|
|
8433
|
-
<
|
|
9087
|
+
<span class="pf-v6-c-button__text">
|
|
9088
|
+
<i class="fas fa-plus" aria-hidden="true"></i>
|
|
9089
|
+
</span>
|
|
8434
9090
|
</button>
|
|
8435
9091
|
</span>
|
|
8436
9092
|
</div>
|