@patternfly/patternfly 6.0.0-alpha.174 → 6.0.0-alpha.175
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 +5 -1
- package/components/Button/button.scss +5 -1
- package/components/Card/card.css +2 -2
- package/components/Card/card.scss +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +2 -2
- package/components/ClipboardCopy/clipboard-copy.scss +2 -2
- package/components/JumpLinks/jump-links.css +0 -7
- package/components/JumpLinks/jump-links.scss +0 -9
- package/components/Label/label.css +2 -2
- package/components/Label/label.scss +2 -2
- package/components/NumberInput/number-input.css +0 -1
- package/components/NumberInput/number-input.scss +0 -1
- package/components/Tabs/tabs.css +1 -18
- package/components/Tabs/tabs.scss +1 -18
- package/components/_index.css +12 -33
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +1 -1
- package/docs/components/ActionList/examples/ActionList.md +7 -7
- package/docs/components/Alert/examples/Alert.md +44 -46
- package/docs/components/BackToTop/examples/BackToTop.md +3 -5
- package/docs/components/Banner/examples/Banner.md +1 -1
- package/docs/components/Button/examples/Button.md +35 -35
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +8 -8
- package/docs/components/Card/examples/Card.md +36 -20
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +32 -29
- package/docs/components/CodeBlock/examples/CodeBlock.md +6 -6
- package/docs/components/CodeEditor/examples/CodeEditor.md +18 -21
- package/docs/components/DataList/examples/DataList.md +17 -17
- package/docs/components/DatePicker/examples/DatePicker.md +6 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +100 -150
- package/docs/components/Drawer/examples/Drawer.md +19 -19
- package/docs/components/DualListSelector/examples/DualListSelector.md +84 -84
- package/docs/components/EmptyState/examples/EmptyState.md +6 -6
- package/docs/components/Form/examples/Form.md +18 -19
- package/docs/components/Hint/examples/Hint.md +2 -2
- package/docs/components/InlineEdit/examples/InlineEdit.md +24 -24
- package/docs/components/InputGroup/examples/InputGroup.md +2 -2
- package/docs/components/JumpLinks/examples/JumpLinks.md +8 -8
- package/docs/components/Label/examples/Label.md +217 -217
- package/docs/components/LogViewer/examples/LogViewer.md +77 -97
- package/docs/components/Login/examples/Login.md +37 -32
- package/docs/components/Masthead/examples/masthead.md +6 -6
- package/docs/components/Menu/examples/Menu.md +10 -10
- package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
- package/docs/components/ModalBox/examples/ModalBox.md +17 -17
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +9 -9
- package/docs/components/Nav/examples/Navigation.md +4 -4
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +2 -2
- package/docs/components/NumberInput/examples/NumberInput.md +24 -24
- package/docs/components/OverflowMenu/examples/overflow-menu.md +6 -6
- package/docs/components/Page/examples/Page.md +7 -7
- package/docs/components/Pagination/examples/Pagination.md +53 -44
- package/docs/components/Popover/examples/Popover.md +30 -15
- package/docs/components/Slider/examples/Slider.md +8 -8
- package/docs/components/Table/examples/Table.md +433 -203
- package/docs/components/Tabs/examples/Tabs.md +364 -358
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +364 -404
- package/docs/components/Toolbar/examples/Toolbar.md +59 -59
- package/docs/components/TreeView/examples/TreeView.md +4 -4
- package/docs/components/Wizard/examples/Wizard.md +10 -10
- package/docs/demos/AboutModal/examples/AboutModal.md +2 -2
- package/docs/demos/Alert/examples/Alert.md +6 -6
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -6
- package/docs/demos/Banner/examples/Banner.md +2 -2
- package/docs/demos/Button/examples/Button.md +1 -1
- package/docs/demos/Card/examples/Card.md +54 -79
- package/docs/demos/CardView/examples/CardView.md +8 -7
- package/docs/demos/Dashboard/examples/Dashboard.md +25 -37
- package/docs/demos/DataList/examples/DataList.md +38 -34
- package/docs/demos/DescriptionList/examples/DescriptionList.md +4 -4
- package/docs/demos/Drawer/examples/Drawer.md +8 -8
- package/docs/demos/Form/examples/BasicForms.md +69 -86
- package/docs/demos/JumpLinks/examples/JumpLinks.md +14 -20
- package/docs/demos/Masthead/examples/Masthead.md +13 -13
- package/docs/demos/Modal/examples/Modal.md +15 -15
- package/docs/demos/Nav/examples/Nav.md +9 -9
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
- package/docs/demos/Page/examples/Page.md +9 -9
- package/docs/demos/Page/examples/Penta.md +2 -2
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +3 -3
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +35 -35
- package/docs/demos/Skeleton/examples/Skeleton.md +1 -1
- package/docs/demos/Table/examples/Table.md +132 -115
- package/docs/demos/Tabs/examples/Tabs.md +11 -11
- package/docs/demos/Toolbar/examples/Toolbar.md +37 -36
- package/docs/demos/Wizard/examples/Wizard.md +22 -23
- package/package.json +1 -1
- package/patternfly-no-globals.css +12 -33
- package/patternfly.css +12 -33
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -17,7 +17,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
17
17
|
aria-label="Scroll left"
|
|
18
18
|
disabled
|
|
19
19
|
>
|
|
20
|
-
<span class="pf-v6-c-
|
|
20
|
+
<span class="pf-v6-c-button__icon">
|
|
21
21
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
22
22
|
</span>
|
|
23
23
|
</button>
|
|
@@ -95,7 +95,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
95
95
|
aria-label="Scroll right"
|
|
96
96
|
disabled
|
|
97
97
|
>
|
|
98
|
-
<span class="pf-v6-c-
|
|
98
|
+
<span class="pf-v6-c-button__icon">
|
|
99
99
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
100
100
|
</span>
|
|
101
101
|
</button>
|
|
@@ -128,7 +128,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
128
128
|
aria-label="Scroll left"
|
|
129
129
|
disabled
|
|
130
130
|
>
|
|
131
|
-
<span class="pf-v6-c-
|
|
131
|
+
<span class="pf-v6-c-button__icon">
|
|
132
132
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
133
133
|
</span>
|
|
134
134
|
</button>
|
|
@@ -233,7 +233,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
233
233
|
type="button"
|
|
234
234
|
aria-label="Scroll right"
|
|
235
235
|
>
|
|
236
|
-
<span class="pf-v6-c-
|
|
236
|
+
<span class="pf-v6-c-button__icon">
|
|
237
237
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
238
238
|
</span>
|
|
239
239
|
</button>
|
|
@@ -602,14 +602,16 @@ cssPrefix: pf-v6-c-tabs
|
|
|
602
602
|
class="pf-v6-c-button pf-m-plain"
|
|
603
603
|
type="button"
|
|
604
604
|
aria-label="Details"
|
|
605
|
-
aria-expanded="
|
|
605
|
+
aria-expanded="true"
|
|
606
606
|
id="vertical-expandable-toggle-button"
|
|
607
607
|
aria-labelledby="vertical-expandable-toggle-text vertical-expandable-toggle-button"
|
|
608
608
|
>
|
|
609
|
-
<span class="pf-v6-c-
|
|
609
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
610
610
|
<span class="pf-v6-c-tabs__toggle-icon">
|
|
611
611
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
612
612
|
</span>
|
|
613
|
+
</span>
|
|
614
|
+
<span class="pf-v6-c-button__text">
|
|
613
615
|
<span
|
|
614
616
|
class="pf-v6-c-tabs__toggle-text"
|
|
615
617
|
id="vertical-expandable-toggle-text"
|
|
@@ -699,15 +701,17 @@ cssPrefix: pf-v6-c-tabs
|
|
|
699
701
|
<button
|
|
700
702
|
class="pf-v6-c-button pf-m-plain"
|
|
701
703
|
type="button"
|
|
702
|
-
aria-label="Details"
|
|
703
704
|
aria-expanded="true"
|
|
705
|
+
aria-label="Details"
|
|
704
706
|
id="vertical-expanded-toggle-button"
|
|
705
707
|
aria-labelledby="vertical-expanded-toggle-text vertical-expanded-toggle-button"
|
|
706
708
|
>
|
|
707
|
-
<span class="pf-v6-c-
|
|
709
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
708
710
|
<span class="pf-v6-c-tabs__toggle-icon">
|
|
709
711
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
710
712
|
</span>
|
|
713
|
+
</span>
|
|
714
|
+
<span class="pf-v6-c-button__text">
|
|
711
715
|
<span
|
|
712
716
|
class="pf-v6-c-tabs__toggle-text"
|
|
713
717
|
id="vertical-expanded-toggle-text"
|
|
@@ -798,14 +802,16 @@ cssPrefix: pf-v6-c-tabs
|
|
|
798
802
|
class="pf-v6-c-button pf-m-plain"
|
|
799
803
|
type="button"
|
|
800
804
|
aria-label="Details"
|
|
801
|
-
aria-expanded="
|
|
805
|
+
aria-expanded="true"
|
|
802
806
|
id="vertical-expandable-responsive-toggle-button"
|
|
803
807
|
aria-labelledby="vertical-expandable-responsive-toggle-text vertical-expandable-responsive-toggle-button"
|
|
804
808
|
>
|
|
805
|
-
<span class="pf-v6-c-
|
|
809
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
806
810
|
<span class="pf-v6-c-tabs__toggle-icon">
|
|
807
811
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
808
812
|
</span>
|
|
813
|
+
</span>
|
|
814
|
+
<span class="pf-v6-c-button__text">
|
|
809
815
|
<span
|
|
810
816
|
class="pf-v6-c-tabs__toggle-text"
|
|
811
817
|
id="vertical-expandable-responsive-toggle-text"
|
|
@@ -896,11 +902,11 @@ cssPrefix: pf-v6-c-tabs
|
|
|
896
902
|
class="pf-v6-c-button pf-m-plain"
|
|
897
903
|
type="button"
|
|
898
904
|
aria-label="Details"
|
|
899
|
-
aria-expanded="
|
|
905
|
+
aria-expanded="true"
|
|
900
906
|
id="vertical-expandable-legacy-toggle-button"
|
|
901
907
|
aria-labelledby="vertical-expandable-legacy-toggle-text vertical-expandable-legacy-toggle-button"
|
|
902
908
|
>
|
|
903
|
-
<span class="pf-v6-c-
|
|
909
|
+
<span class="pf-v6-c-button__icon">
|
|
904
910
|
<span class="pf-v6-c-tabs__toggle-icon">
|
|
905
911
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
906
912
|
</span>
|
|
@@ -993,12 +999,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
993
999
|
<button
|
|
994
1000
|
class="pf-v6-c-button pf-m-plain"
|
|
995
1001
|
type="button"
|
|
996
|
-
aria-label="Details"
|
|
997
1002
|
aria-expanded="true"
|
|
1003
|
+
aria-label="Details"
|
|
998
1004
|
id="vertical-expanded-legacy-toggle-button"
|
|
999
1005
|
aria-labelledby="vertical-expanded-legacy-toggle-text vertical-expanded-legacy-toggle-button"
|
|
1000
1006
|
>
|
|
1001
|
-
<span class="pf-v6-c-
|
|
1007
|
+
<span class="pf-v6-c-button__icon">
|
|
1002
1008
|
<span class="pf-v6-c-tabs__toggle-icon">
|
|
1003
1009
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1004
1010
|
</span>
|
|
@@ -1092,11 +1098,11 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1092
1098
|
class="pf-v6-c-button pf-m-plain"
|
|
1093
1099
|
type="button"
|
|
1094
1100
|
aria-label="Details"
|
|
1095
|
-
aria-expanded="
|
|
1101
|
+
aria-expanded="true"
|
|
1096
1102
|
id="vertical-expandable-responsive-legacy-toggle-button"
|
|
1097
1103
|
aria-labelledby="vertical-expandable-responsive-legacy-toggle-text vertical-expandable-responsive-legacy-toggle-button"
|
|
1098
1104
|
>
|
|
1099
|
-
<span class="pf-v6-c-
|
|
1105
|
+
<span class="pf-v6-c-button__icon">
|
|
1100
1106
|
<span class="pf-v6-c-tabs__toggle-icon">
|
|
1101
1107
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1102
1108
|
</span>
|
|
@@ -1189,7 +1195,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1189
1195
|
aria-label="Scroll left"
|
|
1190
1196
|
disabled
|
|
1191
1197
|
>
|
|
1192
|
-
<span class="pf-v6-c-
|
|
1198
|
+
<span class="pf-v6-c-button__icon">
|
|
1193
1199
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1194
1200
|
</span>
|
|
1195
1201
|
</button>
|
|
@@ -1267,7 +1273,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1267
1273
|
aria-label="Scroll right"
|
|
1268
1274
|
disabled
|
|
1269
1275
|
>
|
|
1270
|
-
<span class="pf-v6-c-
|
|
1276
|
+
<span class="pf-v6-c-button__icon">
|
|
1271
1277
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1272
1278
|
</span>
|
|
1273
1279
|
</button>
|
|
@@ -1291,7 +1297,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1291
1297
|
aria-label="Scroll left"
|
|
1292
1298
|
disabled
|
|
1293
1299
|
>
|
|
1294
|
-
<span class="pf-v6-c-
|
|
1300
|
+
<span class="pf-v6-c-button__icon">
|
|
1295
1301
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1296
1302
|
</span>
|
|
1297
1303
|
</button>
|
|
@@ -1396,7 +1402,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1396
1402
|
type="button"
|
|
1397
1403
|
aria-label="Scroll right"
|
|
1398
1404
|
>
|
|
1399
|
-
<span class="pf-v6-c-
|
|
1405
|
+
<span class="pf-v6-c-button__icon">
|
|
1400
1406
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1401
1407
|
</span>
|
|
1402
1408
|
</button>
|
|
@@ -1497,7 +1503,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1497
1503
|
aria-label="Scroll left"
|
|
1498
1504
|
disabled
|
|
1499
1505
|
>
|
|
1500
|
-
<span class="pf-v6-c-
|
|
1506
|
+
<span class="pf-v6-c-button__icon">
|
|
1501
1507
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1502
1508
|
</span>
|
|
1503
1509
|
</button>
|
|
@@ -1575,7 +1581,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1575
1581
|
aria-label="Scroll right"
|
|
1576
1582
|
disabled
|
|
1577
1583
|
>
|
|
1578
|
-
<span class="pf-v6-c-
|
|
1584
|
+
<span class="pf-v6-c-button__icon">
|
|
1579
1585
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1580
1586
|
</span>
|
|
1581
1587
|
</button>
|
|
@@ -1602,7 +1608,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1602
1608
|
aria-label="Scroll left"
|
|
1603
1609
|
disabled
|
|
1604
1610
|
>
|
|
1605
|
-
<span class="pf-v6-c-
|
|
1611
|
+
<span class="pf-v6-c-button__icon">
|
|
1606
1612
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1607
1613
|
</span>
|
|
1608
1614
|
</button>
|
|
@@ -1678,7 +1684,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1678
1684
|
aria-label="Scroll right"
|
|
1679
1685
|
disabled
|
|
1680
1686
|
>
|
|
1681
|
-
<span class="pf-v6-c-
|
|
1687
|
+
<span class="pf-v6-c-button__icon">
|
|
1682
1688
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1683
1689
|
</span>
|
|
1684
1690
|
</button>
|
|
@@ -1702,7 +1708,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1702
1708
|
aria-label="Scroll left"
|
|
1703
1709
|
disabled
|
|
1704
1710
|
>
|
|
1705
|
-
<span class="pf-v6-c-
|
|
1711
|
+
<span class="pf-v6-c-button__icon">
|
|
1706
1712
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1707
1713
|
</span>
|
|
1708
1714
|
</button>
|
|
@@ -1778,7 +1784,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1778
1784
|
aria-label="Scroll right"
|
|
1779
1785
|
disabled
|
|
1780
1786
|
>
|
|
1781
|
-
<span class="pf-v6-c-
|
|
1787
|
+
<span class="pf-v6-c-button__icon">
|
|
1782
1788
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1783
1789
|
</span>
|
|
1784
1790
|
</button>
|
|
@@ -1798,7 +1804,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1798
1804
|
aria-label="Scroll left"
|
|
1799
1805
|
disabled
|
|
1800
1806
|
>
|
|
1801
|
-
<span class="pf-v6-c-
|
|
1807
|
+
<span class="pf-v6-c-button__icon">
|
|
1802
1808
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1803
1809
|
</span>
|
|
1804
1810
|
</button>
|
|
@@ -1874,7 +1880,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1874
1880
|
aria-label="Scroll right"
|
|
1875
1881
|
disabled
|
|
1876
1882
|
>
|
|
1877
|
-
<span class="pf-v6-c-
|
|
1883
|
+
<span class="pf-v6-c-button__icon">
|
|
1878
1884
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1879
1885
|
</span>
|
|
1880
1886
|
</button>
|
|
@@ -1903,7 +1909,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1903
1909
|
aria-label="Scroll left"
|
|
1904
1910
|
disabled
|
|
1905
1911
|
>
|
|
1906
|
-
<span class="pf-v6-c-
|
|
1912
|
+
<span class="pf-v6-c-button__icon">
|
|
1907
1913
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1908
1914
|
</span>
|
|
1909
1915
|
</button>
|
|
@@ -1997,7 +2003,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1997
2003
|
aria-label="Scroll right"
|
|
1998
2004
|
disabled
|
|
1999
2005
|
>
|
|
2000
|
-
<span class="pf-v6-c-
|
|
2006
|
+
<span class="pf-v6-c-button__icon">
|
|
2001
2007
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2002
2008
|
</span>
|
|
2003
2009
|
</button>
|
|
@@ -2018,7 +2024,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2018
2024
|
type="button"
|
|
2019
2025
|
aria-label="Scroll left"
|
|
2020
2026
|
>
|
|
2021
|
-
<span class="pf-v6-c-
|
|
2027
|
+
<span class="pf-v6-c-button__icon">
|
|
2022
2028
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2023
2029
|
</span>
|
|
2024
2030
|
</button>
|
|
@@ -2093,7 +2099,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2093
2099
|
type="button"
|
|
2094
2100
|
aria-label="Scroll right"
|
|
2095
2101
|
>
|
|
2096
|
-
<span class="pf-v6-c-
|
|
2102
|
+
<span class="pf-v6-c-button__icon">
|
|
2097
2103
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2098
2104
|
</span>
|
|
2099
2105
|
</button>
|
|
@@ -2111,7 +2117,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2111
2117
|
type="button"
|
|
2112
2118
|
aria-label="Scroll left"
|
|
2113
2119
|
>
|
|
2114
|
-
<span class="pf-v6-c-
|
|
2120
|
+
<span class="pf-v6-c-button__icon">
|
|
2115
2121
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2116
2122
|
</span>
|
|
2117
2123
|
</button>
|
|
@@ -2186,7 +2192,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2186
2192
|
type="button"
|
|
2187
2193
|
aria-label="Scroll right"
|
|
2188
2194
|
>
|
|
2189
|
-
<span class="pf-v6-c-
|
|
2195
|
+
<span class="pf-v6-c-button__icon">
|
|
2190
2196
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2191
2197
|
</span>
|
|
2192
2198
|
</button>
|
|
@@ -2209,7 +2215,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2209
2215
|
type="button"
|
|
2210
2216
|
aria-label="Scroll left"
|
|
2211
2217
|
>
|
|
2212
|
-
<span class="pf-v6-c-
|
|
2218
|
+
<span class="pf-v6-c-button__icon">
|
|
2213
2219
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2214
2220
|
</span>
|
|
2215
2221
|
</button>
|
|
@@ -2284,7 +2290,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2284
2290
|
type="button"
|
|
2285
2291
|
aria-label="Scroll right"
|
|
2286
2292
|
>
|
|
2287
|
-
<span class="pf-v6-c-
|
|
2293
|
+
<span class="pf-v6-c-button__icon">
|
|
2288
2294
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2289
2295
|
</span>
|
|
2290
2296
|
</button>
|
|
@@ -2302,7 +2308,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2302
2308
|
type="button"
|
|
2303
2309
|
aria-label="Scroll left"
|
|
2304
2310
|
>
|
|
2305
|
-
<span class="pf-v6-c-
|
|
2311
|
+
<span class="pf-v6-c-button__icon">
|
|
2306
2312
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2307
2313
|
</span>
|
|
2308
2314
|
</button>
|
|
@@ -2377,7 +2383,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2377
2383
|
type="button"
|
|
2378
2384
|
aria-label="Scroll right"
|
|
2379
2385
|
>
|
|
2380
|
-
<span class="pf-v6-c-
|
|
2386
|
+
<span class="pf-v6-c-button__icon">
|
|
2381
2387
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2382
2388
|
</span>
|
|
2383
2389
|
</button>
|
|
@@ -2399,7 +2405,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2399
2405
|
aria-label="Scroll left"
|
|
2400
2406
|
disabled
|
|
2401
2407
|
>
|
|
2402
|
-
<span class="pf-v6-c-
|
|
2408
|
+
<span class="pf-v6-c-button__icon">
|
|
2403
2409
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2404
2410
|
</span>
|
|
2405
2411
|
</button>
|
|
@@ -2444,7 +2450,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2444
2450
|
aria-label="Scroll right"
|
|
2445
2451
|
disabled
|
|
2446
2452
|
>
|
|
2447
|
-
<span class="pf-v6-c-
|
|
2453
|
+
<span class="pf-v6-c-button__icon">
|
|
2448
2454
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2449
2455
|
</span>
|
|
2450
2456
|
</button>
|
|
@@ -2464,7 +2470,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2464
2470
|
aria-label="Scroll left"
|
|
2465
2471
|
disabled
|
|
2466
2472
|
>
|
|
2467
|
-
<span class="pf-v6-c-
|
|
2473
|
+
<span class="pf-v6-c-button__icon">
|
|
2468
2474
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2469
2475
|
</span>
|
|
2470
2476
|
</button>
|
|
@@ -2518,7 +2524,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2518
2524
|
aria-label="Scroll right"
|
|
2519
2525
|
disabled
|
|
2520
2526
|
>
|
|
2521
|
-
<span class="pf-v6-c-
|
|
2527
|
+
<span class="pf-v6-c-button__icon">
|
|
2522
2528
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2523
2529
|
</span>
|
|
2524
2530
|
</button>
|
|
@@ -2538,7 +2544,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2538
2544
|
aria-label="Scroll left"
|
|
2539
2545
|
disabled
|
|
2540
2546
|
>
|
|
2541
|
-
<span class="pf-v6-c-
|
|
2547
|
+
<span class="pf-v6-c-button__icon">
|
|
2542
2548
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2543
2549
|
</span>
|
|
2544
2550
|
</button>
|
|
@@ -2583,7 +2589,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2583
2589
|
aria-label="Scroll right"
|
|
2584
2590
|
disabled
|
|
2585
2591
|
>
|
|
2586
|
-
<span class="pf-v6-c-
|
|
2592
|
+
<span class="pf-v6-c-button__icon">
|
|
2587
2593
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2588
2594
|
</span>
|
|
2589
2595
|
</button>
|
|
@@ -2607,7 +2613,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2607
2613
|
aria-label="Scroll left"
|
|
2608
2614
|
disabled
|
|
2609
2615
|
>
|
|
2610
|
-
<span class="pf-v6-c-
|
|
2616
|
+
<span class="pf-v6-c-button__icon">
|
|
2611
2617
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2612
2618
|
</span>
|
|
2613
2619
|
</button>
|
|
@@ -2661,7 +2667,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2661
2667
|
aria-label="Scroll right"
|
|
2662
2668
|
disabled
|
|
2663
2669
|
>
|
|
2664
|
-
<span class="pf-v6-c-
|
|
2670
|
+
<span class="pf-v6-c-button__icon">
|
|
2665
2671
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2666
2672
|
</span>
|
|
2667
2673
|
</button>
|
|
@@ -2693,7 +2699,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2693
2699
|
type="button"
|
|
2694
2700
|
aria-label="Scroll left"
|
|
2695
2701
|
>
|
|
2696
|
-
<span class="pf-v6-c-
|
|
2702
|
+
<span class="pf-v6-c-button__icon">
|
|
2697
2703
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2698
2704
|
</span>
|
|
2699
2705
|
</button>
|
|
@@ -2771,7 +2777,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2771
2777
|
type="button"
|
|
2772
2778
|
aria-label="Scroll right"
|
|
2773
2779
|
>
|
|
2774
|
-
<span class="pf-v6-c-
|
|
2780
|
+
<span class="pf-v6-c-button__icon">
|
|
2775
2781
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2776
2782
|
</span>
|
|
2777
2783
|
</button>
|
|
@@ -2796,7 +2802,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2796
2802
|
aria-label="Scroll left"
|
|
2797
2803
|
disabled
|
|
2798
2804
|
>
|
|
2799
|
-
<span class="pf-v6-c-
|
|
2805
|
+
<span class="pf-v6-c-button__icon">
|
|
2800
2806
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2801
2807
|
</span>
|
|
2802
2808
|
</button>
|
|
@@ -2872,7 +2878,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2872
2878
|
aria-label="Scroll right"
|
|
2873
2879
|
disabled
|
|
2874
2880
|
>
|
|
2875
|
-
<span class="pf-v6-c-
|
|
2881
|
+
<span class="pf-v6-c-button__icon">
|
|
2876
2882
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2877
2883
|
</span>
|
|
2878
2884
|
</button>
|
|
@@ -2892,7 +2898,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2892
2898
|
aria-label="Scroll left"
|
|
2893
2899
|
disabled
|
|
2894
2900
|
>
|
|
2895
|
-
<span class="pf-v6-c-
|
|
2901
|
+
<span class="pf-v6-c-button__icon">
|
|
2896
2902
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2897
2903
|
</span>
|
|
2898
2904
|
</button>
|
|
@@ -2971,7 +2977,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2971
2977
|
aria-label="Scroll right"
|
|
2972
2978
|
disabled
|
|
2973
2979
|
>
|
|
2974
|
-
<span class="pf-v6-c-
|
|
2980
|
+
<span class="pf-v6-c-button__icon">
|
|
2975
2981
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2976
2982
|
</span>
|
|
2977
2983
|
</button>
|
|
@@ -2997,7 +3003,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2997
3003
|
aria-label="Scroll left"
|
|
2998
3004
|
disabled
|
|
2999
3005
|
>
|
|
3000
|
-
<span class="pf-v6-c-
|
|
3006
|
+
<span class="pf-v6-c-button__icon">
|
|
3001
3007
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
3002
3008
|
</span>
|
|
3003
3009
|
</button>
|
|
@@ -3018,7 +3024,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3018
3024
|
type="button"
|
|
3019
3025
|
aria-label="More info for Users label"
|
|
3020
3026
|
>
|
|
3021
|
-
<span class="pf-v6-c-
|
|
3027
|
+
<span class="pf-v6-c-button__icon">
|
|
3022
3028
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3023
3029
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3024
3030
|
</span>
|
|
@@ -3041,7 +3047,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3041
3047
|
type="button"
|
|
3042
3048
|
aria-label="More info for Containers label"
|
|
3043
3049
|
>
|
|
3044
|
-
<span class="pf-v6-c-
|
|
3050
|
+
<span class="pf-v6-c-button__icon">
|
|
3045
3051
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3046
3052
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3047
3053
|
</span>
|
|
@@ -3064,7 +3070,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3064
3070
|
type="button"
|
|
3065
3071
|
aria-label="More info for Database label"
|
|
3066
3072
|
>
|
|
3067
|
-
<span class="pf-v6-c-
|
|
3073
|
+
<span class="pf-v6-c-button__icon">
|
|
3068
3074
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3069
3075
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3070
3076
|
</span>
|
|
@@ -3093,7 +3099,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3093
3099
|
aria-label="More info for Disabled label"
|
|
3094
3100
|
disabled
|
|
3095
3101
|
>
|
|
3096
|
-
<span class="pf-v6-c-
|
|
3102
|
+
<span class="pf-v6-c-button__icon">
|
|
3097
3103
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3098
3104
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3099
3105
|
</span>
|
|
@@ -3116,12 +3122,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3116
3122
|
</button>
|
|
3117
3123
|
<span class="pf-v6-c-tabs__item-action">
|
|
3118
3124
|
<button
|
|
3119
|
-
class="pf-v6-c-button pf-m-
|
|
3125
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
3120
3126
|
type="button"
|
|
3121
3127
|
aria-label="More info for ARIA disabled label"
|
|
3122
3128
|
aria-disabled="true"
|
|
3123
3129
|
>
|
|
3124
|
-
<span class="pf-v6-c-
|
|
3130
|
+
<span class="pf-v6-c-button__icon">
|
|
3125
3131
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3126
3132
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3127
3133
|
</span>
|
|
@@ -3149,7 +3155,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3149
3155
|
aria-label="More info for Help disabled label"
|
|
3150
3156
|
disabled
|
|
3151
3157
|
>
|
|
3152
|
-
<span class="pf-v6-c-
|
|
3158
|
+
<span class="pf-v6-c-button__icon">
|
|
3153
3159
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3154
3160
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3155
3161
|
</span>
|
|
@@ -3172,7 +3178,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3172
3178
|
type="button"
|
|
3173
3179
|
aria-label="More info for Network label"
|
|
3174
3180
|
>
|
|
3175
|
-
<span class="pf-v6-c-
|
|
3181
|
+
<span class="pf-v6-c-button__icon">
|
|
3176
3182
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3177
3183
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3178
3184
|
</span>
|
|
@@ -3188,7 +3194,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3188
3194
|
type="button"
|
|
3189
3195
|
aria-label="Scroll right"
|
|
3190
3196
|
>
|
|
3191
|
-
<span class="pf-v6-c-
|
|
3197
|
+
<span class="pf-v6-c-button__icon">
|
|
3192
3198
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3193
3199
|
</span>
|
|
3194
3200
|
</button>
|
|
@@ -3210,7 +3216,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3210
3216
|
aria-label="Scroll left"
|
|
3211
3217
|
disabled
|
|
3212
3218
|
>
|
|
3213
|
-
<span class="pf-v6-c-
|
|
3219
|
+
<span class="pf-v6-c-button__icon">
|
|
3214
3220
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
3215
3221
|
</span>
|
|
3216
3222
|
</button>
|
|
@@ -3231,7 +3237,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3231
3237
|
type="button"
|
|
3232
3238
|
aria-label="More info for Users label"
|
|
3233
3239
|
>
|
|
3234
|
-
<span class="pf-v6-c-
|
|
3240
|
+
<span class="pf-v6-c-button__icon">
|
|
3235
3241
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3236
3242
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3237
3243
|
</span>
|
|
@@ -3254,7 +3260,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3254
3260
|
type="button"
|
|
3255
3261
|
aria-label="More info for Containers label"
|
|
3256
3262
|
>
|
|
3257
|
-
<span class="pf-v6-c-
|
|
3263
|
+
<span class="pf-v6-c-button__icon">
|
|
3258
3264
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3259
3265
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3260
3266
|
</span>
|
|
@@ -3277,7 +3283,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3277
3283
|
type="button"
|
|
3278
3284
|
aria-label="More info for Database label"
|
|
3279
3285
|
>
|
|
3280
|
-
<span class="pf-v6-c-
|
|
3286
|
+
<span class="pf-v6-c-button__icon">
|
|
3281
3287
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3282
3288
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3283
3289
|
</span>
|
|
@@ -3306,7 +3312,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3306
3312
|
aria-label="More info for Disabled label"
|
|
3307
3313
|
disabled
|
|
3308
3314
|
>
|
|
3309
|
-
<span class="pf-v6-c-
|
|
3315
|
+
<span class="pf-v6-c-button__icon">
|
|
3310
3316
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3311
3317
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3312
3318
|
</span>
|
|
@@ -3329,12 +3335,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3329
3335
|
</button>
|
|
3330
3336
|
<span class="pf-v6-c-tabs__item-action">
|
|
3331
3337
|
<button
|
|
3332
|
-
class="pf-v6-c-button pf-m-
|
|
3338
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
3333
3339
|
type="button"
|
|
3334
3340
|
aria-label="More info for ARIA disabled label"
|
|
3335
3341
|
aria-disabled="true"
|
|
3336
3342
|
>
|
|
3337
|
-
<span class="pf-v6-c-
|
|
3343
|
+
<span class="pf-v6-c-button__icon">
|
|
3338
3344
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3339
3345
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3340
3346
|
</span>
|
|
@@ -3362,7 +3368,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3362
3368
|
aria-label="More info for Help disabled label"
|
|
3363
3369
|
disabled
|
|
3364
3370
|
>
|
|
3365
|
-
<span class="pf-v6-c-
|
|
3371
|
+
<span class="pf-v6-c-button__icon">
|
|
3366
3372
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3367
3373
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3368
3374
|
</span>
|
|
@@ -3385,7 +3391,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3385
3391
|
type="button"
|
|
3386
3392
|
aria-label="More info for Network label"
|
|
3387
3393
|
>
|
|
3388
|
-
<span class="pf-v6-c-
|
|
3394
|
+
<span class="pf-v6-c-button__icon">
|
|
3389
3395
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3390
3396
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3391
3397
|
</span>
|
|
@@ -3401,7 +3407,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3401
3407
|
type="button"
|
|
3402
3408
|
aria-label="Scroll right"
|
|
3403
3409
|
>
|
|
3404
|
-
<span class="pf-v6-c-
|
|
3410
|
+
<span class="pf-v6-c-button__icon">
|
|
3405
3411
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3406
3412
|
</span>
|
|
3407
3413
|
</button>
|
|
@@ -3423,7 +3429,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3423
3429
|
aria-label="Scroll left"
|
|
3424
3430
|
disabled
|
|
3425
3431
|
>
|
|
3426
|
-
<span class="pf-v6-c-
|
|
3432
|
+
<span class="pf-v6-c-button__icon">
|
|
3427
3433
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
3428
3434
|
</span>
|
|
3429
3435
|
</button>
|
|
@@ -3444,7 +3450,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3444
3450
|
type="button"
|
|
3445
3451
|
aria-label="More info for Users label"
|
|
3446
3452
|
>
|
|
3447
|
-
<span class="pf-v6-c-
|
|
3453
|
+
<span class="pf-v6-c-button__icon">
|
|
3448
3454
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3449
3455
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3450
3456
|
</span>
|
|
@@ -3467,7 +3473,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3467
3473
|
type="button"
|
|
3468
3474
|
aria-label="More info for Containers label"
|
|
3469
3475
|
>
|
|
3470
|
-
<span class="pf-v6-c-
|
|
3476
|
+
<span class="pf-v6-c-button__icon">
|
|
3471
3477
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3472
3478
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3473
3479
|
</span>
|
|
@@ -3490,7 +3496,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3490
3496
|
type="button"
|
|
3491
3497
|
aria-label="More info for Database label"
|
|
3492
3498
|
>
|
|
3493
|
-
<span class="pf-v6-c-
|
|
3499
|
+
<span class="pf-v6-c-button__icon">
|
|
3494
3500
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3495
3501
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3496
3502
|
</span>
|
|
@@ -3519,7 +3525,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3519
3525
|
aria-label="More info for Disabled label"
|
|
3520
3526
|
disabled
|
|
3521
3527
|
>
|
|
3522
|
-
<span class="pf-v6-c-
|
|
3528
|
+
<span class="pf-v6-c-button__icon">
|
|
3523
3529
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3524
3530
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3525
3531
|
</span>
|
|
@@ -3542,12 +3548,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3542
3548
|
</button>
|
|
3543
3549
|
<span class="pf-v6-c-tabs__item-action">
|
|
3544
3550
|
<button
|
|
3545
|
-
class="pf-v6-c-button pf-m-
|
|
3551
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
3546
3552
|
type="button"
|
|
3547
3553
|
aria-label="More info for ARIA disabled label"
|
|
3548
3554
|
aria-disabled="true"
|
|
3549
3555
|
>
|
|
3550
|
-
<span class="pf-v6-c-
|
|
3556
|
+
<span class="pf-v6-c-button__icon">
|
|
3551
3557
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3552
3558
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3553
3559
|
</span>
|
|
@@ -3575,7 +3581,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3575
3581
|
aria-label="More info for Help disabled label"
|
|
3576
3582
|
disabled
|
|
3577
3583
|
>
|
|
3578
|
-
<span class="pf-v6-c-
|
|
3584
|
+
<span class="pf-v6-c-button__icon">
|
|
3579
3585
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3580
3586
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3581
3587
|
</span>
|
|
@@ -3598,7 +3604,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3598
3604
|
type="button"
|
|
3599
3605
|
aria-label="More info for Network label"
|
|
3600
3606
|
>
|
|
3601
|
-
<span class="pf-v6-c-
|
|
3607
|
+
<span class="pf-v6-c-button__icon">
|
|
3602
3608
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3603
3609
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3604
3610
|
</span>
|
|
@@ -3614,7 +3620,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3614
3620
|
type="button"
|
|
3615
3621
|
aria-label="Scroll right"
|
|
3616
3622
|
>
|
|
3617
|
-
<span class="pf-v6-c-
|
|
3623
|
+
<span class="pf-v6-c-button__icon">
|
|
3618
3624
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3619
3625
|
</span>
|
|
3620
3626
|
</button>
|
|
@@ -3636,7 +3642,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3636
3642
|
aria-label="Scroll left"
|
|
3637
3643
|
disabled
|
|
3638
3644
|
>
|
|
3639
|
-
<span class="pf-v6-c-
|
|
3645
|
+
<span class="pf-v6-c-button__icon">
|
|
3640
3646
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
3641
3647
|
</span>
|
|
3642
3648
|
</button>
|
|
@@ -3660,7 +3666,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3660
3666
|
type="button"
|
|
3661
3667
|
aria-label="More info for Users label"
|
|
3662
3668
|
>
|
|
3663
|
-
<span class="pf-v6-c-
|
|
3669
|
+
<span class="pf-v6-c-button__icon">
|
|
3664
3670
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3665
3671
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3666
3672
|
</span>
|
|
@@ -3686,7 +3692,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3686
3692
|
type="button"
|
|
3687
3693
|
aria-label="More info for Containers label"
|
|
3688
3694
|
>
|
|
3689
|
-
<span class="pf-v6-c-
|
|
3695
|
+
<span class="pf-v6-c-button__icon">
|
|
3690
3696
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3691
3697
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3692
3698
|
</span>
|
|
@@ -3712,7 +3718,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3712
3718
|
type="button"
|
|
3713
3719
|
aria-label="More info for Database label"
|
|
3714
3720
|
>
|
|
3715
|
-
<span class="pf-v6-c-
|
|
3721
|
+
<span class="pf-v6-c-button__icon">
|
|
3716
3722
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3717
3723
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3718
3724
|
</span>
|
|
@@ -3744,7 +3750,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3744
3750
|
aria-label="More info for Disabled label"
|
|
3745
3751
|
disabled
|
|
3746
3752
|
>
|
|
3747
|
-
<span class="pf-v6-c-
|
|
3753
|
+
<span class="pf-v6-c-button__icon">
|
|
3748
3754
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3749
3755
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3750
3756
|
</span>
|
|
@@ -3770,12 +3776,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3770
3776
|
</button>
|
|
3771
3777
|
<span class="pf-v6-c-tabs__item-action">
|
|
3772
3778
|
<button
|
|
3773
|
-
class="pf-v6-c-button pf-m-
|
|
3779
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
3774
3780
|
type="button"
|
|
3775
3781
|
aria-label="More info for ARIA disabled label"
|
|
3776
3782
|
aria-disabled="true"
|
|
3777
3783
|
>
|
|
3778
|
-
<span class="pf-v6-c-
|
|
3784
|
+
<span class="pf-v6-c-button__icon">
|
|
3779
3785
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3780
3786
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3781
3787
|
</span>
|
|
@@ -3806,7 +3812,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3806
3812
|
aria-label="More info for Help disabled label"
|
|
3807
3813
|
disabled
|
|
3808
3814
|
>
|
|
3809
|
-
<span class="pf-v6-c-
|
|
3815
|
+
<span class="pf-v6-c-button__icon">
|
|
3810
3816
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3811
3817
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3812
3818
|
</span>
|
|
@@ -3832,7 +3838,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3832
3838
|
type="button"
|
|
3833
3839
|
aria-label="More info for Network label"
|
|
3834
3840
|
>
|
|
3835
|
-
<span class="pf-v6-c-
|
|
3841
|
+
<span class="pf-v6-c-button__icon">
|
|
3836
3842
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3837
3843
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3838
3844
|
</span>
|
|
@@ -3848,7 +3854,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3848
3854
|
type="button"
|
|
3849
3855
|
aria-label="Scroll right"
|
|
3850
3856
|
>
|
|
3851
|
-
<span class="pf-v6-c-
|
|
3857
|
+
<span class="pf-v6-c-button__icon">
|
|
3852
3858
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3853
3859
|
</span>
|
|
3854
3860
|
</button>
|
|
@@ -3870,7 +3876,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3870
3876
|
aria-label="Scroll left"
|
|
3871
3877
|
disabled
|
|
3872
3878
|
>
|
|
3873
|
-
<span class="pf-v6-c-
|
|
3879
|
+
<span class="pf-v6-c-button__icon">
|
|
3874
3880
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
3875
3881
|
</span>
|
|
3876
3882
|
</button>
|
|
@@ -3891,7 +3897,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3891
3897
|
type="button"
|
|
3892
3898
|
aria-label="More info for Users label"
|
|
3893
3899
|
>
|
|
3894
|
-
<span class="pf-v6-c-
|
|
3900
|
+
<span class="pf-v6-c-button__icon">
|
|
3895
3901
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3896
3902
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3897
3903
|
</span>
|
|
@@ -3914,7 +3920,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3914
3920
|
type="button"
|
|
3915
3921
|
aria-label="More info for Containers label"
|
|
3916
3922
|
>
|
|
3917
|
-
<span class="pf-v6-c-
|
|
3923
|
+
<span class="pf-v6-c-button__icon">
|
|
3918
3924
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3919
3925
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3920
3926
|
</span>
|
|
@@ -3937,7 +3943,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3937
3943
|
type="button"
|
|
3938
3944
|
aria-label="More info for Database label"
|
|
3939
3945
|
>
|
|
3940
|
-
<span class="pf-v6-c-
|
|
3946
|
+
<span class="pf-v6-c-button__icon">
|
|
3941
3947
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3942
3948
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3943
3949
|
</span>
|
|
@@ -3954,7 +3960,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3954
3960
|
aria-label="Scroll right"
|
|
3955
3961
|
disabled
|
|
3956
3962
|
>
|
|
3957
|
-
<span class="pf-v6-c-
|
|
3963
|
+
<span class="pf-v6-c-button__icon">
|
|
3958
3964
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3959
3965
|
</span>
|
|
3960
3966
|
</button>
|
|
@@ -3976,7 +3982,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3976
3982
|
aria-label="Scroll left"
|
|
3977
3983
|
disabled
|
|
3978
3984
|
>
|
|
3979
|
-
<span class="pf-v6-c-
|
|
3985
|
+
<span class="pf-v6-c-button__icon">
|
|
3980
3986
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
3981
3987
|
</span>
|
|
3982
3988
|
</button>
|
|
@@ -3997,7 +4003,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3997
4003
|
type="button"
|
|
3998
4004
|
aria-label="More info for Users label"
|
|
3999
4005
|
>
|
|
4000
|
-
<span class="pf-v6-c-
|
|
4006
|
+
<span class="pf-v6-c-button__icon">
|
|
4001
4007
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4002
4008
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4003
4009
|
</span>
|
|
@@ -4020,7 +4026,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4020
4026
|
type="button"
|
|
4021
4027
|
aria-label="More info for Containers label"
|
|
4022
4028
|
>
|
|
4023
|
-
<span class="pf-v6-c-
|
|
4029
|
+
<span class="pf-v6-c-button__icon">
|
|
4024
4030
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4025
4031
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4026
4032
|
</span>
|
|
@@ -4043,7 +4049,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4043
4049
|
type="button"
|
|
4044
4050
|
aria-label="More info for Database label"
|
|
4045
4051
|
>
|
|
4046
|
-
<span class="pf-v6-c-
|
|
4052
|
+
<span class="pf-v6-c-button__icon">
|
|
4047
4053
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4048
4054
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4049
4055
|
</span>
|
|
@@ -4072,7 +4078,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4072
4078
|
aria-label="More info for Disabled label"
|
|
4073
4079
|
disabled
|
|
4074
4080
|
>
|
|
4075
|
-
<span class="pf-v6-c-
|
|
4081
|
+
<span class="pf-v6-c-button__icon">
|
|
4076
4082
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4077
4083
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4078
4084
|
</span>
|
|
@@ -4095,12 +4101,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4095
4101
|
</button>
|
|
4096
4102
|
<span class="pf-v6-c-tabs__item-action">
|
|
4097
4103
|
<button
|
|
4098
|
-
class="pf-v6-c-button pf-m-
|
|
4104
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
4099
4105
|
type="button"
|
|
4100
4106
|
aria-label="More info for ARIA disabled label"
|
|
4101
4107
|
aria-disabled="true"
|
|
4102
4108
|
>
|
|
4103
|
-
<span class="pf-v6-c-
|
|
4109
|
+
<span class="pf-v6-c-button__icon">
|
|
4104
4110
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4105
4111
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4106
4112
|
</span>
|
|
@@ -4128,7 +4134,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4128
4134
|
aria-label="More info for Help disabled label"
|
|
4129
4135
|
disabled
|
|
4130
4136
|
>
|
|
4131
|
-
<span class="pf-v6-c-
|
|
4137
|
+
<span class="pf-v6-c-button__icon">
|
|
4132
4138
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4133
4139
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4134
4140
|
</span>
|
|
@@ -4151,7 +4157,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4151
4157
|
type="button"
|
|
4152
4158
|
aria-label="More info for Network label"
|
|
4153
4159
|
>
|
|
4154
|
-
<span class="pf-v6-c-
|
|
4160
|
+
<span class="pf-v6-c-button__icon">
|
|
4155
4161
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4156
4162
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4157
4163
|
</span>
|
|
@@ -4167,7 +4173,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4167
4173
|
type="button"
|
|
4168
4174
|
aria-label="Scroll right"
|
|
4169
4175
|
>
|
|
4170
|
-
<span class="pf-v6-c-
|
|
4176
|
+
<span class="pf-v6-c-button__icon">
|
|
4171
4177
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
4172
4178
|
</span>
|
|
4173
4179
|
</button>
|
|
@@ -4185,7 +4191,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4185
4191
|
aria-label="Scroll left"
|
|
4186
4192
|
disabled
|
|
4187
4193
|
>
|
|
4188
|
-
<span class="pf-v6-c-
|
|
4194
|
+
<span class="pf-v6-c-button__icon">
|
|
4189
4195
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
4190
4196
|
</span>
|
|
4191
4197
|
</button>
|
|
@@ -4206,7 +4212,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4206
4212
|
type="button"
|
|
4207
4213
|
aria-label="More info for Users label"
|
|
4208
4214
|
>
|
|
4209
|
-
<span class="pf-v6-c-
|
|
4215
|
+
<span class="pf-v6-c-button__icon">
|
|
4210
4216
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4211
4217
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4212
4218
|
</span>
|
|
@@ -4229,7 +4235,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4229
4235
|
type="button"
|
|
4230
4236
|
aria-label="More info for Containers label"
|
|
4231
4237
|
>
|
|
4232
|
-
<span class="pf-v6-c-
|
|
4238
|
+
<span class="pf-v6-c-button__icon">
|
|
4233
4239
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4234
4240
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4235
4241
|
</span>
|
|
@@ -4252,7 +4258,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4252
4258
|
type="button"
|
|
4253
4259
|
aria-label="More info for Database label"
|
|
4254
4260
|
>
|
|
4255
|
-
<span class="pf-v6-c-
|
|
4261
|
+
<span class="pf-v6-c-button__icon">
|
|
4256
4262
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4257
4263
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4258
4264
|
</span>
|
|
@@ -4281,7 +4287,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4281
4287
|
aria-label="More info for Disabled label"
|
|
4282
4288
|
disabled
|
|
4283
4289
|
>
|
|
4284
|
-
<span class="pf-v6-c-
|
|
4290
|
+
<span class="pf-v6-c-button__icon">
|
|
4285
4291
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4286
4292
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4287
4293
|
</span>
|
|
@@ -4304,12 +4310,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4304
4310
|
</button>
|
|
4305
4311
|
<span class="pf-v6-c-tabs__item-action">
|
|
4306
4312
|
<button
|
|
4307
|
-
class="pf-v6-c-button pf-m-
|
|
4313
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
4308
4314
|
type="button"
|
|
4309
4315
|
aria-label="More info for ARIA disabled label"
|
|
4310
4316
|
aria-disabled="true"
|
|
4311
4317
|
>
|
|
4312
|
-
<span class="pf-v6-c-
|
|
4318
|
+
<span class="pf-v6-c-button__icon">
|
|
4313
4319
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4314
4320
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4315
4321
|
</span>
|
|
@@ -4337,7 +4343,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4337
4343
|
aria-label="More info for Help disabled label"
|
|
4338
4344
|
disabled
|
|
4339
4345
|
>
|
|
4340
|
-
<span class="pf-v6-c-
|
|
4346
|
+
<span class="pf-v6-c-button__icon">
|
|
4341
4347
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4342
4348
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4343
4349
|
</span>
|
|
@@ -4360,7 +4366,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4360
4366
|
type="button"
|
|
4361
4367
|
aria-label="More info for Network label"
|
|
4362
4368
|
>
|
|
4363
|
-
<span class="pf-v6-c-
|
|
4369
|
+
<span class="pf-v6-c-button__icon">
|
|
4364
4370
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4365
4371
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4366
4372
|
</span>
|
|
@@ -4376,7 +4382,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4376
4382
|
type="button"
|
|
4377
4383
|
aria-label="Scroll right"
|
|
4378
4384
|
>
|
|
4379
|
-
<span class="pf-v6-c-
|
|
4385
|
+
<span class="pf-v6-c-button__icon">
|
|
4380
4386
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
4381
4387
|
</span>
|
|
4382
4388
|
</button>
|
|
@@ -4400,7 +4406,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4400
4406
|
aria-label="Scroll left"
|
|
4401
4407
|
disabled
|
|
4402
4408
|
>
|
|
4403
|
-
<span class="pf-v6-c-
|
|
4409
|
+
<span class="pf-v6-c-button__icon">
|
|
4404
4410
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
4405
4411
|
</span>
|
|
4406
4412
|
</button>
|
|
@@ -4421,7 +4427,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4421
4427
|
type="button"
|
|
4422
4428
|
aria-label="Close Users"
|
|
4423
4429
|
>
|
|
4424
|
-
<span class="pf-v6-c-
|
|
4430
|
+
<span class="pf-v6-c-button__icon">
|
|
4425
4431
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4426
4432
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4427
4433
|
</span>
|
|
@@ -4444,7 +4450,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4444
4450
|
type="button"
|
|
4445
4451
|
aria-label="Close Containers"
|
|
4446
4452
|
>
|
|
4447
|
-
<span class="pf-v6-c-
|
|
4453
|
+
<span class="pf-v6-c-button__icon">
|
|
4448
4454
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4449
4455
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4450
4456
|
</span>
|
|
@@ -4467,7 +4473,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4467
4473
|
type="button"
|
|
4468
4474
|
aria-label="Close Database"
|
|
4469
4475
|
>
|
|
4470
|
-
<span class="pf-v6-c-
|
|
4476
|
+
<span class="pf-v6-c-button__icon">
|
|
4471
4477
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4472
4478
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4473
4479
|
</span>
|
|
@@ -4496,7 +4502,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4496
4502
|
aria-label="Close Disabled"
|
|
4497
4503
|
disabled
|
|
4498
4504
|
>
|
|
4499
|
-
<span class="pf-v6-c-
|
|
4505
|
+
<span class="pf-v6-c-button__icon">
|
|
4500
4506
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4501
4507
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4502
4508
|
</span>
|
|
@@ -4519,12 +4525,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4519
4525
|
</button>
|
|
4520
4526
|
<span class="pf-v6-c-tabs__item-action">
|
|
4521
4527
|
<button
|
|
4522
|
-
class="pf-v6-c-button pf-m-
|
|
4528
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
4523
4529
|
type="button"
|
|
4524
4530
|
aria-label="Close ARIA disabled"
|
|
4525
4531
|
aria-disabled="true"
|
|
4526
4532
|
>
|
|
4527
|
-
<span class="pf-v6-c-
|
|
4533
|
+
<span class="pf-v6-c-button__icon">
|
|
4528
4534
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4529
4535
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4530
4536
|
</span>
|
|
@@ -4552,7 +4558,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4552
4558
|
aria-label="Close Close disabled"
|
|
4553
4559
|
disabled
|
|
4554
4560
|
>
|
|
4555
|
-
<span class="pf-v6-c-
|
|
4561
|
+
<span class="pf-v6-c-button__icon">
|
|
4556
4562
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4557
4563
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4558
4564
|
</span>
|
|
@@ -4575,7 +4581,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4575
4581
|
type="button"
|
|
4576
4582
|
aria-label="Close Network"
|
|
4577
4583
|
>
|
|
4578
|
-
<span class="pf-v6-c-
|
|
4584
|
+
<span class="pf-v6-c-button__icon">
|
|
4579
4585
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4580
4586
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4581
4587
|
</span>
|
|
@@ -4591,7 +4597,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4591
4597
|
type="button"
|
|
4592
4598
|
aria-label="Scroll right"
|
|
4593
4599
|
>
|
|
4594
|
-
<span class="pf-v6-c-
|
|
4600
|
+
<span class="pf-v6-c-button__icon">
|
|
4595
4601
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
4596
4602
|
</span>
|
|
4597
4603
|
</button>
|
|
@@ -4613,7 +4619,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4613
4619
|
aria-label="Scroll left"
|
|
4614
4620
|
disabled
|
|
4615
4621
|
>
|
|
4616
|
-
<span class="pf-v6-c-
|
|
4622
|
+
<span class="pf-v6-c-button__icon">
|
|
4617
4623
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
4618
4624
|
</span>
|
|
4619
4625
|
</button>
|
|
@@ -4634,7 +4640,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4634
4640
|
type="button"
|
|
4635
4641
|
aria-label="Close Users"
|
|
4636
4642
|
>
|
|
4637
|
-
<span class="pf-v6-c-
|
|
4643
|
+
<span class="pf-v6-c-button__icon">
|
|
4638
4644
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4639
4645
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4640
4646
|
</span>
|
|
@@ -4657,7 +4663,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4657
4663
|
type="button"
|
|
4658
4664
|
aria-label="Close Containers"
|
|
4659
4665
|
>
|
|
4660
|
-
<span class="pf-v6-c-
|
|
4666
|
+
<span class="pf-v6-c-button__icon">
|
|
4661
4667
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4662
4668
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4663
4669
|
</span>
|
|
@@ -4680,7 +4686,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4680
4686
|
type="button"
|
|
4681
4687
|
aria-label="Close Database"
|
|
4682
4688
|
>
|
|
4683
|
-
<span class="pf-v6-c-
|
|
4689
|
+
<span class="pf-v6-c-button__icon">
|
|
4684
4690
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4685
4691
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4686
4692
|
</span>
|
|
@@ -4709,7 +4715,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4709
4715
|
aria-label="Close Disabled"
|
|
4710
4716
|
disabled
|
|
4711
4717
|
>
|
|
4712
|
-
<span class="pf-v6-c-
|
|
4718
|
+
<span class="pf-v6-c-button__icon">
|
|
4713
4719
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4714
4720
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4715
4721
|
</span>
|
|
@@ -4732,12 +4738,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4732
4738
|
</button>
|
|
4733
4739
|
<span class="pf-v6-c-tabs__item-action">
|
|
4734
4740
|
<button
|
|
4735
|
-
class="pf-v6-c-button pf-m-
|
|
4741
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
4736
4742
|
type="button"
|
|
4737
4743
|
aria-label="Close ARIA disabled"
|
|
4738
4744
|
aria-disabled="true"
|
|
4739
4745
|
>
|
|
4740
|
-
<span class="pf-v6-c-
|
|
4746
|
+
<span class="pf-v6-c-button__icon">
|
|
4741
4747
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4742
4748
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4743
4749
|
</span>
|
|
@@ -4765,7 +4771,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4765
4771
|
aria-label="Close Close disabled"
|
|
4766
4772
|
disabled
|
|
4767
4773
|
>
|
|
4768
|
-
<span class="pf-v6-c-
|
|
4774
|
+
<span class="pf-v6-c-button__icon">
|
|
4769
4775
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4770
4776
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4771
4777
|
</span>
|
|
@@ -4788,7 +4794,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4788
4794
|
type="button"
|
|
4789
4795
|
aria-label="Close Network"
|
|
4790
4796
|
>
|
|
4791
|
-
<span class="pf-v6-c-
|
|
4797
|
+
<span class="pf-v6-c-button__icon">
|
|
4792
4798
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4793
4799
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4794
4800
|
</span>
|
|
@@ -4804,7 +4810,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4804
4810
|
type="button"
|
|
4805
4811
|
aria-label="Scroll right"
|
|
4806
4812
|
>
|
|
4807
|
-
<span class="pf-v6-c-
|
|
4813
|
+
<span class="pf-v6-c-button__icon">
|
|
4808
4814
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
4809
4815
|
</span>
|
|
4810
4816
|
</button>
|
|
@@ -4826,7 +4832,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4826
4832
|
aria-label="Scroll left"
|
|
4827
4833
|
disabled
|
|
4828
4834
|
>
|
|
4829
|
-
<span class="pf-v6-c-
|
|
4835
|
+
<span class="pf-v6-c-button__icon">
|
|
4830
4836
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
4831
4837
|
</span>
|
|
4832
4838
|
</button>
|
|
@@ -4847,7 +4853,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4847
4853
|
type="button"
|
|
4848
4854
|
aria-label="Close Users"
|
|
4849
4855
|
>
|
|
4850
|
-
<span class="pf-v6-c-
|
|
4856
|
+
<span class="pf-v6-c-button__icon">
|
|
4851
4857
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4852
4858
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4853
4859
|
</span>
|
|
@@ -4870,7 +4876,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4870
4876
|
type="button"
|
|
4871
4877
|
aria-label="Close Containers"
|
|
4872
4878
|
>
|
|
4873
|
-
<span class="pf-v6-c-
|
|
4879
|
+
<span class="pf-v6-c-button__icon">
|
|
4874
4880
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4875
4881
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4876
4882
|
</span>
|
|
@@ -4893,7 +4899,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4893
4899
|
type="button"
|
|
4894
4900
|
aria-label="Close Database"
|
|
4895
4901
|
>
|
|
4896
|
-
<span class="pf-v6-c-
|
|
4902
|
+
<span class="pf-v6-c-button__icon">
|
|
4897
4903
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4898
4904
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4899
4905
|
</span>
|
|
@@ -4922,7 +4928,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4922
4928
|
aria-label="Close Disabled"
|
|
4923
4929
|
disabled
|
|
4924
4930
|
>
|
|
4925
|
-
<span class="pf-v6-c-
|
|
4931
|
+
<span class="pf-v6-c-button__icon">
|
|
4926
4932
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4927
4933
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4928
4934
|
</span>
|
|
@@ -4945,12 +4951,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4945
4951
|
</button>
|
|
4946
4952
|
<span class="pf-v6-c-tabs__item-action">
|
|
4947
4953
|
<button
|
|
4948
|
-
class="pf-v6-c-button pf-m-
|
|
4954
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
4949
4955
|
type="button"
|
|
4950
4956
|
aria-label="Close ARIA disabled"
|
|
4951
4957
|
aria-disabled="true"
|
|
4952
4958
|
>
|
|
4953
|
-
<span class="pf-v6-c-
|
|
4959
|
+
<span class="pf-v6-c-button__icon">
|
|
4954
4960
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4955
4961
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4956
4962
|
</span>
|
|
@@ -4978,7 +4984,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4978
4984
|
aria-label="Close Close disabled"
|
|
4979
4985
|
disabled
|
|
4980
4986
|
>
|
|
4981
|
-
<span class="pf-v6-c-
|
|
4987
|
+
<span class="pf-v6-c-button__icon">
|
|
4982
4988
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4983
4989
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4984
4990
|
</span>
|
|
@@ -5001,7 +5007,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5001
5007
|
type="button"
|
|
5002
5008
|
aria-label="Close Network"
|
|
5003
5009
|
>
|
|
5004
|
-
<span class="pf-v6-c-
|
|
5010
|
+
<span class="pf-v6-c-button__icon">
|
|
5005
5011
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5006
5012
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5007
5013
|
</span>
|
|
@@ -5017,7 +5023,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5017
5023
|
type="button"
|
|
5018
5024
|
aria-label="Scroll right"
|
|
5019
5025
|
>
|
|
5020
|
-
<span class="pf-v6-c-
|
|
5026
|
+
<span class="pf-v6-c-button__icon">
|
|
5021
5027
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
5022
5028
|
</span>
|
|
5023
5029
|
</button>
|
|
@@ -5039,7 +5045,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5039
5045
|
aria-label="Scroll left"
|
|
5040
5046
|
disabled
|
|
5041
5047
|
>
|
|
5042
|
-
<span class="pf-v6-c-
|
|
5048
|
+
<span class="pf-v6-c-button__icon">
|
|
5043
5049
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
5044
5050
|
</span>
|
|
5045
5051
|
</button>
|
|
@@ -5063,7 +5069,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5063
5069
|
type="button"
|
|
5064
5070
|
aria-label="Close Users"
|
|
5065
5071
|
>
|
|
5066
|
-
<span class="pf-v6-c-
|
|
5072
|
+
<span class="pf-v6-c-button__icon">
|
|
5067
5073
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5068
5074
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5069
5075
|
</span>
|
|
@@ -5089,7 +5095,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5089
5095
|
type="button"
|
|
5090
5096
|
aria-label="Close Containers"
|
|
5091
5097
|
>
|
|
5092
|
-
<span class="pf-v6-c-
|
|
5098
|
+
<span class="pf-v6-c-button__icon">
|
|
5093
5099
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5094
5100
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5095
5101
|
</span>
|
|
@@ -5115,7 +5121,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5115
5121
|
type="button"
|
|
5116
5122
|
aria-label="Close Database"
|
|
5117
5123
|
>
|
|
5118
|
-
<span class="pf-v6-c-
|
|
5124
|
+
<span class="pf-v6-c-button__icon">
|
|
5119
5125
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5120
5126
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5121
5127
|
</span>
|
|
@@ -5147,7 +5153,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5147
5153
|
aria-label="Close Disabled"
|
|
5148
5154
|
disabled
|
|
5149
5155
|
>
|
|
5150
|
-
<span class="pf-v6-c-
|
|
5156
|
+
<span class="pf-v6-c-button__icon">
|
|
5151
5157
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5152
5158
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5153
5159
|
</span>
|
|
@@ -5173,12 +5179,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5173
5179
|
</button>
|
|
5174
5180
|
<span class="pf-v6-c-tabs__item-action">
|
|
5175
5181
|
<button
|
|
5176
|
-
class="pf-v6-c-button pf-m-
|
|
5182
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
5177
5183
|
type="button"
|
|
5178
5184
|
aria-label="Close ARIA disabled"
|
|
5179
5185
|
aria-disabled="true"
|
|
5180
5186
|
>
|
|
5181
|
-
<span class="pf-v6-c-
|
|
5187
|
+
<span class="pf-v6-c-button__icon">
|
|
5182
5188
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5183
5189
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5184
5190
|
</span>
|
|
@@ -5209,7 +5215,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5209
5215
|
aria-label="Close Close disabled"
|
|
5210
5216
|
disabled
|
|
5211
5217
|
>
|
|
5212
|
-
<span class="pf-v6-c-
|
|
5218
|
+
<span class="pf-v6-c-button__icon">
|
|
5213
5219
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5214
5220
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5215
5221
|
</span>
|
|
@@ -5235,7 +5241,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5235
5241
|
type="button"
|
|
5236
5242
|
aria-label="Close Network"
|
|
5237
5243
|
>
|
|
5238
|
-
<span class="pf-v6-c-
|
|
5244
|
+
<span class="pf-v6-c-button__icon">
|
|
5239
5245
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5240
5246
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5241
5247
|
</span>
|
|
@@ -5251,7 +5257,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5251
5257
|
type="button"
|
|
5252
5258
|
aria-label="Scroll right"
|
|
5253
5259
|
>
|
|
5254
|
-
<span class="pf-v6-c-
|
|
5260
|
+
<span class="pf-v6-c-button__icon">
|
|
5255
5261
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
5256
5262
|
</span>
|
|
5257
5263
|
</button>
|
|
@@ -5273,7 +5279,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5273
5279
|
aria-label="Scroll left"
|
|
5274
5280
|
disabled
|
|
5275
5281
|
>
|
|
5276
|
-
<span class="pf-v6-c-
|
|
5282
|
+
<span class="pf-v6-c-button__icon">
|
|
5277
5283
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
5278
5284
|
</span>
|
|
5279
5285
|
</button>
|
|
@@ -5294,7 +5300,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5294
5300
|
type="button"
|
|
5295
5301
|
aria-label="Close Users"
|
|
5296
5302
|
>
|
|
5297
|
-
<span class="pf-v6-c-
|
|
5303
|
+
<span class="pf-v6-c-button__icon">
|
|
5298
5304
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5299
5305
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5300
5306
|
</span>
|
|
@@ -5317,7 +5323,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5317
5323
|
type="button"
|
|
5318
5324
|
aria-label="Close Containers"
|
|
5319
5325
|
>
|
|
5320
|
-
<span class="pf-v6-c-
|
|
5326
|
+
<span class="pf-v6-c-button__icon">
|
|
5321
5327
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5322
5328
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5323
5329
|
</span>
|
|
@@ -5340,7 +5346,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5340
5346
|
type="button"
|
|
5341
5347
|
aria-label="Close Database"
|
|
5342
5348
|
>
|
|
5343
|
-
<span class="pf-v6-c-
|
|
5349
|
+
<span class="pf-v6-c-button__icon">
|
|
5344
5350
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5345
5351
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5346
5352
|
</span>
|
|
@@ -5357,7 +5363,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5357
5363
|
aria-label="Scroll right"
|
|
5358
5364
|
disabled
|
|
5359
5365
|
>
|
|
5360
|
-
<span class="pf-v6-c-
|
|
5366
|
+
<span class="pf-v6-c-button__icon">
|
|
5361
5367
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
5362
5368
|
</span>
|
|
5363
5369
|
</button>
|
|
@@ -5379,7 +5385,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5379
5385
|
aria-label="Scroll left"
|
|
5380
5386
|
disabled
|
|
5381
5387
|
>
|
|
5382
|
-
<span class="pf-v6-c-
|
|
5388
|
+
<span class="pf-v6-c-button__icon">
|
|
5383
5389
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
5384
5390
|
</span>
|
|
5385
5391
|
</button>
|
|
@@ -5400,7 +5406,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5400
5406
|
type="button"
|
|
5401
5407
|
aria-label="Close Users"
|
|
5402
5408
|
>
|
|
5403
|
-
<span class="pf-v6-c-
|
|
5409
|
+
<span class="pf-v6-c-button__icon">
|
|
5404
5410
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5405
5411
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5406
5412
|
</span>
|
|
@@ -5423,7 +5429,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5423
5429
|
type="button"
|
|
5424
5430
|
aria-label="Close Containers"
|
|
5425
5431
|
>
|
|
5426
|
-
<span class="pf-v6-c-
|
|
5432
|
+
<span class="pf-v6-c-button__icon">
|
|
5427
5433
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5428
5434
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5429
5435
|
</span>
|
|
@@ -5446,7 +5452,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5446
5452
|
type="button"
|
|
5447
5453
|
aria-label="Close Database"
|
|
5448
5454
|
>
|
|
5449
|
-
<span class="pf-v6-c-
|
|
5455
|
+
<span class="pf-v6-c-button__icon">
|
|
5450
5456
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5451
5457
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5452
5458
|
</span>
|
|
@@ -5475,7 +5481,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5475
5481
|
aria-label="Close Disabled"
|
|
5476
5482
|
disabled
|
|
5477
5483
|
>
|
|
5478
|
-
<span class="pf-v6-c-
|
|
5484
|
+
<span class="pf-v6-c-button__icon">
|
|
5479
5485
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5480
5486
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5481
5487
|
</span>
|
|
@@ -5498,12 +5504,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5498
5504
|
</button>
|
|
5499
5505
|
<span class="pf-v6-c-tabs__item-action">
|
|
5500
5506
|
<button
|
|
5501
|
-
class="pf-v6-c-button pf-m-
|
|
5507
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
5502
5508
|
type="button"
|
|
5503
5509
|
aria-label="Close ARIA disabled"
|
|
5504
5510
|
aria-disabled="true"
|
|
5505
5511
|
>
|
|
5506
|
-
<span class="pf-v6-c-
|
|
5512
|
+
<span class="pf-v6-c-button__icon">
|
|
5507
5513
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5508
5514
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5509
5515
|
</span>
|
|
@@ -5531,7 +5537,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5531
5537
|
aria-label="Close Close disabled"
|
|
5532
5538
|
disabled
|
|
5533
5539
|
>
|
|
5534
|
-
<span class="pf-v6-c-
|
|
5540
|
+
<span class="pf-v6-c-button__icon">
|
|
5535
5541
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5536
5542
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5537
5543
|
</span>
|
|
@@ -5554,7 +5560,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5554
5560
|
type="button"
|
|
5555
5561
|
aria-label="Close Network"
|
|
5556
5562
|
>
|
|
5557
|
-
<span class="pf-v6-c-
|
|
5563
|
+
<span class="pf-v6-c-button__icon">
|
|
5558
5564
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5559
5565
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5560
5566
|
</span>
|
|
@@ -5570,7 +5576,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5570
5576
|
type="button"
|
|
5571
5577
|
aria-label="Scroll right"
|
|
5572
5578
|
>
|
|
5573
|
-
<span class="pf-v6-c-
|
|
5579
|
+
<span class="pf-v6-c-button__icon">
|
|
5574
5580
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
5575
5581
|
</span>
|
|
5576
5582
|
</button>
|
|
@@ -5588,7 +5594,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5588
5594
|
aria-label="Scroll left"
|
|
5589
5595
|
disabled
|
|
5590
5596
|
>
|
|
5591
|
-
<span class="pf-v6-c-
|
|
5597
|
+
<span class="pf-v6-c-button__icon">
|
|
5592
5598
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
5593
5599
|
</span>
|
|
5594
5600
|
</button>
|
|
@@ -5609,7 +5615,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5609
5615
|
type="button"
|
|
5610
5616
|
aria-label="Close Users"
|
|
5611
5617
|
>
|
|
5612
|
-
<span class="pf-v6-c-
|
|
5618
|
+
<span class="pf-v6-c-button__icon">
|
|
5613
5619
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5614
5620
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5615
5621
|
</span>
|
|
@@ -5632,7 +5638,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5632
5638
|
type="button"
|
|
5633
5639
|
aria-label="Close Containers"
|
|
5634
5640
|
>
|
|
5635
|
-
<span class="pf-v6-c-
|
|
5641
|
+
<span class="pf-v6-c-button__icon">
|
|
5636
5642
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5637
5643
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5638
5644
|
</span>
|
|
@@ -5655,7 +5661,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5655
5661
|
type="button"
|
|
5656
5662
|
aria-label="Close Database"
|
|
5657
5663
|
>
|
|
5658
|
-
<span class="pf-v6-c-
|
|
5664
|
+
<span class="pf-v6-c-button__icon">
|
|
5659
5665
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5660
5666
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5661
5667
|
</span>
|
|
@@ -5684,7 +5690,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5684
5690
|
aria-label="Close Disabled"
|
|
5685
5691
|
disabled
|
|
5686
5692
|
>
|
|
5687
|
-
<span class="pf-v6-c-
|
|
5693
|
+
<span class="pf-v6-c-button__icon">
|
|
5688
5694
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5689
5695
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5690
5696
|
</span>
|
|
@@ -5707,12 +5713,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5707
5713
|
</button>
|
|
5708
5714
|
<span class="pf-v6-c-tabs__item-action">
|
|
5709
5715
|
<button
|
|
5710
|
-
class="pf-v6-c-button pf-m-
|
|
5716
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
5711
5717
|
type="button"
|
|
5712
5718
|
aria-label="Close ARIA disabled"
|
|
5713
5719
|
aria-disabled="true"
|
|
5714
5720
|
>
|
|
5715
|
-
<span class="pf-v6-c-
|
|
5721
|
+
<span class="pf-v6-c-button__icon">
|
|
5716
5722
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5717
5723
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5718
5724
|
</span>
|
|
@@ -5740,7 +5746,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5740
5746
|
aria-label="Close Close disabled"
|
|
5741
5747
|
disabled
|
|
5742
5748
|
>
|
|
5743
|
-
<span class="pf-v6-c-
|
|
5749
|
+
<span class="pf-v6-c-button__icon">
|
|
5744
5750
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5745
5751
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5746
5752
|
</span>
|
|
@@ -5763,7 +5769,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5763
5769
|
type="button"
|
|
5764
5770
|
aria-label="Close Network"
|
|
5765
5771
|
>
|
|
5766
|
-
<span class="pf-v6-c-
|
|
5772
|
+
<span class="pf-v6-c-button__icon">
|
|
5767
5773
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5768
5774
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5769
5775
|
</span>
|
|
@@ -5779,7 +5785,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5779
5785
|
type="button"
|
|
5780
5786
|
aria-label="Scroll right"
|
|
5781
5787
|
>
|
|
5782
|
-
<span class="pf-v6-c-
|
|
5788
|
+
<span class="pf-v6-c-button__icon">
|
|
5783
5789
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
5784
5790
|
</span>
|
|
5785
5791
|
</button>
|
|
@@ -5803,7 +5809,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5803
5809
|
aria-label="Scroll left"
|
|
5804
5810
|
disabled
|
|
5805
5811
|
>
|
|
5806
|
-
<span class="pf-v6-c-
|
|
5812
|
+
<span class="pf-v6-c-button__icon">
|
|
5807
5813
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
5808
5814
|
</span>
|
|
5809
5815
|
</button>
|
|
@@ -5824,7 +5830,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5824
5830
|
type="button"
|
|
5825
5831
|
aria-label="More info for Users label"
|
|
5826
5832
|
>
|
|
5827
|
-
<span class="pf-v6-c-
|
|
5833
|
+
<span class="pf-v6-c-button__icon">
|
|
5828
5834
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5829
5835
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5830
5836
|
</span>
|
|
@@ -5838,7 +5844,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5838
5844
|
type="button"
|
|
5839
5845
|
aria-label="Close Users"
|
|
5840
5846
|
>
|
|
5841
|
-
<span class="pf-v6-c-
|
|
5847
|
+
<span class="pf-v6-c-button__icon">
|
|
5842
5848
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5843
5849
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5844
5850
|
</span>
|
|
@@ -5861,7 +5867,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5861
5867
|
type="button"
|
|
5862
5868
|
aria-label="More info for Containers label"
|
|
5863
5869
|
>
|
|
5864
|
-
<span class="pf-v6-c-
|
|
5870
|
+
<span class="pf-v6-c-button__icon">
|
|
5865
5871
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5866
5872
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5867
5873
|
</span>
|
|
@@ -5875,7 +5881,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5875
5881
|
type="button"
|
|
5876
5882
|
aria-label="Close Containers"
|
|
5877
5883
|
>
|
|
5878
|
-
<span class="pf-v6-c-
|
|
5884
|
+
<span class="pf-v6-c-button__icon">
|
|
5879
5885
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5880
5886
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5881
5887
|
</span>
|
|
@@ -5898,7 +5904,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5898
5904
|
type="button"
|
|
5899
5905
|
aria-label="More info for Database label"
|
|
5900
5906
|
>
|
|
5901
|
-
<span class="pf-v6-c-
|
|
5907
|
+
<span class="pf-v6-c-button__icon">
|
|
5902
5908
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5903
5909
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5904
5910
|
</span>
|
|
@@ -5912,7 +5918,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5912
5918
|
type="button"
|
|
5913
5919
|
aria-label="Close Database"
|
|
5914
5920
|
>
|
|
5915
|
-
<span class="pf-v6-c-
|
|
5921
|
+
<span class="pf-v6-c-button__icon">
|
|
5916
5922
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5917
5923
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5918
5924
|
</span>
|
|
@@ -5941,7 +5947,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5941
5947
|
aria-label="More info for Disabled label"
|
|
5942
5948
|
disabled
|
|
5943
5949
|
>
|
|
5944
|
-
<span class="pf-v6-c-
|
|
5950
|
+
<span class="pf-v6-c-button__icon">
|
|
5945
5951
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5946
5952
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5947
5953
|
</span>
|
|
@@ -5956,7 +5962,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5956
5962
|
aria-label="Close Disabled"
|
|
5957
5963
|
disabled
|
|
5958
5964
|
>
|
|
5959
|
-
<span class="pf-v6-c-
|
|
5965
|
+
<span class="pf-v6-c-button__icon">
|
|
5960
5966
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5961
5967
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5962
5968
|
</span>
|
|
@@ -5979,12 +5985,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5979
5985
|
</button>
|
|
5980
5986
|
<span class="pf-v6-c-tabs__item-action">
|
|
5981
5987
|
<button
|
|
5982
|
-
class="pf-v6-c-button pf-m-
|
|
5988
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
5983
5989
|
type="button"
|
|
5984
5990
|
aria-label="More info for ARIA disabled label"
|
|
5985
5991
|
aria-disabled="true"
|
|
5986
5992
|
>
|
|
5987
|
-
<span class="pf-v6-c-
|
|
5993
|
+
<span class="pf-v6-c-button__icon">
|
|
5988
5994
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5989
5995
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5990
5996
|
</span>
|
|
@@ -5994,12 +6000,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5994
6000
|
|
|
5995
6001
|
<span class="pf-v6-c-tabs__item-action">
|
|
5996
6002
|
<button
|
|
5997
|
-
class="pf-v6-c-button pf-m-
|
|
6003
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
5998
6004
|
type="button"
|
|
5999
6005
|
aria-label="Close ARIA disabled"
|
|
6000
6006
|
aria-disabled="true"
|
|
6001
6007
|
>
|
|
6002
|
-
<span class="pf-v6-c-
|
|
6008
|
+
<span class="pf-v6-c-button__icon">
|
|
6003
6009
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6004
6010
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6005
6011
|
</span>
|
|
@@ -6027,7 +6033,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6027
6033
|
aria-label="More info for Help disabled label"
|
|
6028
6034
|
disabled
|
|
6029
6035
|
>
|
|
6030
|
-
<span class="pf-v6-c-
|
|
6036
|
+
<span class="pf-v6-c-button__icon">
|
|
6031
6037
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6032
6038
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6033
6039
|
</span>
|
|
@@ -6041,7 +6047,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6041
6047
|
type="button"
|
|
6042
6048
|
aria-label="Close Help disabled"
|
|
6043
6049
|
>
|
|
6044
|
-
<span class="pf-v6-c-
|
|
6050
|
+
<span class="pf-v6-c-button__icon">
|
|
6045
6051
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6046
6052
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6047
6053
|
</span>
|
|
@@ -6068,7 +6074,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6068
6074
|
type="button"
|
|
6069
6075
|
aria-label="More info for Close disabled label"
|
|
6070
6076
|
>
|
|
6071
|
-
<span class="pf-v6-c-
|
|
6077
|
+
<span class="pf-v6-c-button__icon">
|
|
6072
6078
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6073
6079
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6074
6080
|
</span>
|
|
@@ -6083,7 +6089,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6083
6089
|
aria-label="Close Close disabled"
|
|
6084
6090
|
disabled
|
|
6085
6091
|
>
|
|
6086
|
-
<span class="pf-v6-c-
|
|
6092
|
+
<span class="pf-v6-c-button__icon">
|
|
6087
6093
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6088
6094
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6089
6095
|
</span>
|
|
@@ -6111,7 +6117,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6111
6117
|
aria-label="More info for Help and close disabled label"
|
|
6112
6118
|
disabled
|
|
6113
6119
|
>
|
|
6114
|
-
<span class="pf-v6-c-
|
|
6120
|
+
<span class="pf-v6-c-button__icon">
|
|
6115
6121
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6116
6122
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6117
6123
|
</span>
|
|
@@ -6126,7 +6132,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6126
6132
|
aria-label="Close Help and close disabled"
|
|
6127
6133
|
disabled
|
|
6128
6134
|
>
|
|
6129
|
-
<span class="pf-v6-c-
|
|
6135
|
+
<span class="pf-v6-c-button__icon">
|
|
6130
6136
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6131
6137
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6132
6138
|
</span>
|
|
@@ -6149,7 +6155,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6149
6155
|
type="button"
|
|
6150
6156
|
aria-label="More info for Network label"
|
|
6151
6157
|
>
|
|
6152
|
-
<span class="pf-v6-c-
|
|
6158
|
+
<span class="pf-v6-c-button__icon">
|
|
6153
6159
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6154
6160
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6155
6161
|
</span>
|
|
@@ -6163,7 +6169,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6163
6169
|
type="button"
|
|
6164
6170
|
aria-label="Close Network"
|
|
6165
6171
|
>
|
|
6166
|
-
<span class="pf-v6-c-
|
|
6172
|
+
<span class="pf-v6-c-button__icon">
|
|
6167
6173
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6168
6174
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6169
6175
|
</span>
|
|
@@ -6179,7 +6185,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6179
6185
|
type="button"
|
|
6180
6186
|
aria-label="Scroll right"
|
|
6181
6187
|
>
|
|
6182
|
-
<span class="pf-v6-c-
|
|
6188
|
+
<span class="pf-v6-c-button__icon">
|
|
6183
6189
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
6184
6190
|
</span>
|
|
6185
6191
|
</button>
|
|
@@ -6201,7 +6207,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6201
6207
|
aria-label="Scroll left"
|
|
6202
6208
|
disabled
|
|
6203
6209
|
>
|
|
6204
|
-
<span class="pf-v6-c-
|
|
6210
|
+
<span class="pf-v6-c-button__icon">
|
|
6205
6211
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
6206
6212
|
</span>
|
|
6207
6213
|
</button>
|
|
@@ -6222,7 +6228,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6222
6228
|
type="button"
|
|
6223
6229
|
aria-label="More info for Users label"
|
|
6224
6230
|
>
|
|
6225
|
-
<span class="pf-v6-c-
|
|
6231
|
+
<span class="pf-v6-c-button__icon">
|
|
6226
6232
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6227
6233
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6228
6234
|
</span>
|
|
@@ -6236,7 +6242,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6236
6242
|
type="button"
|
|
6237
6243
|
aria-label="Close Users"
|
|
6238
6244
|
>
|
|
6239
|
-
<span class="pf-v6-c-
|
|
6245
|
+
<span class="pf-v6-c-button__icon">
|
|
6240
6246
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6241
6247
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6242
6248
|
</span>
|
|
@@ -6259,7 +6265,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6259
6265
|
type="button"
|
|
6260
6266
|
aria-label="More info for Containers label"
|
|
6261
6267
|
>
|
|
6262
|
-
<span class="pf-v6-c-
|
|
6268
|
+
<span class="pf-v6-c-button__icon">
|
|
6263
6269
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6264
6270
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6265
6271
|
</span>
|
|
@@ -6273,7 +6279,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6273
6279
|
type="button"
|
|
6274
6280
|
aria-label="Close Containers"
|
|
6275
6281
|
>
|
|
6276
|
-
<span class="pf-v6-c-
|
|
6282
|
+
<span class="pf-v6-c-button__icon">
|
|
6277
6283
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6278
6284
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6279
6285
|
</span>
|
|
@@ -6296,7 +6302,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6296
6302
|
type="button"
|
|
6297
6303
|
aria-label="More info for Database label"
|
|
6298
6304
|
>
|
|
6299
|
-
<span class="pf-v6-c-
|
|
6305
|
+
<span class="pf-v6-c-button__icon">
|
|
6300
6306
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6301
6307
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6302
6308
|
</span>
|
|
@@ -6310,7 +6316,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6310
6316
|
type="button"
|
|
6311
6317
|
aria-label="Close Database"
|
|
6312
6318
|
>
|
|
6313
|
-
<span class="pf-v6-c-
|
|
6319
|
+
<span class="pf-v6-c-button__icon">
|
|
6314
6320
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6315
6321
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6316
6322
|
</span>
|
|
@@ -6339,7 +6345,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6339
6345
|
aria-label="More info for Disabled label"
|
|
6340
6346
|
disabled
|
|
6341
6347
|
>
|
|
6342
|
-
<span class="pf-v6-c-
|
|
6348
|
+
<span class="pf-v6-c-button__icon">
|
|
6343
6349
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6344
6350
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6345
6351
|
</span>
|
|
@@ -6354,7 +6360,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6354
6360
|
aria-label="Close Disabled"
|
|
6355
6361
|
disabled
|
|
6356
6362
|
>
|
|
6357
|
-
<span class="pf-v6-c-
|
|
6363
|
+
<span class="pf-v6-c-button__icon">
|
|
6358
6364
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6359
6365
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6360
6366
|
</span>
|
|
@@ -6377,12 +6383,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6377
6383
|
</button>
|
|
6378
6384
|
<span class="pf-v6-c-tabs__item-action">
|
|
6379
6385
|
<button
|
|
6380
|
-
class="pf-v6-c-button pf-m-
|
|
6386
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
6381
6387
|
type="button"
|
|
6382
6388
|
aria-label="More info for ARIA disabled label"
|
|
6383
6389
|
aria-disabled="true"
|
|
6384
6390
|
>
|
|
6385
|
-
<span class="pf-v6-c-
|
|
6391
|
+
<span class="pf-v6-c-button__icon">
|
|
6386
6392
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6387
6393
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6388
6394
|
</span>
|
|
@@ -6392,12 +6398,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6392
6398
|
|
|
6393
6399
|
<span class="pf-v6-c-tabs__item-action">
|
|
6394
6400
|
<button
|
|
6395
|
-
class="pf-v6-c-button pf-m-
|
|
6401
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
6396
6402
|
type="button"
|
|
6397
6403
|
aria-label="Close ARIA disabled"
|
|
6398
6404
|
aria-disabled="true"
|
|
6399
6405
|
>
|
|
6400
|
-
<span class="pf-v6-c-
|
|
6406
|
+
<span class="pf-v6-c-button__icon">
|
|
6401
6407
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6402
6408
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6403
6409
|
</span>
|
|
@@ -6425,7 +6431,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6425
6431
|
aria-label="More info for Help disabled label"
|
|
6426
6432
|
disabled
|
|
6427
6433
|
>
|
|
6428
|
-
<span class="pf-v6-c-
|
|
6434
|
+
<span class="pf-v6-c-button__icon">
|
|
6429
6435
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6430
6436
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6431
6437
|
</span>
|
|
@@ -6439,7 +6445,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6439
6445
|
type="button"
|
|
6440
6446
|
aria-label="Close Help disabled"
|
|
6441
6447
|
>
|
|
6442
|
-
<span class="pf-v6-c-
|
|
6448
|
+
<span class="pf-v6-c-button__icon">
|
|
6443
6449
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6444
6450
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6445
6451
|
</span>
|
|
@@ -6466,7 +6472,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6466
6472
|
type="button"
|
|
6467
6473
|
aria-label="More info for Close disabled label"
|
|
6468
6474
|
>
|
|
6469
|
-
<span class="pf-v6-c-
|
|
6475
|
+
<span class="pf-v6-c-button__icon">
|
|
6470
6476
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6471
6477
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6472
6478
|
</span>
|
|
@@ -6481,7 +6487,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6481
6487
|
aria-label="Close Close disabled"
|
|
6482
6488
|
disabled
|
|
6483
6489
|
>
|
|
6484
|
-
<span class="pf-v6-c-
|
|
6490
|
+
<span class="pf-v6-c-button__icon">
|
|
6485
6491
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6486
6492
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6487
6493
|
</span>
|
|
@@ -6509,7 +6515,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6509
6515
|
aria-label="More info for Help and close disabled label"
|
|
6510
6516
|
disabled
|
|
6511
6517
|
>
|
|
6512
|
-
<span class="pf-v6-c-
|
|
6518
|
+
<span class="pf-v6-c-button__icon">
|
|
6513
6519
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6514
6520
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6515
6521
|
</span>
|
|
@@ -6524,7 +6530,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6524
6530
|
aria-label="Close Help and close disabled"
|
|
6525
6531
|
disabled
|
|
6526
6532
|
>
|
|
6527
|
-
<span class="pf-v6-c-
|
|
6533
|
+
<span class="pf-v6-c-button__icon">
|
|
6528
6534
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6529
6535
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6530
6536
|
</span>
|
|
@@ -6547,7 +6553,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6547
6553
|
type="button"
|
|
6548
6554
|
aria-label="More info for Network label"
|
|
6549
6555
|
>
|
|
6550
|
-
<span class="pf-v6-c-
|
|
6556
|
+
<span class="pf-v6-c-button__icon">
|
|
6551
6557
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6552
6558
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6553
6559
|
</span>
|
|
@@ -6561,7 +6567,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6561
6567
|
type="button"
|
|
6562
6568
|
aria-label="Close Network"
|
|
6563
6569
|
>
|
|
6564
|
-
<span class="pf-v6-c-
|
|
6570
|
+
<span class="pf-v6-c-button__icon">
|
|
6565
6571
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6566
6572
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6567
6573
|
</span>
|
|
@@ -6577,7 +6583,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6577
6583
|
type="button"
|
|
6578
6584
|
aria-label="Scroll right"
|
|
6579
6585
|
>
|
|
6580
|
-
<span class="pf-v6-c-
|
|
6586
|
+
<span class="pf-v6-c-button__icon">
|
|
6581
6587
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
6582
6588
|
</span>
|
|
6583
6589
|
</button>
|
|
@@ -6599,7 +6605,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6599
6605
|
aria-label="Scroll left"
|
|
6600
6606
|
disabled
|
|
6601
6607
|
>
|
|
6602
|
-
<span class="pf-v6-c-
|
|
6608
|
+
<span class="pf-v6-c-button__icon">
|
|
6603
6609
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
6604
6610
|
</span>
|
|
6605
6611
|
</button>
|
|
@@ -6620,7 +6626,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6620
6626
|
type="button"
|
|
6621
6627
|
aria-label="More info for Users label"
|
|
6622
6628
|
>
|
|
6623
|
-
<span class="pf-v6-c-
|
|
6629
|
+
<span class="pf-v6-c-button__icon">
|
|
6624
6630
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6625
6631
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6626
6632
|
</span>
|
|
@@ -6634,7 +6640,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6634
6640
|
type="button"
|
|
6635
6641
|
aria-label="Close Users"
|
|
6636
6642
|
>
|
|
6637
|
-
<span class="pf-v6-c-
|
|
6643
|
+
<span class="pf-v6-c-button__icon">
|
|
6638
6644
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6639
6645
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6640
6646
|
</span>
|
|
@@ -6657,7 +6663,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6657
6663
|
type="button"
|
|
6658
6664
|
aria-label="More info for Containers label"
|
|
6659
6665
|
>
|
|
6660
|
-
<span class="pf-v6-c-
|
|
6666
|
+
<span class="pf-v6-c-button__icon">
|
|
6661
6667
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6662
6668
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6663
6669
|
</span>
|
|
@@ -6671,7 +6677,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6671
6677
|
type="button"
|
|
6672
6678
|
aria-label="Close Containers"
|
|
6673
6679
|
>
|
|
6674
|
-
<span class="pf-v6-c-
|
|
6680
|
+
<span class="pf-v6-c-button__icon">
|
|
6675
6681
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6676
6682
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6677
6683
|
</span>
|
|
@@ -6694,7 +6700,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6694
6700
|
type="button"
|
|
6695
6701
|
aria-label="More info for Database label"
|
|
6696
6702
|
>
|
|
6697
|
-
<span class="pf-v6-c-
|
|
6703
|
+
<span class="pf-v6-c-button__icon">
|
|
6698
6704
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6699
6705
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6700
6706
|
</span>
|
|
@@ -6708,7 +6714,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6708
6714
|
type="button"
|
|
6709
6715
|
aria-label="Close Database"
|
|
6710
6716
|
>
|
|
6711
|
-
<span class="pf-v6-c-
|
|
6717
|
+
<span class="pf-v6-c-button__icon">
|
|
6712
6718
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6713
6719
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6714
6720
|
</span>
|
|
@@ -6737,7 +6743,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6737
6743
|
aria-label="More info for Disabled label"
|
|
6738
6744
|
disabled
|
|
6739
6745
|
>
|
|
6740
|
-
<span class="pf-v6-c-
|
|
6746
|
+
<span class="pf-v6-c-button__icon">
|
|
6741
6747
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6742
6748
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6743
6749
|
</span>
|
|
@@ -6752,7 +6758,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6752
6758
|
aria-label="Close Disabled"
|
|
6753
6759
|
disabled
|
|
6754
6760
|
>
|
|
6755
|
-
<span class="pf-v6-c-
|
|
6761
|
+
<span class="pf-v6-c-button__icon">
|
|
6756
6762
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6757
6763
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6758
6764
|
</span>
|
|
@@ -6775,12 +6781,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6775
6781
|
</button>
|
|
6776
6782
|
<span class="pf-v6-c-tabs__item-action">
|
|
6777
6783
|
<button
|
|
6778
|
-
class="pf-v6-c-button pf-m-
|
|
6784
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
6779
6785
|
type="button"
|
|
6780
6786
|
aria-label="More info for ARIA disabled label"
|
|
6781
6787
|
aria-disabled="true"
|
|
6782
6788
|
>
|
|
6783
|
-
<span class="pf-v6-c-
|
|
6789
|
+
<span class="pf-v6-c-button__icon">
|
|
6784
6790
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6785
6791
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6786
6792
|
</span>
|
|
@@ -6790,12 +6796,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6790
6796
|
|
|
6791
6797
|
<span class="pf-v6-c-tabs__item-action">
|
|
6792
6798
|
<button
|
|
6793
|
-
class="pf-v6-c-button pf-m-
|
|
6799
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
6794
6800
|
type="button"
|
|
6795
6801
|
aria-label="Close ARIA disabled"
|
|
6796
6802
|
aria-disabled="true"
|
|
6797
6803
|
>
|
|
6798
|
-
<span class="pf-v6-c-
|
|
6804
|
+
<span class="pf-v6-c-button__icon">
|
|
6799
6805
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6800
6806
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6801
6807
|
</span>
|
|
@@ -6823,7 +6829,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6823
6829
|
aria-label="More info for Help disabled label"
|
|
6824
6830
|
disabled
|
|
6825
6831
|
>
|
|
6826
|
-
<span class="pf-v6-c-
|
|
6832
|
+
<span class="pf-v6-c-button__icon">
|
|
6827
6833
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6828
6834
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6829
6835
|
</span>
|
|
@@ -6837,7 +6843,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6837
6843
|
type="button"
|
|
6838
6844
|
aria-label="Close Help disabled"
|
|
6839
6845
|
>
|
|
6840
|
-
<span class="pf-v6-c-
|
|
6846
|
+
<span class="pf-v6-c-button__icon">
|
|
6841
6847
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6842
6848
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6843
6849
|
</span>
|
|
@@ -6864,7 +6870,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6864
6870
|
type="button"
|
|
6865
6871
|
aria-label="More info for Close disabled label"
|
|
6866
6872
|
>
|
|
6867
|
-
<span class="pf-v6-c-
|
|
6873
|
+
<span class="pf-v6-c-button__icon">
|
|
6868
6874
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6869
6875
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6870
6876
|
</span>
|
|
@@ -6879,7 +6885,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6879
6885
|
aria-label="Close Close disabled"
|
|
6880
6886
|
disabled
|
|
6881
6887
|
>
|
|
6882
|
-
<span class="pf-v6-c-
|
|
6888
|
+
<span class="pf-v6-c-button__icon">
|
|
6883
6889
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6884
6890
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6885
6891
|
</span>
|
|
@@ -6907,7 +6913,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6907
6913
|
aria-label="More info for Help and close disabled label"
|
|
6908
6914
|
disabled
|
|
6909
6915
|
>
|
|
6910
|
-
<span class="pf-v6-c-
|
|
6916
|
+
<span class="pf-v6-c-button__icon">
|
|
6911
6917
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6912
6918
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6913
6919
|
</span>
|
|
@@ -6922,7 +6928,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6922
6928
|
aria-label="Close Help and close disabled"
|
|
6923
6929
|
disabled
|
|
6924
6930
|
>
|
|
6925
|
-
<span class="pf-v6-c-
|
|
6931
|
+
<span class="pf-v6-c-button__icon">
|
|
6926
6932
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6927
6933
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6928
6934
|
</span>
|
|
@@ -6945,7 +6951,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6945
6951
|
type="button"
|
|
6946
6952
|
aria-label="More info for Network label"
|
|
6947
6953
|
>
|
|
6948
|
-
<span class="pf-v6-c-
|
|
6954
|
+
<span class="pf-v6-c-button__icon">
|
|
6949
6955
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6950
6956
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6951
6957
|
</span>
|
|
@@ -6959,7 +6965,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6959
6965
|
type="button"
|
|
6960
6966
|
aria-label="Close Network"
|
|
6961
6967
|
>
|
|
6962
|
-
<span class="pf-v6-c-
|
|
6968
|
+
<span class="pf-v6-c-button__icon">
|
|
6963
6969
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6964
6970
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6965
6971
|
</span>
|
|
@@ -6975,7 +6981,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6975
6981
|
type="button"
|
|
6976
6982
|
aria-label="Scroll right"
|
|
6977
6983
|
>
|
|
6978
|
-
<span class="pf-v6-c-
|
|
6984
|
+
<span class="pf-v6-c-button__icon">
|
|
6979
6985
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
6980
6986
|
</span>
|
|
6981
6987
|
</button>
|
|
@@ -6997,7 +7003,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6997
7003
|
aria-label="Scroll left"
|
|
6998
7004
|
disabled
|
|
6999
7005
|
>
|
|
7000
|
-
<span class="pf-v6-c-
|
|
7006
|
+
<span class="pf-v6-c-button__icon">
|
|
7001
7007
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
7002
7008
|
</span>
|
|
7003
7009
|
</button>
|
|
@@ -7021,7 +7027,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7021
7027
|
type="button"
|
|
7022
7028
|
aria-label="More info for Users label"
|
|
7023
7029
|
>
|
|
7024
|
-
<span class="pf-v6-c-
|
|
7030
|
+
<span class="pf-v6-c-button__icon">
|
|
7025
7031
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7026
7032
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7027
7033
|
</span>
|
|
@@ -7035,7 +7041,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7035
7041
|
type="button"
|
|
7036
7042
|
aria-label="Close Users"
|
|
7037
7043
|
>
|
|
7038
|
-
<span class="pf-v6-c-
|
|
7044
|
+
<span class="pf-v6-c-button__icon">
|
|
7039
7045
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7040
7046
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7041
7047
|
</span>
|
|
@@ -7061,7 +7067,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7061
7067
|
type="button"
|
|
7062
7068
|
aria-label="More info for Containers label"
|
|
7063
7069
|
>
|
|
7064
|
-
<span class="pf-v6-c-
|
|
7070
|
+
<span class="pf-v6-c-button__icon">
|
|
7065
7071
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7066
7072
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7067
7073
|
</span>
|
|
@@ -7075,7 +7081,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7075
7081
|
type="button"
|
|
7076
7082
|
aria-label="Close Containers"
|
|
7077
7083
|
>
|
|
7078
|
-
<span class="pf-v6-c-
|
|
7084
|
+
<span class="pf-v6-c-button__icon">
|
|
7079
7085
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7080
7086
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7081
7087
|
</span>
|
|
@@ -7101,7 +7107,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7101
7107
|
type="button"
|
|
7102
7108
|
aria-label="More info for Database label"
|
|
7103
7109
|
>
|
|
7104
|
-
<span class="pf-v6-c-
|
|
7110
|
+
<span class="pf-v6-c-button__icon">
|
|
7105
7111
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7106
7112
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7107
7113
|
</span>
|
|
@@ -7115,7 +7121,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7115
7121
|
type="button"
|
|
7116
7122
|
aria-label="Close Database"
|
|
7117
7123
|
>
|
|
7118
|
-
<span class="pf-v6-c-
|
|
7124
|
+
<span class="pf-v6-c-button__icon">
|
|
7119
7125
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7120
7126
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7121
7127
|
</span>
|
|
@@ -7147,7 +7153,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7147
7153
|
aria-label="More info for Disabled label"
|
|
7148
7154
|
disabled
|
|
7149
7155
|
>
|
|
7150
|
-
<span class="pf-v6-c-
|
|
7156
|
+
<span class="pf-v6-c-button__icon">
|
|
7151
7157
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7152
7158
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7153
7159
|
</span>
|
|
@@ -7162,7 +7168,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7162
7168
|
aria-label="Close Disabled"
|
|
7163
7169
|
disabled
|
|
7164
7170
|
>
|
|
7165
|
-
<span class="pf-v6-c-
|
|
7171
|
+
<span class="pf-v6-c-button__icon">
|
|
7166
7172
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7167
7173
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7168
7174
|
</span>
|
|
@@ -7188,12 +7194,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7188
7194
|
</button>
|
|
7189
7195
|
<span class="pf-v6-c-tabs__item-action">
|
|
7190
7196
|
<button
|
|
7191
|
-
class="pf-v6-c-button pf-m-
|
|
7197
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
7192
7198
|
type="button"
|
|
7193
7199
|
aria-label="More info for ARIA disabled label"
|
|
7194
7200
|
aria-disabled="true"
|
|
7195
7201
|
>
|
|
7196
|
-
<span class="pf-v6-c-
|
|
7202
|
+
<span class="pf-v6-c-button__icon">
|
|
7197
7203
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7198
7204
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7199
7205
|
</span>
|
|
@@ -7203,12 +7209,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7203
7209
|
|
|
7204
7210
|
<span class="pf-v6-c-tabs__item-action">
|
|
7205
7211
|
<button
|
|
7206
|
-
class="pf-v6-c-button pf-m-
|
|
7212
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
7207
7213
|
type="button"
|
|
7208
7214
|
aria-label="Close ARIA disabled"
|
|
7209
7215
|
aria-disabled="true"
|
|
7210
7216
|
>
|
|
7211
|
-
<span class="pf-v6-c-
|
|
7217
|
+
<span class="pf-v6-c-button__icon">
|
|
7212
7218
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7213
7219
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7214
7220
|
</span>
|
|
@@ -7239,7 +7245,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7239
7245
|
aria-label="More info for Help disabled label"
|
|
7240
7246
|
disabled
|
|
7241
7247
|
>
|
|
7242
|
-
<span class="pf-v6-c-
|
|
7248
|
+
<span class="pf-v6-c-button__icon">
|
|
7243
7249
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7244
7250
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7245
7251
|
</span>
|
|
@@ -7253,7 +7259,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7253
7259
|
type="button"
|
|
7254
7260
|
aria-label="Close Help disabled"
|
|
7255
7261
|
>
|
|
7256
|
-
<span class="pf-v6-c-
|
|
7262
|
+
<span class="pf-v6-c-button__icon">
|
|
7257
7263
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7258
7264
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7259
7265
|
</span>
|
|
@@ -7283,7 +7289,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7283
7289
|
type="button"
|
|
7284
7290
|
aria-label="More info for Close disabled label"
|
|
7285
7291
|
>
|
|
7286
|
-
<span class="pf-v6-c-
|
|
7292
|
+
<span class="pf-v6-c-button__icon">
|
|
7287
7293
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7288
7294
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7289
7295
|
</span>
|
|
@@ -7298,7 +7304,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7298
7304
|
aria-label="Close Close disabled"
|
|
7299
7305
|
disabled
|
|
7300
7306
|
>
|
|
7301
|
-
<span class="pf-v6-c-
|
|
7307
|
+
<span class="pf-v6-c-button__icon">
|
|
7302
7308
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7303
7309
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7304
7310
|
</span>
|
|
@@ -7329,7 +7335,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7329
7335
|
aria-label="More info for Help and close disabled label"
|
|
7330
7336
|
disabled
|
|
7331
7337
|
>
|
|
7332
|
-
<span class="pf-v6-c-
|
|
7338
|
+
<span class="pf-v6-c-button__icon">
|
|
7333
7339
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7334
7340
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7335
7341
|
</span>
|
|
@@ -7344,7 +7350,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7344
7350
|
aria-label="Close Help and close disabled"
|
|
7345
7351
|
disabled
|
|
7346
7352
|
>
|
|
7347
|
-
<span class="pf-v6-c-
|
|
7353
|
+
<span class="pf-v6-c-button__icon">
|
|
7348
7354
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7349
7355
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7350
7356
|
</span>
|
|
@@ -7370,7 +7376,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7370
7376
|
type="button"
|
|
7371
7377
|
aria-label="More info for Network label"
|
|
7372
7378
|
>
|
|
7373
|
-
<span class="pf-v6-c-
|
|
7379
|
+
<span class="pf-v6-c-button__icon">
|
|
7374
7380
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7375
7381
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7376
7382
|
</span>
|
|
@@ -7384,7 +7390,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7384
7390
|
type="button"
|
|
7385
7391
|
aria-label="Close Network"
|
|
7386
7392
|
>
|
|
7387
|
-
<span class="pf-v6-c-
|
|
7393
|
+
<span class="pf-v6-c-button__icon">
|
|
7388
7394
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7389
7395
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7390
7396
|
</span>
|
|
@@ -7400,7 +7406,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7400
7406
|
type="button"
|
|
7401
7407
|
aria-label="Scroll right"
|
|
7402
7408
|
>
|
|
7403
|
-
<span class="pf-v6-c-
|
|
7409
|
+
<span class="pf-v6-c-button__icon">
|
|
7404
7410
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
7405
7411
|
</span>
|
|
7406
7412
|
</button>
|
|
@@ -7422,7 +7428,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7422
7428
|
aria-label="Scroll left"
|
|
7423
7429
|
disabled
|
|
7424
7430
|
>
|
|
7425
|
-
<span class="pf-v6-c-
|
|
7431
|
+
<span class="pf-v6-c-button__icon">
|
|
7426
7432
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
7427
7433
|
</span>
|
|
7428
7434
|
</button>
|
|
@@ -7443,7 +7449,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7443
7449
|
type="button"
|
|
7444
7450
|
aria-label="More info for Users label"
|
|
7445
7451
|
>
|
|
7446
|
-
<span class="pf-v6-c-
|
|
7452
|
+
<span class="pf-v6-c-button__icon">
|
|
7447
7453
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7448
7454
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7449
7455
|
</span>
|
|
@@ -7457,7 +7463,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7457
7463
|
type="button"
|
|
7458
7464
|
aria-label="Close Users"
|
|
7459
7465
|
>
|
|
7460
|
-
<span class="pf-v6-c-
|
|
7466
|
+
<span class="pf-v6-c-button__icon">
|
|
7461
7467
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7462
7468
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7463
7469
|
</span>
|
|
@@ -7480,7 +7486,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7480
7486
|
type="button"
|
|
7481
7487
|
aria-label="More info for Containers label"
|
|
7482
7488
|
>
|
|
7483
|
-
<span class="pf-v6-c-
|
|
7489
|
+
<span class="pf-v6-c-button__icon">
|
|
7484
7490
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7485
7491
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7486
7492
|
</span>
|
|
@@ -7494,7 +7500,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7494
7500
|
type="button"
|
|
7495
7501
|
aria-label="Close Containers"
|
|
7496
7502
|
>
|
|
7497
|
-
<span class="pf-v6-c-
|
|
7503
|
+
<span class="pf-v6-c-button__icon">
|
|
7498
7504
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7499
7505
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7500
7506
|
</span>
|
|
@@ -7517,7 +7523,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7517
7523
|
type="button"
|
|
7518
7524
|
aria-label="More info for Database label"
|
|
7519
7525
|
>
|
|
7520
|
-
<span class="pf-v6-c-
|
|
7526
|
+
<span class="pf-v6-c-button__icon">
|
|
7521
7527
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7522
7528
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7523
7529
|
</span>
|
|
@@ -7531,7 +7537,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7531
7537
|
type="button"
|
|
7532
7538
|
aria-label="Close Database"
|
|
7533
7539
|
>
|
|
7534
|
-
<span class="pf-v6-c-
|
|
7540
|
+
<span class="pf-v6-c-button__icon">
|
|
7535
7541
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7536
7542
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7537
7543
|
</span>
|
|
@@ -7548,7 +7554,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7548
7554
|
aria-label="Scroll right"
|
|
7549
7555
|
disabled
|
|
7550
7556
|
>
|
|
7551
|
-
<span class="pf-v6-c-
|
|
7557
|
+
<span class="pf-v6-c-button__icon">
|
|
7552
7558
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
7553
7559
|
</span>
|
|
7554
7560
|
</button>
|
|
@@ -7570,7 +7576,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7570
7576
|
aria-label="Scroll left"
|
|
7571
7577
|
disabled
|
|
7572
7578
|
>
|
|
7573
|
-
<span class="pf-v6-c-
|
|
7579
|
+
<span class="pf-v6-c-button__icon">
|
|
7574
7580
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
7575
7581
|
</span>
|
|
7576
7582
|
</button>
|
|
@@ -7591,7 +7597,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7591
7597
|
type="button"
|
|
7592
7598
|
aria-label="More info for Users label"
|
|
7593
7599
|
>
|
|
7594
|
-
<span class="pf-v6-c-
|
|
7600
|
+
<span class="pf-v6-c-button__icon">
|
|
7595
7601
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7596
7602
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7597
7603
|
</span>
|
|
@@ -7605,7 +7611,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7605
7611
|
type="button"
|
|
7606
7612
|
aria-label="Close Users"
|
|
7607
7613
|
>
|
|
7608
|
-
<span class="pf-v6-c-
|
|
7614
|
+
<span class="pf-v6-c-button__icon">
|
|
7609
7615
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7610
7616
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7611
7617
|
</span>
|
|
@@ -7628,7 +7634,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7628
7634
|
type="button"
|
|
7629
7635
|
aria-label="More info for Containers label"
|
|
7630
7636
|
>
|
|
7631
|
-
<span class="pf-v6-c-
|
|
7637
|
+
<span class="pf-v6-c-button__icon">
|
|
7632
7638
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7633
7639
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7634
7640
|
</span>
|
|
@@ -7642,7 +7648,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7642
7648
|
type="button"
|
|
7643
7649
|
aria-label="Close Containers"
|
|
7644
7650
|
>
|
|
7645
|
-
<span class="pf-v6-c-
|
|
7651
|
+
<span class="pf-v6-c-button__icon">
|
|
7646
7652
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7647
7653
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7648
7654
|
</span>
|
|
@@ -7665,7 +7671,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7665
7671
|
type="button"
|
|
7666
7672
|
aria-label="More info for Database label"
|
|
7667
7673
|
>
|
|
7668
|
-
<span class="pf-v6-c-
|
|
7674
|
+
<span class="pf-v6-c-button__icon">
|
|
7669
7675
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7670
7676
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7671
7677
|
</span>
|
|
@@ -7679,7 +7685,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7679
7685
|
type="button"
|
|
7680
7686
|
aria-label="Close Database"
|
|
7681
7687
|
>
|
|
7682
|
-
<span class="pf-v6-c-
|
|
7688
|
+
<span class="pf-v6-c-button__icon">
|
|
7683
7689
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7684
7690
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7685
7691
|
</span>
|
|
@@ -7708,7 +7714,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7708
7714
|
aria-label="More info for Disabled label"
|
|
7709
7715
|
disabled
|
|
7710
7716
|
>
|
|
7711
|
-
<span class="pf-v6-c-
|
|
7717
|
+
<span class="pf-v6-c-button__icon">
|
|
7712
7718
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7713
7719
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7714
7720
|
</span>
|
|
@@ -7723,7 +7729,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7723
7729
|
aria-label="Close Disabled"
|
|
7724
7730
|
disabled
|
|
7725
7731
|
>
|
|
7726
|
-
<span class="pf-v6-c-
|
|
7732
|
+
<span class="pf-v6-c-button__icon">
|
|
7727
7733
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7728
7734
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7729
7735
|
</span>
|
|
@@ -7746,12 +7752,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7746
7752
|
</button>
|
|
7747
7753
|
<span class="pf-v6-c-tabs__item-action">
|
|
7748
7754
|
<button
|
|
7749
|
-
class="pf-v6-c-button pf-m-
|
|
7755
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
7750
7756
|
type="button"
|
|
7751
7757
|
aria-label="More info for ARIA disabled label"
|
|
7752
7758
|
aria-disabled="true"
|
|
7753
7759
|
>
|
|
7754
|
-
<span class="pf-v6-c-
|
|
7760
|
+
<span class="pf-v6-c-button__icon">
|
|
7755
7761
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7756
7762
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7757
7763
|
</span>
|
|
@@ -7761,12 +7767,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7761
7767
|
|
|
7762
7768
|
<span class="pf-v6-c-tabs__item-action">
|
|
7763
7769
|
<button
|
|
7764
|
-
class="pf-v6-c-button pf-m-
|
|
7770
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
7765
7771
|
type="button"
|
|
7766
7772
|
aria-label="Close ARIA disabled"
|
|
7767
7773
|
aria-disabled="true"
|
|
7768
7774
|
>
|
|
7769
|
-
<span class="pf-v6-c-
|
|
7775
|
+
<span class="pf-v6-c-button__icon">
|
|
7770
7776
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7771
7777
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7772
7778
|
</span>
|
|
@@ -7794,7 +7800,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7794
7800
|
aria-label="More info for Help disabled label"
|
|
7795
7801
|
disabled
|
|
7796
7802
|
>
|
|
7797
|
-
<span class="pf-v6-c-
|
|
7803
|
+
<span class="pf-v6-c-button__icon">
|
|
7798
7804
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7799
7805
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7800
7806
|
</span>
|
|
@@ -7808,7 +7814,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7808
7814
|
type="button"
|
|
7809
7815
|
aria-label="Close Help disabled"
|
|
7810
7816
|
>
|
|
7811
|
-
<span class="pf-v6-c-
|
|
7817
|
+
<span class="pf-v6-c-button__icon">
|
|
7812
7818
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7813
7819
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7814
7820
|
</span>
|
|
@@ -7835,7 +7841,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7835
7841
|
type="button"
|
|
7836
7842
|
aria-label="More info for Close disabled label"
|
|
7837
7843
|
>
|
|
7838
|
-
<span class="pf-v6-c-
|
|
7844
|
+
<span class="pf-v6-c-button__icon">
|
|
7839
7845
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7840
7846
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7841
7847
|
</span>
|
|
@@ -7850,7 +7856,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7850
7856
|
aria-label="Close Close disabled"
|
|
7851
7857
|
disabled
|
|
7852
7858
|
>
|
|
7853
|
-
<span class="pf-v6-c-
|
|
7859
|
+
<span class="pf-v6-c-button__icon">
|
|
7854
7860
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7855
7861
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7856
7862
|
</span>
|
|
@@ -7878,7 +7884,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7878
7884
|
aria-label="More info for Help and close disabled label"
|
|
7879
7885
|
disabled
|
|
7880
7886
|
>
|
|
7881
|
-
<span class="pf-v6-c-
|
|
7887
|
+
<span class="pf-v6-c-button__icon">
|
|
7882
7888
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7883
7889
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7884
7890
|
</span>
|
|
@@ -7893,7 +7899,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7893
7899
|
aria-label="Close Help and close disabled"
|
|
7894
7900
|
disabled
|
|
7895
7901
|
>
|
|
7896
|
-
<span class="pf-v6-c-
|
|
7902
|
+
<span class="pf-v6-c-button__icon">
|
|
7897
7903
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7898
7904
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7899
7905
|
</span>
|
|
@@ -7916,7 +7922,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7916
7922
|
type="button"
|
|
7917
7923
|
aria-label="More info for Network label"
|
|
7918
7924
|
>
|
|
7919
|
-
<span class="pf-v6-c-
|
|
7925
|
+
<span class="pf-v6-c-button__icon">
|
|
7920
7926
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7921
7927
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7922
7928
|
</span>
|
|
@@ -7930,7 +7936,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7930
7936
|
type="button"
|
|
7931
7937
|
aria-label="Close Network"
|
|
7932
7938
|
>
|
|
7933
|
-
<span class="pf-v6-c-
|
|
7939
|
+
<span class="pf-v6-c-button__icon">
|
|
7934
7940
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7935
7941
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7936
7942
|
</span>
|
|
@@ -7946,7 +7952,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7946
7952
|
type="button"
|
|
7947
7953
|
aria-label="Scroll right"
|
|
7948
7954
|
>
|
|
7949
|
-
<span class="pf-v6-c-
|
|
7955
|
+
<span class="pf-v6-c-button__icon">
|
|
7950
7956
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
7951
7957
|
</span>
|
|
7952
7958
|
</button>
|
|
@@ -7964,7 +7970,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7964
7970
|
aria-label="Scroll left"
|
|
7965
7971
|
disabled
|
|
7966
7972
|
>
|
|
7967
|
-
<span class="pf-v6-c-
|
|
7973
|
+
<span class="pf-v6-c-button__icon">
|
|
7968
7974
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
7969
7975
|
</span>
|
|
7970
7976
|
</button>
|
|
@@ -7985,7 +7991,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7985
7991
|
type="button"
|
|
7986
7992
|
aria-label="More info for Users label"
|
|
7987
7993
|
>
|
|
7988
|
-
<span class="pf-v6-c-
|
|
7994
|
+
<span class="pf-v6-c-button__icon">
|
|
7989
7995
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7990
7996
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7991
7997
|
</span>
|
|
@@ -7999,7 +8005,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7999
8005
|
type="button"
|
|
8000
8006
|
aria-label="Close Users"
|
|
8001
8007
|
>
|
|
8002
|
-
<span class="pf-v6-c-
|
|
8008
|
+
<span class="pf-v6-c-button__icon">
|
|
8003
8009
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8004
8010
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8005
8011
|
</span>
|
|
@@ -8022,7 +8028,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8022
8028
|
type="button"
|
|
8023
8029
|
aria-label="More info for Containers label"
|
|
8024
8030
|
>
|
|
8025
|
-
<span class="pf-v6-c-
|
|
8031
|
+
<span class="pf-v6-c-button__icon">
|
|
8026
8032
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8027
8033
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
8028
8034
|
</span>
|
|
@@ -8036,7 +8042,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8036
8042
|
type="button"
|
|
8037
8043
|
aria-label="Close Containers"
|
|
8038
8044
|
>
|
|
8039
|
-
<span class="pf-v6-c-
|
|
8045
|
+
<span class="pf-v6-c-button__icon">
|
|
8040
8046
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8041
8047
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8042
8048
|
</span>
|
|
@@ -8059,7 +8065,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8059
8065
|
type="button"
|
|
8060
8066
|
aria-label="More info for Database label"
|
|
8061
8067
|
>
|
|
8062
|
-
<span class="pf-v6-c-
|
|
8068
|
+
<span class="pf-v6-c-button__icon">
|
|
8063
8069
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8064
8070
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
8065
8071
|
</span>
|
|
@@ -8073,7 +8079,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8073
8079
|
type="button"
|
|
8074
8080
|
aria-label="Close Database"
|
|
8075
8081
|
>
|
|
8076
|
-
<span class="pf-v6-c-
|
|
8082
|
+
<span class="pf-v6-c-button__icon">
|
|
8077
8083
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8078
8084
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8079
8085
|
</span>
|
|
@@ -8102,7 +8108,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8102
8108
|
aria-label="More info for Disabled label"
|
|
8103
8109
|
disabled
|
|
8104
8110
|
>
|
|
8105
|
-
<span class="pf-v6-c-
|
|
8111
|
+
<span class="pf-v6-c-button__icon">
|
|
8106
8112
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8107
8113
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
8108
8114
|
</span>
|
|
@@ -8117,7 +8123,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8117
8123
|
aria-label="Close Disabled"
|
|
8118
8124
|
disabled
|
|
8119
8125
|
>
|
|
8120
|
-
<span class="pf-v6-c-
|
|
8126
|
+
<span class="pf-v6-c-button__icon">
|
|
8121
8127
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8122
8128
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8123
8129
|
</span>
|
|
@@ -8140,12 +8146,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8140
8146
|
</button>
|
|
8141
8147
|
<span class="pf-v6-c-tabs__item-action">
|
|
8142
8148
|
<button
|
|
8143
|
-
class="pf-v6-c-button pf-m-
|
|
8149
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
8144
8150
|
type="button"
|
|
8145
8151
|
aria-label="More info for ARIA disabled label"
|
|
8146
8152
|
aria-disabled="true"
|
|
8147
8153
|
>
|
|
8148
|
-
<span class="pf-v6-c-
|
|
8154
|
+
<span class="pf-v6-c-button__icon">
|
|
8149
8155
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8150
8156
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
8151
8157
|
</span>
|
|
@@ -8155,12 +8161,12 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8155
8161
|
|
|
8156
8162
|
<span class="pf-v6-c-tabs__item-action">
|
|
8157
8163
|
<button
|
|
8158
|
-
class="pf-v6-c-button pf-m-
|
|
8164
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
8159
8165
|
type="button"
|
|
8160
8166
|
aria-label="Close ARIA disabled"
|
|
8161
8167
|
aria-disabled="true"
|
|
8162
8168
|
>
|
|
8163
|
-
<span class="pf-v6-c-
|
|
8169
|
+
<span class="pf-v6-c-button__icon">
|
|
8164
8170
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8165
8171
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8166
8172
|
</span>
|
|
@@ -8188,7 +8194,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8188
8194
|
aria-label="More info for Help disabled label"
|
|
8189
8195
|
disabled
|
|
8190
8196
|
>
|
|
8191
|
-
<span class="pf-v6-c-
|
|
8197
|
+
<span class="pf-v6-c-button__icon">
|
|
8192
8198
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8193
8199
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
8194
8200
|
</span>
|
|
@@ -8202,7 +8208,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8202
8208
|
type="button"
|
|
8203
8209
|
aria-label="Close Help disabled"
|
|
8204
8210
|
>
|
|
8205
|
-
<span class="pf-v6-c-
|
|
8211
|
+
<span class="pf-v6-c-button__icon">
|
|
8206
8212
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8207
8213
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8208
8214
|
</span>
|
|
@@ -8229,7 +8235,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8229
8235
|
type="button"
|
|
8230
8236
|
aria-label="More info for Close disabled label"
|
|
8231
8237
|
>
|
|
8232
|
-
<span class="pf-v6-c-
|
|
8238
|
+
<span class="pf-v6-c-button__icon">
|
|
8233
8239
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8234
8240
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
8235
8241
|
</span>
|
|
@@ -8244,7 +8250,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8244
8250
|
aria-label="Close Close disabled"
|
|
8245
8251
|
disabled
|
|
8246
8252
|
>
|
|
8247
|
-
<span class="pf-v6-c-
|
|
8253
|
+
<span class="pf-v6-c-button__icon">
|
|
8248
8254
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8249
8255
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8250
8256
|
</span>
|
|
@@ -8272,7 +8278,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8272
8278
|
aria-label="More info for Help and close disabled label"
|
|
8273
8279
|
disabled
|
|
8274
8280
|
>
|
|
8275
|
-
<span class="pf-v6-c-
|
|
8281
|
+
<span class="pf-v6-c-button__icon">
|
|
8276
8282
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8277
8283
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
8278
8284
|
</span>
|
|
@@ -8287,7 +8293,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8287
8293
|
aria-label="Close Help and close disabled"
|
|
8288
8294
|
disabled
|
|
8289
8295
|
>
|
|
8290
|
-
<span class="pf-v6-c-
|
|
8296
|
+
<span class="pf-v6-c-button__icon">
|
|
8291
8297
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8292
8298
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8293
8299
|
</span>
|
|
@@ -8310,7 +8316,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8310
8316
|
type="button"
|
|
8311
8317
|
aria-label="More info for Network label"
|
|
8312
8318
|
>
|
|
8313
|
-
<span class="pf-v6-c-
|
|
8319
|
+
<span class="pf-v6-c-button__icon">
|
|
8314
8320
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8315
8321
|
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
8316
8322
|
</span>
|
|
@@ -8324,7 +8330,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8324
8330
|
type="button"
|
|
8325
8331
|
aria-label="Close Network"
|
|
8326
8332
|
>
|
|
8327
|
-
<span class="pf-v6-c-
|
|
8333
|
+
<span class="pf-v6-c-button__icon">
|
|
8328
8334
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8329
8335
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8330
8336
|
</span>
|
|
@@ -8340,7 +8346,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8340
8346
|
type="button"
|
|
8341
8347
|
aria-label="Scroll right"
|
|
8342
8348
|
>
|
|
8343
|
-
<span class="pf-v6-c-
|
|
8349
|
+
<span class="pf-v6-c-button__icon">
|
|
8344
8350
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
8345
8351
|
</span>
|
|
8346
8352
|
</button>
|
|
@@ -8366,7 +8372,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8366
8372
|
aria-label="Scroll left"
|
|
8367
8373
|
disabled
|
|
8368
8374
|
>
|
|
8369
|
-
<span class="pf-v6-c-
|
|
8375
|
+
<span class="pf-v6-c-button__icon">
|
|
8370
8376
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
8371
8377
|
</span>
|
|
8372
8378
|
</button>
|
|
@@ -8387,7 +8393,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8387
8393
|
type="button"
|
|
8388
8394
|
aria-label="Close Users"
|
|
8389
8395
|
>
|
|
8390
|
-
<span class="pf-v6-c-
|
|
8396
|
+
<span class="pf-v6-c-button__icon">
|
|
8391
8397
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8392
8398
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8393
8399
|
</span>
|
|
@@ -8410,7 +8416,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8410
8416
|
type="button"
|
|
8411
8417
|
aria-label="Close Containers"
|
|
8412
8418
|
>
|
|
8413
|
-
<span class="pf-v6-c-
|
|
8419
|
+
<span class="pf-v6-c-button__icon">
|
|
8414
8420
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8415
8421
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8416
8422
|
</span>
|
|
@@ -8433,7 +8439,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8433
8439
|
type="button"
|
|
8434
8440
|
aria-label="Close Database"
|
|
8435
8441
|
>
|
|
8436
|
-
<span class="pf-v6-c-
|
|
8442
|
+
<span class="pf-v6-c-button__icon">
|
|
8437
8443
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8438
8444
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8439
8445
|
</span>
|
|
@@ -8457,7 +8463,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8457
8463
|
type="button"
|
|
8458
8464
|
aria-label="Close Server"
|
|
8459
8465
|
>
|
|
8460
|
-
<span class="pf-v6-c-
|
|
8466
|
+
<span class="pf-v6-c-button__icon">
|
|
8461
8467
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8462
8468
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8463
8469
|
</span>
|
|
@@ -8480,7 +8486,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8480
8486
|
type="button"
|
|
8481
8487
|
aria-label="Close System"
|
|
8482
8488
|
>
|
|
8483
|
-
<span class="pf-v6-c-
|
|
8489
|
+
<span class="pf-v6-c-button__icon">
|
|
8484
8490
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8485
8491
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8486
8492
|
</span>
|
|
@@ -8503,7 +8509,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8503
8509
|
type="button"
|
|
8504
8510
|
aria-label="Close Network"
|
|
8505
8511
|
>
|
|
8506
|
-
<span class="pf-v6-c-
|
|
8512
|
+
<span class="pf-v6-c-button__icon">
|
|
8507
8513
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8508
8514
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8509
8515
|
</span>
|
|
@@ -8519,7 +8525,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8519
8525
|
type="button"
|
|
8520
8526
|
aria-label="Scroll right"
|
|
8521
8527
|
>
|
|
8522
|
-
<span class="pf-v6-c-
|
|
8528
|
+
<span class="pf-v6-c-button__icon">
|
|
8523
8529
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
8524
8530
|
</span>
|
|
8525
8531
|
</button>
|
|
@@ -8530,7 +8536,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8530
8536
|
type="button"
|
|
8531
8537
|
aria-label="Add tab"
|
|
8532
8538
|
>
|
|
8533
|
-
<span class="pf-v6-c-
|
|
8539
|
+
<span class="pf-v6-c-button__icon">
|
|
8534
8540
|
<i class="fas fa-plus" aria-hidden="true"></i>
|
|
8535
8541
|
</span>
|
|
8536
8542
|
</button>
|
|
@@ -8548,7 +8554,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8548
8554
|
aria-label="Scroll left"
|
|
8549
8555
|
disabled
|
|
8550
8556
|
>
|
|
8551
|
-
<span class="pf-v6-c-
|
|
8557
|
+
<span class="pf-v6-c-button__icon">
|
|
8552
8558
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
8553
8559
|
</span>
|
|
8554
8560
|
</button>
|
|
@@ -8569,7 +8575,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8569
8575
|
type="button"
|
|
8570
8576
|
aria-label="Close Users"
|
|
8571
8577
|
>
|
|
8572
|
-
<span class="pf-v6-c-
|
|
8578
|
+
<span class="pf-v6-c-button__icon">
|
|
8573
8579
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8574
8580
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8575
8581
|
</span>
|
|
@@ -8592,7 +8598,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8592
8598
|
type="button"
|
|
8593
8599
|
aria-label="Close Containers"
|
|
8594
8600
|
>
|
|
8595
|
-
<span class="pf-v6-c-
|
|
8601
|
+
<span class="pf-v6-c-button__icon">
|
|
8596
8602
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8597
8603
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8598
8604
|
</span>
|
|
@@ -8615,7 +8621,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8615
8621
|
type="button"
|
|
8616
8622
|
aria-label="Close Database"
|
|
8617
8623
|
>
|
|
8618
|
-
<span class="pf-v6-c-
|
|
8624
|
+
<span class="pf-v6-c-button__icon">
|
|
8619
8625
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8620
8626
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8621
8627
|
</span>
|
|
@@ -8639,7 +8645,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8639
8645
|
type="button"
|
|
8640
8646
|
aria-label="Close Server"
|
|
8641
8647
|
>
|
|
8642
|
-
<span class="pf-v6-c-
|
|
8648
|
+
<span class="pf-v6-c-button__icon">
|
|
8643
8649
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8644
8650
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8645
8651
|
</span>
|
|
@@ -8662,7 +8668,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8662
8668
|
type="button"
|
|
8663
8669
|
aria-label="Close System"
|
|
8664
8670
|
>
|
|
8665
|
-
<span class="pf-v6-c-
|
|
8671
|
+
<span class="pf-v6-c-button__icon">
|
|
8666
8672
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8667
8673
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8668
8674
|
</span>
|
|
@@ -8685,7 +8691,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8685
8691
|
type="button"
|
|
8686
8692
|
aria-label="Close Network"
|
|
8687
8693
|
>
|
|
8688
|
-
<span class="pf-v6-c-
|
|
8694
|
+
<span class="pf-v6-c-button__icon">
|
|
8689
8695
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8690
8696
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8691
8697
|
</span>
|
|
@@ -8701,7 +8707,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8701
8707
|
type="button"
|
|
8702
8708
|
aria-label="Scroll right"
|
|
8703
8709
|
>
|
|
8704
|
-
<span class="pf-v6-c-
|
|
8710
|
+
<span class="pf-v6-c-button__icon">
|
|
8705
8711
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
8706
8712
|
</span>
|
|
8707
8713
|
</button>
|
|
@@ -8712,7 +8718,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8712
8718
|
type="button"
|
|
8713
8719
|
aria-label="Add tab"
|
|
8714
8720
|
>
|
|
8715
|
-
<span class="pf-v6-c-
|
|
8721
|
+
<span class="pf-v6-c-button__icon">
|
|
8716
8722
|
<i class="fas fa-plus" aria-hidden="true"></i>
|
|
8717
8723
|
</span>
|
|
8718
8724
|
</button>
|
|
@@ -8734,7 +8740,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8734
8740
|
aria-label="Scroll left"
|
|
8735
8741
|
disabled
|
|
8736
8742
|
>
|
|
8737
|
-
<span class="pf-v6-c-
|
|
8743
|
+
<span class="pf-v6-c-button__icon">
|
|
8738
8744
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
8739
8745
|
</span>
|
|
8740
8746
|
</button>
|
|
@@ -8755,7 +8761,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8755
8761
|
type="button"
|
|
8756
8762
|
aria-label="Close Users"
|
|
8757
8763
|
>
|
|
8758
|
-
<span class="pf-v6-c-
|
|
8764
|
+
<span class="pf-v6-c-button__icon">
|
|
8759
8765
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8760
8766
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8761
8767
|
</span>
|
|
@@ -8778,7 +8784,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8778
8784
|
type="button"
|
|
8779
8785
|
aria-label="Close Containers"
|
|
8780
8786
|
>
|
|
8781
|
-
<span class="pf-v6-c-
|
|
8787
|
+
<span class="pf-v6-c-button__icon">
|
|
8782
8788
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8783
8789
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8784
8790
|
</span>
|
|
@@ -8801,7 +8807,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8801
8807
|
type="button"
|
|
8802
8808
|
aria-label="Close Database"
|
|
8803
8809
|
>
|
|
8804
|
-
<span class="pf-v6-c-
|
|
8810
|
+
<span class="pf-v6-c-button__icon">
|
|
8805
8811
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8806
8812
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8807
8813
|
</span>
|
|
@@ -8825,7 +8831,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8825
8831
|
type="button"
|
|
8826
8832
|
aria-label="Close Server"
|
|
8827
8833
|
>
|
|
8828
|
-
<span class="pf-v6-c-
|
|
8834
|
+
<span class="pf-v6-c-button__icon">
|
|
8829
8835
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8830
8836
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8831
8837
|
</span>
|
|
@@ -8848,7 +8854,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8848
8854
|
type="button"
|
|
8849
8855
|
aria-label="Close System"
|
|
8850
8856
|
>
|
|
8851
|
-
<span class="pf-v6-c-
|
|
8857
|
+
<span class="pf-v6-c-button__icon">
|
|
8852
8858
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8853
8859
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8854
8860
|
</span>
|
|
@@ -8871,7 +8877,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8871
8877
|
type="button"
|
|
8872
8878
|
aria-label="Close Network"
|
|
8873
8879
|
>
|
|
8874
|
-
<span class="pf-v6-c-
|
|
8880
|
+
<span class="pf-v6-c-button__icon">
|
|
8875
8881
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8876
8882
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8877
8883
|
</span>
|
|
@@ -8887,7 +8893,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8887
8893
|
type="button"
|
|
8888
8894
|
aria-label="Scroll right"
|
|
8889
8895
|
>
|
|
8890
|
-
<span class="pf-v6-c-
|
|
8896
|
+
<span class="pf-v6-c-button__icon">
|
|
8891
8897
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
8892
8898
|
</span>
|
|
8893
8899
|
</button>
|
|
@@ -8898,7 +8904,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8898
8904
|
type="button"
|
|
8899
8905
|
aria-label="Add tab"
|
|
8900
8906
|
>
|
|
8901
|
-
<span class="pf-v6-c-
|
|
8907
|
+
<span class="pf-v6-c-button__icon">
|
|
8902
8908
|
<i class="fas fa-plus" aria-hidden="true"></i>
|
|
8903
8909
|
</span>
|
|
8904
8910
|
</button>
|
|
@@ -8920,7 +8926,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8920
8926
|
aria-label="Scroll left"
|
|
8921
8927
|
disabled
|
|
8922
8928
|
>
|
|
8923
|
-
<span class="pf-v6-c-
|
|
8929
|
+
<span class="pf-v6-c-button__icon">
|
|
8924
8930
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
8925
8931
|
</span>
|
|
8926
8932
|
</button>
|
|
@@ -8941,7 +8947,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8941
8947
|
type="button"
|
|
8942
8948
|
aria-label="Close Users"
|
|
8943
8949
|
>
|
|
8944
|
-
<span class="pf-v6-c-
|
|
8950
|
+
<span class="pf-v6-c-button__icon">
|
|
8945
8951
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8946
8952
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8947
8953
|
</span>
|
|
@@ -8964,7 +8970,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8964
8970
|
type="button"
|
|
8965
8971
|
aria-label="Close Containers"
|
|
8966
8972
|
>
|
|
8967
|
-
<span class="pf-v6-c-
|
|
8973
|
+
<span class="pf-v6-c-button__icon">
|
|
8968
8974
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8969
8975
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8970
8976
|
</span>
|
|
@@ -8987,7 +8993,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
8987
8993
|
type="button"
|
|
8988
8994
|
aria-label="Close Database"
|
|
8989
8995
|
>
|
|
8990
|
-
<span class="pf-v6-c-
|
|
8996
|
+
<span class="pf-v6-c-button__icon">
|
|
8991
8997
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8992
8998
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
8993
8999
|
</span>
|
|
@@ -9011,7 +9017,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
9011
9017
|
type="button"
|
|
9012
9018
|
aria-label="Close Server"
|
|
9013
9019
|
>
|
|
9014
|
-
<span class="pf-v6-c-
|
|
9020
|
+
<span class="pf-v6-c-button__icon">
|
|
9015
9021
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9016
9022
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
9017
9023
|
</span>
|
|
@@ -9034,7 +9040,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
9034
9040
|
type="button"
|
|
9035
9041
|
aria-label="Close System"
|
|
9036
9042
|
>
|
|
9037
|
-
<span class="pf-v6-c-
|
|
9043
|
+
<span class="pf-v6-c-button__icon">
|
|
9038
9044
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9039
9045
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
9040
9046
|
</span>
|
|
@@ -9057,7 +9063,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
9057
9063
|
type="button"
|
|
9058
9064
|
aria-label="Close Network"
|
|
9059
9065
|
>
|
|
9060
|
-
<span class="pf-v6-c-
|
|
9066
|
+
<span class="pf-v6-c-button__icon">
|
|
9061
9067
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9062
9068
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
9063
9069
|
</span>
|
|
@@ -9073,7 +9079,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
9073
9079
|
type="button"
|
|
9074
9080
|
aria-label="Scroll right"
|
|
9075
9081
|
>
|
|
9076
|
-
<span class="pf-v6-c-
|
|
9082
|
+
<span class="pf-v6-c-button__icon">
|
|
9077
9083
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
9078
9084
|
</span>
|
|
9079
9085
|
</button>
|
|
@@ -9084,7 +9090,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
9084
9090
|
type="button"
|
|
9085
9091
|
aria-label="Add tab"
|
|
9086
9092
|
>
|
|
9087
|
-
<span class="pf-v6-c-
|
|
9093
|
+
<span class="pf-v6-c-button__icon">
|
|
9088
9094
|
<i class="fas fa-plus" aria-hidden="true"></i>
|
|
9089
9095
|
</span>
|
|
9090
9096
|
</button>
|