@patternfly/patternfly 6.0.0-alpha.103 → 6.0.0-alpha.105
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-variables.css +22 -19
- package/base/tokens/_tokens-charts.scss +6 -6
- package/base/tokens/_tokens-dark.scss +4 -3
- package/base/tokens/_tokens-default.scss +20 -18
- package/base/tokens/_tokens-palette.scss +1 -1
- package/components/Drawer/drawer.css +5 -4
- package/components/Drawer/drawer.scss +7 -6
- package/components/FormControl/form-control.scss +1 -1
- package/components/MenuToggle/menu-toggle.css +24 -0
- package/components/MenuToggle/menu-toggle.scss +36 -0
- package/components/Page/page.css +24 -23
- package/components/Page/page.scss +24 -23
- package/docs/components/Drawer/examples/Drawer.md +2 -1
- package/docs/components/MenuToggle/examples/MenuToggle.md +64 -0
- package/docs/components/Page/deprecated/PageHeader.md +113 -99
- package/docs/components/Page/examples/Page.md +114 -100
- package/docs/demos/AboutModal/examples/AboutModal.md +81 -79
- package/docs/demos/Alert/examples/Alert.md +551 -524
- package/docs/demos/BackToTop/examples/BackToTop.md +211 -209
- package/docs/demos/Banner/examples/Banner.md +420 -412
- package/docs/demos/CardView/examples/CardView.md +1302 -1297
- package/docs/demos/ContextSelector/examples/ContextSelector.md +536 -523
- package/docs/demos/Dashboard/examples/Dashboard.md +1344 -1314
- package/docs/demos/DataList/examples/DataList.md +3006 -2958
- package/docs/demos/DescriptionList/examples/DescriptionList.md +532 -518
- package/docs/demos/Drawer/examples/Drawer.md +544 -528
- package/docs/demos/JumpLinks/examples/JumpLinks.md +915 -897
- package/docs/demos/Masthead/examples/Masthead.md +729 -711
- package/docs/demos/Modal/examples/Modal.md +486 -474
- package/docs/demos/Nav/examples/Nav.md +528 -510
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +440 -435
- package/docs/demos/Page/examples/Page.md +1656 -1633
- package/docs/demos/Page/examples/Penta.md +632 -577
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +5222 -5080
- package/docs/demos/Skeleton/examples/Skeleton.md +177 -175
- package/docs/demos/Table/examples/Table.md +14137 -13972
- package/docs/demos/Tabs/examples/Tabs.md +2206 -2138
- package/docs/demos/Toolbar/examples/Toolbar.md +1322 -1269
- package/docs/demos/Wizard/examples/Wizard.md +1571 -1553
- package/package.json +1 -1
- package/patternfly-base-no-globals-theme-dark-unversioned.css +22 -19
- package/patternfly-base-no-globals.css +22 -19
- package/patternfly-base-theme-dark-unversioned.css +22 -19
- package/patternfly-base.css +22 -19
- package/patternfly-no-globals.css +75 -46
- package/patternfly-theme-dark-unversioned.css +75 -46
- package/patternfly.css +75 -46
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -190,628 +190,683 @@ wrapperTag: div
|
|
|
190
190
|
</div>
|
|
191
191
|
</div>
|
|
192
192
|
|
|
193
|
-
<
|
|
194
|
-
<
|
|
195
|
-
<
|
|
196
|
-
<
|
|
197
|
-
<
|
|
198
|
-
<
|
|
199
|
-
<
|
|
200
|
-
<
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
<
|
|
204
|
-
<
|
|
205
|
-
|
|
193
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
194
|
+
<main class="pf-v6-c-page__main" tabindex="-1" id="main-content-page-id">
|
|
195
|
+
<div class="pf-v6-c-page__main-list" tabindex="-1">
|
|
196
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
197
|
+
<div class="pf-v6-c-page__main-body">
|
|
198
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
199
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
200
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
201
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
202
|
+
</li>
|
|
203
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
204
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
205
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
206
|
+
</span>
|
|
206
207
|
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
208
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
209
|
+
</li>
|
|
210
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
211
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
212
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
213
|
+
</span>
|
|
213
214
|
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
215
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
216
|
+
</li>
|
|
217
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
218
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
219
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
220
|
+
</span>
|
|
220
221
|
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
</div>
|
|
230
|
-
</section>
|
|
231
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
232
|
-
<div class="pf-v6-c-page__main-body">
|
|
233
|
-
<div class="pf-v6-c-content">
|
|
234
|
-
<h3>Penta Hackathon Demo Page</h3>
|
|
235
|
-
<p>A showcase of our new tokens being applied to create a new theme.</p>
|
|
222
|
+
<a
|
|
223
|
+
href="#"
|
|
224
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
225
|
+
aria-current="page"
|
|
226
|
+
>Section landing</a>
|
|
227
|
+
</li>
|
|
228
|
+
</ol>
|
|
229
|
+
</nav>
|
|
236
230
|
</div>
|
|
237
|
-
</
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
>
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
231
|
+
</section>
|
|
232
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
233
|
+
<div class="pf-v6-c-page__main-body">
|
|
234
|
+
<div class="pf-v6-c-content">
|
|
235
|
+
<h3>Penta Hackathon Demo Page</h3>
|
|
236
|
+
<p>A showcase of our new tokens being applied to create a new theme.</p>
|
|
237
|
+
</div>
|
|
238
|
+
</div>
|
|
239
|
+
</section>
|
|
240
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
241
|
+
<div class="pf-v6-c-page__main-body">
|
|
242
|
+
<div
|
|
243
|
+
class="pf-v6-c-toolbar pf-m-inset-none"
|
|
244
|
+
id="toolbar-simple-example"
|
|
245
|
+
>
|
|
246
|
+
<div class="pf-v6-c-toolbar__content">
|
|
247
|
+
<div class="pf-v6-c-toolbar__content-section">
|
|
248
|
+
<div class="pf-v6-c-toolbar__item">
|
|
249
|
+
<button
|
|
250
|
+
class="pf-v6-c-menu-toggle"
|
|
251
|
+
type="button"
|
|
252
|
+
aria-expanded="false"
|
|
253
|
+
>
|
|
254
|
+
<span class="pf-v6-c-menu-toggle__text">Dropdown menu</span>
|
|
255
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
256
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
257
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
258
|
+
</span>
|
|
257
259
|
</span>
|
|
258
|
-
</
|
|
259
|
-
</
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
260
|
+
</button>
|
|
261
|
+
</div>
|
|
262
|
+
<div class="pf-v6-c-toolbar__item">
|
|
263
|
+
<button
|
|
264
|
+
class="pf-v6-c-menu-toggle"
|
|
265
|
+
type="button"
|
|
266
|
+
aria-expanded="false"
|
|
267
|
+
>
|
|
268
|
+
<span class="pf-v6-c-menu-toggle__text">Another one</span>
|
|
269
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
270
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
271
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
272
|
+
</span>
|
|
271
273
|
</span>
|
|
272
|
-
</
|
|
273
|
-
</
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
</
|
|
274
|
+
</button>
|
|
275
|
+
</div>
|
|
276
|
+
<div class="pf-v6-c-toolbar__group pf-m-align-end">
|
|
277
|
+
<div class="pf-v6-c-toolbar__group pf-m-icon-button-group">
|
|
278
|
+
<div class="pf-v6-c-toolbar__item">
|
|
279
|
+
<button
|
|
280
|
+
class="pf-v6-c-button pf-m-plain"
|
|
281
|
+
type="button"
|
|
282
|
+
aria-label="Remove"
|
|
283
|
+
>
|
|
284
|
+
<i class="fas fa-columns" aria-hidden="true"></i>
|
|
285
|
+
</button>
|
|
286
|
+
</div>
|
|
287
|
+
<div class="pf-v6-c-toolbar__item">
|
|
288
|
+
<button
|
|
289
|
+
class="pf-v6-c-button pf-m-plain"
|
|
290
|
+
type="button"
|
|
291
|
+
aria-label="Remove"
|
|
292
|
+
>
|
|
293
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
294
|
+
</button>
|
|
295
|
+
</div>
|
|
285
296
|
</div>
|
|
286
297
|
<div class="pf-v6-c-toolbar__item">
|
|
287
298
|
<button
|
|
288
|
-
class="pf-v6-c-button pf-m-
|
|
299
|
+
class="pf-v6-c-button pf-m-primary"
|
|
289
300
|
type="button"
|
|
290
|
-
|
|
291
|
-
>
|
|
292
|
-
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
293
|
-
</button>
|
|
301
|
+
>Primary</button>
|
|
294
302
|
</div>
|
|
295
303
|
</div>
|
|
296
|
-
<div class="pf-v6-c-toolbar__item">
|
|
297
|
-
<button
|
|
298
|
-
class="pf-v6-c-button pf-m-primary"
|
|
299
|
-
type="button"
|
|
300
|
-
>Primary</button>
|
|
301
|
-
</div>
|
|
302
304
|
</div>
|
|
303
305
|
</div>
|
|
304
306
|
</div>
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
class="pf-v6-c-check pf-m-standalone"
|
|
317
|
-
id="page-id-tablecheckrowheadcheck"
|
|
318
|
-
for="page-id-tablecheckrowheadcheck-input"
|
|
319
|
-
>
|
|
320
|
-
<input
|
|
321
|
-
class="pf-v6-c-check__input"
|
|
322
|
-
type="checkbox"
|
|
323
|
-
id="page-id-tablecheckrowheadcheck-input"
|
|
324
|
-
name="page-id-tablecheckrowheadcheck-input"
|
|
325
|
-
aria-label="Standalone check"
|
|
326
|
-
/>
|
|
327
|
-
</label>
|
|
328
|
-
</td>
|
|
329
|
-
|
|
330
|
-
<th
|
|
331
|
-
class="pf-v6-c-table__th"
|
|
332
|
-
role="columnheader"
|
|
333
|
-
scope="col"
|
|
334
|
-
>Repositories</th>
|
|
335
|
-
|
|
336
|
-
<th
|
|
337
|
-
class="pf-v6-c-table__th"
|
|
338
|
-
role="columnheader"
|
|
339
|
-
scope="col"
|
|
340
|
-
>Branches</th>
|
|
341
|
-
|
|
342
|
-
<th
|
|
343
|
-
class="pf-v6-c-table__th"
|
|
344
|
-
role="columnheader"
|
|
345
|
-
scope="col"
|
|
346
|
-
>Pull requests</th>
|
|
347
|
-
|
|
348
|
-
<th
|
|
349
|
-
class="pf-v6-c-table__th"
|
|
350
|
-
role="columnheader"
|
|
351
|
-
scope="col"
|
|
352
|
-
>Workspaces</th>
|
|
353
|
-
|
|
354
|
-
<th
|
|
355
|
-
class="pf-v6-c-table__th"
|
|
356
|
-
role="columnheader"
|
|
357
|
-
scope="col"
|
|
358
|
-
>Last commit</th>
|
|
359
|
-
|
|
360
|
-
<td class="pf-v6-c-table__td"></td>
|
|
361
|
-
|
|
362
|
-
<td class="pf-v6-c-table__td"></td>
|
|
363
|
-
</tr>
|
|
364
|
-
</thead>
|
|
365
|
-
|
|
366
|
-
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
367
|
-
<tr
|
|
368
|
-
class="pf-v6-c-table__tr pf-m-clickable"
|
|
369
|
-
role="row"
|
|
370
|
-
tabindex="0"
|
|
371
|
-
>
|
|
372
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
373
|
-
<label
|
|
374
|
-
class="pf-v6-c-check pf-m-standalone"
|
|
375
|
-
id="page-id-tablecheckrow1check"
|
|
376
|
-
for="page-id-tablecheckrow1check-input"
|
|
307
|
+
<table
|
|
308
|
+
class="pf-v6-c-table pf-m-grid-md"
|
|
309
|
+
role="grid"
|
|
310
|
+
aria-label="This is a table with checkboxes"
|
|
311
|
+
id="page-id-table"
|
|
312
|
+
>
|
|
313
|
+
<thead class="pf-v6-c-table__thead">
|
|
314
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
315
|
+
<td
|
|
316
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
317
|
+
role="cell"
|
|
377
318
|
>
|
|
378
|
-
<
|
|
379
|
-
class="pf-v6-c-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
319
|
+
<label
|
|
320
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
321
|
+
id="page-id-tablecheckrowheadcheck"
|
|
322
|
+
for="page-id-tablecheckrowheadcheck-input"
|
|
323
|
+
>
|
|
324
|
+
<input
|
|
325
|
+
class="pf-v6-c-check__input"
|
|
326
|
+
type="checkbox"
|
|
327
|
+
id="page-id-tablecheckrowheadcheck-input"
|
|
328
|
+
name="page-id-tablecheckrowheadcheck-input"
|
|
329
|
+
aria-label="Standalone check"
|
|
330
|
+
/>
|
|
331
|
+
</label>
|
|
332
|
+
</td>
|
|
333
|
+
|
|
334
|
+
<th
|
|
335
|
+
class="pf-v6-c-table__th"
|
|
336
|
+
role="columnheader"
|
|
337
|
+
scope="col"
|
|
338
|
+
>Repositories</th>
|
|
339
|
+
|
|
340
|
+
<th
|
|
341
|
+
class="pf-v6-c-table__th"
|
|
342
|
+
role="columnheader"
|
|
343
|
+
scope="col"
|
|
344
|
+
>Branches</th>
|
|
345
|
+
|
|
346
|
+
<th
|
|
347
|
+
class="pf-v6-c-table__th"
|
|
348
|
+
role="columnheader"
|
|
349
|
+
scope="col"
|
|
350
|
+
>Pull requests</th>
|
|
351
|
+
|
|
352
|
+
<th
|
|
353
|
+
class="pf-v6-c-table__th"
|
|
354
|
+
role="columnheader"
|
|
355
|
+
scope="col"
|
|
356
|
+
>Workspaces</th>
|
|
357
|
+
|
|
358
|
+
<th
|
|
359
|
+
class="pf-v6-c-table__th"
|
|
360
|
+
role="columnheader"
|
|
361
|
+
scope="col"
|
|
362
|
+
>Last commit</th>
|
|
363
|
+
|
|
364
|
+
<td class="pf-v6-c-table__td"></td>
|
|
365
|
+
|
|
366
|
+
<td class="pf-v6-c-table__td"></td>
|
|
367
|
+
</tr>
|
|
368
|
+
</thead>
|
|
369
|
+
|
|
370
|
+
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
371
|
+
<tr
|
|
372
|
+
class="pf-v6-c-table__tr pf-m-clickable"
|
|
373
|
+
role="row"
|
|
374
|
+
tabindex="0"
|
|
392
375
|
>
|
|
393
|
-
<
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
376
|
+
<td
|
|
377
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
378
|
+
role="cell"
|
|
379
|
+
>
|
|
380
|
+
<label
|
|
381
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
382
|
+
id="page-id-tablecheckrow1check"
|
|
383
|
+
for="page-id-tablecheckrow1check-input"
|
|
384
|
+
>
|
|
385
|
+
<input
|
|
386
|
+
class="pf-v6-c-check__input"
|
|
387
|
+
type="checkbox"
|
|
388
|
+
id="page-id-tablecheckrow1check-input"
|
|
389
|
+
name="page-id-tablecheckrow1check-input"
|
|
390
|
+
aria-label="Standalone check"
|
|
391
|
+
/>
|
|
392
|
+
</label>
|
|
393
|
+
</td>
|
|
394
|
+
|
|
395
|
+
<th
|
|
396
|
+
class="pf-v6-c-table__th"
|
|
397
|
+
role="columnheader"
|
|
398
|
+
data-label="Repository name"
|
|
399
|
+
>
|
|
400
|
+
<div>
|
|
401
|
+
<div id="page-id-table-node1">Node 1</div>
|
|
402
402
|
</div>
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
403
|
+
</th>
|
|
404
|
+
|
|
405
|
+
<td
|
|
406
|
+
class="pf-v6-c-table__td"
|
|
407
|
+
role="cell"
|
|
408
|
+
data-label="Branches"
|
|
409
|
+
>
|
|
410
|
+
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
411
|
+
<div class="pf-v6-l-flex__item">
|
|
412
|
+
<i class="fas fa-code-branch"></i>
|
|
413
|
+
</div>
|
|
414
|
+
<div class="pf-v6-l-flex__item">10</div>
|
|
414
415
|
</div>
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
<
|
|
416
|
+
</td>
|
|
417
|
+
<td
|
|
418
|
+
class="pf-v6-c-table__td"
|
|
419
|
+
role="cell"
|
|
420
|
+
data-label="Pull requests"
|
|
421
|
+
>
|
|
422
|
+
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
423
|
+
<div class="pf-v6-l-flex__item">
|
|
424
|
+
<i class="fas fa-code"></i>
|
|
425
|
+
</div>
|
|
426
|
+
<div class="pf-v6-l-flex__item">25</div>
|
|
426
427
|
</div>
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
role="cell"
|
|
433
|
-
data-label="Last commit"
|
|
434
|
-
>2 days ago</td>
|
|
435
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
436
|
-
<a href="/some/path">Action link</a>
|
|
437
|
-
</td>
|
|
438
|
-
|
|
439
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
440
|
-
<button
|
|
441
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
442
|
-
type="button"
|
|
443
|
-
aria-expanded="false"
|
|
444
|
-
aria-label="Table actions"
|
|
428
|
+
</td>
|
|
429
|
+
<td
|
|
430
|
+
class="pf-v6-c-table__td"
|
|
431
|
+
role="cell"
|
|
432
|
+
data-label="Workspaces"
|
|
445
433
|
>
|
|
446
|
-
<
|
|
447
|
-
<
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
<
|
|
451
|
-
</
|
|
452
|
-
</
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
<
|
|
463
|
-
class="pf-v6-c-
|
|
464
|
-
|
|
465
|
-
for="page-id-tablecheckrow2check-input"
|
|
434
|
+
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
435
|
+
<div class="pf-v6-l-flex__item">
|
|
436
|
+
<i class="fas fa-cube"></i>
|
|
437
|
+
</div>
|
|
438
|
+
<div class="pf-v6-l-flex__item">5</div>
|
|
439
|
+
</div>
|
|
440
|
+
</td>
|
|
441
|
+
<td
|
|
442
|
+
class="pf-v6-c-table__td"
|
|
443
|
+
role="cell"
|
|
444
|
+
data-label="Last commit"
|
|
445
|
+
>2 days ago</td>
|
|
446
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
447
|
+
<a href="/some/path">Action link</a>
|
|
448
|
+
</td>
|
|
449
|
+
|
|
450
|
+
<td
|
|
451
|
+
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
452
|
+
role="cell"
|
|
466
453
|
>
|
|
467
|
-
<
|
|
468
|
-
class="pf-v6-c-
|
|
469
|
-
type="
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
454
|
+
<button
|
|
455
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
456
|
+
type="button"
|
|
457
|
+
aria-expanded="false"
|
|
458
|
+
aria-label="Table actions"
|
|
459
|
+
>
|
|
460
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
461
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
462
|
+
</span>
|
|
463
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
464
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
465
|
+
</span>
|
|
466
|
+
</button>
|
|
467
|
+
</td>
|
|
468
|
+
</tr>
|
|
469
|
+
|
|
470
|
+
<tr
|
|
471
|
+
class="pf-v6-c-table__tr pf-m-clickable pf-m-selected"
|
|
472
|
+
role="row"
|
|
473
|
+
tabindex="0"
|
|
481
474
|
>
|
|
482
|
-
<
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
475
|
+
<td
|
|
476
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
477
|
+
role="cell"
|
|
478
|
+
>
|
|
479
|
+
<label
|
|
480
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
481
|
+
id="page-id-tablecheckrow2check"
|
|
482
|
+
for="page-id-tablecheckrow2check-input"
|
|
483
|
+
>
|
|
484
|
+
<input
|
|
485
|
+
class="pf-v6-c-check__input"
|
|
486
|
+
type="checkbox"
|
|
487
|
+
id="page-id-tablecheckrow2check-input"
|
|
488
|
+
name="page-id-tablecheckrow2check-input"
|
|
489
|
+
aria-label="Standalone check"
|
|
490
|
+
/>
|
|
491
|
+
</label>
|
|
492
|
+
</td>
|
|
493
|
+
|
|
494
|
+
<th
|
|
495
|
+
class="pf-v6-c-table__th"
|
|
496
|
+
role="columnheader"
|
|
497
|
+
data-label="Repository name"
|
|
498
|
+
>
|
|
499
|
+
<div>
|
|
500
|
+
<div id="page-id-table-node2">Node 2</div>
|
|
491
501
|
</div>
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
502
|
+
</th>
|
|
503
|
+
|
|
504
|
+
<td
|
|
505
|
+
class="pf-v6-c-table__td"
|
|
506
|
+
role="cell"
|
|
507
|
+
data-label="Branches"
|
|
508
|
+
>
|
|
509
|
+
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
510
|
+
<div class="pf-v6-l-flex__item">
|
|
511
|
+
<i class="fas fa-code-branch"></i>
|
|
512
|
+
</div>
|
|
513
|
+
<div class="pf-v6-l-flex__item">8</div>
|
|
503
514
|
</div>
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
<
|
|
515
|
+
</td>
|
|
516
|
+
<td
|
|
517
|
+
class="pf-v6-c-table__td"
|
|
518
|
+
role="cell"
|
|
519
|
+
data-label="Pull requests"
|
|
520
|
+
>
|
|
521
|
+
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
522
|
+
<div class="pf-v6-l-flex__item">
|
|
523
|
+
<i class="fas fa-code"></i>
|
|
524
|
+
</div>
|
|
525
|
+
<div class="pf-v6-l-flex__item">30</div>
|
|
515
526
|
</div>
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
role="cell"
|
|
522
|
-
data-label="Last commit"
|
|
523
|
-
>2 days ago</td>
|
|
524
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
525
|
-
<a href="/some/path">Action link</a>
|
|
526
|
-
</td>
|
|
527
|
-
|
|
528
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
529
|
-
<button
|
|
530
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
531
|
-
type="button"
|
|
532
|
-
aria-expanded="false"
|
|
533
|
-
aria-label="Table actions"
|
|
527
|
+
</td>
|
|
528
|
+
<td
|
|
529
|
+
class="pf-v6-c-table__td"
|
|
530
|
+
role="cell"
|
|
531
|
+
data-label="Workspaces"
|
|
534
532
|
>
|
|
535
|
-
<
|
|
536
|
-
<
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
<
|
|
540
|
-
</
|
|
541
|
-
</
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
<
|
|
552
|
-
class="pf-v6-c-
|
|
553
|
-
|
|
554
|
-
for="page-id-tablecheckrow3check-input"
|
|
533
|
+
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
534
|
+
<div class="pf-v6-l-flex__item">
|
|
535
|
+
<i class="fas fa-cube"></i>
|
|
536
|
+
</div>
|
|
537
|
+
<div class="pf-v6-l-flex__item">2</div>
|
|
538
|
+
</div>
|
|
539
|
+
</td>
|
|
540
|
+
<td
|
|
541
|
+
class="pf-v6-c-table__td"
|
|
542
|
+
role="cell"
|
|
543
|
+
data-label="Last commit"
|
|
544
|
+
>2 days ago</td>
|
|
545
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
546
|
+
<a href="/some/path">Action link</a>
|
|
547
|
+
</td>
|
|
548
|
+
|
|
549
|
+
<td
|
|
550
|
+
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
551
|
+
role="cell"
|
|
555
552
|
>
|
|
556
|
-
<
|
|
557
|
-
class="pf-v6-c-
|
|
558
|
-
type="
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
553
|
+
<button
|
|
554
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
555
|
+
type="button"
|
|
556
|
+
aria-expanded="false"
|
|
557
|
+
aria-label="Table actions"
|
|
558
|
+
>
|
|
559
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
560
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
561
|
+
</span>
|
|
562
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
563
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
564
|
+
</span>
|
|
565
|
+
</button>
|
|
566
|
+
</td>
|
|
567
|
+
</tr>
|
|
568
|
+
|
|
569
|
+
<tr
|
|
570
|
+
class="pf-v6-c-table__tr pf-m-clickable"
|
|
571
|
+
role="row"
|
|
572
|
+
tabindex="0"
|
|
570
573
|
>
|
|
571
|
-
<
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
574
|
+
<td
|
|
575
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
576
|
+
role="cell"
|
|
577
|
+
>
|
|
578
|
+
<label
|
|
579
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
580
|
+
id="page-id-tablecheckrow3check"
|
|
581
|
+
for="page-id-tablecheckrow3check-input"
|
|
582
|
+
>
|
|
583
|
+
<input
|
|
584
|
+
class="pf-v6-c-check__input"
|
|
585
|
+
type="checkbox"
|
|
586
|
+
id="page-id-tablecheckrow3check-input"
|
|
587
|
+
name="page-id-tablecheckrow3check-input"
|
|
588
|
+
aria-label="Standalone check"
|
|
589
|
+
/>
|
|
590
|
+
</label>
|
|
591
|
+
</td>
|
|
592
|
+
|
|
593
|
+
<th
|
|
594
|
+
class="pf-v6-c-table__th"
|
|
595
|
+
role="columnheader"
|
|
596
|
+
data-label="Repository name"
|
|
597
|
+
>
|
|
598
|
+
<div>
|
|
599
|
+
<div id="page-id-table-node3">Node 3</div>
|
|
580
600
|
</div>
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
601
|
+
</th>
|
|
602
|
+
|
|
603
|
+
<td
|
|
604
|
+
class="pf-v6-c-table__td"
|
|
605
|
+
role="cell"
|
|
606
|
+
data-label="Branches"
|
|
607
|
+
>
|
|
608
|
+
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
609
|
+
<div class="pf-v6-l-flex__item">
|
|
610
|
+
<i class="fas fa-code-branch"></i>
|
|
611
|
+
</div>
|
|
612
|
+
<div class="pf-v6-l-flex__item">12</div>
|
|
592
613
|
</div>
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
<
|
|
614
|
+
</td>
|
|
615
|
+
<td
|
|
616
|
+
class="pf-v6-c-table__td"
|
|
617
|
+
role="cell"
|
|
618
|
+
data-label="Pull requests"
|
|
619
|
+
>
|
|
620
|
+
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
621
|
+
<div class="pf-v6-l-flex__item">
|
|
622
|
+
<i class="fas fa-code"></i>
|
|
623
|
+
</div>
|
|
624
|
+
<div class="pf-v6-l-flex__item">48</div>
|
|
604
625
|
</div>
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
role="cell"
|
|
611
|
-
data-label="Last commit"
|
|
612
|
-
>30 days ago</td>
|
|
613
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
614
|
-
<a href="#">Action link</a>
|
|
615
|
-
</td>
|
|
616
|
-
|
|
617
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
618
|
-
<button
|
|
619
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
620
|
-
type="button"
|
|
621
|
-
aria-expanded="false"
|
|
622
|
-
aria-label="Table actions"
|
|
626
|
+
</td>
|
|
627
|
+
<td
|
|
628
|
+
class="pf-v6-c-table__td"
|
|
629
|
+
role="cell"
|
|
630
|
+
data-label="Workspaces"
|
|
623
631
|
>
|
|
624
|
-
<
|
|
625
|
-
<
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
<
|
|
629
|
-
</
|
|
630
|
-
</
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
<
|
|
641
|
-
class="pf-v6-c-
|
|
642
|
-
|
|
643
|
-
for="page-id-tablecheckrow4check-input"
|
|
632
|
+
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
633
|
+
<div class="pf-v6-l-flex__item">
|
|
634
|
+
<i class="fas fa-cube"></i>
|
|
635
|
+
</div>
|
|
636
|
+
<div class="pf-v6-l-flex__item">13</div>
|
|
637
|
+
</div>
|
|
638
|
+
</td>
|
|
639
|
+
<td
|
|
640
|
+
class="pf-v6-c-table__td"
|
|
641
|
+
role="cell"
|
|
642
|
+
data-label="Last commit"
|
|
643
|
+
>30 days ago</td>
|
|
644
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
645
|
+
<a href="#">Action link</a>
|
|
646
|
+
</td>
|
|
647
|
+
|
|
648
|
+
<td
|
|
649
|
+
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
650
|
+
role="cell"
|
|
644
651
|
>
|
|
645
|
-
<
|
|
646
|
-
class="pf-v6-c-
|
|
647
|
-
type="
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
652
|
+
<button
|
|
653
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
654
|
+
type="button"
|
|
655
|
+
aria-expanded="false"
|
|
656
|
+
aria-label="Table actions"
|
|
657
|
+
>
|
|
658
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
659
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
660
|
+
</span>
|
|
661
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
662
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
663
|
+
</span>
|
|
664
|
+
</button>
|
|
665
|
+
</td>
|
|
666
|
+
</tr>
|
|
667
|
+
|
|
668
|
+
<tr
|
|
669
|
+
class="pf-v6-c-table__tr pf-m-clickable"
|
|
670
|
+
role="row"
|
|
671
|
+
tabindex="0"
|
|
659
672
|
>
|
|
660
|
-
<
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
673
|
+
<td
|
|
674
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
675
|
+
role="cell"
|
|
676
|
+
>
|
|
677
|
+
<label
|
|
678
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
679
|
+
id="page-id-tablecheckrow4check"
|
|
680
|
+
for="page-id-tablecheckrow4check-input"
|
|
681
|
+
>
|
|
682
|
+
<input
|
|
683
|
+
class="pf-v6-c-check__input"
|
|
684
|
+
type="checkbox"
|
|
685
|
+
id="page-id-tablecheckrow4check-input"
|
|
686
|
+
name="page-id-tablecheckrow4check-input"
|
|
687
|
+
aria-label="Standalone check"
|
|
688
|
+
/>
|
|
689
|
+
</label>
|
|
690
|
+
</td>
|
|
691
|
+
|
|
692
|
+
<th
|
|
693
|
+
class="pf-v6-c-table__th"
|
|
694
|
+
role="columnheader"
|
|
695
|
+
data-label="Repository name"
|
|
696
|
+
>
|
|
697
|
+
<div>
|
|
698
|
+
<div id="page-id-table-node4">Node 4</div>
|
|
669
699
|
</div>
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
700
|
+
</th>
|
|
701
|
+
|
|
702
|
+
<td
|
|
703
|
+
class="pf-v6-c-table__td"
|
|
704
|
+
role="cell"
|
|
705
|
+
data-label="Branches"
|
|
706
|
+
>
|
|
707
|
+
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
708
|
+
<div class="pf-v6-l-flex__item">
|
|
709
|
+
<i class="fas fa-code-branch"></i>
|
|
710
|
+
</div>
|
|
711
|
+
<div class="pf-v6-l-flex__item">3</div>
|
|
681
712
|
</div>
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
<
|
|
713
|
+
</td>
|
|
714
|
+
<td
|
|
715
|
+
class="pf-v6-c-table__td"
|
|
716
|
+
role="cell"
|
|
717
|
+
data-label="Pull requests"
|
|
718
|
+
>
|
|
719
|
+
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
720
|
+
<div class="pf-v6-l-flex__item">
|
|
721
|
+
<i class="fas fa-code"></i>
|
|
722
|
+
</div>
|
|
723
|
+
<div class="pf-v6-l-flex__item">8</div>
|
|
693
724
|
</div>
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
role="cell"
|
|
700
|
-
data-label="Last commit"
|
|
701
|
-
>8 days ago</td>
|
|
702
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
703
|
-
<a href="/some/path">Action link</a>
|
|
704
|
-
</td>
|
|
705
|
-
|
|
706
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
707
|
-
<button
|
|
708
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
709
|
-
type="button"
|
|
710
|
-
aria-expanded="false"
|
|
711
|
-
aria-label="Table actions"
|
|
725
|
+
</td>
|
|
726
|
+
<td
|
|
727
|
+
class="pf-v6-c-table__td"
|
|
728
|
+
role="cell"
|
|
729
|
+
data-label="Workspaces"
|
|
712
730
|
>
|
|
713
|
-
<
|
|
714
|
-
<
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
<
|
|
718
|
-
</
|
|
719
|
-
</
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
<
|
|
730
|
-
class="pf-v6-c-
|
|
731
|
-
|
|
732
|
-
for="page-id-tablecheckrow5check-input"
|
|
731
|
+
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
732
|
+
<div class="pf-v6-l-flex__item">
|
|
733
|
+
<i class="fas fa-cube"></i>
|
|
734
|
+
</div>
|
|
735
|
+
<div class="pf-v6-l-flex__item">20</div>
|
|
736
|
+
</div>
|
|
737
|
+
</td>
|
|
738
|
+
<td
|
|
739
|
+
class="pf-v6-c-table__td"
|
|
740
|
+
role="cell"
|
|
741
|
+
data-label="Last commit"
|
|
742
|
+
>8 days ago</td>
|
|
743
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
744
|
+
<a href="/some/path">Action link</a>
|
|
745
|
+
</td>
|
|
746
|
+
|
|
747
|
+
<td
|
|
748
|
+
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
749
|
+
role="cell"
|
|
733
750
|
>
|
|
734
|
-
<
|
|
735
|
-
class="pf-v6-c-
|
|
736
|
-
type="
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
751
|
+
<button
|
|
752
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
753
|
+
type="button"
|
|
754
|
+
aria-expanded="false"
|
|
755
|
+
aria-label="Table actions"
|
|
756
|
+
>
|
|
757
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
758
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
759
|
+
</span>
|
|
760
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
761
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
762
|
+
</span>
|
|
763
|
+
</button>
|
|
764
|
+
</td>
|
|
765
|
+
</tr>
|
|
766
|
+
|
|
767
|
+
<tr
|
|
768
|
+
class="pf-v6-c-table__tr pf-m-clickable"
|
|
769
|
+
role="row"
|
|
770
|
+
tabindex="0"
|
|
747
771
|
>
|
|
748
|
-
<
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
772
|
+
<td
|
|
773
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
774
|
+
role="cell"
|
|
775
|
+
>
|
|
776
|
+
<label
|
|
777
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
778
|
+
id="page-id-tablecheckrow5check"
|
|
779
|
+
for="page-id-tablecheckrow5check-input"
|
|
780
|
+
>
|
|
781
|
+
<input
|
|
782
|
+
class="pf-v6-c-check__input"
|
|
783
|
+
type="checkbox"
|
|
784
|
+
id="page-id-tablecheckrow5check-input"
|
|
785
|
+
name="page-id-tablecheckrow5check-input"
|
|
786
|
+
aria-label="Standalone check"
|
|
787
|
+
/>
|
|
788
|
+
</label>
|
|
789
|
+
</td>
|
|
790
|
+
<td
|
|
791
|
+
class="pf-v6-c-table__td"
|
|
792
|
+
role="cell"
|
|
793
|
+
data-label="Repository name"
|
|
794
|
+
>
|
|
795
|
+
<div>
|
|
796
|
+
<div id="page-id-table-node5">Node 5</div>
|
|
756
797
|
</div>
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
<
|
|
798
|
+
</td>
|
|
799
|
+
<td
|
|
800
|
+
class="pf-v6-c-table__td"
|
|
801
|
+
role="cell"
|
|
802
|
+
data-label="Branches"
|
|
803
|
+
>
|
|
804
|
+
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
805
|
+
<div class="pf-v6-l-flex__item">
|
|
806
|
+
<i class="fas fa-code-branch"></i>
|
|
807
|
+
</div>
|
|
808
|
+
<div class="pf-v6-l-flex__item">34</div>
|
|
768
809
|
</div>
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
<
|
|
810
|
+
</td>
|
|
811
|
+
<td
|
|
812
|
+
class="pf-v6-c-table__td"
|
|
813
|
+
role="cell"
|
|
814
|
+
data-label="Pull requests"
|
|
815
|
+
>
|
|
816
|
+
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
817
|
+
<div class="pf-v6-l-flex__item">
|
|
818
|
+
<i class="fas fa-code"></i>
|
|
819
|
+
</div>
|
|
820
|
+
<div class="pf-v6-l-flex__item">21</div>
|
|
780
821
|
</div>
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
role="cell"
|
|
787
|
-
data-label="Last commit"
|
|
788
|
-
>2 days ago</td>
|
|
789
|
-
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
790
|
-
<a href="/some/path">Action link</a>
|
|
791
|
-
</td>
|
|
792
|
-
|
|
793
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
794
|
-
<button
|
|
795
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
796
|
-
type="button"
|
|
797
|
-
aria-expanded="false"
|
|
798
|
-
aria-label="Table actions"
|
|
822
|
+
</td>
|
|
823
|
+
<td
|
|
824
|
+
class="pf-v6-c-table__td"
|
|
825
|
+
role="cell"
|
|
826
|
+
data-label="Workspaces"
|
|
799
827
|
>
|
|
800
|
-
<
|
|
801
|
-
<
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
<
|
|
805
|
-
</
|
|
806
|
-
</
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
828
|
+
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
829
|
+
<div class="pf-v6-l-flex__item">
|
|
830
|
+
<i class="fas fa-cube"></i>
|
|
831
|
+
</div>
|
|
832
|
+
<div class="pf-v6-l-flex__item">26</div>
|
|
833
|
+
</div>
|
|
834
|
+
</td>
|
|
835
|
+
<td
|
|
836
|
+
class="pf-v6-c-table__td"
|
|
837
|
+
role="cell"
|
|
838
|
+
data-label="Last commit"
|
|
839
|
+
>2 days ago</td>
|
|
840
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
841
|
+
<a href="/some/path">Action link</a>
|
|
842
|
+
</td>
|
|
843
|
+
|
|
844
|
+
<td
|
|
845
|
+
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
846
|
+
role="cell"
|
|
847
|
+
>
|
|
848
|
+
<button
|
|
849
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
850
|
+
type="button"
|
|
851
|
+
aria-expanded="false"
|
|
852
|
+
aria-label="Table actions"
|
|
853
|
+
>
|
|
854
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
855
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
856
|
+
</span>
|
|
857
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
858
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
859
|
+
</span>
|
|
860
|
+
</button>
|
|
861
|
+
</td>
|
|
862
|
+
</tr>
|
|
863
|
+
</tbody>
|
|
864
|
+
</table>
|
|
865
|
+
</div>
|
|
866
|
+
</section>
|
|
867
|
+
</div>
|
|
868
|
+
</main>
|
|
869
|
+
</div>
|
|
815
870
|
</div>
|
|
816
871
|
|
|
817
872
|
```
|