@patternfly/patternfly 5.0.0-alpha.21 → 5.0.0-alpha.22
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/Chip/chip.css +33 -24
- package/components/Chip/chip.scss +40 -31
- package/components/Label/label.css +35 -24
- package/components/Label/label.scss +40 -27
- package/components/Table/table-tree-view.css +10 -0
- package/components/Table/table-tree-view.scss +15 -0
- package/docs/components/Chip/examples/Chip.md +61 -43
- package/docs/components/ChipGroup/examples/ChipGroup.md +437 -329
- package/docs/components/InlineEdit/examples/InlineEdit.md +5 -3
- package/docs/components/Label/examples/Label.md +1399 -718
- package/docs/components/LabelGroup/examples/LabelGroup.md +274 -209
- package/docs/components/Select/examples/Select.md +224 -170
- package/docs/components/Table/examples/Table.md +565 -41
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +343 -261
- package/docs/components/Toolbar/examples/Toolbar.md +306 -234
- package/docs/demos/Card/examples/Card.md +29 -27
- package/docs/demos/Dashboard/examples/Dashboard.md +23 -15
- package/docs/demos/DescriptionList/examples/DescriptionList.md +21 -9
- package/docs/demos/Drawer/examples/Drawer.md +4 -2
- package/docs/demos/Form/examples/BasicForms.md +28 -22
- package/docs/demos/Tabs/examples/Tabs.md +39 -16
- package/docs/demos/Toolbar/examples/Toolbar.md +102 -78
- package/package.json +2 -2
- package/patternfly-no-reset.css +78 -48
- package/patternfly.css +78 -48
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -82,41 +82,43 @@ wrapperTag: div
|
|
|
82
82
|
aria-label="Group of labels"
|
|
83
83
|
>
|
|
84
84
|
<li class="pf-c-label-group__list-item">
|
|
85
|
-
<span class="pf-c-label pf-m-
|
|
85
|
+
<span class="pf-c-label pf-m-compact">
|
|
86
86
|
<span class="pf-c-label__content">
|
|
87
87
|
<span class="pf-c-label__icon">
|
|
88
88
|
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
89
89
|
</span>
|
|
90
|
-
Set up your cluster
|
|
90
|
+
<span class="pf-c-label__text">Set up your cluster</span>
|
|
91
91
|
</span>
|
|
92
92
|
</span>
|
|
93
93
|
</li>
|
|
94
94
|
<li class="pf-c-label-group__list-item">
|
|
95
|
-
<span class="pf-c-label pf-m-
|
|
95
|
+
<span class="pf-c-label pf-m-compact pf-m-purple">
|
|
96
96
|
<span class="pf-c-label__content">
|
|
97
97
|
<span class="pf-c-label__icon">
|
|
98
98
|
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
99
99
|
</span>
|
|
100
|
-
Guided tours
|
|
100
|
+
<span class="pf-c-label__text">Guided tours</span>
|
|
101
101
|
</span>
|
|
102
102
|
</span>
|
|
103
103
|
</li>
|
|
104
104
|
<li class="pf-c-label-group__list-item">
|
|
105
|
-
<span class="pf-c-label pf-m-
|
|
105
|
+
<span class="pf-c-label pf-m-compact pf-m-green">
|
|
106
106
|
<span class="pf-c-label__content">
|
|
107
107
|
<span class="pf-c-label__icon">
|
|
108
108
|
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
109
109
|
</span>
|
|
110
|
-
Quick starts
|
|
110
|
+
<span class="pf-c-label__text">Quick starts</span>
|
|
111
111
|
</span>
|
|
112
112
|
</span>
|
|
113
113
|
</li>
|
|
114
114
|
<li class="pf-c-label-group__list-item">
|
|
115
115
|
<button
|
|
116
|
-
class="pf-c-label pf-m-
|
|
116
|
+
class="pf-c-label pf-m-compact pf-m-overflow"
|
|
117
117
|
type="button"
|
|
118
118
|
>
|
|
119
|
-
<span class="pf-c-label__content">
|
|
119
|
+
<span class="pf-c-label__content">
|
|
120
|
+
<span class="pf-c-label__text">1 more</span>
|
|
121
|
+
</span>
|
|
120
122
|
</button>
|
|
121
123
|
</li>
|
|
122
124
|
</ul>
|
|
@@ -217,7 +219,7 @@ wrapperTag: div
|
|
|
217
219
|
<span class="pf-c-label__icon">
|
|
218
220
|
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
219
221
|
</span>
|
|
220
|
-
Set up your cluster
|
|
222
|
+
<span class="pf-c-label__text">Set up your cluster</span>
|
|
221
223
|
</span>
|
|
222
224
|
</span>
|
|
223
225
|
<p>Continue setting up your cluster to access all you cain in the Console</p>
|
|
@@ -253,7 +255,7 @@ wrapperTag: div
|
|
|
253
255
|
<span class="pf-c-label__icon">
|
|
254
256
|
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
255
257
|
</span>
|
|
256
|
-
Guided tours
|
|
258
|
+
<span class="pf-c-label__text">Guided tours</span>
|
|
257
259
|
</span>
|
|
258
260
|
</span>
|
|
259
261
|
<p>Tour some of the key features around the console</p>
|
|
@@ -284,7 +286,7 @@ wrapperTag: div
|
|
|
284
286
|
<span class="pf-c-label__icon">
|
|
285
287
|
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
286
288
|
</span>
|
|
287
|
-
Quick starts
|
|
289
|
+
<span class="pf-c-label__text">Quick starts</span>
|
|
288
290
|
</span>
|
|
289
291
|
</span>
|
|
290
292
|
<p>Get started with features using our step-by-step documentation</p>
|
|
@@ -318,7 +320,7 @@ wrapperTag: div
|
|
|
318
320
|
<span class="pf-c-label__icon">
|
|
319
321
|
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
320
322
|
</span>
|
|
321
|
-
Learning resources
|
|
323
|
+
<span class="pf-c-label__text">Learning resources</span>
|
|
322
324
|
</span>
|
|
323
325
|
</span>
|
|
324
326
|
<p>Learn about new features within the Console and get started with demo apps</p>
|
|
@@ -993,7 +995,7 @@ wrapperTag: div
|
|
|
993
995
|
aria-hidden="true"
|
|
994
996
|
></i>
|
|
995
997
|
</span>
|
|
996
|
-
1
|
|
998
|
+
<span class="pf-c-label__text">1</span>
|
|
997
999
|
</span>
|
|
998
1000
|
</span>
|
|
999
1001
|
<span class="pf-c-label pf-m-orange">
|
|
@@ -1004,7 +1006,7 @@ wrapperTag: div
|
|
|
1004
1006
|
aria-hidden="true"
|
|
1005
1007
|
></i>
|
|
1006
1008
|
</span>
|
|
1007
|
-
3
|
|
1009
|
+
<span class="pf-c-label__text">3</span>
|
|
1008
1010
|
</span>
|
|
1009
1011
|
</span>
|
|
1010
1012
|
<span class="pf-c-label pf-m-green">
|
|
@@ -1012,7 +1014,7 @@ wrapperTag: div
|
|
|
1012
1014
|
<span class="pf-c-label__icon">
|
|
1013
1015
|
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
1014
1016
|
</span>
|
|
1015
|
-
3
|
|
1017
|
+
<span class="pf-c-label__text">3</span>
|
|
1016
1018
|
</span>
|
|
1017
1019
|
</span>
|
|
1018
1020
|
<span class="pf-c-label pf-m-blue">
|
|
@@ -1020,7 +1022,7 @@ wrapperTag: div
|
|
|
1020
1022
|
<span class="pf-c-label__icon">
|
|
1021
1023
|
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
1022
1024
|
</span>
|
|
1023
|
-
3
|
|
1025
|
+
<span class="pf-c-label__text">3</span>
|
|
1024
1026
|
</span>
|
|
1025
1027
|
</span>
|
|
1026
1028
|
<span class="pf-c-label pf-m-cyan">
|
|
@@ -1028,7 +1030,7 @@ wrapperTag: div
|
|
|
1028
1030
|
<span class="pf-c-label__icon">
|
|
1029
1031
|
<i class="fas fa-fw fa-bell" aria-hidden="true"></i>
|
|
1030
1032
|
</span>
|
|
1031
|
-
3
|
|
1033
|
+
<span class="pf-c-label__text">3</span>
|
|
1032
1034
|
</span>
|
|
1033
1035
|
</span>
|
|
1034
1036
|
</div>
|
|
@@ -1186,7 +1188,7 @@ wrapperTag: div
|
|
|
1186
1188
|
aria-hidden="true"
|
|
1187
1189
|
></i>
|
|
1188
1190
|
</span>
|
|
1189
|
-
1
|
|
1191
|
+
<span class="pf-c-label__text">1</span>
|
|
1190
1192
|
</span>
|
|
1191
1193
|
</span>
|
|
1192
1194
|
<span class="pf-c-label pf-m-orange">
|
|
@@ -1197,7 +1199,7 @@ wrapperTag: div
|
|
|
1197
1199
|
aria-hidden="true"
|
|
1198
1200
|
></i>
|
|
1199
1201
|
</span>
|
|
1200
|
-
3
|
|
1202
|
+
<span class="pf-c-label__text">3</span>
|
|
1201
1203
|
</span>
|
|
1202
1204
|
</span>
|
|
1203
1205
|
<span class="pf-c-label pf-m-green">
|
|
@@ -1205,7 +1207,7 @@ wrapperTag: div
|
|
|
1205
1207
|
<span class="pf-c-label__icon">
|
|
1206
1208
|
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
1207
1209
|
</span>
|
|
1208
|
-
3
|
|
1210
|
+
<span class="pf-c-label__text">3</span>
|
|
1209
1211
|
</span>
|
|
1210
1212
|
</span>
|
|
1211
1213
|
<span class="pf-c-label pf-m-blue">
|
|
@@ -1213,7 +1215,7 @@ wrapperTag: div
|
|
|
1213
1215
|
<span class="pf-c-label__icon">
|
|
1214
1216
|
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
1215
1217
|
</span>
|
|
1216
|
-
3
|
|
1218
|
+
<span class="pf-c-label__text">3</span>
|
|
1217
1219
|
</span>
|
|
1218
1220
|
</span>
|
|
1219
1221
|
<span class="pf-c-label pf-m-cyan">
|
|
@@ -1221,7 +1223,7 @@ wrapperTag: div
|
|
|
1221
1223
|
<span class="pf-c-label__icon">
|
|
1222
1224
|
<i class="fas fa-fw fa-bell" aria-hidden="true"></i>
|
|
1223
1225
|
</span>
|
|
1224
|
-
3
|
|
1226
|
+
<span class="pf-c-label__text">3</span>
|
|
1225
1227
|
</span>
|
|
1226
1228
|
</span>
|
|
1227
1229
|
</div>
|
|
@@ -1633,7 +1635,7 @@ wrapperTag: div
|
|
|
1633
1635
|
aria-hidden="true"
|
|
1634
1636
|
></i>
|
|
1635
1637
|
</span>
|
|
1636
|
-
1
|
|
1638
|
+
<span class="pf-c-label__text">1</span>
|
|
1637
1639
|
</span>
|
|
1638
1640
|
</span>
|
|
1639
1641
|
<span class="pf-c-label pf-m-orange">
|
|
@@ -1644,7 +1646,7 @@ wrapperTag: div
|
|
|
1644
1646
|
aria-hidden="true"
|
|
1645
1647
|
></i>
|
|
1646
1648
|
</span>
|
|
1647
|
-
3
|
|
1649
|
+
<span class="pf-c-label__text">3</span>
|
|
1648
1650
|
</span>
|
|
1649
1651
|
</span>
|
|
1650
1652
|
<span class="pf-c-label pf-m-green">
|
|
@@ -1652,7 +1654,7 @@ wrapperTag: div
|
|
|
1652
1654
|
<span class="pf-c-label__icon">
|
|
1653
1655
|
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
1654
1656
|
</span>
|
|
1655
|
-
3
|
|
1657
|
+
<span class="pf-c-label__text">3</span>
|
|
1656
1658
|
</span>
|
|
1657
1659
|
</span>
|
|
1658
1660
|
<span class="pf-c-label pf-m-blue">
|
|
@@ -1660,7 +1662,7 @@ wrapperTag: div
|
|
|
1660
1662
|
<span class="pf-c-label__icon">
|
|
1661
1663
|
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
1662
1664
|
</span>
|
|
1663
|
-
3
|
|
1665
|
+
<span class="pf-c-label__text">3</span>
|
|
1664
1666
|
</span>
|
|
1665
1667
|
</span>
|
|
1666
1668
|
<span class="pf-c-label pf-m-cyan">
|
|
@@ -1668,7 +1670,7 @@ wrapperTag: div
|
|
|
1668
1670
|
<span class="pf-c-label__icon">
|
|
1669
1671
|
<i class="fas fa-fw fa-bell" aria-hidden="true"></i>
|
|
1670
1672
|
</span>
|
|
1671
|
-
3
|
|
1673
|
+
<span class="pf-c-label__text">3</span>
|
|
1672
1674
|
</span>
|
|
1673
1675
|
</span>
|
|
1674
1676
|
</div>
|
|
@@ -966,7 +966,7 @@ cssPrefix: pf-d-dashboard
|
|
|
966
966
|
>
|
|
967
967
|
<li class="pf-c-label-group__list-item">
|
|
968
968
|
<span
|
|
969
|
-
class="pf-c-label pf-m-
|
|
969
|
+
class="pf-c-label pf-m-outline pf-m-blue"
|
|
970
970
|
>
|
|
971
971
|
<span class="pf-c-label__content">
|
|
972
972
|
<span class="pf-c-label__icon">
|
|
@@ -975,7 +975,7 @@ cssPrefix: pf-d-dashboard
|
|
|
975
975
|
aria-hidden="true"
|
|
976
976
|
></i>
|
|
977
977
|
</span>
|
|
978
|
-
Performance
|
|
978
|
+
<span class="pf-c-label__text">Performance</span>
|
|
979
979
|
</span>
|
|
980
980
|
</span>
|
|
981
981
|
</li>
|
|
@@ -996,7 +996,9 @@ cssPrefix: pf-d-dashboard
|
|
|
996
996
|
style="margin-bottom: -.25em"
|
|
997
997
|
>
|
|
998
998
|
<span class="pf-c-label pf-m-red">
|
|
999
|
-
<span class="pf-c-label__content">
|
|
999
|
+
<span class="pf-c-label__content">
|
|
1000
|
+
<span class="pf-c-label__text">Incident</span>
|
|
1001
|
+
</span>
|
|
1000
1002
|
</span>
|
|
1001
1003
|
</div>
|
|
1002
1004
|
<div
|
|
@@ -1047,7 +1049,7 @@ cssPrefix: pf-d-dashboard
|
|
|
1047
1049
|
>
|
|
1048
1050
|
<li class="pf-c-label-group__list-item">
|
|
1049
1051
|
<span
|
|
1050
|
-
class="pf-c-label pf-m-
|
|
1052
|
+
class="pf-c-label pf-m-outline pf-m-blue"
|
|
1051
1053
|
>
|
|
1052
1054
|
<span class="pf-c-label__content">
|
|
1053
1055
|
<span class="pf-c-label__icon">
|
|
@@ -1056,7 +1058,7 @@ cssPrefix: pf-d-dashboard
|
|
|
1056
1058
|
aria-hidden="true"
|
|
1057
1059
|
></i>
|
|
1058
1060
|
</span>
|
|
1059
|
-
Stablility
|
|
1061
|
+
<span class="pf-c-label__text">Stablility</span>
|
|
1060
1062
|
</span>
|
|
1061
1063
|
</span>
|
|
1062
1064
|
</li>
|
|
@@ -1065,7 +1067,9 @@ cssPrefix: pf-d-dashboard
|
|
|
1065
1067
|
class="pf-c-label pf-m-overflow"
|
|
1066
1068
|
type="button"
|
|
1067
1069
|
>
|
|
1068
|
-
<span class="pf-c-label__content">
|
|
1070
|
+
<span class="pf-c-label__content">
|
|
1071
|
+
<span class="pf-c-label__text">1 more</span>
|
|
1072
|
+
</span>
|
|
1069
1073
|
</button>
|
|
1070
1074
|
</li>
|
|
1071
1075
|
</ul>
|
|
@@ -1128,7 +1132,7 @@ cssPrefix: pf-d-dashboard
|
|
|
1128
1132
|
>
|
|
1129
1133
|
<li class="pf-c-label-group__list-item">
|
|
1130
1134
|
<span
|
|
1131
|
-
class="pf-c-label pf-m-
|
|
1135
|
+
class="pf-c-label pf-m-outline pf-m-blue"
|
|
1132
1136
|
>
|
|
1133
1137
|
<span class="pf-c-label__content">
|
|
1134
1138
|
<span class="pf-c-label__icon">
|
|
@@ -1137,7 +1141,9 @@ cssPrefix: pf-d-dashboard
|
|
|
1137
1141
|
aria-hidden="true"
|
|
1138
1142
|
></i>
|
|
1139
1143
|
</span>
|
|
1140
|
-
|
|
1144
|
+
<span
|
|
1145
|
+
class="pf-c-label__text"
|
|
1146
|
+
>Availability</span>
|
|
1141
1147
|
</span>
|
|
1142
1148
|
</span>
|
|
1143
1149
|
</li>
|
|
@@ -1158,7 +1164,9 @@ cssPrefix: pf-d-dashboard
|
|
|
1158
1164
|
style="margin-bottom: -.25em"
|
|
1159
1165
|
>
|
|
1160
1166
|
<span class="pf-c-label pf-m-red">
|
|
1161
|
-
<span class="pf-c-label__content">
|
|
1167
|
+
<span class="pf-c-label__content">
|
|
1168
|
+
<span class="pf-c-label__text">Incident</span>
|
|
1169
|
+
</span>
|
|
1162
1170
|
</span>
|
|
1163
1171
|
</div>
|
|
1164
1172
|
<div
|
|
@@ -1339,7 +1347,7 @@ cssPrefix: pf-d-dashboard
|
|
|
1339
1347
|
aria-hidden="true"
|
|
1340
1348
|
></i>
|
|
1341
1349
|
</span>
|
|
1342
|
-
1
|
|
1350
|
+
<span class="pf-c-label__text">1</span>
|
|
1343
1351
|
</span>
|
|
1344
1352
|
</span>
|
|
1345
1353
|
</li>
|
|
@@ -1348,11 +1356,11 @@ cssPrefix: pf-d-dashboard
|
|
|
1348
1356
|
<span class="pf-c-label__content">
|
|
1349
1357
|
<span class="pf-c-label__icon">
|
|
1350
1358
|
<i
|
|
1351
|
-
class="fas fa-fw fa-exclamation-
|
|
1359
|
+
class="fas fa-fw fa-exclamation-circle"
|
|
1352
1360
|
aria-hidden="true"
|
|
1353
1361
|
></i>
|
|
1354
1362
|
</span>
|
|
1355
|
-
|
|
1363
|
+
<span class="pf-c-label__text">1</span>
|
|
1356
1364
|
</span>
|
|
1357
1365
|
</span>
|
|
1358
1366
|
</li>
|
|
@@ -1365,7 +1373,7 @@ cssPrefix: pf-d-dashboard
|
|
|
1365
1373
|
aria-hidden="true"
|
|
1366
1374
|
></i>
|
|
1367
1375
|
</span>
|
|
1368
|
-
3
|
|
1376
|
+
<span class="pf-c-label__text">3</span>
|
|
1369
1377
|
</span>
|
|
1370
1378
|
</span>
|
|
1371
1379
|
</li>
|
|
@@ -1378,7 +1386,7 @@ cssPrefix: pf-d-dashboard
|
|
|
1378
1386
|
aria-hidden="true"
|
|
1379
1387
|
></i>
|
|
1380
1388
|
</span>
|
|
1381
|
-
3
|
|
1389
|
+
<span class="pf-c-label__text">3</span>
|
|
1382
1390
|
</span>
|
|
1383
1391
|
</span>
|
|
1384
1392
|
</li>
|
|
@@ -1391,7 +1399,7 @@ cssPrefix: pf-d-dashboard
|
|
|
1391
1399
|
aria-hidden="true"
|
|
1392
1400
|
></i>
|
|
1393
1401
|
</span>
|
|
1394
|
-
3
|
|
1402
|
+
<span class="pf-c-label__text">3</span>
|
|
1395
1403
|
</span>
|
|
1396
1404
|
</span>
|
|
1397
1405
|
</li>
|
|
@@ -1960,8 +1960,10 @@ cssPrefix: pf-d-description-list
|
|
|
1960
1960
|
</div>
|
|
1961
1961
|
<div class="pf-l-flex pf-m-space-items-sm">
|
|
1962
1962
|
<div class="pf-l-flex__item">
|
|
1963
|
-
<span class="pf-c-label pf-m-
|
|
1964
|
-
<span class="pf-c-label__content">
|
|
1963
|
+
<span class="pf-c-label pf-m-compact pf-m-blue">
|
|
1964
|
+
<span class="pf-c-label__content">
|
|
1965
|
+
<span class="pf-c-label__text">DC</span>
|
|
1966
|
+
</span>
|
|
1965
1967
|
</span>
|
|
1966
1968
|
</div>
|
|
1967
1969
|
<div class="pf-l-flex__item">
|
|
@@ -2026,7 +2028,9 @@ cssPrefix: pf-d-description-list
|
|
|
2026
2028
|
<div class="pf-l-flex pf-m-space-items-sm">
|
|
2027
2029
|
<div class="pf-l-flex__item">
|
|
2028
2030
|
<span class="pf-c-label pf-m-green">
|
|
2029
|
-
<span class="pf-c-label__content">
|
|
2031
|
+
<span class="pf-c-label__content">
|
|
2032
|
+
<span class="pf-c-label__text">NS</span>
|
|
2033
|
+
</span>
|
|
2030
2034
|
</span>
|
|
2031
2035
|
</div>
|
|
2032
2036
|
<div class="pf-l-flex__item">
|
|
@@ -2043,7 +2047,9 @@ cssPrefix: pf-d-description-list
|
|
|
2043
2047
|
<dd class="pf-c-description-list__description">
|
|
2044
2048
|
<div class="pf-c-description-list__text">
|
|
2045
2049
|
<div class="pf-c-chip">
|
|
2046
|
-
<span class="pf-c-
|
|
2050
|
+
<span class="pf-c-chip__content">
|
|
2051
|
+
<span class="pf-c-chip__text">app=mary-test</span>
|
|
2052
|
+
</span>
|
|
2047
2053
|
</div>
|
|
2048
2054
|
</div>
|
|
2049
2055
|
</dd>
|
|
@@ -3137,7 +3143,9 @@ cssPrefix: pf-d-description-list
|
|
|
3137
3143
|
<div class="pf-l-flex pf-m-space-items-sm">
|
|
3138
3144
|
<div class="pf-l-flex__item">
|
|
3139
3145
|
<span class="pf-c-label pf-m-green">
|
|
3140
|
-
<span class="pf-c-label__content">
|
|
3146
|
+
<span class="pf-c-label__content">
|
|
3147
|
+
<span class="pf-c-label__text">NS</span>
|
|
3148
|
+
</span>
|
|
3141
3149
|
</span>
|
|
3142
3150
|
</div>
|
|
3143
3151
|
<div class="pf-l-flex__item">
|
|
@@ -3282,9 +3290,11 @@ cssPrefix: pf-d-description-list
|
|
|
3282
3290
|
<div class="pf-l-flex pf-m-space-items-sm">
|
|
3283
3291
|
<div class="pf-l-flex__item">
|
|
3284
3292
|
<span
|
|
3285
|
-
class="pf-c-label pf-m-
|
|
3293
|
+
class="pf-c-label pf-m-compact pf-m-green"
|
|
3286
3294
|
>
|
|
3287
|
-
<span class="pf-c-label__content">
|
|
3295
|
+
<span class="pf-c-label__content">
|
|
3296
|
+
<span class="pf-c-label__text">S</span>
|
|
3297
|
+
</span>
|
|
3288
3298
|
</span>
|
|
3289
3299
|
</div>
|
|
3290
3300
|
<div class="pf-l-flex__item">80</div>
|
|
@@ -3299,9 +3309,11 @@ cssPrefix: pf-d-description-list
|
|
|
3299
3309
|
<div class="pf-l-flex pf-m-space-items-sm">
|
|
3300
3310
|
<div class="pf-l-flex__item">
|
|
3301
3311
|
<span
|
|
3302
|
-
class="pf-c-label pf-m-
|
|
3312
|
+
class="pf-c-label pf-m-compact pf-m-cyan"
|
|
3303
3313
|
>
|
|
3304
|
-
<span class="pf-c-label__content">
|
|
3314
|
+
<span class="pf-c-label__content">
|
|
3315
|
+
<span class="pf-c-label__text">P</span>
|
|
3316
|
+
</span>
|
|
3305
3317
|
</span>
|
|
3306
3318
|
</div>
|
|
3307
3319
|
<div class="pf-l-flex__item">80</div>
|
|
@@ -986,8 +986,10 @@ wrapperTag: div
|
|
|
986
986
|
</div>
|
|
987
987
|
<div class="pf-l-flex pf-m-space-items-sm">
|
|
988
988
|
<div class="pf-l-flex__item">
|
|
989
|
-
<span class="pf-c-label pf-m-
|
|
990
|
-
<span class="pf-c-label__content">
|
|
989
|
+
<span class="pf-c-label pf-m-compact pf-m-blue">
|
|
990
|
+
<span class="pf-c-label__content">
|
|
991
|
+
<span class="pf-c-label__text">DC</span>
|
|
992
|
+
</span>
|
|
991
993
|
</span>
|
|
992
994
|
</div>
|
|
993
995
|
<div class="pf-l-flex__item">
|
|
@@ -758,41 +758,47 @@ section: components
|
|
|
758
758
|
<span class="pf-c-label__icon">
|
|
759
759
|
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
760
760
|
</span>
|
|
761
|
-
prometheus=k8s
|
|
761
|
+
<span class="pf-c-label__text">prometheus=k8s</span>
|
|
762
|
+
</span>
|
|
763
|
+
<span class="pf-c-label__actions">
|
|
764
|
+
<button
|
|
765
|
+
class="pf-c-button pf-m-plain"
|
|
766
|
+
type="button"
|
|
767
|
+
id="-label-1-button"
|
|
768
|
+
aria-label="Remove"
|
|
769
|
+
aria-labelledby="-label-1-button -label-1-text"
|
|
770
|
+
>
|
|
771
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
772
|
+
</button>
|
|
762
773
|
</span>
|
|
763
|
-
<button
|
|
764
|
-
class="pf-c-button pf-m-plain"
|
|
765
|
-
type="button"
|
|
766
|
-
id="-label-1-button"
|
|
767
|
-
aria-label="Remove"
|
|
768
|
-
aria-labelledby="-label-1-button -label-1-text"
|
|
769
|
-
>
|
|
770
|
-
<i class="fas fa-times" aria-hidden="true"></i>
|
|
771
|
-
</button>
|
|
772
774
|
</span>
|
|
773
775
|
</li>
|
|
774
776
|
<li class="pf-c-label-group__list-item">
|
|
775
|
-
<span class="pf-c-label
|
|
777
|
+
<span class="pf-c-label">
|
|
776
778
|
<span class="pf-c-label__content">
|
|
777
779
|
<span class="pf-c-label__icon">
|
|
778
780
|
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
779
781
|
</span>
|
|
780
|
-
new
|
|
782
|
+
<span class="pf-c-label__text">new</span>
|
|
783
|
+
</span>
|
|
784
|
+
<span class="pf-c-label__actions">
|
|
785
|
+
<button
|
|
786
|
+
class="pf-c-button pf-m-plain"
|
|
787
|
+
type="button"
|
|
788
|
+
id="-label-2-button"
|
|
789
|
+
aria-label="Remove"
|
|
790
|
+
aria-labelledby="-label-2-button -label-2-text"
|
|
791
|
+
>
|
|
792
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
793
|
+
</button>
|
|
781
794
|
</span>
|
|
782
|
-
<button
|
|
783
|
-
class="pf-c-button pf-m-plain"
|
|
784
|
-
type="button"
|
|
785
|
-
id="-label-2-button"
|
|
786
|
-
aria-label="Remove"
|
|
787
|
-
aria-labelledby="-label-2-button -label-2-text"
|
|
788
|
-
>
|
|
789
|
-
<i class="fas fa-times" aria-hidden="true"></i>
|
|
790
|
-
</button>
|
|
791
795
|
</span>
|
|
792
796
|
</li>
|
|
793
797
|
<li class="pf-c-label-group__list-item">
|
|
794
798
|
<button class="pf-c-label pf-m-add" type="button">
|
|
795
|
-
<span class="pf-c-label__content">
|
|
799
|
+
<span class="pf-c-label__content">
|
|
800
|
+
<span class="pf-c-label__text">Add Label</span>
|
|
801
|
+
</span>
|
|
796
802
|
</button>
|
|
797
803
|
</li>
|
|
798
804
|
</ul>
|
|
@@ -1001,7 +1001,9 @@ section: components
|
|
|
1001
1001
|
<div class="pf-l-flex pf-m-space-items-sm">
|
|
1002
1002
|
<div class="pf-l-flex__item">
|
|
1003
1003
|
<span class="pf-c-label pf-m-cyan">
|
|
1004
|
-
<span class="pf-c-label__content">
|
|
1004
|
+
<span class="pf-c-label__content">
|
|
1005
|
+
<span class="pf-c-label__text">NS</span>
|
|
1006
|
+
</span>
|
|
1005
1007
|
</span>
|
|
1006
1008
|
</div>
|
|
1007
1009
|
<div class="pf-l-flex__item">
|
|
@@ -1030,16 +1032,20 @@ section: components
|
|
|
1030
1032
|
>
|
|
1031
1033
|
<li class="pf-c-label-group__list-item">
|
|
1032
1034
|
<span class="pf-c-label pf-m-outline">
|
|
1033
|
-
<span
|
|
1034
|
-
|
|
1035
|
-
|
|
1035
|
+
<span class="pf-c-label__content">
|
|
1036
|
+
<span
|
|
1037
|
+
class="pf-c-label__text"
|
|
1038
|
+
>app=3scale-gateway</span>
|
|
1039
|
+
</span>
|
|
1036
1040
|
</span>
|
|
1037
1041
|
</li>
|
|
1038
1042
|
<li class="pf-c-label-group__list-item">
|
|
1039
1043
|
<span class="pf-c-label pf-m-outline">
|
|
1040
|
-
<span
|
|
1041
|
-
|
|
1042
|
-
|
|
1044
|
+
<span class="pf-c-label__content">
|
|
1045
|
+
<span
|
|
1046
|
+
class="pf-c-label__text"
|
|
1047
|
+
>pod-template-has=6747686899</span>
|
|
1048
|
+
</span>
|
|
1043
1049
|
</span>
|
|
1044
1050
|
</li>
|
|
1045
1051
|
</ul>
|
|
@@ -1081,7 +1087,9 @@ section: components
|
|
|
1081
1087
|
<div class="pf-l-flex pf-m-space-items-sm">
|
|
1082
1088
|
<div class="pf-l-flex__item">
|
|
1083
1089
|
<span class="pf-c-label pf-m-purple">
|
|
1084
|
-
<span class="pf-c-label__content">
|
|
1090
|
+
<span class="pf-c-label__content">
|
|
1091
|
+
<span class="pf-c-label__text">N</span>
|
|
1092
|
+
</span>
|
|
1085
1093
|
</span>
|
|
1086
1094
|
</div>
|
|
1087
1095
|
<div
|
|
@@ -2188,7 +2196,9 @@ section: components
|
|
|
2188
2196
|
<div class="pf-l-flex pf-m-space-items-sm">
|
|
2189
2197
|
<div class="pf-l-flex__item">
|
|
2190
2198
|
<span class="pf-c-label pf-m-cyan">
|
|
2191
|
-
<span class="pf-c-label__content">
|
|
2199
|
+
<span class="pf-c-label__content">
|
|
2200
|
+
<span class="pf-c-label__text">NS</span>
|
|
2201
|
+
</span>
|
|
2192
2202
|
</span>
|
|
2193
2203
|
</div>
|
|
2194
2204
|
<div class="pf-l-flex__item">
|
|
@@ -2237,7 +2247,9 @@ section: components
|
|
|
2237
2247
|
<div class="pf-l-flex pf-m-space-items-sm">
|
|
2238
2248
|
<div class="pf-l-flex__item">
|
|
2239
2249
|
<span class="pf-c-label pf-m-purple">
|
|
2240
|
-
<span class="pf-c-label__content">
|
|
2250
|
+
<span class="pf-c-label__content">
|
|
2251
|
+
<span class="pf-c-label__text">N</span>
|
|
2252
|
+
</span>
|
|
2241
2253
|
</span>
|
|
2242
2254
|
</div>
|
|
2243
2255
|
<div
|
|
@@ -5011,23 +5023,34 @@ section: components
|
|
|
5011
5023
|
>
|
|
5012
5024
|
<li class="pf-c-label-group__list-item">
|
|
5013
5025
|
<span class="pf-c-label pf-m-outline">
|
|
5014
|
-
<span class="pf-c-label__content">
|
|
5026
|
+
<span class="pf-c-label__content">
|
|
5027
|
+
<span class="pf-c-label__text">Tag 1</span>
|
|
5028
|
+
</span>
|
|
5015
5029
|
</span>
|
|
5016
5030
|
</li>
|
|
5017
5031
|
<li class="pf-c-label-group__list-item">
|
|
5018
5032
|
<span class="pf-c-label pf-m-outline">
|
|
5019
|
-
<span class="pf-c-label__content">
|
|
5033
|
+
<span class="pf-c-label__content">
|
|
5034
|
+
<span class="pf-c-label__text">Tag 2</span>
|
|
5035
|
+
</span>
|
|
5020
5036
|
</span>
|
|
5021
5037
|
</li>
|
|
5022
5038
|
<li class="pf-c-label-group__list-item">
|
|
5023
5039
|
<span class="pf-c-label pf-m-outline">
|
|
5024
|
-
<span class="pf-c-label__content">
|
|
5040
|
+
<span class="pf-c-label__content">
|
|
5041
|
+
<span class="pf-c-label__text">Tag 3</span>
|
|
5042
|
+
</span>
|
|
5025
5043
|
</span>
|
|
5026
5044
|
</li>
|
|
5027
5045
|
<li class="pf-c-label-group__list-item">
|
|
5028
|
-
<
|
|
5029
|
-
|
|
5030
|
-
|
|
5046
|
+
<button
|
|
5047
|
+
class="pf-c-label pf-m-overflow"
|
|
5048
|
+
type="button"
|
|
5049
|
+
>
|
|
5050
|
+
<span class="pf-c-label__content">
|
|
5051
|
+
<span class="pf-c-label__text">2 more</span>
|
|
5052
|
+
</span>
|
|
5053
|
+
</button>
|
|
5031
5054
|
</li>
|
|
5032
5055
|
</ul>
|
|
5033
5056
|
</div>
|