@patternfly/patternfly 6.5.0-prerelease.63 → 6.5.0-prerelease.65
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/base/patternfly-svg-icons.css +6 -0
- package/base/patternfly-svg-icons.scss +6 -0
- package/components/ClipboardCopy/clipboard-copy.css +7 -1
- package/components/ClipboardCopy/clipboard-copy.scss +10 -1
- package/components/Page/page.css +83 -34
- package/components/Page/page.scss +94 -39
- package/components/Table/table.css +2 -2
- package/components/Table/table.scss +2 -2
- package/components/_index.css +92 -37
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +39 -38
- package/docs/components/Page/examples/Page.md +62 -15
- package/docs/components/Table/examples/Table.md +1879 -151
- package/docs/demos/AboutModal/examples/AboutModal.md +8 -2
- package/docs/demos/Alert/examples/Alert.md +24 -6
- package/docs/demos/BackToTop/examples/BackToTop.md +8 -2
- package/docs/demos/Banner/examples/Banner.md +16 -4
- package/docs/demos/CardView/examples/CardView.md +8 -2
- package/docs/demos/Dashboard/examples/Dashboard.md +8 -2
- package/docs/demos/DataList/examples/DataList.md +32 -8
- package/docs/demos/DescriptionList/examples/DescriptionList.md +24 -6
- package/docs/demos/Drawer/examples/Drawer.md +24 -6
- package/docs/demos/JumpLinks/examples/JumpLinks.md +32 -8
- package/docs/demos/Masthead/examples/Masthead.md +72 -18
- package/docs/demos/Modal/examples/Modal.md +48 -12
- package/docs/demos/Nav/examples/Nav.md +80 -20
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +40 -10
- package/docs/demos/Page/examples/Page.md +113 -28
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +56 -14
- package/docs/demos/Skeleton/examples/Skeleton.md +8 -2
- package/docs/demos/Table/examples/Table.md +496 -64
- package/docs/demos/Tabs/examples/Tabs.md +48 -12
- package/docs/demos/Toolbar/examples/Toolbar.md +16 -4
- package/docs/demos/Wizard/examples/Wizard.md +72 -18
- package/package.json +21 -1
- package/patternfly-base-no-globals.css +6 -0
- package/patternfly-base.css +6 -0
- package/patternfly-no-globals.css +99 -38
- package/patternfly.css +99 -38
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/patternfly.scss +3 -1
|
@@ -163,7 +163,19 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
163
163
|
<span class="pf-v6-c-table__button-content">
|
|
164
164
|
<span class="pf-v6-c-table__text">Repositories</span>
|
|
165
165
|
<span class="pf-v6-c-table__sort-indicator">
|
|
166
|
-
<
|
|
166
|
+
<svg
|
|
167
|
+
class="pf-v6-svg"
|
|
168
|
+
viewBox="0 0 32 32"
|
|
169
|
+
fill="currentColor"
|
|
170
|
+
aria-hidden="true"
|
|
171
|
+
role="img"
|
|
172
|
+
width="1em"
|
|
173
|
+
height="1em"
|
|
174
|
+
>
|
|
175
|
+
<path
|
|
176
|
+
d="M30 16a1 1 0 0 1-1 1H15a1 1 0 0 1 0-2h14a1 1 0 0 1 1 1Zm-5 5H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Zm-6-17a.999.999 0 0 0 .707-1.707l-5.646-5.646a1.501 1.501 0 0 0-2.121 0L2.294 8.293a.999.999 0 1 0 1.414 1.414l4.293-4.293V29a1 1 0 1 0 2 0V5.414l4.293 4.293a.997.997 0 0 0 .707.293Z"
|
|
177
|
+
/>
|
|
178
|
+
</svg>
|
|
167
179
|
</span>
|
|
168
180
|
</span>
|
|
169
181
|
</button>
|
|
@@ -180,7 +192,19 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
180
192
|
<span class="pf-v6-c-table__button-content">
|
|
181
193
|
<span class="pf-v6-c-table__text">Branches</span>
|
|
182
194
|
<span class="pf-v6-c-table__sort-indicator">
|
|
183
|
-
<
|
|
195
|
+
<svg
|
|
196
|
+
class="pf-v6-svg"
|
|
197
|
+
viewBox="0 0 32 32"
|
|
198
|
+
fill="currentColor"
|
|
199
|
+
aria-hidden="true"
|
|
200
|
+
role="img"
|
|
201
|
+
width="1em"
|
|
202
|
+
height="1em"
|
|
203
|
+
>
|
|
204
|
+
<path
|
|
205
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
206
|
+
/>
|
|
207
|
+
</svg>
|
|
184
208
|
</span>
|
|
185
209
|
</span>
|
|
186
210
|
</button>
|
|
@@ -193,7 +217,7 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
193
217
|
<span class="pf-v6-c-button__icon">
|
|
194
218
|
<svg
|
|
195
219
|
class="pf-v6-svg"
|
|
196
|
-
viewBox="0 0
|
|
220
|
+
viewBox="0 0 32 32"
|
|
197
221
|
fill="currentColor"
|
|
198
222
|
aria-hidden="true"
|
|
199
223
|
role="img"
|
|
@@ -201,7 +225,7 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
201
225
|
height="1em"
|
|
202
226
|
>
|
|
203
227
|
<path
|
|
204
|
-
d="
|
|
228
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm0 28C8.832 29 3 23.168 3 16S8.832 3 16 3s13 5.832 13 13-5.832 13-13 13Zm5-17a5.008 5.008 0 0 1-4 4.899V19a1 1 0 0 1-2 0v-3a1 1 0 0 1 1-1c1.654 0 3-1.346 3-3s-1.346-3-3-3-3 1.346-3 3a1 1 0 0 1-2 0c0-2.757 2.243-5 5-5s5 2.243 5 5Zm-3.25 12a1.75 1.75 0 1 1-3.501-.001A1.75 1.75 0 0 1 17.75 24Z"
|
|
205
229
|
/>
|
|
206
230
|
</svg>
|
|
207
231
|
</span>
|
|
@@ -220,7 +244,19 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
220
244
|
<span class="pf-v6-c-table__button-content">
|
|
221
245
|
<span class="pf-v6-c-table__text">Pull requests</span>
|
|
222
246
|
<span class="pf-v6-c-table__sort-indicator">
|
|
223
|
-
<
|
|
247
|
+
<svg
|
|
248
|
+
class="pf-v6-svg"
|
|
249
|
+
viewBox="0 0 32 32"
|
|
250
|
+
fill="currentColor"
|
|
251
|
+
aria-hidden="true"
|
|
252
|
+
role="img"
|
|
253
|
+
width="1em"
|
|
254
|
+
height="1em"
|
|
255
|
+
>
|
|
256
|
+
<path
|
|
257
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
258
|
+
/>
|
|
259
|
+
</svg>
|
|
224
260
|
</span>
|
|
225
261
|
</span>
|
|
226
262
|
</button>
|
|
@@ -240,7 +276,7 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
240
276
|
<span class="pf-v6-c-button__icon">
|
|
241
277
|
<svg
|
|
242
278
|
class="pf-v6-svg"
|
|
243
|
-
viewBox="0 0
|
|
279
|
+
viewBox="0 0 32 32"
|
|
244
280
|
fill="currentColor"
|
|
245
281
|
aria-hidden="true"
|
|
246
282
|
role="img"
|
|
@@ -248,7 +284,7 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
248
284
|
height="1em"
|
|
249
285
|
>
|
|
250
286
|
<path
|
|
251
|
-
d="
|
|
287
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm0 28C8.832 29 3 23.168 3 16S8.832 3 16 3s13 5.832 13 13-5.832 13-13 13Zm5-17a5.008 5.008 0 0 1-4 4.899V19a1 1 0 0 1-2 0v-3a1 1 0 0 1 1-1c1.654 0 3-1.346 3-3s-1.346-3-3-3-3 1.346-3 3a1 1 0 0 1-2 0c0-2.757 2.243-5 5-5s5 2.243 5 5Zm-3.25 12a1.75 1.75 0 1 1-3.501-.001A1.75 1.75 0 0 1 17.75 24Z"
|
|
252
288
|
/>
|
|
253
289
|
</svg>
|
|
254
290
|
</span>
|
|
@@ -1572,7 +1608,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1572
1608
|
<span class="pf-v6-c-table__button-content">
|
|
1573
1609
|
<span class="pf-v6-c-table__text">Repositories</span>
|
|
1574
1610
|
<span class="pf-v6-c-table__sort-indicator">
|
|
1575
|
-
<
|
|
1611
|
+
<svg
|
|
1612
|
+
class="pf-v6-svg"
|
|
1613
|
+
viewBox="0 0 32 32"
|
|
1614
|
+
fill="currentColor"
|
|
1615
|
+
aria-hidden="true"
|
|
1616
|
+
role="img"
|
|
1617
|
+
width="1em"
|
|
1618
|
+
height="1em"
|
|
1619
|
+
>
|
|
1620
|
+
<path
|
|
1621
|
+
d="M30 16a1 1 0 0 1-1 1H15a1 1 0 0 1 0-2h14a1 1 0 0 1 1 1Zm-5 5H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Zm-6-17a.999.999 0 0 0 .707-1.707l-5.646-5.646a1.501 1.501 0 0 0-2.121 0L2.294 8.293a.999.999 0 1 0 1.414 1.414l4.293-4.293V29a1 1 0 1 0 2 0V5.414l4.293 4.293a.997.997 0 0 0 .707.293Z"
|
|
1622
|
+
/>
|
|
1623
|
+
</svg>
|
|
1576
1624
|
</span>
|
|
1577
1625
|
</span>
|
|
1578
1626
|
</button>
|
|
@@ -1588,7 +1636,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1588
1636
|
<span class="pf-v6-c-table__button-content">
|
|
1589
1637
|
<span class="pf-v6-c-table__text">Branches</span>
|
|
1590
1638
|
<span class="pf-v6-c-table__sort-indicator">
|
|
1591
|
-
<
|
|
1639
|
+
<svg
|
|
1640
|
+
class="pf-v6-svg"
|
|
1641
|
+
viewBox="0 0 32 32"
|
|
1642
|
+
fill="currentColor"
|
|
1643
|
+
aria-hidden="true"
|
|
1644
|
+
role="img"
|
|
1645
|
+
width="1em"
|
|
1646
|
+
height="1em"
|
|
1647
|
+
>
|
|
1648
|
+
<path
|
|
1649
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
1650
|
+
/>
|
|
1651
|
+
</svg>
|
|
1592
1652
|
</span>
|
|
1593
1653
|
</span>
|
|
1594
1654
|
</button>
|
|
@@ -1604,7 +1664,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1604
1664
|
<span class="pf-v6-c-table__button-content">
|
|
1605
1665
|
<span class="pf-v6-c-table__text">Pull requests</span>
|
|
1606
1666
|
<span class="pf-v6-c-table__sort-indicator">
|
|
1607
|
-
<
|
|
1667
|
+
<svg
|
|
1668
|
+
class="pf-v6-svg"
|
|
1669
|
+
viewBox="0 0 32 32"
|
|
1670
|
+
fill="currentColor"
|
|
1671
|
+
aria-hidden="true"
|
|
1672
|
+
role="img"
|
|
1673
|
+
width="1em"
|
|
1674
|
+
height="1em"
|
|
1675
|
+
>
|
|
1676
|
+
<path
|
|
1677
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
1678
|
+
/>
|
|
1679
|
+
</svg>
|
|
1608
1680
|
</span>
|
|
1609
1681
|
</span>
|
|
1610
1682
|
</button>
|
|
@@ -2151,7 +2223,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2151
2223
|
<span class="pf-v6-c-table__button-content">
|
|
2152
2224
|
<span class="pf-v6-c-table__text">Repositories</span>
|
|
2153
2225
|
<span class="pf-v6-c-table__sort-indicator">
|
|
2154
|
-
<
|
|
2226
|
+
<svg
|
|
2227
|
+
class="pf-v6-svg"
|
|
2228
|
+
viewBox="0 0 32 32"
|
|
2229
|
+
fill="currentColor"
|
|
2230
|
+
aria-hidden="true"
|
|
2231
|
+
role="img"
|
|
2232
|
+
width="1em"
|
|
2233
|
+
height="1em"
|
|
2234
|
+
>
|
|
2235
|
+
<path
|
|
2236
|
+
d="M30 16a1 1 0 0 1-1 1H15a1 1 0 0 1 0-2h14a1 1 0 0 1 1 1Zm-5 5H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Zm-6-17a.999.999 0 0 0 .707-1.707l-5.646-5.646a1.501 1.501 0 0 0-2.121 0L2.294 8.293a.999.999 0 1 0 1.414 1.414l4.293-4.293V29a1 1 0 1 0 2 0V5.414l4.293 4.293a.997.997 0 0 0 .707.293Z"
|
|
2237
|
+
/>
|
|
2238
|
+
</svg>
|
|
2155
2239
|
</span>
|
|
2156
2240
|
</span>
|
|
2157
2241
|
</button>
|
|
@@ -2167,7 +2251,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2167
2251
|
<span class="pf-v6-c-table__button-content">
|
|
2168
2252
|
<span class="pf-v6-c-table__text">Branches</span>
|
|
2169
2253
|
<span class="pf-v6-c-table__sort-indicator">
|
|
2170
|
-
<
|
|
2254
|
+
<svg
|
|
2255
|
+
class="pf-v6-svg"
|
|
2256
|
+
viewBox="0 0 32 32"
|
|
2257
|
+
fill="currentColor"
|
|
2258
|
+
aria-hidden="true"
|
|
2259
|
+
role="img"
|
|
2260
|
+
width="1em"
|
|
2261
|
+
height="1em"
|
|
2262
|
+
>
|
|
2263
|
+
<path
|
|
2264
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
2265
|
+
/>
|
|
2266
|
+
</svg>
|
|
2171
2267
|
</span>
|
|
2172
2268
|
</span>
|
|
2173
2269
|
</button>
|
|
@@ -2183,7 +2279,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2183
2279
|
<span class="pf-v6-c-table__button-content">
|
|
2184
2280
|
<span class="pf-v6-c-table__text">Pull requests</span>
|
|
2185
2281
|
<span class="pf-v6-c-table__sort-indicator">
|
|
2186
|
-
<
|
|
2282
|
+
<svg
|
|
2283
|
+
class="pf-v6-svg"
|
|
2284
|
+
viewBox="0 0 32 32"
|
|
2285
|
+
fill="currentColor"
|
|
2286
|
+
aria-hidden="true"
|
|
2287
|
+
role="img"
|
|
2288
|
+
width="1em"
|
|
2289
|
+
height="1em"
|
|
2290
|
+
>
|
|
2291
|
+
<path
|
|
2292
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
2293
|
+
/>
|
|
2294
|
+
</svg>
|
|
2187
2295
|
</span>
|
|
2188
2296
|
</span>
|
|
2189
2297
|
</button>
|
|
@@ -2727,7 +2835,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2727
2835
|
<span class="pf-v6-c-table__button-content">
|
|
2728
2836
|
<span class="pf-v6-c-table__text">Repositories</span>
|
|
2729
2837
|
<span class="pf-v6-c-table__sort-indicator">
|
|
2730
|
-
<
|
|
2838
|
+
<svg
|
|
2839
|
+
class="pf-v6-svg"
|
|
2840
|
+
viewBox="0 0 32 32"
|
|
2841
|
+
fill="currentColor"
|
|
2842
|
+
aria-hidden="true"
|
|
2843
|
+
role="img"
|
|
2844
|
+
width="1em"
|
|
2845
|
+
height="1em"
|
|
2846
|
+
>
|
|
2847
|
+
<path
|
|
2848
|
+
d="M30 16a1 1 0 0 1-1 1H15a1 1 0 0 1 0-2h14a1 1 0 0 1 1 1Zm-5 5H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Zm-6-17a.999.999 0 0 0 .707-1.707l-5.646-5.646a1.501 1.501 0 0 0-2.121 0L2.294 8.293a.999.999 0 1 0 1.414 1.414l4.293-4.293V29a1 1 0 1 0 2 0V5.414l4.293 4.293a.997.997 0 0 0 .707.293Z"
|
|
2849
|
+
/>
|
|
2850
|
+
</svg>
|
|
2731
2851
|
</span>
|
|
2732
2852
|
</span>
|
|
2733
2853
|
</button>
|
|
@@ -2743,7 +2863,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2743
2863
|
<span class="pf-v6-c-table__button-content">
|
|
2744
2864
|
<span class="pf-v6-c-table__text">Branches</span>
|
|
2745
2865
|
<span class="pf-v6-c-table__sort-indicator">
|
|
2746
|
-
<
|
|
2866
|
+
<svg
|
|
2867
|
+
class="pf-v6-svg"
|
|
2868
|
+
viewBox="0 0 32 32"
|
|
2869
|
+
fill="currentColor"
|
|
2870
|
+
aria-hidden="true"
|
|
2871
|
+
role="img"
|
|
2872
|
+
width="1em"
|
|
2873
|
+
height="1em"
|
|
2874
|
+
>
|
|
2875
|
+
<path
|
|
2876
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
2877
|
+
/>
|
|
2878
|
+
</svg>
|
|
2747
2879
|
</span>
|
|
2748
2880
|
</span>
|
|
2749
2881
|
</button>
|
|
@@ -2759,7 +2891,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2759
2891
|
<span class="pf-v6-c-table__button-content">
|
|
2760
2892
|
<span class="pf-v6-c-table__text">Pull requests</span>
|
|
2761
2893
|
<span class="pf-v6-c-table__sort-indicator">
|
|
2762
|
-
<
|
|
2894
|
+
<svg
|
|
2895
|
+
class="pf-v6-svg"
|
|
2896
|
+
viewBox="0 0 32 32"
|
|
2897
|
+
fill="currentColor"
|
|
2898
|
+
aria-hidden="true"
|
|
2899
|
+
role="img"
|
|
2900
|
+
width="1em"
|
|
2901
|
+
height="1em"
|
|
2902
|
+
>
|
|
2903
|
+
<path
|
|
2904
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
2905
|
+
/>
|
|
2906
|
+
</svg>
|
|
2763
2907
|
</span>
|
|
2764
2908
|
</span>
|
|
2765
2909
|
</button>
|
|
@@ -3311,7 +3455,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
3311
3455
|
<span class="pf-v6-c-table__button-content">
|
|
3312
3456
|
<span class="pf-v6-c-table__text">Repositories</span>
|
|
3313
3457
|
<span class="pf-v6-c-table__sort-indicator">
|
|
3314
|
-
<
|
|
3458
|
+
<svg
|
|
3459
|
+
class="pf-v6-svg"
|
|
3460
|
+
viewBox="0 0 32 32"
|
|
3461
|
+
fill="currentColor"
|
|
3462
|
+
aria-hidden="true"
|
|
3463
|
+
role="img"
|
|
3464
|
+
width="1em"
|
|
3465
|
+
height="1em"
|
|
3466
|
+
>
|
|
3467
|
+
<path
|
|
3468
|
+
d="M30 16a1 1 0 0 1-1 1H15a1 1 0 0 1 0-2h14a1 1 0 0 1 1 1Zm-5 5H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Zm-6-17a.999.999 0 0 0 .707-1.707l-5.646-5.646a1.501 1.501 0 0 0-2.121 0L2.294 8.293a.999.999 0 1 0 1.414 1.414l4.293-4.293V29a1 1 0 1 0 2 0V5.414l4.293 4.293a.997.997 0 0 0 .707.293Z"
|
|
3469
|
+
/>
|
|
3470
|
+
</svg>
|
|
3315
3471
|
</span>
|
|
3316
3472
|
</span>
|
|
3317
3473
|
</button>
|
|
@@ -3327,7 +3483,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
3327
3483
|
<span class="pf-v6-c-table__button-content">
|
|
3328
3484
|
<span class="pf-v6-c-table__text">Branches</span>
|
|
3329
3485
|
<span class="pf-v6-c-table__sort-indicator">
|
|
3330
|
-
<
|
|
3486
|
+
<svg
|
|
3487
|
+
class="pf-v6-svg"
|
|
3488
|
+
viewBox="0 0 32 32"
|
|
3489
|
+
fill="currentColor"
|
|
3490
|
+
aria-hidden="true"
|
|
3491
|
+
role="img"
|
|
3492
|
+
width="1em"
|
|
3493
|
+
height="1em"
|
|
3494
|
+
>
|
|
3495
|
+
<path
|
|
3496
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
3497
|
+
/>
|
|
3498
|
+
</svg>
|
|
3331
3499
|
</span>
|
|
3332
3500
|
</span>
|
|
3333
3501
|
</button>
|
|
@@ -3343,7 +3511,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
3343
3511
|
<span class="pf-v6-c-table__button-content">
|
|
3344
3512
|
<span class="pf-v6-c-table__text">Pull requests</span>
|
|
3345
3513
|
<span class="pf-v6-c-table__sort-indicator">
|
|
3346
|
-
<
|
|
3514
|
+
<svg
|
|
3515
|
+
class="pf-v6-svg"
|
|
3516
|
+
viewBox="0 0 32 32"
|
|
3517
|
+
fill="currentColor"
|
|
3518
|
+
aria-hidden="true"
|
|
3519
|
+
role="img"
|
|
3520
|
+
width="1em"
|
|
3521
|
+
height="1em"
|
|
3522
|
+
>
|
|
3523
|
+
<path
|
|
3524
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
3525
|
+
/>
|
|
3526
|
+
</svg>
|
|
3347
3527
|
</span>
|
|
3348
3528
|
</span>
|
|
3349
3529
|
</button>
|
|
@@ -4002,7 +4182,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4002
4182
|
<span class="pf-v6-c-table__button-content">
|
|
4003
4183
|
<span class="pf-v6-c-table__text">Repositories</span>
|
|
4004
4184
|
<span class="pf-v6-c-table__sort-indicator">
|
|
4005
|
-
<
|
|
4185
|
+
<svg
|
|
4186
|
+
class="pf-v6-svg"
|
|
4187
|
+
viewBox="0 0 32 32"
|
|
4188
|
+
fill="currentColor"
|
|
4189
|
+
aria-hidden="true"
|
|
4190
|
+
role="img"
|
|
4191
|
+
width="1em"
|
|
4192
|
+
height="1em"
|
|
4193
|
+
>
|
|
4194
|
+
<path
|
|
4195
|
+
d="M30 16a1 1 0 0 1-1 1H15a1 1 0 0 1 0-2h14a1 1 0 0 1 1 1Zm-5 5H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Zm-6-17a.999.999 0 0 0 .707-1.707l-5.646-5.646a1.501 1.501 0 0 0-2.121 0L2.294 8.293a.999.999 0 1 0 1.414 1.414l4.293-4.293V29a1 1 0 1 0 2 0V5.414l4.293 4.293a.997.997 0 0 0 .707.293Z"
|
|
4196
|
+
/>
|
|
4197
|
+
</svg>
|
|
4006
4198
|
</span>
|
|
4007
4199
|
</span>
|
|
4008
4200
|
</button>
|
|
@@ -4018,7 +4210,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4018
4210
|
<span class="pf-v6-c-table__button-content">
|
|
4019
4211
|
<span class="pf-v6-c-table__text">Branches</span>
|
|
4020
4212
|
<span class="pf-v6-c-table__sort-indicator">
|
|
4021
|
-
<
|
|
4213
|
+
<svg
|
|
4214
|
+
class="pf-v6-svg"
|
|
4215
|
+
viewBox="0 0 32 32"
|
|
4216
|
+
fill="currentColor"
|
|
4217
|
+
aria-hidden="true"
|
|
4218
|
+
role="img"
|
|
4219
|
+
width="1em"
|
|
4220
|
+
height="1em"
|
|
4221
|
+
>
|
|
4222
|
+
<path
|
|
4223
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
4224
|
+
/>
|
|
4225
|
+
</svg>
|
|
4022
4226
|
</span>
|
|
4023
4227
|
</span>
|
|
4024
4228
|
</button>
|
|
@@ -4034,7 +4238,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4034
4238
|
<span class="pf-v6-c-table__button-content">
|
|
4035
4239
|
<span class="pf-v6-c-table__text">Pull requests</span>
|
|
4036
4240
|
<span class="pf-v6-c-table__sort-indicator">
|
|
4037
|
-
<
|
|
4241
|
+
<svg
|
|
4242
|
+
class="pf-v6-svg"
|
|
4243
|
+
viewBox="0 0 32 32"
|
|
4244
|
+
fill="currentColor"
|
|
4245
|
+
aria-hidden="true"
|
|
4246
|
+
role="img"
|
|
4247
|
+
width="1em"
|
|
4248
|
+
height="1em"
|
|
4249
|
+
>
|
|
4250
|
+
<path
|
|
4251
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
4252
|
+
/>
|
|
4253
|
+
</svg>
|
|
4038
4254
|
</span>
|
|
4039
4255
|
</span>
|
|
4040
4256
|
</button>
|
|
@@ -4161,7 +4377,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4161
4377
|
<span class="pf-v6-c-table__button-content">
|
|
4162
4378
|
<span class="pf-v6-c-table__text">Description</span>
|
|
4163
4379
|
<span class="pf-v6-c-table__sort-indicator">
|
|
4164
|
-
<
|
|
4380
|
+
<svg
|
|
4381
|
+
class="pf-v6-svg"
|
|
4382
|
+
viewBox="0 0 32 32"
|
|
4383
|
+
fill="currentColor"
|
|
4384
|
+
aria-hidden="true"
|
|
4385
|
+
role="img"
|
|
4386
|
+
width="1em"
|
|
4387
|
+
height="1em"
|
|
4388
|
+
>
|
|
4389
|
+
<path
|
|
4390
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
4391
|
+
/>
|
|
4392
|
+
</svg>
|
|
4165
4393
|
</span>
|
|
4166
4394
|
</span>
|
|
4167
4395
|
</button>
|
|
@@ -4448,7 +4676,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4448
4676
|
<span class="pf-v6-c-table__button-content">
|
|
4449
4677
|
<span class="pf-v6-c-table__text">Description</span>
|
|
4450
4678
|
<span class="pf-v6-c-table__sort-indicator">
|
|
4451
|
-
<
|
|
4679
|
+
<svg
|
|
4680
|
+
class="pf-v6-svg"
|
|
4681
|
+
viewBox="0 0 32 32"
|
|
4682
|
+
fill="currentColor"
|
|
4683
|
+
aria-hidden="true"
|
|
4684
|
+
role="img"
|
|
4685
|
+
width="1em"
|
|
4686
|
+
height="1em"
|
|
4687
|
+
>
|
|
4688
|
+
<path
|
|
4689
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
4690
|
+
/>
|
|
4691
|
+
</svg>
|
|
4452
4692
|
</span>
|
|
4453
4693
|
</span>
|
|
4454
4694
|
</button>
|
|
@@ -4801,7 +5041,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4801
5041
|
<span class="pf-v6-c-table__button-content">
|
|
4802
5042
|
<span class="pf-v6-c-table__text">Description</span>
|
|
4803
5043
|
<span class="pf-v6-c-table__sort-indicator">
|
|
4804
|
-
<
|
|
5044
|
+
<svg
|
|
5045
|
+
class="pf-v6-svg"
|
|
5046
|
+
viewBox="0 0 32 32"
|
|
5047
|
+
fill="currentColor"
|
|
5048
|
+
aria-hidden="true"
|
|
5049
|
+
role="img"
|
|
5050
|
+
width="1em"
|
|
5051
|
+
height="1em"
|
|
5052
|
+
>
|
|
5053
|
+
<path
|
|
5054
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
5055
|
+
/>
|
|
5056
|
+
</svg>
|
|
4805
5057
|
</span>
|
|
4806
5058
|
</span>
|
|
4807
5059
|
</button>
|
|
@@ -5085,7 +5337,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5085
5337
|
<span class="pf-v6-c-table__button-content">
|
|
5086
5338
|
<span class="pf-v6-c-table__text">Description</span>
|
|
5087
5339
|
<span class="pf-v6-c-table__sort-indicator">
|
|
5088
|
-
<
|
|
5340
|
+
<svg
|
|
5341
|
+
class="pf-v6-svg"
|
|
5342
|
+
viewBox="0 0 32 32"
|
|
5343
|
+
fill="currentColor"
|
|
5344
|
+
aria-hidden="true"
|
|
5345
|
+
role="img"
|
|
5346
|
+
width="1em"
|
|
5347
|
+
height="1em"
|
|
5348
|
+
>
|
|
5349
|
+
<path
|
|
5350
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
5351
|
+
/>
|
|
5352
|
+
</svg>
|
|
5089
5353
|
</span>
|
|
5090
5354
|
</span>
|
|
5091
5355
|
</button>
|
|
@@ -5438,7 +5702,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5438
5702
|
<span class="pf-v6-c-table__button-content">
|
|
5439
5703
|
<span class="pf-v6-c-table__text">Description</span>
|
|
5440
5704
|
<span class="pf-v6-c-table__sort-indicator">
|
|
5441
|
-
<
|
|
5705
|
+
<svg
|
|
5706
|
+
class="pf-v6-svg"
|
|
5707
|
+
viewBox="0 0 32 32"
|
|
5708
|
+
fill="currentColor"
|
|
5709
|
+
aria-hidden="true"
|
|
5710
|
+
role="img"
|
|
5711
|
+
width="1em"
|
|
5712
|
+
height="1em"
|
|
5713
|
+
>
|
|
5714
|
+
<path
|
|
5715
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
5716
|
+
/>
|
|
5717
|
+
</svg>
|
|
5442
5718
|
</span>
|
|
5443
5719
|
</span>
|
|
5444
5720
|
</button>
|
|
@@ -5722,7 +5998,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5722
5998
|
<span class="pf-v6-c-table__button-content">
|
|
5723
5999
|
<span class="pf-v6-c-table__text">Description</span>
|
|
5724
6000
|
<span class="pf-v6-c-table__sort-indicator">
|
|
5725
|
-
<
|
|
6001
|
+
<svg
|
|
6002
|
+
class="pf-v6-svg"
|
|
6003
|
+
viewBox="0 0 32 32"
|
|
6004
|
+
fill="currentColor"
|
|
6005
|
+
aria-hidden="true"
|
|
6006
|
+
role="img"
|
|
6007
|
+
width="1em"
|
|
6008
|
+
height="1em"
|
|
6009
|
+
>
|
|
6010
|
+
<path
|
|
6011
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
6012
|
+
/>
|
|
6013
|
+
</svg>
|
|
5726
6014
|
</span>
|
|
5727
6015
|
</span>
|
|
5728
6016
|
</button>
|
|
@@ -6002,7 +6290,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6002
6290
|
<span class="pf-v6-c-table__button-content">
|
|
6003
6291
|
<span class="pf-v6-c-table__text">Repositories</span>
|
|
6004
6292
|
<span class="pf-v6-c-table__sort-indicator">
|
|
6005
|
-
<
|
|
6293
|
+
<svg
|
|
6294
|
+
class="pf-v6-svg"
|
|
6295
|
+
viewBox="0 0 32 32"
|
|
6296
|
+
fill="currentColor"
|
|
6297
|
+
aria-hidden="true"
|
|
6298
|
+
role="img"
|
|
6299
|
+
width="1em"
|
|
6300
|
+
height="1em"
|
|
6301
|
+
>
|
|
6302
|
+
<path
|
|
6303
|
+
d="M30 16a1 1 0 0 1-1 1H15a1 1 0 0 1 0-2h14a1 1 0 0 1 1 1Zm-5 5H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Zm-6-17a.999.999 0 0 0 .707-1.707l-5.646-5.646a1.501 1.501 0 0 0-2.121 0L2.294 8.293a.999.999 0 1 0 1.414 1.414l4.293-4.293V29a1 1 0 1 0 2 0V5.414l4.293 4.293a.997.997 0 0 0 .707.293Z"
|
|
6304
|
+
/>
|
|
6305
|
+
</svg>
|
|
6006
6306
|
</span>
|
|
6007
6307
|
</span>
|
|
6008
6308
|
</button>
|
|
@@ -6018,7 +6318,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6018
6318
|
<span class="pf-v6-c-table__button-content">
|
|
6019
6319
|
<span class="pf-v6-c-table__text">Branches</span>
|
|
6020
6320
|
<span class="pf-v6-c-table__sort-indicator">
|
|
6021
|
-
<
|
|
6321
|
+
<svg
|
|
6322
|
+
class="pf-v6-svg"
|
|
6323
|
+
viewBox="0 0 32 32"
|
|
6324
|
+
fill="currentColor"
|
|
6325
|
+
aria-hidden="true"
|
|
6326
|
+
role="img"
|
|
6327
|
+
width="1em"
|
|
6328
|
+
height="1em"
|
|
6329
|
+
>
|
|
6330
|
+
<path
|
|
6331
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
6332
|
+
/>
|
|
6333
|
+
</svg>
|
|
6022
6334
|
</span>
|
|
6023
6335
|
</span>
|
|
6024
6336
|
</button>
|
|
@@ -6034,7 +6346,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6034
6346
|
<span class="pf-v6-c-table__button-content">
|
|
6035
6347
|
<span class="pf-v6-c-table__text">Pull requests</span>
|
|
6036
6348
|
<span class="pf-v6-c-table__sort-indicator">
|
|
6037
|
-
<
|
|
6349
|
+
<svg
|
|
6350
|
+
class="pf-v6-svg"
|
|
6351
|
+
viewBox="0 0 32 32"
|
|
6352
|
+
fill="currentColor"
|
|
6353
|
+
aria-hidden="true"
|
|
6354
|
+
role="img"
|
|
6355
|
+
width="1em"
|
|
6356
|
+
height="1em"
|
|
6357
|
+
>
|
|
6358
|
+
<path
|
|
6359
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
6360
|
+
/>
|
|
6361
|
+
</svg>
|
|
6038
6362
|
</span>
|
|
6039
6363
|
</span>
|
|
6040
6364
|
</button>
|
|
@@ -6164,7 +6488,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6164
6488
|
<span class="pf-v6-c-table__button-content">
|
|
6165
6489
|
<span class="pf-v6-c-table__text">Description</span>
|
|
6166
6490
|
<span class="pf-v6-c-table__sort-indicator">
|
|
6167
|
-
<
|
|
6491
|
+
<svg
|
|
6492
|
+
class="pf-v6-svg"
|
|
6493
|
+
viewBox="0 0 32 32"
|
|
6494
|
+
fill="currentColor"
|
|
6495
|
+
aria-hidden="true"
|
|
6496
|
+
role="img"
|
|
6497
|
+
width="1em"
|
|
6498
|
+
height="1em"
|
|
6499
|
+
>
|
|
6500
|
+
<path
|
|
6501
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
6502
|
+
/>
|
|
6503
|
+
</svg>
|
|
6168
6504
|
</span>
|
|
6169
6505
|
</span>
|
|
6170
6506
|
</button>
|
|
@@ -6448,7 +6784,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6448
6784
|
<span class="pf-v6-c-table__button-content">
|
|
6449
6785
|
<span class="pf-v6-c-table__text">Description</span>
|
|
6450
6786
|
<span class="pf-v6-c-table__sort-indicator">
|
|
6451
|
-
<
|
|
6787
|
+
<svg
|
|
6788
|
+
class="pf-v6-svg"
|
|
6789
|
+
viewBox="0 0 32 32"
|
|
6790
|
+
fill="currentColor"
|
|
6791
|
+
aria-hidden="true"
|
|
6792
|
+
role="img"
|
|
6793
|
+
width="1em"
|
|
6794
|
+
height="1em"
|
|
6795
|
+
>
|
|
6796
|
+
<path
|
|
6797
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
6798
|
+
/>
|
|
6799
|
+
</svg>
|
|
6452
6800
|
</span>
|
|
6453
6801
|
</span>
|
|
6454
6802
|
</button>
|
|
@@ -6801,7 +7149,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6801
7149
|
<span class="pf-v6-c-table__button-content">
|
|
6802
7150
|
<span class="pf-v6-c-table__text">Description</span>
|
|
6803
7151
|
<span class="pf-v6-c-table__sort-indicator">
|
|
6804
|
-
<
|
|
7152
|
+
<svg
|
|
7153
|
+
class="pf-v6-svg"
|
|
7154
|
+
viewBox="0 0 32 32"
|
|
7155
|
+
fill="currentColor"
|
|
7156
|
+
aria-hidden="true"
|
|
7157
|
+
role="img"
|
|
7158
|
+
width="1em"
|
|
7159
|
+
height="1em"
|
|
7160
|
+
>
|
|
7161
|
+
<path
|
|
7162
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
7163
|
+
/>
|
|
7164
|
+
</svg>
|
|
6805
7165
|
</span>
|
|
6806
7166
|
</span>
|
|
6807
7167
|
</button>
|
|
@@ -7085,7 +7445,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7085
7445
|
<span class="pf-v6-c-table__button-content">
|
|
7086
7446
|
<span class="pf-v6-c-table__text">Description</span>
|
|
7087
7447
|
<span class="pf-v6-c-table__sort-indicator">
|
|
7088
|
-
<
|
|
7448
|
+
<svg
|
|
7449
|
+
class="pf-v6-svg"
|
|
7450
|
+
viewBox="0 0 32 32"
|
|
7451
|
+
fill="currentColor"
|
|
7452
|
+
aria-hidden="true"
|
|
7453
|
+
role="img"
|
|
7454
|
+
width="1em"
|
|
7455
|
+
height="1em"
|
|
7456
|
+
>
|
|
7457
|
+
<path
|
|
7458
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
7459
|
+
/>
|
|
7460
|
+
</svg>
|
|
7089
7461
|
</span>
|
|
7090
7462
|
</span>
|
|
7091
7463
|
</button>
|
|
@@ -7438,7 +7810,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7438
7810
|
<span class="pf-v6-c-table__button-content">
|
|
7439
7811
|
<span class="pf-v6-c-table__text">Description</span>
|
|
7440
7812
|
<span class="pf-v6-c-table__sort-indicator">
|
|
7441
|
-
<
|
|
7813
|
+
<svg
|
|
7814
|
+
class="pf-v6-svg"
|
|
7815
|
+
viewBox="0 0 32 32"
|
|
7816
|
+
fill="currentColor"
|
|
7817
|
+
aria-hidden="true"
|
|
7818
|
+
role="img"
|
|
7819
|
+
width="1em"
|
|
7820
|
+
height="1em"
|
|
7821
|
+
>
|
|
7822
|
+
<path
|
|
7823
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
7824
|
+
/>
|
|
7825
|
+
</svg>
|
|
7442
7826
|
</span>
|
|
7443
7827
|
</span>
|
|
7444
7828
|
</button>
|
|
@@ -7722,7 +8106,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7722
8106
|
<span class="pf-v6-c-table__button-content">
|
|
7723
8107
|
<span class="pf-v6-c-table__text">Description</span>
|
|
7724
8108
|
<span class="pf-v6-c-table__sort-indicator">
|
|
7725
|
-
<
|
|
8109
|
+
<svg
|
|
8110
|
+
class="pf-v6-svg"
|
|
8111
|
+
viewBox="0 0 32 32"
|
|
8112
|
+
fill="currentColor"
|
|
8113
|
+
aria-hidden="true"
|
|
8114
|
+
role="img"
|
|
8115
|
+
width="1em"
|
|
8116
|
+
height="1em"
|
|
8117
|
+
>
|
|
8118
|
+
<path
|
|
8119
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
8120
|
+
/>
|
|
8121
|
+
</svg>
|
|
7726
8122
|
</span>
|
|
7727
8123
|
</span>
|
|
7728
8124
|
</button>
|
|
@@ -8002,7 +8398,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8002
8398
|
<span class="pf-v6-c-table__button-content">
|
|
8003
8399
|
<span class="pf-v6-c-table__text">Repositories</span>
|
|
8004
8400
|
<span class="pf-v6-c-table__sort-indicator">
|
|
8005
|
-
<
|
|
8401
|
+
<svg
|
|
8402
|
+
class="pf-v6-svg"
|
|
8403
|
+
viewBox="0 0 32 32"
|
|
8404
|
+
fill="currentColor"
|
|
8405
|
+
aria-hidden="true"
|
|
8406
|
+
role="img"
|
|
8407
|
+
width="1em"
|
|
8408
|
+
height="1em"
|
|
8409
|
+
>
|
|
8410
|
+
<path
|
|
8411
|
+
d="M30 16a1 1 0 0 1-1 1H15a1 1 0 0 1 0-2h14a1 1 0 0 1 1 1Zm-5 5H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Zm-6-17a.999.999 0 0 0 .707-1.707l-5.646-5.646a1.501 1.501 0 0 0-2.121 0L2.294 8.293a.999.999 0 1 0 1.414 1.414l4.293-4.293V29a1 1 0 1 0 2 0V5.414l4.293 4.293a.997.997 0 0 0 .707.293Z"
|
|
8412
|
+
/>
|
|
8413
|
+
</svg>
|
|
8006
8414
|
</span>
|
|
8007
8415
|
</span>
|
|
8008
8416
|
</button>
|
|
@@ -8018,7 +8426,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8018
8426
|
<span class="pf-v6-c-table__button-content">
|
|
8019
8427
|
<span class="pf-v6-c-table__text">Branches</span>
|
|
8020
8428
|
<span class="pf-v6-c-table__sort-indicator">
|
|
8021
|
-
<
|
|
8429
|
+
<svg
|
|
8430
|
+
class="pf-v6-svg"
|
|
8431
|
+
viewBox="0 0 32 32"
|
|
8432
|
+
fill="currentColor"
|
|
8433
|
+
aria-hidden="true"
|
|
8434
|
+
role="img"
|
|
8435
|
+
width="1em"
|
|
8436
|
+
height="1em"
|
|
8437
|
+
>
|
|
8438
|
+
<path
|
|
8439
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
8440
|
+
/>
|
|
8441
|
+
</svg>
|
|
8022
8442
|
</span>
|
|
8023
8443
|
</span>
|
|
8024
8444
|
</button>
|
|
@@ -8034,7 +8454,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8034
8454
|
<span class="pf-v6-c-table__button-content">
|
|
8035
8455
|
<span class="pf-v6-c-table__text">Pull requests</span>
|
|
8036
8456
|
<span class="pf-v6-c-table__sort-indicator">
|
|
8037
|
-
<
|
|
8457
|
+
<svg
|
|
8458
|
+
class="pf-v6-svg"
|
|
8459
|
+
viewBox="0 0 32 32"
|
|
8460
|
+
fill="currentColor"
|
|
8461
|
+
aria-hidden="true"
|
|
8462
|
+
role="img"
|
|
8463
|
+
width="1em"
|
|
8464
|
+
height="1em"
|
|
8465
|
+
>
|
|
8466
|
+
<path
|
|
8467
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
8468
|
+
/>
|
|
8469
|
+
</svg>
|
|
8038
8470
|
</span>
|
|
8039
8471
|
</span>
|
|
8040
8472
|
</button>
|
|
@@ -8163,7 +8595,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8163
8595
|
<span class="pf-v6-c-table__button-content">
|
|
8164
8596
|
<span class="pf-v6-c-table__text">Description</span>
|
|
8165
8597
|
<span class="pf-v6-c-table__sort-indicator">
|
|
8166
|
-
<
|
|
8598
|
+
<svg
|
|
8599
|
+
class="pf-v6-svg"
|
|
8600
|
+
viewBox="0 0 32 32"
|
|
8601
|
+
fill="currentColor"
|
|
8602
|
+
aria-hidden="true"
|
|
8603
|
+
role="img"
|
|
8604
|
+
width="1em"
|
|
8605
|
+
height="1em"
|
|
8606
|
+
>
|
|
8607
|
+
<path
|
|
8608
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
8609
|
+
/>
|
|
8610
|
+
</svg>
|
|
8167
8611
|
</span>
|
|
8168
8612
|
</span>
|
|
8169
8613
|
</button>
|
|
@@ -8445,7 +8889,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8445
8889
|
<span class="pf-v6-c-table__button-content">
|
|
8446
8890
|
<span class="pf-v6-c-table__text">Description</span>
|
|
8447
8891
|
<span class="pf-v6-c-table__sort-indicator">
|
|
8448
|
-
<
|
|
8892
|
+
<svg
|
|
8893
|
+
class="pf-v6-svg"
|
|
8894
|
+
viewBox="0 0 32 32"
|
|
8895
|
+
fill="currentColor"
|
|
8896
|
+
aria-hidden="true"
|
|
8897
|
+
role="img"
|
|
8898
|
+
width="1em"
|
|
8899
|
+
height="1em"
|
|
8900
|
+
>
|
|
8901
|
+
<path
|
|
8902
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
8903
|
+
/>
|
|
8904
|
+
</svg>
|
|
8449
8905
|
</span>
|
|
8450
8906
|
</span>
|
|
8451
8907
|
</button>
|
|
@@ -8797,7 +9253,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8797
9253
|
<span class="pf-v6-c-table__button-content">
|
|
8798
9254
|
<span class="pf-v6-c-table__text">Description</span>
|
|
8799
9255
|
<span class="pf-v6-c-table__sort-indicator">
|
|
8800
|
-
<
|
|
9256
|
+
<svg
|
|
9257
|
+
class="pf-v6-svg"
|
|
9258
|
+
viewBox="0 0 32 32"
|
|
9259
|
+
fill="currentColor"
|
|
9260
|
+
aria-hidden="true"
|
|
9261
|
+
role="img"
|
|
9262
|
+
width="1em"
|
|
9263
|
+
height="1em"
|
|
9264
|
+
>
|
|
9265
|
+
<path
|
|
9266
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
9267
|
+
/>
|
|
9268
|
+
</svg>
|
|
8801
9269
|
</span>
|
|
8802
9270
|
</span>
|
|
8803
9271
|
</button>
|
|
@@ -9079,7 +9547,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9079
9547
|
<span class="pf-v6-c-table__button-content">
|
|
9080
9548
|
<span class="pf-v6-c-table__text">Description</span>
|
|
9081
9549
|
<span class="pf-v6-c-table__sort-indicator">
|
|
9082
|
-
<
|
|
9550
|
+
<svg
|
|
9551
|
+
class="pf-v6-svg"
|
|
9552
|
+
viewBox="0 0 32 32"
|
|
9553
|
+
fill="currentColor"
|
|
9554
|
+
aria-hidden="true"
|
|
9555
|
+
role="img"
|
|
9556
|
+
width="1em"
|
|
9557
|
+
height="1em"
|
|
9558
|
+
>
|
|
9559
|
+
<path
|
|
9560
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
9561
|
+
/>
|
|
9562
|
+
</svg>
|
|
9083
9563
|
</span>
|
|
9084
9564
|
</span>
|
|
9085
9565
|
</button>
|
|
@@ -9431,7 +9911,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9431
9911
|
<span class="pf-v6-c-table__button-content">
|
|
9432
9912
|
<span class="pf-v6-c-table__text">Description</span>
|
|
9433
9913
|
<span class="pf-v6-c-table__sort-indicator">
|
|
9434
|
-
<
|
|
9914
|
+
<svg
|
|
9915
|
+
class="pf-v6-svg"
|
|
9916
|
+
viewBox="0 0 32 32"
|
|
9917
|
+
fill="currentColor"
|
|
9918
|
+
aria-hidden="true"
|
|
9919
|
+
role="img"
|
|
9920
|
+
width="1em"
|
|
9921
|
+
height="1em"
|
|
9922
|
+
>
|
|
9923
|
+
<path
|
|
9924
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
9925
|
+
/>
|
|
9926
|
+
</svg>
|
|
9435
9927
|
</span>
|
|
9436
9928
|
</span>
|
|
9437
9929
|
</button>
|
|
@@ -9713,7 +10205,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9713
10205
|
<span class="pf-v6-c-table__button-content">
|
|
9714
10206
|
<span class="pf-v6-c-table__text">Description</span>
|
|
9715
10207
|
<span class="pf-v6-c-table__sort-indicator">
|
|
9716
|
-
<
|
|
10208
|
+
<svg
|
|
10209
|
+
class="pf-v6-svg"
|
|
10210
|
+
viewBox="0 0 32 32"
|
|
10211
|
+
fill="currentColor"
|
|
10212
|
+
aria-hidden="true"
|
|
10213
|
+
role="img"
|
|
10214
|
+
width="1em"
|
|
10215
|
+
height="1em"
|
|
10216
|
+
>
|
|
10217
|
+
<path
|
|
10218
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
10219
|
+
/>
|
|
10220
|
+
</svg>
|
|
9717
10221
|
</span>
|
|
9718
10222
|
</span>
|
|
9719
10223
|
</button>
|
|
@@ -11735,7 +12239,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11735
12239
|
<span class="pf-v6-c-table__button-content">
|
|
11736
12240
|
<span class="pf-v6-c-table__text">State</span>
|
|
11737
12241
|
<span class="pf-v6-c-table__sort-indicator">
|
|
11738
|
-
<
|
|
12242
|
+
<svg
|
|
12243
|
+
class="pf-v6-svg"
|
|
12244
|
+
viewBox="0 0 32 32"
|
|
12245
|
+
fill="currentColor"
|
|
12246
|
+
aria-hidden="true"
|
|
12247
|
+
role="img"
|
|
12248
|
+
width="1em"
|
|
12249
|
+
height="1em"
|
|
12250
|
+
>
|
|
12251
|
+
<path
|
|
12252
|
+
d="M30 16a1 1 0 0 1-1 1H15a1 1 0 0 1 0-2h14a1 1 0 0 1 1 1Zm-5 5H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Zm-6-17a.999.999 0 0 0 .707-1.707l-5.646-5.646a1.501 1.501 0 0 0-2.121 0L2.294 8.293a.999.999 0 1 0 1.414 1.414l4.293-4.293V29a1 1 0 1 0 2 0V5.414l4.293 4.293a.997.997 0 0 0 .707.293Z"
|
|
12253
|
+
/>
|
|
12254
|
+
</svg>
|
|
11739
12255
|
</span>
|
|
11740
12256
|
</span>
|
|
11741
12257
|
</button>
|
|
@@ -11967,7 +12483,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11967
12483
|
<span class="pf-v6-c-table__button-content">
|
|
11968
12484
|
<span class="pf-v6-c-table__text">Repositories</span>
|
|
11969
12485
|
<span class="pf-v6-c-table__sort-indicator">
|
|
11970
|
-
<
|
|
12486
|
+
<svg
|
|
12487
|
+
class="pf-v6-svg"
|
|
12488
|
+
viewBox="0 0 32 32"
|
|
12489
|
+
fill="currentColor"
|
|
12490
|
+
aria-hidden="true"
|
|
12491
|
+
role="img"
|
|
12492
|
+
width="1em"
|
|
12493
|
+
height="1em"
|
|
12494
|
+
>
|
|
12495
|
+
<path
|
|
12496
|
+
d="M30 16a1 1 0 0 1-1 1H15a1 1 0 0 1 0-2h14a1 1 0 0 1 1 1Zm-5 5H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Zm-6-17a.999.999 0 0 0 .707-1.707l-5.646-5.646a1.501 1.501 0 0 0-2.121 0L2.294 8.293a.999.999 0 1 0 1.414 1.414l4.293-4.293V29a1 1 0 1 0 2 0V5.414l4.293 4.293a.997.997 0 0 0 .707.293Z"
|
|
12497
|
+
/>
|
|
12498
|
+
</svg>
|
|
11971
12499
|
</span>
|
|
11972
12500
|
</span>
|
|
11973
12501
|
</button>
|
|
@@ -11983,7 +12511,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11983
12511
|
<span class="pf-v6-c-table__button-content">
|
|
11984
12512
|
<span class="pf-v6-c-table__text">Branches</span>
|
|
11985
12513
|
<span class="pf-v6-c-table__sort-indicator">
|
|
11986
|
-
<
|
|
12514
|
+
<svg
|
|
12515
|
+
class="pf-v6-svg"
|
|
12516
|
+
viewBox="0 0 32 32"
|
|
12517
|
+
fill="currentColor"
|
|
12518
|
+
aria-hidden="true"
|
|
12519
|
+
role="img"
|
|
12520
|
+
width="1em"
|
|
12521
|
+
height="1em"
|
|
12522
|
+
>
|
|
12523
|
+
<path
|
|
12524
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
12525
|
+
/>
|
|
12526
|
+
</svg>
|
|
11987
12527
|
</span>
|
|
11988
12528
|
</span>
|
|
11989
12529
|
</button>
|
|
@@ -11999,7 +12539,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11999
12539
|
<span class="pf-v6-c-table__button-content">
|
|
12000
12540
|
<span class="pf-v6-c-table__text">Pull requests</span>
|
|
12001
12541
|
<span class="pf-v6-c-table__sort-indicator">
|
|
12002
|
-
<
|
|
12542
|
+
<svg
|
|
12543
|
+
class="pf-v6-svg"
|
|
12544
|
+
viewBox="0 0 32 32"
|
|
12545
|
+
fill="currentColor"
|
|
12546
|
+
aria-hidden="true"
|
|
12547
|
+
role="img"
|
|
12548
|
+
width="1em"
|
|
12549
|
+
height="1em"
|
|
12550
|
+
>
|
|
12551
|
+
<path
|
|
12552
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
12553
|
+
/>
|
|
12554
|
+
</svg>
|
|
12003
12555
|
</span>
|
|
12004
12556
|
</span>
|
|
12005
12557
|
</button>
|
|
@@ -12619,7 +13171,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12619
13171
|
>
|
|
12620
13172
|
<span class="pf-v6-c-button__icon">
|
|
12621
13173
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
12622
|
-
<
|
|
13174
|
+
<svg
|
|
13175
|
+
class="pf-v6-svg"
|
|
13176
|
+
viewBox="0 0 32 32"
|
|
13177
|
+
fill="currentColor"
|
|
13178
|
+
aria-hidden="true"
|
|
13179
|
+
role="img"
|
|
13180
|
+
width="1em"
|
|
13181
|
+
height="1em"
|
|
13182
|
+
>
|
|
13183
|
+
<path
|
|
13184
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
13185
|
+
/>
|
|
13186
|
+
</svg>
|
|
12623
13187
|
</span>
|
|
12624
13188
|
</span>
|
|
12625
13189
|
</button>
|
|
@@ -12720,7 +13284,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12720
13284
|
>
|
|
12721
13285
|
<span class="pf-v6-c-button__icon">
|
|
12722
13286
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
12723
|
-
<
|
|
13287
|
+
<svg
|
|
13288
|
+
class="pf-v6-svg"
|
|
13289
|
+
viewBox="0 0 32 32"
|
|
13290
|
+
fill="currentColor"
|
|
13291
|
+
aria-hidden="true"
|
|
13292
|
+
role="img"
|
|
13293
|
+
width="1em"
|
|
13294
|
+
height="1em"
|
|
13295
|
+
>
|
|
13296
|
+
<path
|
|
13297
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
13298
|
+
/>
|
|
13299
|
+
</svg>
|
|
12724
13300
|
</span>
|
|
12725
13301
|
</span>
|
|
12726
13302
|
</button>
|
|
@@ -12791,7 +13367,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12791
13367
|
>
|
|
12792
13368
|
<span class="pf-v6-c-button__icon">
|
|
12793
13369
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
12794
|
-
<
|
|
13370
|
+
<svg
|
|
13371
|
+
class="pf-v6-svg"
|
|
13372
|
+
viewBox="0 0 32 32"
|
|
13373
|
+
fill="currentColor"
|
|
13374
|
+
aria-hidden="true"
|
|
13375
|
+
role="img"
|
|
13376
|
+
width="1em"
|
|
13377
|
+
height="1em"
|
|
13378
|
+
>
|
|
13379
|
+
<path
|
|
13380
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
13381
|
+
/>
|
|
13382
|
+
</svg>
|
|
12795
13383
|
</span>
|
|
12796
13384
|
</span>
|
|
12797
13385
|
</button>
|
|
@@ -12862,7 +13450,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12862
13450
|
>
|
|
12863
13451
|
<span class="pf-v6-c-button__icon">
|
|
12864
13452
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
12865
|
-
<
|
|
13453
|
+
<svg
|
|
13454
|
+
class="pf-v6-svg"
|
|
13455
|
+
viewBox="0 0 32 32"
|
|
13456
|
+
fill="currentColor"
|
|
13457
|
+
aria-hidden="true"
|
|
13458
|
+
role="img"
|
|
13459
|
+
width="1em"
|
|
13460
|
+
height="1em"
|
|
13461
|
+
>
|
|
13462
|
+
<path
|
|
13463
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
13464
|
+
/>
|
|
13465
|
+
</svg>
|
|
12866
13466
|
</span>
|
|
12867
13467
|
</span>
|
|
12868
13468
|
</button>
|
|
@@ -12933,7 +13533,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12933
13533
|
>
|
|
12934
13534
|
<span class="pf-v6-c-button__icon">
|
|
12935
13535
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
12936
|
-
<
|
|
13536
|
+
<svg
|
|
13537
|
+
class="pf-v6-svg"
|
|
13538
|
+
viewBox="0 0 32 32"
|
|
13539
|
+
fill="currentColor"
|
|
13540
|
+
aria-hidden="true"
|
|
13541
|
+
role="img"
|
|
13542
|
+
width="1em"
|
|
13543
|
+
height="1em"
|
|
13544
|
+
>
|
|
13545
|
+
<path
|
|
13546
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
13547
|
+
/>
|
|
13548
|
+
</svg>
|
|
12937
13549
|
</span>
|
|
12938
13550
|
</span>
|
|
12939
13551
|
</button>
|
|
@@ -13003,7 +13615,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13003
13615
|
>
|
|
13004
13616
|
<span class="pf-v6-c-button__icon">
|
|
13005
13617
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
13006
|
-
<
|
|
13618
|
+
<svg
|
|
13619
|
+
class="pf-v6-svg"
|
|
13620
|
+
viewBox="0 0 32 32"
|
|
13621
|
+
fill="currentColor"
|
|
13622
|
+
aria-hidden="true"
|
|
13623
|
+
role="img"
|
|
13624
|
+
width="1em"
|
|
13625
|
+
height="1em"
|
|
13626
|
+
>
|
|
13627
|
+
<path
|
|
13628
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
13629
|
+
/>
|
|
13630
|
+
</svg>
|
|
13007
13631
|
</span>
|
|
13008
13632
|
</span>
|
|
13009
13633
|
</button>
|
|
@@ -13104,7 +13728,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13104
13728
|
>
|
|
13105
13729
|
<span class="pf-v6-c-button__icon">
|
|
13106
13730
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
13107
|
-
<
|
|
13731
|
+
<svg
|
|
13732
|
+
class="pf-v6-svg"
|
|
13733
|
+
viewBox="0 0 32 32"
|
|
13734
|
+
fill="currentColor"
|
|
13735
|
+
aria-hidden="true"
|
|
13736
|
+
role="img"
|
|
13737
|
+
width="1em"
|
|
13738
|
+
height="1em"
|
|
13739
|
+
>
|
|
13740
|
+
<path
|
|
13741
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
13742
|
+
/>
|
|
13743
|
+
</svg>
|
|
13108
13744
|
</span>
|
|
13109
13745
|
</span>
|
|
13110
13746
|
</button>
|
|
@@ -13174,7 +13810,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13174
13810
|
>
|
|
13175
13811
|
<span class="pf-v6-c-button__icon">
|
|
13176
13812
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
13177
|
-
<
|
|
13813
|
+
<svg
|
|
13814
|
+
class="pf-v6-svg"
|
|
13815
|
+
viewBox="0 0 32 32"
|
|
13816
|
+
fill="currentColor"
|
|
13817
|
+
aria-hidden="true"
|
|
13818
|
+
role="img"
|
|
13819
|
+
width="1em"
|
|
13820
|
+
height="1em"
|
|
13821
|
+
>
|
|
13822
|
+
<path
|
|
13823
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
13824
|
+
/>
|
|
13825
|
+
</svg>
|
|
13178
13826
|
</span>
|
|
13179
13827
|
</span>
|
|
13180
13828
|
</button>
|
|
@@ -13274,7 +13922,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13274
13922
|
>
|
|
13275
13923
|
<span class="pf-v6-c-button__icon">
|
|
13276
13924
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
13277
|
-
<
|
|
13925
|
+
<svg
|
|
13926
|
+
class="pf-v6-svg"
|
|
13927
|
+
viewBox="0 0 32 32"
|
|
13928
|
+
fill="currentColor"
|
|
13929
|
+
aria-hidden="true"
|
|
13930
|
+
role="img"
|
|
13931
|
+
width="1em"
|
|
13932
|
+
height="1em"
|
|
13933
|
+
>
|
|
13934
|
+
<path
|
|
13935
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
13936
|
+
/>
|
|
13937
|
+
</svg>
|
|
13278
13938
|
</span>
|
|
13279
13939
|
</span>
|
|
13280
13940
|
</button>
|
|
@@ -13344,7 +14004,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13344
14004
|
>
|
|
13345
14005
|
<span class="pf-v6-c-button__icon">
|
|
13346
14006
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
13347
|
-
<
|
|
14007
|
+
<svg
|
|
14008
|
+
class="pf-v6-svg"
|
|
14009
|
+
viewBox="0 0 32 32"
|
|
14010
|
+
fill="currentColor"
|
|
14011
|
+
aria-hidden="true"
|
|
14012
|
+
role="img"
|
|
14013
|
+
width="1em"
|
|
14014
|
+
height="1em"
|
|
14015
|
+
>
|
|
14016
|
+
<path
|
|
14017
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
14018
|
+
/>
|
|
14019
|
+
</svg>
|
|
13348
14020
|
</span>
|
|
13349
14021
|
</span>
|
|
13350
14022
|
</button>
|
|
@@ -13414,7 +14086,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13414
14086
|
>
|
|
13415
14087
|
<span class="pf-v6-c-button__icon">
|
|
13416
14088
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
13417
|
-
<
|
|
14089
|
+
<svg
|
|
14090
|
+
class="pf-v6-svg"
|
|
14091
|
+
viewBox="0 0 32 32"
|
|
14092
|
+
fill="currentColor"
|
|
14093
|
+
aria-hidden="true"
|
|
14094
|
+
role="img"
|
|
14095
|
+
width="1em"
|
|
14096
|
+
height="1em"
|
|
14097
|
+
>
|
|
14098
|
+
<path
|
|
14099
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
14100
|
+
/>
|
|
14101
|
+
</svg>
|
|
13418
14102
|
</span>
|
|
13419
14103
|
</span>
|
|
13420
14104
|
</button>
|
|
@@ -13515,7 +14199,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13515
14199
|
>
|
|
13516
14200
|
<span class="pf-v6-c-button__icon">
|
|
13517
14201
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
13518
|
-
<
|
|
14202
|
+
<svg
|
|
14203
|
+
class="pf-v6-svg"
|
|
14204
|
+
viewBox="0 0 32 32"
|
|
14205
|
+
fill="currentColor"
|
|
14206
|
+
aria-hidden="true"
|
|
14207
|
+
role="img"
|
|
14208
|
+
width="1em"
|
|
14209
|
+
height="1em"
|
|
14210
|
+
>
|
|
14211
|
+
<path
|
|
14212
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
14213
|
+
/>
|
|
14214
|
+
</svg>
|
|
13519
14215
|
</span>
|
|
13520
14216
|
</span>
|
|
13521
14217
|
</button>
|
|
@@ -13585,7 +14281,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13585
14281
|
>
|
|
13586
14282
|
<span class="pf-v6-c-button__icon">
|
|
13587
14283
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
13588
|
-
<
|
|
14284
|
+
<svg
|
|
14285
|
+
class="pf-v6-svg"
|
|
14286
|
+
viewBox="0 0 32 32"
|
|
14287
|
+
fill="currentColor"
|
|
14288
|
+
aria-hidden="true"
|
|
14289
|
+
role="img"
|
|
14290
|
+
width="1em"
|
|
14291
|
+
height="1em"
|
|
14292
|
+
>
|
|
14293
|
+
<path
|
|
14294
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
14295
|
+
/>
|
|
14296
|
+
</svg>
|
|
13589
14297
|
</span>
|
|
13590
14298
|
</span>
|
|
13591
14299
|
</button>
|
|
@@ -13655,7 +14363,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13655
14363
|
>
|
|
13656
14364
|
<span class="pf-v6-c-button__icon">
|
|
13657
14365
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
13658
|
-
<
|
|
14366
|
+
<svg
|
|
14367
|
+
class="pf-v6-svg"
|
|
14368
|
+
viewBox="0 0 32 32"
|
|
14369
|
+
fill="currentColor"
|
|
14370
|
+
aria-hidden="true"
|
|
14371
|
+
role="img"
|
|
14372
|
+
width="1em"
|
|
14373
|
+
height="1em"
|
|
14374
|
+
>
|
|
14375
|
+
<path
|
|
14376
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
14377
|
+
/>
|
|
14378
|
+
</svg>
|
|
13659
14379
|
</span>
|
|
13660
14380
|
</span>
|
|
13661
14381
|
</button>
|
|
@@ -13756,7 +14476,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13756
14476
|
>
|
|
13757
14477
|
<span class="pf-v6-c-button__icon">
|
|
13758
14478
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
13759
|
-
<
|
|
14479
|
+
<svg
|
|
14480
|
+
class="pf-v6-svg"
|
|
14481
|
+
viewBox="0 0 32 32"
|
|
14482
|
+
fill="currentColor"
|
|
14483
|
+
aria-hidden="true"
|
|
14484
|
+
role="img"
|
|
14485
|
+
width="1em"
|
|
14486
|
+
height="1em"
|
|
14487
|
+
>
|
|
14488
|
+
<path
|
|
14489
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
14490
|
+
/>
|
|
14491
|
+
</svg>
|
|
13760
14492
|
</span>
|
|
13761
14493
|
</span>
|
|
13762
14494
|
</button>
|
|
@@ -13827,7 +14559,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13827
14559
|
>
|
|
13828
14560
|
<span class="pf-v6-c-button__icon">
|
|
13829
14561
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
13830
|
-
<
|
|
14562
|
+
<svg
|
|
14563
|
+
class="pf-v6-svg"
|
|
14564
|
+
viewBox="0 0 32 32"
|
|
14565
|
+
fill="currentColor"
|
|
14566
|
+
aria-hidden="true"
|
|
14567
|
+
role="img"
|
|
14568
|
+
width="1em"
|
|
14569
|
+
height="1em"
|
|
14570
|
+
>
|
|
14571
|
+
<path
|
|
14572
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
14573
|
+
/>
|
|
14574
|
+
</svg>
|
|
13831
14575
|
</span>
|
|
13832
14576
|
</span>
|
|
13833
14577
|
</button>
|
|
@@ -13898,7 +14642,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13898
14642
|
>
|
|
13899
14643
|
<span class="pf-v6-c-button__icon">
|
|
13900
14644
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
13901
|
-
<
|
|
14645
|
+
<svg
|
|
14646
|
+
class="pf-v6-svg"
|
|
14647
|
+
viewBox="0 0 32 32"
|
|
14648
|
+
fill="currentColor"
|
|
14649
|
+
aria-hidden="true"
|
|
14650
|
+
role="img"
|
|
14651
|
+
width="1em"
|
|
14652
|
+
height="1em"
|
|
14653
|
+
>
|
|
14654
|
+
<path
|
|
14655
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
14656
|
+
/>
|
|
14657
|
+
</svg>
|
|
13902
14658
|
</span>
|
|
13903
14659
|
</span>
|
|
13904
14660
|
</button>
|
|
@@ -14050,7 +14806,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14050
14806
|
>
|
|
14051
14807
|
<span class="pf-v6-c-button__icon">
|
|
14052
14808
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
14053
|
-
<
|
|
14809
|
+
<svg
|
|
14810
|
+
class="pf-v6-svg"
|
|
14811
|
+
viewBox="0 0 32 32"
|
|
14812
|
+
fill="currentColor"
|
|
14813
|
+
aria-hidden="true"
|
|
14814
|
+
role="img"
|
|
14815
|
+
width="1em"
|
|
14816
|
+
height="1em"
|
|
14817
|
+
>
|
|
14818
|
+
<path
|
|
14819
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
14820
|
+
/>
|
|
14821
|
+
</svg>
|
|
14054
14822
|
</span>
|
|
14055
14823
|
</span>
|
|
14056
14824
|
</button>
|
|
@@ -14165,10 +14933,22 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14165
14933
|
>
|
|
14166
14934
|
<span class="pf-v6-c-button__icon">
|
|
14167
14935
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
14168
|
-
<
|
|
14169
|
-
|
|
14170
|
-
|
|
14171
|
-
|
|
14936
|
+
<svg
|
|
14937
|
+
class="pf-v6-svg"
|
|
14938
|
+
viewBox="0 0 32 32"
|
|
14939
|
+
fill="currentColor"
|
|
14940
|
+
aria-hidden="true"
|
|
14941
|
+
role="img"
|
|
14942
|
+
width="1em"
|
|
14943
|
+
height="1em"
|
|
14944
|
+
>
|
|
14945
|
+
<path
|
|
14946
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
14947
|
+
/>
|
|
14948
|
+
</svg>
|
|
14949
|
+
</span>
|
|
14950
|
+
</span>
|
|
14951
|
+
</button>
|
|
14172
14952
|
</span>
|
|
14173
14953
|
</div>
|
|
14174
14954
|
</th>
|
|
@@ -14251,7 +15031,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14251
15031
|
>
|
|
14252
15032
|
<span class="pf-v6-c-button__icon">
|
|
14253
15033
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
14254
|
-
<
|
|
15034
|
+
<svg
|
|
15035
|
+
class="pf-v6-svg"
|
|
15036
|
+
viewBox="0 0 32 32"
|
|
15037
|
+
fill="currentColor"
|
|
15038
|
+
aria-hidden="true"
|
|
15039
|
+
role="img"
|
|
15040
|
+
width="1em"
|
|
15041
|
+
height="1em"
|
|
15042
|
+
>
|
|
15043
|
+
<path
|
|
15044
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
15045
|
+
/>
|
|
15046
|
+
</svg>
|
|
14255
15047
|
</span>
|
|
14256
15048
|
</span>
|
|
14257
15049
|
</button>
|
|
@@ -14337,7 +15129,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14337
15129
|
>
|
|
14338
15130
|
<span class="pf-v6-c-button__icon">
|
|
14339
15131
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
14340
|
-
<
|
|
15132
|
+
<svg
|
|
15133
|
+
class="pf-v6-svg"
|
|
15134
|
+
viewBox="0 0 32 32"
|
|
15135
|
+
fill="currentColor"
|
|
15136
|
+
aria-hidden="true"
|
|
15137
|
+
role="img"
|
|
15138
|
+
width="1em"
|
|
15139
|
+
height="1em"
|
|
15140
|
+
>
|
|
15141
|
+
<path
|
|
15142
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
15143
|
+
/>
|
|
15144
|
+
</svg>
|
|
14341
15145
|
</span>
|
|
14342
15146
|
</span>
|
|
14343
15147
|
</button>
|
|
@@ -14423,7 +15227,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14423
15227
|
>
|
|
14424
15228
|
<span class="pf-v6-c-button__icon">
|
|
14425
15229
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
14426
|
-
<
|
|
15230
|
+
<svg
|
|
15231
|
+
class="pf-v6-svg"
|
|
15232
|
+
viewBox="0 0 32 32"
|
|
15233
|
+
fill="currentColor"
|
|
15234
|
+
aria-hidden="true"
|
|
15235
|
+
role="img"
|
|
15236
|
+
width="1em"
|
|
15237
|
+
height="1em"
|
|
15238
|
+
>
|
|
15239
|
+
<path
|
|
15240
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
15241
|
+
/>
|
|
15242
|
+
</svg>
|
|
14427
15243
|
</span>
|
|
14428
15244
|
</span>
|
|
14429
15245
|
</button>
|
|
@@ -14508,7 +15324,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14508
15324
|
>
|
|
14509
15325
|
<span class="pf-v6-c-button__icon">
|
|
14510
15326
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
14511
|
-
<
|
|
15327
|
+
<svg
|
|
15328
|
+
class="pf-v6-svg"
|
|
15329
|
+
viewBox="0 0 32 32"
|
|
15330
|
+
fill="currentColor"
|
|
15331
|
+
aria-hidden="true"
|
|
15332
|
+
role="img"
|
|
15333
|
+
width="1em"
|
|
15334
|
+
height="1em"
|
|
15335
|
+
>
|
|
15336
|
+
<path
|
|
15337
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
15338
|
+
/>
|
|
15339
|
+
</svg>
|
|
14512
15340
|
</span>
|
|
14513
15341
|
</span>
|
|
14514
15342
|
</button>
|
|
@@ -14623,7 +15451,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14623
15451
|
>
|
|
14624
15452
|
<span class="pf-v6-c-button__icon">
|
|
14625
15453
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
14626
|
-
<
|
|
15454
|
+
<svg
|
|
15455
|
+
class="pf-v6-svg"
|
|
15456
|
+
viewBox="0 0 32 32"
|
|
15457
|
+
fill="currentColor"
|
|
15458
|
+
aria-hidden="true"
|
|
15459
|
+
role="img"
|
|
15460
|
+
width="1em"
|
|
15461
|
+
height="1em"
|
|
15462
|
+
>
|
|
15463
|
+
<path
|
|
15464
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
15465
|
+
/>
|
|
15466
|
+
</svg>
|
|
14627
15467
|
</span>
|
|
14628
15468
|
</span>
|
|
14629
15469
|
</button>
|
|
@@ -14708,7 +15548,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14708
15548
|
>
|
|
14709
15549
|
<span class="pf-v6-c-button__icon">
|
|
14710
15550
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
14711
|
-
<
|
|
15551
|
+
<svg
|
|
15552
|
+
class="pf-v6-svg"
|
|
15553
|
+
viewBox="0 0 32 32"
|
|
15554
|
+
fill="currentColor"
|
|
15555
|
+
aria-hidden="true"
|
|
15556
|
+
role="img"
|
|
15557
|
+
width="1em"
|
|
15558
|
+
height="1em"
|
|
15559
|
+
>
|
|
15560
|
+
<path
|
|
15561
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
15562
|
+
/>
|
|
15563
|
+
</svg>
|
|
14712
15564
|
</span>
|
|
14713
15565
|
</span>
|
|
14714
15566
|
</button>
|
|
@@ -14822,7 +15674,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14822
15674
|
>
|
|
14823
15675
|
<span class="pf-v6-c-button__icon">
|
|
14824
15676
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
14825
|
-
<
|
|
15677
|
+
<svg
|
|
15678
|
+
class="pf-v6-svg"
|
|
15679
|
+
viewBox="0 0 32 32"
|
|
15680
|
+
fill="currentColor"
|
|
15681
|
+
aria-hidden="true"
|
|
15682
|
+
role="img"
|
|
15683
|
+
width="1em"
|
|
15684
|
+
height="1em"
|
|
15685
|
+
>
|
|
15686
|
+
<path
|
|
15687
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
15688
|
+
/>
|
|
15689
|
+
</svg>
|
|
14826
15690
|
</span>
|
|
14827
15691
|
</span>
|
|
14828
15692
|
</button>
|
|
@@ -14907,7 +15771,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14907
15771
|
>
|
|
14908
15772
|
<span class="pf-v6-c-button__icon">
|
|
14909
15773
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
14910
|
-
<
|
|
15774
|
+
<svg
|
|
15775
|
+
class="pf-v6-svg"
|
|
15776
|
+
viewBox="0 0 32 32"
|
|
15777
|
+
fill="currentColor"
|
|
15778
|
+
aria-hidden="true"
|
|
15779
|
+
role="img"
|
|
15780
|
+
width="1em"
|
|
15781
|
+
height="1em"
|
|
15782
|
+
>
|
|
15783
|
+
<path
|
|
15784
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
15785
|
+
/>
|
|
15786
|
+
</svg>
|
|
14911
15787
|
</span>
|
|
14912
15788
|
</span>
|
|
14913
15789
|
</button>
|
|
@@ -14992,7 +15868,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14992
15868
|
>
|
|
14993
15869
|
<span class="pf-v6-c-button__icon">
|
|
14994
15870
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
14995
|
-
<
|
|
15871
|
+
<svg
|
|
15872
|
+
class="pf-v6-svg"
|
|
15873
|
+
viewBox="0 0 32 32"
|
|
15874
|
+
fill="currentColor"
|
|
15875
|
+
aria-hidden="true"
|
|
15876
|
+
role="img"
|
|
15877
|
+
width="1em"
|
|
15878
|
+
height="1em"
|
|
15879
|
+
>
|
|
15880
|
+
<path
|
|
15881
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
15882
|
+
/>
|
|
15883
|
+
</svg>
|
|
14996
15884
|
</span>
|
|
14997
15885
|
</span>
|
|
14998
15886
|
</button>
|
|
@@ -15107,7 +15995,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15107
15995
|
>
|
|
15108
15996
|
<span class="pf-v6-c-button__icon">
|
|
15109
15997
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
15110
|
-
<
|
|
15998
|
+
<svg
|
|
15999
|
+
class="pf-v6-svg"
|
|
16000
|
+
viewBox="0 0 32 32"
|
|
16001
|
+
fill="currentColor"
|
|
16002
|
+
aria-hidden="true"
|
|
16003
|
+
role="img"
|
|
16004
|
+
width="1em"
|
|
16005
|
+
height="1em"
|
|
16006
|
+
>
|
|
16007
|
+
<path
|
|
16008
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
16009
|
+
/>
|
|
16010
|
+
</svg>
|
|
15111
16011
|
</span>
|
|
15112
16012
|
</span>
|
|
15113
16013
|
</button>
|
|
@@ -15192,7 +16092,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15192
16092
|
>
|
|
15193
16093
|
<span class="pf-v6-c-button__icon">
|
|
15194
16094
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
15195
|
-
<
|
|
16095
|
+
<svg
|
|
16096
|
+
class="pf-v6-svg"
|
|
16097
|
+
viewBox="0 0 32 32"
|
|
16098
|
+
fill="currentColor"
|
|
16099
|
+
aria-hidden="true"
|
|
16100
|
+
role="img"
|
|
16101
|
+
width="1em"
|
|
16102
|
+
height="1em"
|
|
16103
|
+
>
|
|
16104
|
+
<path
|
|
16105
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
16106
|
+
/>
|
|
16107
|
+
</svg>
|
|
15196
16108
|
</span>
|
|
15197
16109
|
</span>
|
|
15198
16110
|
</button>
|
|
@@ -15277,7 +16189,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15277
16189
|
>
|
|
15278
16190
|
<span class="pf-v6-c-button__icon">
|
|
15279
16191
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
15280
|
-
<
|
|
16192
|
+
<svg
|
|
16193
|
+
class="pf-v6-svg"
|
|
16194
|
+
viewBox="0 0 32 32"
|
|
16195
|
+
fill="currentColor"
|
|
16196
|
+
aria-hidden="true"
|
|
16197
|
+
role="img"
|
|
16198
|
+
width="1em"
|
|
16199
|
+
height="1em"
|
|
16200
|
+
>
|
|
16201
|
+
<path
|
|
16202
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
16203
|
+
/>
|
|
16204
|
+
</svg>
|
|
15281
16205
|
</span>
|
|
15282
16206
|
</span>
|
|
15283
16207
|
</button>
|
|
@@ -15392,7 +16316,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15392
16316
|
>
|
|
15393
16317
|
<span class="pf-v6-c-button__icon">
|
|
15394
16318
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
15395
|
-
<
|
|
16319
|
+
<svg
|
|
16320
|
+
class="pf-v6-svg"
|
|
16321
|
+
viewBox="0 0 32 32"
|
|
16322
|
+
fill="currentColor"
|
|
16323
|
+
aria-hidden="true"
|
|
16324
|
+
role="img"
|
|
16325
|
+
width="1em"
|
|
16326
|
+
height="1em"
|
|
16327
|
+
>
|
|
16328
|
+
<path
|
|
16329
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
16330
|
+
/>
|
|
16331
|
+
</svg>
|
|
15396
16332
|
</span>
|
|
15397
16333
|
</span>
|
|
15398
16334
|
</button>
|
|
@@ -15478,7 +16414,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15478
16414
|
>
|
|
15479
16415
|
<span class="pf-v6-c-button__icon">
|
|
15480
16416
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
15481
|
-
<
|
|
16417
|
+
<svg
|
|
16418
|
+
class="pf-v6-svg"
|
|
16419
|
+
viewBox="0 0 32 32"
|
|
16420
|
+
fill="currentColor"
|
|
16421
|
+
aria-hidden="true"
|
|
16422
|
+
role="img"
|
|
16423
|
+
width="1em"
|
|
16424
|
+
height="1em"
|
|
16425
|
+
>
|
|
16426
|
+
<path
|
|
16427
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
16428
|
+
/>
|
|
16429
|
+
</svg>
|
|
15482
16430
|
</span>
|
|
15483
16431
|
</span>
|
|
15484
16432
|
</button>
|
|
@@ -15564,7 +16512,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15564
16512
|
>
|
|
15565
16513
|
<span class="pf-v6-c-button__icon">
|
|
15566
16514
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
15567
|
-
<
|
|
16515
|
+
<svg
|
|
16516
|
+
class="pf-v6-svg"
|
|
16517
|
+
viewBox="0 0 32 32"
|
|
16518
|
+
fill="currentColor"
|
|
16519
|
+
aria-hidden="true"
|
|
16520
|
+
role="img"
|
|
16521
|
+
width="1em"
|
|
16522
|
+
height="1em"
|
|
16523
|
+
>
|
|
16524
|
+
<path
|
|
16525
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
16526
|
+
/>
|
|
16527
|
+
</svg>
|
|
15568
16528
|
</span>
|
|
15569
16529
|
</span>
|
|
15570
16530
|
</button>
|
|
@@ -15718,7 +16678,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15718
16678
|
>
|
|
15719
16679
|
<span class="pf-v6-c-button__icon">
|
|
15720
16680
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
15721
|
-
<
|
|
16681
|
+
<svg
|
|
16682
|
+
class="pf-v6-svg"
|
|
16683
|
+
viewBox="0 0 32 32"
|
|
16684
|
+
fill="currentColor"
|
|
16685
|
+
aria-hidden="true"
|
|
16686
|
+
role="img"
|
|
16687
|
+
width="1em"
|
|
16688
|
+
height="1em"
|
|
16689
|
+
>
|
|
16690
|
+
<path
|
|
16691
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
16692
|
+
/>
|
|
16693
|
+
</svg>
|
|
15722
16694
|
</span>
|
|
15723
16695
|
</span>
|
|
15724
16696
|
</button>
|
|
@@ -15836,7 +16808,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15836
16808
|
>
|
|
15837
16809
|
<span class="pf-v6-c-button__icon">
|
|
15838
16810
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
15839
|
-
<
|
|
16811
|
+
<svg
|
|
16812
|
+
class="pf-v6-svg"
|
|
16813
|
+
viewBox="0 0 32 32"
|
|
16814
|
+
fill="currentColor"
|
|
16815
|
+
aria-hidden="true"
|
|
16816
|
+
role="img"
|
|
16817
|
+
width="1em"
|
|
16818
|
+
height="1em"
|
|
16819
|
+
>
|
|
16820
|
+
<path
|
|
16821
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
16822
|
+
/>
|
|
16823
|
+
</svg>
|
|
15840
16824
|
</span>
|
|
15841
16825
|
</span>
|
|
15842
16826
|
</button>
|
|
@@ -15925,7 +16909,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15925
16909
|
>
|
|
15926
16910
|
<span class="pf-v6-c-button__icon">
|
|
15927
16911
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
15928
|
-
<
|
|
16912
|
+
<svg
|
|
16913
|
+
class="pf-v6-svg"
|
|
16914
|
+
viewBox="0 0 32 32"
|
|
16915
|
+
fill="currentColor"
|
|
16916
|
+
aria-hidden="true"
|
|
16917
|
+
role="img"
|
|
16918
|
+
width="1em"
|
|
16919
|
+
height="1em"
|
|
16920
|
+
>
|
|
16921
|
+
<path
|
|
16922
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
16923
|
+
/>
|
|
16924
|
+
</svg>
|
|
15929
16925
|
</span>
|
|
15930
16926
|
</span>
|
|
15931
16927
|
</button>
|
|
@@ -16014,7 +17010,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
16014
17010
|
>
|
|
16015
17011
|
<span class="pf-v6-c-button__icon">
|
|
16016
17012
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
16017
|
-
<
|
|
17013
|
+
<svg
|
|
17014
|
+
class="pf-v6-svg"
|
|
17015
|
+
viewBox="0 0 32 32"
|
|
17016
|
+
fill="currentColor"
|
|
17017
|
+
aria-hidden="true"
|
|
17018
|
+
role="img"
|
|
17019
|
+
width="1em"
|
|
17020
|
+
height="1em"
|
|
17021
|
+
>
|
|
17022
|
+
<path
|
|
17023
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
17024
|
+
/>
|
|
17025
|
+
</svg>
|
|
16018
17026
|
</span>
|
|
16019
17027
|
</span>
|
|
16020
17028
|
</button>
|
|
@@ -16103,7 +17111,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
16103
17111
|
>
|
|
16104
17112
|
<span class="pf-v6-c-button__icon">
|
|
16105
17113
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
16106
|
-
<
|
|
17114
|
+
<svg
|
|
17115
|
+
class="pf-v6-svg"
|
|
17116
|
+
viewBox="0 0 32 32"
|
|
17117
|
+
fill="currentColor"
|
|
17118
|
+
aria-hidden="true"
|
|
17119
|
+
role="img"
|
|
17120
|
+
width="1em"
|
|
17121
|
+
height="1em"
|
|
17122
|
+
>
|
|
17123
|
+
<path
|
|
17124
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
17125
|
+
/>
|
|
17126
|
+
</svg>
|
|
16107
17127
|
</span>
|
|
16108
17128
|
</span>
|
|
16109
17129
|
</button>
|
|
@@ -16191,7 +17211,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
16191
17211
|
>
|
|
16192
17212
|
<span class="pf-v6-c-button__icon">
|
|
16193
17213
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
16194
|
-
<
|
|
17214
|
+
<svg
|
|
17215
|
+
class="pf-v6-svg"
|
|
17216
|
+
viewBox="0 0 32 32"
|
|
17217
|
+
fill="currentColor"
|
|
17218
|
+
aria-hidden="true"
|
|
17219
|
+
role="img"
|
|
17220
|
+
width="1em"
|
|
17221
|
+
height="1em"
|
|
17222
|
+
>
|
|
17223
|
+
<path
|
|
17224
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
17225
|
+
/>
|
|
17226
|
+
</svg>
|
|
16195
17227
|
</span>
|
|
16196
17228
|
</span>
|
|
16197
17229
|
</button>
|
|
@@ -16309,7 +17341,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
16309
17341
|
>
|
|
16310
17342
|
<span class="pf-v6-c-button__icon">
|
|
16311
17343
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
16312
|
-
<
|
|
17344
|
+
<svg
|
|
17345
|
+
class="pf-v6-svg"
|
|
17346
|
+
viewBox="0 0 32 32"
|
|
17347
|
+
fill="currentColor"
|
|
17348
|
+
aria-hidden="true"
|
|
17349
|
+
role="img"
|
|
17350
|
+
width="1em"
|
|
17351
|
+
height="1em"
|
|
17352
|
+
>
|
|
17353
|
+
<path
|
|
17354
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
17355
|
+
/>
|
|
17356
|
+
</svg>
|
|
16313
17357
|
</span>
|
|
16314
17358
|
</span>
|
|
16315
17359
|
</button>
|
|
@@ -16397,7 +17441,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
16397
17441
|
>
|
|
16398
17442
|
<span class="pf-v6-c-button__icon">
|
|
16399
17443
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
16400
|
-
<
|
|
17444
|
+
<svg
|
|
17445
|
+
class="pf-v6-svg"
|
|
17446
|
+
viewBox="0 0 32 32"
|
|
17447
|
+
fill="currentColor"
|
|
17448
|
+
aria-hidden="true"
|
|
17449
|
+
role="img"
|
|
17450
|
+
width="1em"
|
|
17451
|
+
height="1em"
|
|
17452
|
+
>
|
|
17453
|
+
<path
|
|
17454
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
17455
|
+
/>
|
|
17456
|
+
</svg>
|
|
16401
17457
|
</span>
|
|
16402
17458
|
</span>
|
|
16403
17459
|
</button>
|
|
@@ -16514,7 +17570,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
16514
17570
|
>
|
|
16515
17571
|
<span class="pf-v6-c-button__icon">
|
|
16516
17572
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
16517
|
-
<
|
|
17573
|
+
<svg
|
|
17574
|
+
class="pf-v6-svg"
|
|
17575
|
+
viewBox="0 0 32 32"
|
|
17576
|
+
fill="currentColor"
|
|
17577
|
+
aria-hidden="true"
|
|
17578
|
+
role="img"
|
|
17579
|
+
width="1em"
|
|
17580
|
+
height="1em"
|
|
17581
|
+
>
|
|
17582
|
+
<path
|
|
17583
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
17584
|
+
/>
|
|
17585
|
+
</svg>
|
|
16518
17586
|
</span>
|
|
16519
17587
|
</span>
|
|
16520
17588
|
</button>
|
|
@@ -16602,7 +17670,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
16602
17670
|
>
|
|
16603
17671
|
<span class="pf-v6-c-button__icon">
|
|
16604
17672
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
16605
|
-
<
|
|
17673
|
+
<svg
|
|
17674
|
+
class="pf-v6-svg"
|
|
17675
|
+
viewBox="0 0 32 32"
|
|
17676
|
+
fill="currentColor"
|
|
17677
|
+
aria-hidden="true"
|
|
17678
|
+
role="img"
|
|
17679
|
+
width="1em"
|
|
17680
|
+
height="1em"
|
|
17681
|
+
>
|
|
17682
|
+
<path
|
|
17683
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
17684
|
+
/>
|
|
17685
|
+
</svg>
|
|
16606
17686
|
</span>
|
|
16607
17687
|
</span>
|
|
16608
17688
|
</button>
|
|
@@ -16690,7 +17770,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
16690
17770
|
>
|
|
16691
17771
|
<span class="pf-v6-c-button__icon">
|
|
16692
17772
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
16693
|
-
<
|
|
17773
|
+
<svg
|
|
17774
|
+
class="pf-v6-svg"
|
|
17775
|
+
viewBox="0 0 32 32"
|
|
17776
|
+
fill="currentColor"
|
|
17777
|
+
aria-hidden="true"
|
|
17778
|
+
role="img"
|
|
17779
|
+
width="1em"
|
|
17780
|
+
height="1em"
|
|
17781
|
+
>
|
|
17782
|
+
<path
|
|
17783
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
17784
|
+
/>
|
|
17785
|
+
</svg>
|
|
16694
17786
|
</span>
|
|
16695
17787
|
</span>
|
|
16696
17788
|
</button>
|
|
@@ -16808,7 +17900,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
16808
17900
|
>
|
|
16809
17901
|
<span class="pf-v6-c-button__icon">
|
|
16810
17902
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
16811
|
-
<
|
|
17903
|
+
<svg
|
|
17904
|
+
class="pf-v6-svg"
|
|
17905
|
+
viewBox="0 0 32 32"
|
|
17906
|
+
fill="currentColor"
|
|
17907
|
+
aria-hidden="true"
|
|
17908
|
+
role="img"
|
|
17909
|
+
width="1em"
|
|
17910
|
+
height="1em"
|
|
17911
|
+
>
|
|
17912
|
+
<path
|
|
17913
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
17914
|
+
/>
|
|
17915
|
+
</svg>
|
|
16812
17916
|
</span>
|
|
16813
17917
|
</span>
|
|
16814
17918
|
</button>
|
|
@@ -16896,7 +18000,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
16896
18000
|
>
|
|
16897
18001
|
<span class="pf-v6-c-button__icon">
|
|
16898
18002
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
16899
|
-
<
|
|
18003
|
+
<svg
|
|
18004
|
+
class="pf-v6-svg"
|
|
18005
|
+
viewBox="0 0 32 32"
|
|
18006
|
+
fill="currentColor"
|
|
18007
|
+
aria-hidden="true"
|
|
18008
|
+
role="img"
|
|
18009
|
+
width="1em"
|
|
18010
|
+
height="1em"
|
|
18011
|
+
>
|
|
18012
|
+
<path
|
|
18013
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
18014
|
+
/>
|
|
18015
|
+
</svg>
|
|
16900
18016
|
</span>
|
|
16901
18017
|
</span>
|
|
16902
18018
|
</button>
|
|
@@ -16984,7 +18100,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
16984
18100
|
>
|
|
16985
18101
|
<span class="pf-v6-c-button__icon">
|
|
16986
18102
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
16987
|
-
<
|
|
18103
|
+
<svg
|
|
18104
|
+
class="pf-v6-svg"
|
|
18105
|
+
viewBox="0 0 32 32"
|
|
18106
|
+
fill="currentColor"
|
|
18107
|
+
aria-hidden="true"
|
|
18108
|
+
role="img"
|
|
18109
|
+
width="1em"
|
|
18110
|
+
height="1em"
|
|
18111
|
+
>
|
|
18112
|
+
<path
|
|
18113
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
18114
|
+
/>
|
|
18115
|
+
</svg>
|
|
16988
18116
|
</span>
|
|
16989
18117
|
</span>
|
|
16990
18118
|
</button>
|
|
@@ -17102,7 +18230,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17102
18230
|
>
|
|
17103
18231
|
<span class="pf-v6-c-button__icon">
|
|
17104
18232
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
17105
|
-
<
|
|
18233
|
+
<svg
|
|
18234
|
+
class="pf-v6-svg"
|
|
18235
|
+
viewBox="0 0 32 32"
|
|
18236
|
+
fill="currentColor"
|
|
18237
|
+
aria-hidden="true"
|
|
18238
|
+
role="img"
|
|
18239
|
+
width="1em"
|
|
18240
|
+
height="1em"
|
|
18241
|
+
>
|
|
18242
|
+
<path
|
|
18243
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
18244
|
+
/>
|
|
18245
|
+
</svg>
|
|
17106
18246
|
</span>
|
|
17107
18247
|
</span>
|
|
17108
18248
|
</button>
|
|
@@ -17191,7 +18331,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17191
18331
|
>
|
|
17192
18332
|
<span class="pf-v6-c-button__icon">
|
|
17193
18333
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
17194
|
-
<
|
|
18334
|
+
<svg
|
|
18335
|
+
class="pf-v6-svg"
|
|
18336
|
+
viewBox="0 0 32 32"
|
|
18337
|
+
fill="currentColor"
|
|
18338
|
+
aria-hidden="true"
|
|
18339
|
+
role="img"
|
|
18340
|
+
width="1em"
|
|
18341
|
+
height="1em"
|
|
18342
|
+
>
|
|
18343
|
+
<path
|
|
18344
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
18345
|
+
/>
|
|
18346
|
+
</svg>
|
|
17195
18347
|
</span>
|
|
17196
18348
|
</span>
|
|
17197
18349
|
</button>
|
|
@@ -17280,7 +18432,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17280
18432
|
>
|
|
17281
18433
|
<span class="pf-v6-c-button__icon">
|
|
17282
18434
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
17283
|
-
<
|
|
18435
|
+
<svg
|
|
18436
|
+
class="pf-v6-svg"
|
|
18437
|
+
viewBox="0 0 32 32"
|
|
18438
|
+
fill="currentColor"
|
|
18439
|
+
aria-hidden="true"
|
|
18440
|
+
role="img"
|
|
18441
|
+
width="1em"
|
|
18442
|
+
height="1em"
|
|
18443
|
+
>
|
|
18444
|
+
<path
|
|
18445
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
18446
|
+
/>
|
|
18447
|
+
</svg>
|
|
17284
18448
|
</span>
|
|
17285
18449
|
</span>
|
|
17286
18450
|
</button>
|
|
@@ -17373,7 +18537,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17373
18537
|
>
|
|
17374
18538
|
<span class="pf-v6-c-button__icon">
|
|
17375
18539
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
17376
|
-
<
|
|
18540
|
+
<svg
|
|
18541
|
+
class="pf-v6-svg"
|
|
18542
|
+
viewBox="0 0 32 32"
|
|
18543
|
+
fill="currentColor"
|
|
18544
|
+
aria-hidden="true"
|
|
18545
|
+
role="img"
|
|
18546
|
+
width="1em"
|
|
18547
|
+
height="1em"
|
|
18548
|
+
>
|
|
18549
|
+
<path
|
|
18550
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
18551
|
+
/>
|
|
18552
|
+
</svg>
|
|
17377
18553
|
</span>
|
|
17378
18554
|
</span>
|
|
17379
18555
|
</button>
|
|
@@ -17411,7 +18587,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17411
18587
|
>
|
|
17412
18588
|
<span class="pf-v6-c-button__icon">
|
|
17413
18589
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
17414
|
-
<
|
|
18590
|
+
<svg
|
|
18591
|
+
class="pf-v6-svg"
|
|
18592
|
+
viewBox="0 0 32 32"
|
|
18593
|
+
fill="currentColor"
|
|
18594
|
+
aria-hidden="true"
|
|
18595
|
+
role="img"
|
|
18596
|
+
width="1em"
|
|
18597
|
+
height="1em"
|
|
18598
|
+
>
|
|
18599
|
+
<path
|
|
18600
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
18601
|
+
/>
|
|
18602
|
+
</svg>
|
|
17415
18603
|
</span>
|
|
17416
18604
|
</span>
|
|
17417
18605
|
</button>
|
|
@@ -17449,7 +18637,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17449
18637
|
>
|
|
17450
18638
|
<span class="pf-v6-c-button__icon">
|
|
17451
18639
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
17452
|
-
<
|
|
18640
|
+
<svg
|
|
18641
|
+
class="pf-v6-svg"
|
|
18642
|
+
viewBox="0 0 32 32"
|
|
18643
|
+
fill="currentColor"
|
|
18644
|
+
aria-hidden="true"
|
|
18645
|
+
role="img"
|
|
18646
|
+
width="1em"
|
|
18647
|
+
height="1em"
|
|
18648
|
+
>
|
|
18649
|
+
<path
|
|
18650
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
18651
|
+
/>
|
|
18652
|
+
</svg>
|
|
17453
18653
|
</span>
|
|
17454
18654
|
</span>
|
|
17455
18655
|
</button>
|
|
@@ -17487,7 +18687,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17487
18687
|
>
|
|
17488
18688
|
<span class="pf-v6-c-button__icon">
|
|
17489
18689
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
17490
|
-
<
|
|
18690
|
+
<svg
|
|
18691
|
+
class="pf-v6-svg"
|
|
18692
|
+
viewBox="0 0 32 32"
|
|
18693
|
+
fill="currentColor"
|
|
18694
|
+
aria-hidden="true"
|
|
18695
|
+
role="img"
|
|
18696
|
+
width="1em"
|
|
18697
|
+
height="1em"
|
|
18698
|
+
>
|
|
18699
|
+
<path
|
|
18700
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
18701
|
+
/>
|
|
18702
|
+
</svg>
|
|
17491
18703
|
</span>
|
|
17492
18704
|
</span>
|
|
17493
18705
|
</button>
|
|
@@ -17525,7 +18737,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17525
18737
|
>
|
|
17526
18738
|
<span class="pf-v6-c-button__icon">
|
|
17527
18739
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
17528
|
-
<
|
|
18740
|
+
<svg
|
|
18741
|
+
class="pf-v6-svg"
|
|
18742
|
+
viewBox="0 0 32 32"
|
|
18743
|
+
fill="currentColor"
|
|
18744
|
+
aria-hidden="true"
|
|
18745
|
+
role="img"
|
|
18746
|
+
width="1em"
|
|
18747
|
+
height="1em"
|
|
18748
|
+
>
|
|
18749
|
+
<path
|
|
18750
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
18751
|
+
/>
|
|
18752
|
+
</svg>
|
|
17529
18753
|
</span>
|
|
17530
18754
|
</span>
|
|
17531
18755
|
</button>
|
|
@@ -17563,7 +18787,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17563
18787
|
>
|
|
17564
18788
|
<span class="pf-v6-c-button__icon">
|
|
17565
18789
|
<span class="pf-v6-c-table__details-toggle-icon">
|
|
17566
|
-
<
|
|
18790
|
+
<svg
|
|
18791
|
+
class="pf-v6-svg"
|
|
18792
|
+
viewBox="0 0 32 32"
|
|
18793
|
+
fill="currentColor"
|
|
18794
|
+
aria-hidden="true"
|
|
18795
|
+
role="img"
|
|
18796
|
+
width="1em"
|
|
18797
|
+
height="1em"
|
|
18798
|
+
>
|
|
18799
|
+
<path
|
|
18800
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
18801
|
+
/>
|
|
18802
|
+
</svg>
|
|
17567
18803
|
</span>
|
|
17568
18804
|
</span>
|
|
17569
18805
|
</button>
|
|
@@ -18439,7 +19675,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
18439
19675
|
<span class="pf-v6-c-table__button-content">
|
|
18440
19676
|
<span class="pf-v6-c-table__text">Repositories</span>
|
|
18441
19677
|
<span class="pf-v6-c-table__sort-indicator">
|
|
18442
|
-
<
|
|
19678
|
+
<svg
|
|
19679
|
+
class="pf-v6-svg"
|
|
19680
|
+
viewBox="0 0 32 32"
|
|
19681
|
+
fill="currentColor"
|
|
19682
|
+
aria-hidden="true"
|
|
19683
|
+
role="img"
|
|
19684
|
+
width="1em"
|
|
19685
|
+
height="1em"
|
|
19686
|
+
>
|
|
19687
|
+
<path
|
|
19688
|
+
d="M30 16a1 1 0 0 1-1 1H15a1 1 0 0 1 0-2h14a1 1 0 0 1 1 1Zm-5 5H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Zm-6-17a.999.999 0 0 0 .707-1.707l-5.646-5.646a1.501 1.501 0 0 0-2.121 0L2.294 8.293a.999.999 0 1 0 1.414 1.414l4.293-4.293V29a1 1 0 1 0 2 0V5.414l4.293 4.293a.997.997 0 0 0 .707.293Z"
|
|
19689
|
+
/>
|
|
19690
|
+
</svg>
|
|
18443
19691
|
</span>
|
|
18444
19692
|
</span>
|
|
18445
19693
|
</button>
|
|
@@ -18455,7 +19703,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
18455
19703
|
<span class="pf-v6-c-table__button-content">
|
|
18456
19704
|
<span class="pf-v6-c-table__text">Branches</span>
|
|
18457
19705
|
<span class="pf-v6-c-table__sort-indicator">
|
|
18458
|
-
<
|
|
19706
|
+
<svg
|
|
19707
|
+
class="pf-v6-svg"
|
|
19708
|
+
viewBox="0 0 32 32"
|
|
19709
|
+
fill="currentColor"
|
|
19710
|
+
aria-hidden="true"
|
|
19711
|
+
role="img"
|
|
19712
|
+
width="1em"
|
|
19713
|
+
height="1em"
|
|
19714
|
+
>
|
|
19715
|
+
<path
|
|
19716
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
19717
|
+
/>
|
|
19718
|
+
</svg>
|
|
18459
19719
|
</span>
|
|
18460
19720
|
</span>
|
|
18461
19721
|
</button>
|
|
@@ -18471,7 +19731,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
18471
19731
|
<span class="pf-v6-c-table__button-content">
|
|
18472
19732
|
<span class="pf-v6-c-table__text">Pull requests</span>
|
|
18473
19733
|
<span class="pf-v6-c-table__sort-indicator">
|
|
18474
|
-
<
|
|
19734
|
+
<svg
|
|
19735
|
+
class="pf-v6-svg"
|
|
19736
|
+
viewBox="0 0 32 32"
|
|
19737
|
+
fill="currentColor"
|
|
19738
|
+
aria-hidden="true"
|
|
19739
|
+
role="img"
|
|
19740
|
+
width="1em"
|
|
19741
|
+
height="1em"
|
|
19742
|
+
>
|
|
19743
|
+
<path
|
|
19744
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
19745
|
+
/>
|
|
19746
|
+
</svg>
|
|
18475
19747
|
</span>
|
|
18476
19748
|
</span>
|
|
18477
19749
|
</button>
|
|
@@ -18963,7 +20235,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
18963
20235
|
<span class="pf-v6-c-table__button-content">
|
|
18964
20236
|
<span class="pf-v6-c-table__text">Repositories</span>
|
|
18965
20237
|
<span class="pf-v6-c-table__sort-indicator">
|
|
18966
|
-
<
|
|
20238
|
+
<svg
|
|
20239
|
+
class="pf-v6-svg"
|
|
20240
|
+
viewBox="0 0 32 32"
|
|
20241
|
+
fill="currentColor"
|
|
20242
|
+
aria-hidden="true"
|
|
20243
|
+
role="img"
|
|
20244
|
+
width="1em"
|
|
20245
|
+
height="1em"
|
|
20246
|
+
>
|
|
20247
|
+
<path
|
|
20248
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
20249
|
+
/>
|
|
20250
|
+
</svg>
|
|
18967
20251
|
</span>
|
|
18968
20252
|
</span>
|
|
18969
20253
|
</button>
|
|
@@ -18979,7 +20263,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
18979
20263
|
<span class="pf-v6-c-table__button-content">
|
|
18980
20264
|
<span class="pf-v6-c-table__text">Branches</span>
|
|
18981
20265
|
<span class="pf-v6-c-table__sort-indicator">
|
|
18982
|
-
<
|
|
20266
|
+
<svg
|
|
20267
|
+
class="pf-v6-svg"
|
|
20268
|
+
viewBox="0 0 32 32"
|
|
20269
|
+
fill="currentColor"
|
|
20270
|
+
aria-hidden="true"
|
|
20271
|
+
role="img"
|
|
20272
|
+
width="1em"
|
|
20273
|
+
height="1em"
|
|
20274
|
+
>
|
|
20275
|
+
<path
|
|
20276
|
+
d="M30 16a1 1 0 0 1-1 1H15a1 1 0 0 1 0-2h14a1 1 0 0 1 1 1Zm-5 5H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Zm-6-17a.999.999 0 0 0 .707-1.707l-5.646-5.646a1.501 1.501 0 0 0-2.121 0L2.294 8.293a.999.999 0 1 0 1.414 1.414l4.293-4.293V29a1 1 0 1 0 2 0V5.414l4.293 4.293a.997.997 0 0 0 .707.293Z"
|
|
20277
|
+
/>
|
|
20278
|
+
</svg>
|
|
18983
20279
|
</span>
|
|
18984
20280
|
</span>
|
|
18985
20281
|
</button>
|
|
@@ -18995,7 +20291,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
18995
20291
|
<span class="pf-v6-c-table__button-content">
|
|
18996
20292
|
<span class="pf-v6-c-table__text">Pull requests</span>
|
|
18997
20293
|
<span class="pf-v6-c-table__sort-indicator">
|
|
18998
|
-
<
|
|
20294
|
+
<svg
|
|
20295
|
+
class="pf-v6-svg"
|
|
20296
|
+
viewBox="0 0 32 32"
|
|
20297
|
+
fill="currentColor"
|
|
20298
|
+
aria-hidden="true"
|
|
20299
|
+
role="img"
|
|
20300
|
+
width="1em"
|
|
20301
|
+
height="1em"
|
|
20302
|
+
>
|
|
20303
|
+
<path
|
|
20304
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
20305
|
+
/>
|
|
20306
|
+
</svg>
|
|
18999
20307
|
</span>
|
|
19000
20308
|
</span>
|
|
19001
20309
|
</button>
|
|
@@ -19119,7 +20427,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
19119
20427
|
<span class="pf-v6-c-table__button-content">
|
|
19120
20428
|
<span class="pf-v6-c-table__text">Description</span>
|
|
19121
20429
|
<span class="pf-v6-c-table__sort-indicator">
|
|
19122
|
-
<
|
|
20430
|
+
<svg
|
|
20431
|
+
class="pf-v6-svg"
|
|
20432
|
+
viewBox="0 0 32 32"
|
|
20433
|
+
fill="currentColor"
|
|
20434
|
+
aria-hidden="true"
|
|
20435
|
+
role="img"
|
|
20436
|
+
width="1em"
|
|
20437
|
+
height="1em"
|
|
20438
|
+
>
|
|
20439
|
+
<path
|
|
20440
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
20441
|
+
/>
|
|
20442
|
+
</svg>
|
|
19123
20443
|
</span>
|
|
19124
20444
|
</span>
|
|
19125
20445
|
</button>
|
|
@@ -19403,7 +20723,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
19403
20723
|
<span class="pf-v6-c-table__button-content">
|
|
19404
20724
|
<span class="pf-v6-c-table__text">Description</span>
|
|
19405
20725
|
<span class="pf-v6-c-table__sort-indicator">
|
|
19406
|
-
<
|
|
20726
|
+
<svg
|
|
20727
|
+
class="pf-v6-svg"
|
|
20728
|
+
viewBox="0 0 32 32"
|
|
20729
|
+
fill="currentColor"
|
|
20730
|
+
aria-hidden="true"
|
|
20731
|
+
role="img"
|
|
20732
|
+
width="1em"
|
|
20733
|
+
height="1em"
|
|
20734
|
+
>
|
|
20735
|
+
<path
|
|
20736
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
20737
|
+
/>
|
|
20738
|
+
</svg>
|
|
19407
20739
|
</span>
|
|
19408
20740
|
</span>
|
|
19409
20741
|
</button>
|
|
@@ -19753,7 +21085,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
19753
21085
|
<span class="pf-v6-c-table__button-content">
|
|
19754
21086
|
<span class="pf-v6-c-table__text">Description</span>
|
|
19755
21087
|
<span class="pf-v6-c-table__sort-indicator">
|
|
19756
|
-
<
|
|
21088
|
+
<svg
|
|
21089
|
+
class="pf-v6-svg"
|
|
21090
|
+
viewBox="0 0 32 32"
|
|
21091
|
+
fill="currentColor"
|
|
21092
|
+
aria-hidden="true"
|
|
21093
|
+
role="img"
|
|
21094
|
+
width="1em"
|
|
21095
|
+
height="1em"
|
|
21096
|
+
>
|
|
21097
|
+
<path
|
|
21098
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
21099
|
+
/>
|
|
21100
|
+
</svg>
|
|
19757
21101
|
</span>
|
|
19758
21102
|
</span>
|
|
19759
21103
|
</button>
|
|
@@ -20037,7 +21381,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
20037
21381
|
<span class="pf-v6-c-table__button-content">
|
|
20038
21382
|
<span class="pf-v6-c-table__text">Description</span>
|
|
20039
21383
|
<span class="pf-v6-c-table__sort-indicator">
|
|
20040
|
-
<
|
|
21384
|
+
<svg
|
|
21385
|
+
class="pf-v6-svg"
|
|
21386
|
+
viewBox="0 0 32 32"
|
|
21387
|
+
fill="currentColor"
|
|
21388
|
+
aria-hidden="true"
|
|
21389
|
+
role="img"
|
|
21390
|
+
width="1em"
|
|
21391
|
+
height="1em"
|
|
21392
|
+
>
|
|
21393
|
+
<path
|
|
21394
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
21395
|
+
/>
|
|
21396
|
+
</svg>
|
|
20041
21397
|
</span>
|
|
20042
21398
|
</span>
|
|
20043
21399
|
</button>
|
|
@@ -20396,7 +21752,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
20396
21752
|
<span class="pf-v6-c-table__button-content">
|
|
20397
21753
|
<span class="pf-v6-c-table__text">Description</span>
|
|
20398
21754
|
<span class="pf-v6-c-table__sort-indicator">
|
|
20399
|
-
<
|
|
21755
|
+
<svg
|
|
21756
|
+
class="pf-v6-svg"
|
|
21757
|
+
viewBox="0 0 32 32"
|
|
21758
|
+
fill="currentColor"
|
|
21759
|
+
aria-hidden="true"
|
|
21760
|
+
role="img"
|
|
21761
|
+
width="1em"
|
|
21762
|
+
height="1em"
|
|
21763
|
+
>
|
|
21764
|
+
<path
|
|
21765
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
21766
|
+
/>
|
|
21767
|
+
</svg>
|
|
20400
21768
|
</span>
|
|
20401
21769
|
</span>
|
|
20402
21770
|
</button>
|
|
@@ -20680,7 +22048,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
20680
22048
|
<span class="pf-v6-c-table__button-content">
|
|
20681
22049
|
<span class="pf-v6-c-table__text">Description</span>
|
|
20682
22050
|
<span class="pf-v6-c-table__sort-indicator">
|
|
20683
|
-
<
|
|
22051
|
+
<svg
|
|
22052
|
+
class="pf-v6-svg"
|
|
22053
|
+
viewBox="0 0 32 32"
|
|
22054
|
+
fill="currentColor"
|
|
22055
|
+
aria-hidden="true"
|
|
22056
|
+
role="img"
|
|
22057
|
+
width="1em"
|
|
22058
|
+
height="1em"
|
|
22059
|
+
>
|
|
22060
|
+
<path
|
|
22061
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
22062
|
+
/>
|
|
22063
|
+
</svg>
|
|
20684
22064
|
</span>
|
|
20685
22065
|
</span>
|
|
20686
22066
|
</button>
|
|
@@ -21033,7 +22413,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21033
22413
|
<span class="pf-v6-c-table__button-content">
|
|
21034
22414
|
<span class="pf-v6-c-table__text">Description</span>
|
|
21035
22415
|
<span class="pf-v6-c-table__sort-indicator">
|
|
21036
|
-
<
|
|
22416
|
+
<svg
|
|
22417
|
+
class="pf-v6-svg"
|
|
22418
|
+
viewBox="0 0 32 32"
|
|
22419
|
+
fill="currentColor"
|
|
22420
|
+
aria-hidden="true"
|
|
22421
|
+
role="img"
|
|
22422
|
+
width="1em"
|
|
22423
|
+
height="1em"
|
|
22424
|
+
>
|
|
22425
|
+
<path
|
|
22426
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
22427
|
+
/>
|
|
22428
|
+
</svg>
|
|
21037
22429
|
</span>
|
|
21038
22430
|
</span>
|
|
21039
22431
|
</button>
|
|
@@ -21317,7 +22709,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21317
22709
|
<span class="pf-v6-c-table__button-content">
|
|
21318
22710
|
<span class="pf-v6-c-table__text">Description</span>
|
|
21319
22711
|
<span class="pf-v6-c-table__sort-indicator">
|
|
21320
|
-
<
|
|
22712
|
+
<svg
|
|
22713
|
+
class="pf-v6-svg"
|
|
22714
|
+
viewBox="0 0 32 32"
|
|
22715
|
+
fill="currentColor"
|
|
22716
|
+
aria-hidden="true"
|
|
22717
|
+
role="img"
|
|
22718
|
+
width="1em"
|
|
22719
|
+
height="1em"
|
|
22720
|
+
>
|
|
22721
|
+
<path
|
|
22722
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
22723
|
+
/>
|
|
22724
|
+
</svg>
|
|
21321
22725
|
</span>
|
|
21322
22726
|
</span>
|
|
21323
22727
|
</button>
|
|
@@ -21626,7 +23030,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21626
23030
|
<span class="pf-v6-c-table__button-content">
|
|
21627
23031
|
<span class="pf-v6-c-table__text">Repositories</span>
|
|
21628
23032
|
<span class="pf-v6-c-table__sort-indicator">
|
|
21629
|
-
<
|
|
23033
|
+
<svg
|
|
23034
|
+
class="pf-v6-svg"
|
|
23035
|
+
viewBox="0 0 32 32"
|
|
23036
|
+
fill="currentColor"
|
|
23037
|
+
aria-hidden="true"
|
|
23038
|
+
role="img"
|
|
23039
|
+
width="1em"
|
|
23040
|
+
height="1em"
|
|
23041
|
+
>
|
|
23042
|
+
<path
|
|
23043
|
+
d="M30 16a1 1 0 0 1-1 1H15a1 1 0 0 1 0-2h14a1 1 0 0 1 1 1Zm-5 5H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Zm-6-17a.999.999 0 0 0 .707-1.707l-5.646-5.646a1.501 1.501 0 0 0-2.121 0L2.294 8.293a.999.999 0 1 0 1.414 1.414l4.293-4.293V29a1 1 0 1 0 2 0V5.414l4.293 4.293a.997.997 0 0 0 .707.293Z"
|
|
23044
|
+
/>
|
|
23045
|
+
</svg>
|
|
21630
23046
|
</span>
|
|
21631
23047
|
</span>
|
|
21632
23048
|
</button>
|
|
@@ -21642,7 +23058,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21642
23058
|
<span class="pf-v6-c-table__button-content">
|
|
21643
23059
|
<span class="pf-v6-c-table__text">Branches</span>
|
|
21644
23060
|
<span class="pf-v6-c-table__sort-indicator">
|
|
21645
|
-
<
|
|
23061
|
+
<svg
|
|
23062
|
+
class="pf-v6-svg"
|
|
23063
|
+
viewBox="0 0 32 32"
|
|
23064
|
+
fill="currentColor"
|
|
23065
|
+
aria-hidden="true"
|
|
23066
|
+
role="img"
|
|
23067
|
+
width="1em"
|
|
23068
|
+
height="1em"
|
|
23069
|
+
>
|
|
23070
|
+
<path
|
|
23071
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
23072
|
+
/>
|
|
23073
|
+
</svg>
|
|
21646
23074
|
</span>
|
|
21647
23075
|
</span>
|
|
21648
23076
|
</button>
|
|
@@ -21658,7 +23086,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21658
23086
|
<span class="pf-v6-c-table__button-content">
|
|
21659
23087
|
<span class="pf-v6-c-table__text">Pull requests</span>
|
|
21660
23088
|
<span class="pf-v6-c-table__sort-indicator">
|
|
21661
|
-
<
|
|
23089
|
+
<svg
|
|
23090
|
+
class="pf-v6-svg"
|
|
23091
|
+
viewBox="0 0 32 32"
|
|
23092
|
+
fill="currentColor"
|
|
23093
|
+
aria-hidden="true"
|
|
23094
|
+
role="img"
|
|
23095
|
+
width="1em"
|
|
23096
|
+
height="1em"
|
|
23097
|
+
>
|
|
23098
|
+
<path
|
|
23099
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
23100
|
+
/>
|
|
23101
|
+
</svg>
|
|
21662
23102
|
</span>
|
|
21663
23103
|
</span>
|
|
21664
23104
|
</button>
|
|
@@ -22572,7 +24012,19 @@ There are a few ways this can be handled:
|
|
|
22572
24012
|
<span class="pf-v6-c-table__button-content">
|
|
22573
24013
|
<span class="pf-v6-c-table__text">Fact</span>
|
|
22574
24014
|
<span class="pf-v6-c-table__sort-indicator">
|
|
22575
|
-
<
|
|
24015
|
+
<svg
|
|
24016
|
+
class="pf-v6-svg"
|
|
24017
|
+
viewBox="0 0 32 32"
|
|
24018
|
+
fill="currentColor"
|
|
24019
|
+
aria-hidden="true"
|
|
24020
|
+
role="img"
|
|
24021
|
+
width="1em"
|
|
24022
|
+
height="1em"
|
|
24023
|
+
>
|
|
24024
|
+
<path
|
|
24025
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
24026
|
+
/>
|
|
24027
|
+
</svg>
|
|
22576
24028
|
</span>
|
|
22577
24029
|
</span>
|
|
22578
24030
|
</button>
|
|
@@ -22589,7 +24041,19 @@ There are a few ways this can be handled:
|
|
|
22589
24041
|
<span class="pf-v6-c-table__button-content">
|
|
22590
24042
|
<span class="pf-v6-c-table__text">State</span>
|
|
22591
24043
|
<span class="pf-v6-c-table__sort-indicator">
|
|
22592
|
-
<
|
|
24044
|
+
<svg
|
|
24045
|
+
class="pf-v6-svg"
|
|
24046
|
+
viewBox="0 0 32 32"
|
|
24047
|
+
fill="currentColor"
|
|
24048
|
+
aria-hidden="true"
|
|
24049
|
+
role="img"
|
|
24050
|
+
width="1em"
|
|
24051
|
+
height="1em"
|
|
24052
|
+
>
|
|
24053
|
+
<path
|
|
24054
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
24055
|
+
/>
|
|
24056
|
+
</svg>
|
|
22593
24057
|
</span>
|
|
22594
24058
|
</span>
|
|
22595
24059
|
</button>
|
|
@@ -23136,7 +24600,19 @@ There are a few ways this can be handled:
|
|
|
23136
24600
|
<span class="pf-v6-c-table__button-content">
|
|
23137
24601
|
<span class="pf-v6-c-table__text">Fact</span>
|
|
23138
24602
|
<span class="pf-v6-c-table__sort-indicator">
|
|
23139
|
-
<
|
|
24603
|
+
<svg
|
|
24604
|
+
class="pf-v6-svg"
|
|
24605
|
+
viewBox="0 0 32 32"
|
|
24606
|
+
fill="currentColor"
|
|
24607
|
+
aria-hidden="true"
|
|
24608
|
+
role="img"
|
|
24609
|
+
width="1em"
|
|
24610
|
+
height="1em"
|
|
24611
|
+
>
|
|
24612
|
+
<path
|
|
24613
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
24614
|
+
/>
|
|
24615
|
+
</svg>
|
|
23140
24616
|
</span>
|
|
23141
24617
|
</span>
|
|
23142
24618
|
</button>
|
|
@@ -23154,7 +24630,19 @@ There are a few ways this can be handled:
|
|
|
23154
24630
|
<span class="pf-v6-c-table__button-content">
|
|
23155
24631
|
<span class="pf-v6-c-table__text">State</span>
|
|
23156
24632
|
<span class="pf-v6-c-table__sort-indicator">
|
|
23157
|
-
<
|
|
24633
|
+
<svg
|
|
24634
|
+
class="pf-v6-svg"
|
|
24635
|
+
viewBox="0 0 32 32"
|
|
24636
|
+
fill="currentColor"
|
|
24637
|
+
aria-hidden="true"
|
|
24638
|
+
role="img"
|
|
24639
|
+
width="1em"
|
|
24640
|
+
height="1em"
|
|
24641
|
+
>
|
|
24642
|
+
<path
|
|
24643
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
24644
|
+
/>
|
|
24645
|
+
</svg>
|
|
23158
24646
|
</span>
|
|
23159
24647
|
</span>
|
|
23160
24648
|
</button>
|
|
@@ -23729,7 +25217,19 @@ There are a few ways this can be handled:
|
|
|
23729
25217
|
<span class="pf-v6-c-table__button-content">
|
|
23730
25218
|
<span class="pf-v6-c-table__text">Fact</span>
|
|
23731
25219
|
<span class="pf-v6-c-table__sort-indicator">
|
|
23732
|
-
<
|
|
25220
|
+
<svg
|
|
25221
|
+
class="pf-v6-svg"
|
|
25222
|
+
viewBox="0 0 32 32"
|
|
25223
|
+
fill="currentColor"
|
|
25224
|
+
aria-hidden="true"
|
|
25225
|
+
role="img"
|
|
25226
|
+
width="1em"
|
|
25227
|
+
height="1em"
|
|
25228
|
+
>
|
|
25229
|
+
<path
|
|
25230
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
25231
|
+
/>
|
|
25232
|
+
</svg>
|
|
23733
25233
|
</span>
|
|
23734
25234
|
</span>
|
|
23735
25235
|
</button>
|
|
@@ -23747,7 +25247,19 @@ There are a few ways this can be handled:
|
|
|
23747
25247
|
<span class="pf-v6-c-table__button-content">
|
|
23748
25248
|
<span class="pf-v6-c-table__text">State</span>
|
|
23749
25249
|
<span class="pf-v6-c-table__sort-indicator">
|
|
23750
|
-
<
|
|
25250
|
+
<svg
|
|
25251
|
+
class="pf-v6-svg"
|
|
25252
|
+
viewBox="0 0 32 32"
|
|
25253
|
+
fill="currentColor"
|
|
25254
|
+
aria-hidden="true"
|
|
25255
|
+
role="img"
|
|
25256
|
+
width="1em"
|
|
25257
|
+
height="1em"
|
|
25258
|
+
>
|
|
25259
|
+
<path
|
|
25260
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
25261
|
+
/>
|
|
25262
|
+
</svg>
|
|
23751
25263
|
</span>
|
|
23752
25264
|
</span>
|
|
23753
25265
|
</button>
|
|
@@ -24321,7 +25833,19 @@ There are a few ways this can be handled:
|
|
|
24321
25833
|
<span class="pf-v6-c-table__button-content">
|
|
24322
25834
|
<span class="pf-v6-c-table__text">Fact</span>
|
|
24323
25835
|
<span class="pf-v6-c-table__sort-indicator">
|
|
24324
|
-
<
|
|
25836
|
+
<svg
|
|
25837
|
+
class="pf-v6-svg"
|
|
25838
|
+
viewBox="0 0 32 32"
|
|
25839
|
+
fill="currentColor"
|
|
25840
|
+
aria-hidden="true"
|
|
25841
|
+
role="img"
|
|
25842
|
+
width="1em"
|
|
25843
|
+
height="1em"
|
|
25844
|
+
>
|
|
25845
|
+
<path
|
|
25846
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
25847
|
+
/>
|
|
25848
|
+
</svg>
|
|
24325
25849
|
</span>
|
|
24326
25850
|
</span>
|
|
24327
25851
|
</button>
|
|
@@ -24338,7 +25862,19 @@ There are a few ways this can be handled:
|
|
|
24338
25862
|
<span class="pf-v6-c-table__button-content">
|
|
24339
25863
|
<span class="pf-v6-c-table__text">State</span>
|
|
24340
25864
|
<span class="pf-v6-c-table__sort-indicator">
|
|
24341
|
-
<
|
|
25865
|
+
<svg
|
|
25866
|
+
class="pf-v6-svg"
|
|
25867
|
+
viewBox="0 0 32 32"
|
|
25868
|
+
fill="currentColor"
|
|
25869
|
+
aria-hidden="true"
|
|
25870
|
+
role="img"
|
|
25871
|
+
width="1em"
|
|
25872
|
+
height="1em"
|
|
25873
|
+
>
|
|
25874
|
+
<path
|
|
25875
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
25876
|
+
/>
|
|
25877
|
+
</svg>
|
|
24342
25878
|
</span>
|
|
24343
25879
|
</span>
|
|
24344
25880
|
</button>
|
|
@@ -25321,7 +26857,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
25321
26857
|
<span class="pf-v6-c-table__button-content">
|
|
25322
26858
|
<span class="pf-v6-c-table__text">Packets</span>
|
|
25323
26859
|
<span class="pf-v6-c-table__sort-indicator">
|
|
25324
|
-
<
|
|
26860
|
+
<svg
|
|
26861
|
+
class="pf-v6-svg"
|
|
26862
|
+
viewBox="0 0 32 32"
|
|
26863
|
+
fill="currentColor"
|
|
26864
|
+
aria-hidden="true"
|
|
26865
|
+
role="img"
|
|
26866
|
+
width="1em"
|
|
26867
|
+
height="1em"
|
|
26868
|
+
>
|
|
26869
|
+
<path
|
|
26870
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
26871
|
+
/>
|
|
26872
|
+
</svg>
|
|
25325
26873
|
</span>
|
|
25326
26874
|
</span>
|
|
25327
26875
|
</button>
|
|
@@ -25339,7 +26887,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
25339
26887
|
<span class="pf-v6-c-table__button-content">
|
|
25340
26888
|
<span class="pf-v6-c-table__text">Source</span>
|
|
25341
26889
|
<span class="pf-v6-c-table__sort-indicator">
|
|
25342
|
-
<
|
|
26890
|
+
<svg
|
|
26891
|
+
class="pf-v6-svg"
|
|
26892
|
+
viewBox="0 0 32 32"
|
|
26893
|
+
fill="currentColor"
|
|
26894
|
+
aria-hidden="true"
|
|
26895
|
+
role="img"
|
|
26896
|
+
width="1em"
|
|
26897
|
+
height="1em"
|
|
26898
|
+
>
|
|
26899
|
+
<path
|
|
26900
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
26901
|
+
/>
|
|
26902
|
+
</svg>
|
|
25343
26903
|
</span>
|
|
25344
26904
|
</span>
|
|
25345
26905
|
</button>
|
|
@@ -25355,7 +26915,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
25355
26915
|
<span class="pf-v6-c-table__button-content">
|
|
25356
26916
|
<span class="pf-v6-c-table__text">Destination</span>
|
|
25357
26917
|
<span class="pf-v6-c-table__sort-indicator">
|
|
25358
|
-
<
|
|
26918
|
+
<svg
|
|
26919
|
+
class="pf-v6-svg"
|
|
26920
|
+
viewBox="0 0 32 32"
|
|
26921
|
+
fill="currentColor"
|
|
26922
|
+
aria-hidden="true"
|
|
26923
|
+
role="img"
|
|
26924
|
+
width="1em"
|
|
26925
|
+
height="1em"
|
|
26926
|
+
>
|
|
26927
|
+
<path
|
|
26928
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
26929
|
+
/>
|
|
26930
|
+
</svg>
|
|
25359
26931
|
</span>
|
|
25360
26932
|
</span>
|
|
25361
26933
|
</button>
|
|
@@ -25371,7 +26943,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
25371
26943
|
<span class="pf-v6-c-table__button-content">
|
|
25372
26944
|
<span class="pf-v6-c-table__text">Date & Time</span>
|
|
25373
26945
|
<span class="pf-v6-c-table__sort-indicator">
|
|
25374
|
-
<
|
|
26946
|
+
<svg
|
|
26947
|
+
class="pf-v6-svg"
|
|
26948
|
+
viewBox="0 0 32 32"
|
|
26949
|
+
fill="currentColor"
|
|
26950
|
+
aria-hidden="true"
|
|
26951
|
+
role="img"
|
|
26952
|
+
width="1em"
|
|
26953
|
+
height="1em"
|
|
26954
|
+
>
|
|
26955
|
+
<path
|
|
26956
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
26957
|
+
/>
|
|
26958
|
+
</svg>
|
|
25375
26959
|
</span>
|
|
25376
26960
|
</span>
|
|
25377
26961
|
</button>
|
|
@@ -25387,7 +26971,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
25387
26971
|
<span class="pf-v6-c-table__button-content">
|
|
25388
26972
|
<span class="pf-v6-c-table__text">Source</span>
|
|
25389
26973
|
<span class="pf-v6-c-table__sort-indicator">
|
|
25390
|
-
<
|
|
26974
|
+
<svg
|
|
26975
|
+
class="pf-v6-svg"
|
|
26976
|
+
viewBox="0 0 32 32"
|
|
26977
|
+
fill="currentColor"
|
|
26978
|
+
aria-hidden="true"
|
|
26979
|
+
role="img"
|
|
26980
|
+
width="1em"
|
|
26981
|
+
height="1em"
|
|
26982
|
+
>
|
|
26983
|
+
<path
|
|
26984
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
26985
|
+
/>
|
|
26986
|
+
</svg>
|
|
25391
26987
|
</span>
|
|
25392
26988
|
</span>
|
|
25393
26989
|
</button>
|
|
@@ -25403,7 +26999,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
25403
26999
|
<span class="pf-v6-c-table__button-content">
|
|
25404
27000
|
<span class="pf-v6-c-table__text">Destination</span>
|
|
25405
27001
|
<span class="pf-v6-c-table__sort-indicator">
|
|
25406
|
-
<
|
|
27002
|
+
<svg
|
|
27003
|
+
class="pf-v6-svg"
|
|
27004
|
+
viewBox="0 0 32 32"
|
|
27005
|
+
fill="currentColor"
|
|
27006
|
+
aria-hidden="true"
|
|
27007
|
+
role="img"
|
|
27008
|
+
width="1em"
|
|
27009
|
+
height="1em"
|
|
27010
|
+
>
|
|
27011
|
+
<path
|
|
27012
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
27013
|
+
/>
|
|
27014
|
+
</svg>
|
|
25407
27015
|
</span>
|
|
25408
27016
|
</span>
|
|
25409
27017
|
</button>
|
|
@@ -25985,7 +27593,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
25985
27593
|
<span class="pf-v6-c-table__button-content">
|
|
25986
27594
|
<span class="pf-v6-c-table__text">Packets</span>
|
|
25987
27595
|
<span class="pf-v6-c-table__sort-indicator">
|
|
25988
|
-
<
|
|
27596
|
+
<svg
|
|
27597
|
+
class="pf-v6-svg"
|
|
27598
|
+
viewBox="0 0 32 32"
|
|
27599
|
+
fill="currentColor"
|
|
27600
|
+
aria-hidden="true"
|
|
27601
|
+
role="img"
|
|
27602
|
+
width="1em"
|
|
27603
|
+
height="1em"
|
|
27604
|
+
>
|
|
27605
|
+
<path
|
|
27606
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
27607
|
+
/>
|
|
27608
|
+
</svg>
|
|
25989
27609
|
</span>
|
|
25990
27610
|
</span>
|
|
25991
27611
|
</button>
|
|
@@ -26003,7 +27623,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
26003
27623
|
<span class="pf-v6-c-table__button-content">
|
|
26004
27624
|
<span class="pf-v6-c-table__text">Source</span>
|
|
26005
27625
|
<span class="pf-v6-c-table__sort-indicator">
|
|
26006
|
-
<
|
|
27626
|
+
<svg
|
|
27627
|
+
class="pf-v6-svg"
|
|
27628
|
+
viewBox="0 0 32 32"
|
|
27629
|
+
fill="currentColor"
|
|
27630
|
+
aria-hidden="true"
|
|
27631
|
+
role="img"
|
|
27632
|
+
width="1em"
|
|
27633
|
+
height="1em"
|
|
27634
|
+
>
|
|
27635
|
+
<path
|
|
27636
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
27637
|
+
/>
|
|
27638
|
+
</svg>
|
|
26007
27639
|
</span>
|
|
26008
27640
|
</span>
|
|
26009
27641
|
</button>
|
|
@@ -26019,7 +27651,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
26019
27651
|
<span class="pf-v6-c-table__button-content">
|
|
26020
27652
|
<span class="pf-v6-c-table__text">Destination</span>
|
|
26021
27653
|
<span class="pf-v6-c-table__sort-indicator">
|
|
26022
|
-
<
|
|
27654
|
+
<svg
|
|
27655
|
+
class="pf-v6-svg"
|
|
27656
|
+
viewBox="0 0 32 32"
|
|
27657
|
+
fill="currentColor"
|
|
27658
|
+
aria-hidden="true"
|
|
27659
|
+
role="img"
|
|
27660
|
+
width="1em"
|
|
27661
|
+
height="1em"
|
|
27662
|
+
>
|
|
27663
|
+
<path
|
|
27664
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
27665
|
+
/>
|
|
27666
|
+
</svg>
|
|
26023
27667
|
</span>
|
|
26024
27668
|
</span>
|
|
26025
27669
|
</button>
|
|
@@ -26035,7 +27679,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
26035
27679
|
<span class="pf-v6-c-table__button-content">
|
|
26036
27680
|
<span class="pf-v6-c-table__text">Date & Time</span>
|
|
26037
27681
|
<span class="pf-v6-c-table__sort-indicator">
|
|
26038
|
-
<
|
|
27682
|
+
<svg
|
|
27683
|
+
class="pf-v6-svg"
|
|
27684
|
+
viewBox="0 0 32 32"
|
|
27685
|
+
fill="currentColor"
|
|
27686
|
+
aria-hidden="true"
|
|
27687
|
+
role="img"
|
|
27688
|
+
width="1em"
|
|
27689
|
+
height="1em"
|
|
27690
|
+
>
|
|
27691
|
+
<path
|
|
27692
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
27693
|
+
/>
|
|
27694
|
+
</svg>
|
|
26039
27695
|
</span>
|
|
26040
27696
|
</span>
|
|
26041
27697
|
</button>
|
|
@@ -26051,7 +27707,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
26051
27707
|
<span class="pf-v6-c-table__button-content">
|
|
26052
27708
|
<span class="pf-v6-c-table__text">Source</span>
|
|
26053
27709
|
<span class="pf-v6-c-table__sort-indicator">
|
|
26054
|
-
<
|
|
27710
|
+
<svg
|
|
27711
|
+
class="pf-v6-svg"
|
|
27712
|
+
viewBox="0 0 32 32"
|
|
27713
|
+
fill="currentColor"
|
|
27714
|
+
aria-hidden="true"
|
|
27715
|
+
role="img"
|
|
27716
|
+
width="1em"
|
|
27717
|
+
height="1em"
|
|
27718
|
+
>
|
|
27719
|
+
<path
|
|
27720
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
27721
|
+
/>
|
|
27722
|
+
</svg>
|
|
26055
27723
|
</span>
|
|
26056
27724
|
</span>
|
|
26057
27725
|
</button>
|
|
@@ -26067,7 +27735,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
26067
27735
|
<span class="pf-v6-c-table__button-content">
|
|
26068
27736
|
<span class="pf-v6-c-table__text">Destination</span>
|
|
26069
27737
|
<span class="pf-v6-c-table__sort-indicator">
|
|
26070
|
-
<
|
|
27738
|
+
<svg
|
|
27739
|
+
class="pf-v6-svg"
|
|
27740
|
+
viewBox="0 0 32 32"
|
|
27741
|
+
fill="currentColor"
|
|
27742
|
+
aria-hidden="true"
|
|
27743
|
+
role="img"
|
|
27744
|
+
width="1em"
|
|
27745
|
+
height="1em"
|
|
27746
|
+
>
|
|
27747
|
+
<path
|
|
27748
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
27749
|
+
/>
|
|
27750
|
+
</svg>
|
|
26071
27751
|
</span>
|
|
26072
27752
|
</span>
|
|
26073
27753
|
</button>
|
|
@@ -27143,7 +28823,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
27143
28823
|
>
|
|
27144
28824
|
<span class="pf-v6-c-button__icon">
|
|
27145
28825
|
<span class="pf-v6-c-table__sort-indicator">
|
|
27146
|
-
<
|
|
28826
|
+
<svg
|
|
28827
|
+
class="pf-v6-svg"
|
|
28828
|
+
viewBox="0 0 32 32"
|
|
28829
|
+
fill="currentColor"
|
|
28830
|
+
aria-hidden="true"
|
|
28831
|
+
role="img"
|
|
28832
|
+
width="1em"
|
|
28833
|
+
height="1em"
|
|
28834
|
+
>
|
|
28835
|
+
<path
|
|
28836
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
28837
|
+
/>
|
|
28838
|
+
</svg>
|
|
27147
28839
|
</span>
|
|
27148
28840
|
</span>
|
|
27149
28841
|
</button>
|
|
@@ -27855,7 +29547,19 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
27855
29547
|
<span class="pf-v6-c-table__button-content">
|
|
27856
29548
|
<span class="pf-v6-c-table__text">Repositories</span>
|
|
27857
29549
|
<span class="pf-v6-c-table__sort-indicator">
|
|
27858
|
-
<
|
|
29550
|
+
<svg
|
|
29551
|
+
class="pf-v6-svg"
|
|
29552
|
+
viewBox="0 0 32 32"
|
|
29553
|
+
fill="currentColor"
|
|
29554
|
+
aria-hidden="true"
|
|
29555
|
+
role="img"
|
|
29556
|
+
width="1em"
|
|
29557
|
+
height="1em"
|
|
29558
|
+
>
|
|
29559
|
+
<path
|
|
29560
|
+
d="M30 16a1 1 0 0 1-1 1H15a1 1 0 0 1 0-2h14a1 1 0 0 1 1 1Zm-5 5H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Zm-6-17a.999.999 0 0 0 .707-1.707l-5.646-5.646a1.501 1.501 0 0 0-2.121 0L2.294 8.293a.999.999 0 1 0 1.414 1.414l4.293-4.293V29a1 1 0 1 0 2 0V5.414l4.293 4.293a.997.997 0 0 0 .707.293Z"
|
|
29561
|
+
/>
|
|
29562
|
+
</svg>
|
|
27859
29563
|
</span>
|
|
27860
29564
|
</span>
|
|
27861
29565
|
</button>
|
|
@@ -27871,7 +29575,19 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
27871
29575
|
<span class="pf-v6-c-table__button-content">
|
|
27872
29576
|
<span class="pf-v6-c-table__text">Branches</span>
|
|
27873
29577
|
<span class="pf-v6-c-table__sort-indicator">
|
|
27874
|
-
<
|
|
29578
|
+
<svg
|
|
29579
|
+
class="pf-v6-svg"
|
|
29580
|
+
viewBox="0 0 32 32"
|
|
29581
|
+
fill="currentColor"
|
|
29582
|
+
aria-hidden="true"
|
|
29583
|
+
role="img"
|
|
29584
|
+
width="1em"
|
|
29585
|
+
height="1em"
|
|
29586
|
+
>
|
|
29587
|
+
<path
|
|
29588
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
29589
|
+
/>
|
|
29590
|
+
</svg>
|
|
27875
29591
|
</span>
|
|
27876
29592
|
</span>
|
|
27877
29593
|
</button>
|
|
@@ -27887,7 +29603,19 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
27887
29603
|
<span class="pf-v6-c-table__button-content">
|
|
27888
29604
|
<span class="pf-v6-c-table__text">Pull requests</span>
|
|
27889
29605
|
<span class="pf-v6-c-table__sort-indicator">
|
|
27890
|
-
<
|
|
29606
|
+
<svg
|
|
29607
|
+
class="pf-v6-svg"
|
|
29608
|
+
viewBox="0 0 32 32"
|
|
29609
|
+
fill="currentColor"
|
|
29610
|
+
aria-hidden="true"
|
|
29611
|
+
role="img"
|
|
29612
|
+
width="1em"
|
|
29613
|
+
height="1em"
|
|
29614
|
+
>
|
|
29615
|
+
<path
|
|
29616
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
29617
|
+
/>
|
|
29618
|
+
</svg>
|
|
27891
29619
|
</span>
|
|
27892
29620
|
</span>
|
|
27893
29621
|
</button>
|