@patternfly/patternfly 5.0.0-alpha.60 → 5.0.0-alpha.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Table/table.css +0 -1
- package/components/Table/table.scss +0 -1
- package/docs/components/Table/examples/Table.md +434 -432
- package/package.json +1 -1
- package/patternfly-no-globals.css +0 -1
- package/patternfly.css +0 -1
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -9073,7 +9073,7 @@ Note: To apply padding to `.pf-v5-c-table__expandable-row`, wrap the content in
|
|
|
9073
9073
|
<thead class="pf-v5-c-table__thead">
|
|
9074
9074
|
<tr class="pf-v5-c-table__tr">
|
|
9075
9075
|
<th
|
|
9076
|
-
class="pf-v5-c-table__th
|
|
9076
|
+
class="pf-v5-c-table__th table__tree-view-title-header-cell"
|
|
9077
9077
|
scope="col"
|
|
9078
9078
|
>Name</th>
|
|
9079
9079
|
<th class="pf-v5-c-table__th" scope="col">Count</th>
|
|
@@ -10638,7 +10638,7 @@ Note: To apply padding to `.pf-v5-c-table__expandable-row`, wrap the content in
|
|
|
10638
10638
|
<thead class="pf-v5-c-table__thead">
|
|
10639
10639
|
<tr class="pf-v5-c-table__tr">
|
|
10640
10640
|
<th
|
|
10641
|
-
class="pf-v5-c-table__th
|
|
10641
|
+
class="pf-v5-c-table__th table__tree-view-title-header-cell"
|
|
10642
10642
|
scope="col"
|
|
10643
10643
|
>Name</th>
|
|
10644
10644
|
<th class="pf-v5-c-table__th" scope="col">Count</th>
|
|
@@ -12408,7 +12408,7 @@ Note: To apply padding to `.pf-v5-c-table__expandable-row`, wrap the content in
|
|
|
12408
12408
|
<thead class="pf-v5-c-table__thead">
|
|
12409
12409
|
<tr class="pf-v5-c-table__tr">
|
|
12410
12410
|
<th
|
|
12411
|
-
class="pf-v5-c-table__th
|
|
12411
|
+
class="pf-v5-c-table__th table__tree-view-title-header-cell"
|
|
12412
12412
|
scope="col"
|
|
12413
12413
|
>Name</th>
|
|
12414
12414
|
<th class="pf-v5-c-table__th" scope="col">Count</th>
|
|
@@ -14229,7 +14229,7 @@ Note: To apply padding to `.pf-v5-c-table__expandable-row`, wrap the content in
|
|
|
14229
14229
|
<thead class="pf-v5-c-table__thead">
|
|
14230
14230
|
<tr class="pf-v5-c-table__tr">
|
|
14231
14231
|
<th
|
|
14232
|
-
class="pf-v5-c-table__th
|
|
14232
|
+
class="pf-v5-c-table__th table__tree-view-title-header-cell"
|
|
14233
14233
|
scope="col"
|
|
14234
14234
|
>Name</th>
|
|
14235
14235
|
<th class="pf-v5-c-table__th" scope="col">Count</th>
|
|
@@ -14238,474 +14238,476 @@ Note: To apply padding to `.pf-v5-c-table__expandable-row`, wrap the content in
|
|
|
14238
14238
|
</tr>
|
|
14239
14239
|
</thead>
|
|
14240
14240
|
|
|
14241
|
-
<
|
|
14242
|
-
<
|
|
14243
|
-
<
|
|
14244
|
-
<div class="pf-v5-c-table__tree-view-
|
|
14245
|
-
<
|
|
14246
|
-
|
|
14247
|
-
|
|
14248
|
-
|
|
14241
|
+
<tbody class="pf-v5-c-table__tbody">
|
|
14242
|
+
<tr class="pf-v5-c-table__tr" role="row">
|
|
14243
|
+
<th class="pf-v5-c-table__th pf-v5-c-table__tree-view-title-cell">
|
|
14244
|
+
<div class="pf-v5-c-table__tree-view-main">
|
|
14245
|
+
<div class="pf-v5-c-table__tree-view-text">
|
|
14246
|
+
<span
|
|
14247
|
+
class="pf-v5-c-table__text"
|
|
14248
|
+
id="tree-table-indent-example-node-1"
|
|
14249
|
+
>Level 1, leaf 1</span>
|
|
14250
|
+
</div>
|
|
14251
|
+
<span class="pf-v5-c-table__tree-view-details-toggle">
|
|
14252
|
+
<button
|
|
14253
|
+
class="pf-v5-c-button pf-m-plain"
|
|
14254
|
+
type="button"
|
|
14255
|
+
aria-label="tree-table-indent-example-1--tree-table--details-toggle"
|
|
14256
|
+
>
|
|
14257
|
+
<span class="pf-v5-c-table__details-toggle-icon">
|
|
14258
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
14259
|
+
</span>
|
|
14260
|
+
</button>
|
|
14261
|
+
</span>
|
|
14249
14262
|
</div>
|
|
14250
|
-
|
|
14263
|
+
</th>
|
|
14264
|
+
<td
|
|
14265
|
+
class="pf-v5-c-table__td"
|
|
14266
|
+
role="gridcell"
|
|
14267
|
+
data-label="Migration assessment"
|
|
14268
|
+
>10</td>
|
|
14269
|
+
<td class="pf-v5-c-table__td" role="gridcell" data-label="Size of VM">25</td>
|
|
14270
|
+
<td
|
|
14271
|
+
class="pf-v5-c-table__td"
|
|
14272
|
+
role="gridcell"
|
|
14273
|
+
data-label="Number of Data Stores"
|
|
14274
|
+
>5</td>
|
|
14275
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="gridcell">
|
|
14276
|
+
<div class="pf-v5-c-dropdown">
|
|
14251
14277
|
<button
|
|
14252
|
-
class="pf-v5-c-
|
|
14278
|
+
class="pf-v5-c-dropdown__toggle pf-m-plain"
|
|
14279
|
+
id="tree-table-indent-example-1-actions-button"
|
|
14280
|
+
aria-expanded="false"
|
|
14253
14281
|
type="button"
|
|
14254
|
-
aria-label="
|
|
14282
|
+
aria-label="Actions"
|
|
14255
14283
|
>
|
|
14256
|
-
<
|
|
14257
|
-
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
14258
|
-
</span>
|
|
14284
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
14259
14285
|
</button>
|
|
14260
|
-
|
|
14261
|
-
|
|
14262
|
-
|
|
14263
|
-
|
|
14264
|
-
|
|
14265
|
-
|
|
14266
|
-
|
|
14267
|
-
|
|
14268
|
-
|
|
14269
|
-
|
|
14270
|
-
|
|
14271
|
-
|
|
14272
|
-
|
|
14273
|
-
|
|
14274
|
-
|
|
14275
|
-
|
|
14276
|
-
|
|
14277
|
-
|
|
14278
|
-
|
|
14279
|
-
|
|
14280
|
-
|
|
14281
|
-
|
|
14282
|
-
|
|
14283
|
-
|
|
14284
|
-
|
|
14285
|
-
|
|
14286
|
-
|
|
14287
|
-
|
|
14288
|
-
|
|
14289
|
-
|
|
14290
|
-
|
|
14291
|
-
|
|
14292
|
-
|
|
14293
|
-
|
|
14294
|
-
|
|
14295
|
-
|
|
14296
|
-
|
|
14297
|
-
|
|
14298
|
-
|
|
14299
|
-
|
|
14300
|
-
|
|
14301
|
-
|
|
14302
|
-
|
|
14303
|
-
|
|
14304
|
-
<li>
|
|
14286
|
+
<ul
|
|
14287
|
+
class="pf-v5-c-dropdown__menu pf-m-align-right"
|
|
14288
|
+
aria-labelledby="tree-table-indent-example-1-actions-button"
|
|
14289
|
+
hidden
|
|
14290
|
+
>
|
|
14291
|
+
<li>
|
|
14292
|
+
<a class="pf-v5-c-dropdown__menu-item" href="#">Link</a>
|
|
14293
|
+
</li>
|
|
14294
|
+
<li>
|
|
14295
|
+
<button class="pf-v5-c-dropdown__menu-item" type="button">Action</button>
|
|
14296
|
+
</li>
|
|
14297
|
+
<li>
|
|
14298
|
+
<a
|
|
14299
|
+
class="pf-v5-c-dropdown__menu-item pf-m-disabled"
|
|
14300
|
+
href="#"
|
|
14301
|
+
aria-disabled="true"
|
|
14302
|
+
tabindex="-1"
|
|
14303
|
+
>Disabled link</a>
|
|
14304
|
+
</li>
|
|
14305
|
+
<li>
|
|
14306
|
+
<button
|
|
14307
|
+
class="pf-v5-c-dropdown__menu-item"
|
|
14308
|
+
type="button"
|
|
14309
|
+
disabled
|
|
14310
|
+
>Disabled action</button>
|
|
14311
|
+
</li>
|
|
14312
|
+
<li class="pf-v5-c-divider" role="separator"></li>
|
|
14313
|
+
<li>
|
|
14314
|
+
<a class="pf-v5-c-dropdown__menu-item" href="#">Separated link</a>
|
|
14315
|
+
</li>
|
|
14316
|
+
</ul>
|
|
14317
|
+
</div>
|
|
14318
|
+
</td>
|
|
14319
|
+
</tr>
|
|
14320
|
+
<tr class="pf-v5-c-table__tr" role="row">
|
|
14321
|
+
<th class="pf-v5-c-table__th pf-v5-c-table__tree-view-title-cell">
|
|
14322
|
+
<div class="pf-v5-c-table__tree-view-main">
|
|
14323
|
+
<div class="pf-v5-c-table__tree-view-text">
|
|
14324
|
+
<span
|
|
14325
|
+
class="pf-v5-c-table__text"
|
|
14326
|
+
id="tree-table-indent-example-node-2"
|
|
14327
|
+
>Level 1, leaf 2</span>
|
|
14328
|
+
</div>
|
|
14329
|
+
<span class="pf-v5-c-table__tree-view-details-toggle">
|
|
14305
14330
|
<button
|
|
14306
|
-
class="pf-v5-c-
|
|
14331
|
+
class="pf-v5-c-button pf-m-plain"
|
|
14307
14332
|
type="button"
|
|
14308
|
-
|
|
14309
|
-
>
|
|
14310
|
-
|
|
14311
|
-
|
|
14312
|
-
|
|
14313
|
-
|
|
14314
|
-
</
|
|
14315
|
-
</ul>
|
|
14316
|
-
</div>
|
|
14317
|
-
</td>
|
|
14318
|
-
</tr>
|
|
14319
|
-
<tr class="pf-v5-c-table__tr" role="row">
|
|
14320
|
-
<th class="pf-v5-c-table__th pf-v5-c-table__tree-view-title-cell">
|
|
14321
|
-
<div class="pf-v5-c-table__tree-view-main">
|
|
14322
|
-
<div class="pf-v5-c-table__tree-view-text">
|
|
14323
|
-
<span
|
|
14324
|
-
class="pf-v5-c-table__text"
|
|
14325
|
-
id="tree-table-indent-example-node-2"
|
|
14326
|
-
>Level 1, leaf 2</span>
|
|
14333
|
+
aria-label="tree-table-indent-example-2--tree-table--details-toggle"
|
|
14334
|
+
>
|
|
14335
|
+
<span class="pf-v5-c-table__details-toggle-icon">
|
|
14336
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
14337
|
+
</span>
|
|
14338
|
+
</button>
|
|
14339
|
+
</span>
|
|
14327
14340
|
</div>
|
|
14328
|
-
|
|
14341
|
+
</th>
|
|
14342
|
+
<td
|
|
14343
|
+
class="pf-v5-c-table__td"
|
|
14344
|
+
role="gridcell"
|
|
14345
|
+
data-label="Migration assessment"
|
|
14346
|
+
>10</td>
|
|
14347
|
+
<td class="pf-v5-c-table__td" role="gridcell" data-label="Size of VM">25</td>
|
|
14348
|
+
<td
|
|
14349
|
+
class="pf-v5-c-table__td"
|
|
14350
|
+
role="gridcell"
|
|
14351
|
+
data-label="Number of Data Stores"
|
|
14352
|
+
>5</td>
|
|
14353
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="gridcell">
|
|
14354
|
+
<div class="pf-v5-c-dropdown">
|
|
14329
14355
|
<button
|
|
14330
|
-
class="pf-v5-c-
|
|
14356
|
+
class="pf-v5-c-dropdown__toggle pf-m-plain"
|
|
14357
|
+
id="tree-table-indent-example-2-actions-button"
|
|
14358
|
+
aria-expanded="false"
|
|
14331
14359
|
type="button"
|
|
14332
|
-
aria-label="
|
|
14360
|
+
aria-label="Actions"
|
|
14333
14361
|
>
|
|
14334
|
-
<
|
|
14335
|
-
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
14336
|
-
</span>
|
|
14362
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
14337
14363
|
</button>
|
|
14338
|
-
|
|
14339
|
-
|
|
14340
|
-
|
|
14341
|
-
|
|
14342
|
-
|
|
14343
|
-
|
|
14344
|
-
|
|
14345
|
-
|
|
14346
|
-
|
|
14347
|
-
|
|
14348
|
-
|
|
14349
|
-
|
|
14350
|
-
|
|
14351
|
-
|
|
14352
|
-
|
|
14353
|
-
|
|
14354
|
-
|
|
14355
|
-
|
|
14356
|
-
|
|
14357
|
-
|
|
14358
|
-
|
|
14359
|
-
|
|
14360
|
-
|
|
14361
|
-
|
|
14362
|
-
|
|
14363
|
-
|
|
14364
|
-
|
|
14365
|
-
|
|
14366
|
-
|
|
14367
|
-
|
|
14368
|
-
|
|
14369
|
-
|
|
14370
|
-
|
|
14371
|
-
|
|
14372
|
-
|
|
14373
|
-
|
|
14374
|
-
|
|
14375
|
-
|
|
14376
|
-
|
|
14377
|
-
|
|
14378
|
-
|
|
14379
|
-
|
|
14380
|
-
|
|
14381
|
-
|
|
14382
|
-
<li>
|
|
14364
|
+
<ul
|
|
14365
|
+
class="pf-v5-c-dropdown__menu pf-m-align-right"
|
|
14366
|
+
aria-labelledby="tree-table-indent-example-2-actions-button"
|
|
14367
|
+
hidden
|
|
14368
|
+
>
|
|
14369
|
+
<li>
|
|
14370
|
+
<a class="pf-v5-c-dropdown__menu-item" href="#">Link</a>
|
|
14371
|
+
</li>
|
|
14372
|
+
<li>
|
|
14373
|
+
<button class="pf-v5-c-dropdown__menu-item" type="button">Action</button>
|
|
14374
|
+
</li>
|
|
14375
|
+
<li>
|
|
14376
|
+
<a
|
|
14377
|
+
class="pf-v5-c-dropdown__menu-item pf-m-disabled"
|
|
14378
|
+
href="#"
|
|
14379
|
+
aria-disabled="true"
|
|
14380
|
+
tabindex="-1"
|
|
14381
|
+
>Disabled link</a>
|
|
14382
|
+
</li>
|
|
14383
|
+
<li>
|
|
14384
|
+
<button
|
|
14385
|
+
class="pf-v5-c-dropdown__menu-item"
|
|
14386
|
+
type="button"
|
|
14387
|
+
disabled
|
|
14388
|
+
>Disabled action</button>
|
|
14389
|
+
</li>
|
|
14390
|
+
<li class="pf-v5-c-divider" role="separator"></li>
|
|
14391
|
+
<li>
|
|
14392
|
+
<a class="pf-v5-c-dropdown__menu-item" href="#">Separated link</a>
|
|
14393
|
+
</li>
|
|
14394
|
+
</ul>
|
|
14395
|
+
</div>
|
|
14396
|
+
</td>
|
|
14397
|
+
</tr>
|
|
14398
|
+
<tr class="pf-v5-c-table__tr" role="row">
|
|
14399
|
+
<th class="pf-v5-c-table__th pf-v5-c-table__tree-view-title-cell">
|
|
14400
|
+
<div class="pf-v5-c-table__tree-view-main">
|
|
14401
|
+
<div class="pf-v5-c-table__tree-view-text">
|
|
14402
|
+
<span
|
|
14403
|
+
class="pf-v5-c-table__text"
|
|
14404
|
+
id="tree-table-indent-example-node-3"
|
|
14405
|
+
>Level 1, leaf 3</span>
|
|
14406
|
+
</div>
|
|
14407
|
+
<span class="pf-v5-c-table__tree-view-details-toggle">
|
|
14383
14408
|
<button
|
|
14384
|
-
class="pf-v5-c-
|
|
14409
|
+
class="pf-v5-c-button pf-m-plain"
|
|
14385
14410
|
type="button"
|
|
14386
|
-
|
|
14387
|
-
>
|
|
14388
|
-
|
|
14389
|
-
|
|
14390
|
-
|
|
14391
|
-
|
|
14392
|
-
</
|
|
14393
|
-
</ul>
|
|
14394
|
-
</div>
|
|
14395
|
-
</td>
|
|
14396
|
-
</tr>
|
|
14397
|
-
<tr class="pf-v5-c-table__tr" role="row">
|
|
14398
|
-
<th class="pf-v5-c-table__th pf-v5-c-table__tree-view-title-cell">
|
|
14399
|
-
<div class="pf-v5-c-table__tree-view-main">
|
|
14400
|
-
<div class="pf-v5-c-table__tree-view-text">
|
|
14401
|
-
<span
|
|
14402
|
-
class="pf-v5-c-table__text"
|
|
14403
|
-
id="tree-table-indent-example-node-3"
|
|
14404
|
-
>Level 1, leaf 3</span>
|
|
14411
|
+
aria-label="tree-table-indent-example-3--tree-table--details-toggle"
|
|
14412
|
+
>
|
|
14413
|
+
<span class="pf-v5-c-table__details-toggle-icon">
|
|
14414
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
14415
|
+
</span>
|
|
14416
|
+
</button>
|
|
14417
|
+
</span>
|
|
14405
14418
|
</div>
|
|
14406
|
-
|
|
14419
|
+
</th>
|
|
14420
|
+
<td
|
|
14421
|
+
class="pf-v5-c-table__td"
|
|
14422
|
+
role="gridcell"
|
|
14423
|
+
data-label="Migration assessment"
|
|
14424
|
+
>10</td>
|
|
14425
|
+
<td class="pf-v5-c-table__td" role="gridcell" data-label="Size of VM">25</td>
|
|
14426
|
+
<td
|
|
14427
|
+
class="pf-v5-c-table__td"
|
|
14428
|
+
role="gridcell"
|
|
14429
|
+
data-label="Number of Data Stores"
|
|
14430
|
+
>5</td>
|
|
14431
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="gridcell">
|
|
14432
|
+
<div class="pf-v5-c-dropdown">
|
|
14407
14433
|
<button
|
|
14408
|
-
class="pf-v5-c-
|
|
14434
|
+
class="pf-v5-c-dropdown__toggle pf-m-plain"
|
|
14435
|
+
id="tree-table-indent-example-3-actions-button"
|
|
14436
|
+
aria-expanded="false"
|
|
14409
14437
|
type="button"
|
|
14410
|
-
aria-label="
|
|
14438
|
+
aria-label="Actions"
|
|
14411
14439
|
>
|
|
14412
|
-
<
|
|
14413
|
-
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
14414
|
-
</span>
|
|
14440
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
14415
14441
|
</button>
|
|
14416
|
-
|
|
14417
|
-
|
|
14418
|
-
|
|
14419
|
-
|
|
14420
|
-
|
|
14421
|
-
|
|
14422
|
-
|
|
14423
|
-
|
|
14424
|
-
|
|
14425
|
-
|
|
14426
|
-
|
|
14427
|
-
|
|
14428
|
-
|
|
14429
|
-
|
|
14430
|
-
|
|
14431
|
-
|
|
14432
|
-
|
|
14433
|
-
|
|
14434
|
-
|
|
14435
|
-
|
|
14436
|
-
|
|
14437
|
-
|
|
14438
|
-
|
|
14439
|
-
|
|
14440
|
-
|
|
14441
|
-
|
|
14442
|
-
|
|
14443
|
-
|
|
14444
|
-
|
|
14445
|
-
|
|
14446
|
-
|
|
14447
|
-
|
|
14448
|
-
|
|
14449
|
-
|
|
14450
|
-
|
|
14451
|
-
|
|
14452
|
-
|
|
14453
|
-
|
|
14454
|
-
|
|
14455
|
-
|
|
14456
|
-
|
|
14457
|
-
|
|
14458
|
-
|
|
14459
|
-
|
|
14460
|
-
<li>
|
|
14442
|
+
<ul
|
|
14443
|
+
class="pf-v5-c-dropdown__menu pf-m-align-right"
|
|
14444
|
+
aria-labelledby="tree-table-indent-example-3-actions-button"
|
|
14445
|
+
hidden
|
|
14446
|
+
>
|
|
14447
|
+
<li>
|
|
14448
|
+
<a class="pf-v5-c-dropdown__menu-item" href="#">Link</a>
|
|
14449
|
+
</li>
|
|
14450
|
+
<li>
|
|
14451
|
+
<button class="pf-v5-c-dropdown__menu-item" type="button">Action</button>
|
|
14452
|
+
</li>
|
|
14453
|
+
<li>
|
|
14454
|
+
<a
|
|
14455
|
+
class="pf-v5-c-dropdown__menu-item pf-m-disabled"
|
|
14456
|
+
href="#"
|
|
14457
|
+
aria-disabled="true"
|
|
14458
|
+
tabindex="-1"
|
|
14459
|
+
>Disabled link</a>
|
|
14460
|
+
</li>
|
|
14461
|
+
<li>
|
|
14462
|
+
<button
|
|
14463
|
+
class="pf-v5-c-dropdown__menu-item"
|
|
14464
|
+
type="button"
|
|
14465
|
+
disabled
|
|
14466
|
+
>Disabled action</button>
|
|
14467
|
+
</li>
|
|
14468
|
+
<li class="pf-v5-c-divider" role="separator"></li>
|
|
14469
|
+
<li>
|
|
14470
|
+
<a class="pf-v5-c-dropdown__menu-item" href="#">Separated link</a>
|
|
14471
|
+
</li>
|
|
14472
|
+
</ul>
|
|
14473
|
+
</div>
|
|
14474
|
+
</td>
|
|
14475
|
+
</tr>
|
|
14476
|
+
<tr class="pf-v5-c-table__tr" role="row">
|
|
14477
|
+
<th class="pf-v5-c-table__th pf-v5-c-table__tree-view-title-cell">
|
|
14478
|
+
<div class="pf-v5-c-table__tree-view-main">
|
|
14479
|
+
<div class="pf-v5-c-table__tree-view-text">
|
|
14480
|
+
<span
|
|
14481
|
+
class="pf-v5-c-table__text"
|
|
14482
|
+
id="tree-table-indent-example-node-4"
|
|
14483
|
+
>Level 1, leaf 4</span>
|
|
14484
|
+
</div>
|
|
14485
|
+
<span class="pf-v5-c-table__tree-view-details-toggle">
|
|
14461
14486
|
<button
|
|
14462
|
-
class="pf-v5-c-
|
|
14487
|
+
class="pf-v5-c-button pf-m-plain"
|
|
14463
14488
|
type="button"
|
|
14464
|
-
|
|
14465
|
-
>
|
|
14466
|
-
|
|
14467
|
-
|
|
14468
|
-
|
|
14469
|
-
|
|
14470
|
-
</
|
|
14471
|
-
</ul>
|
|
14472
|
-
</div>
|
|
14473
|
-
</td>
|
|
14474
|
-
</tr>
|
|
14475
|
-
<tr class="pf-v5-c-table__tr" role="row">
|
|
14476
|
-
<th class="pf-v5-c-table__th pf-v5-c-table__tree-view-title-cell">
|
|
14477
|
-
<div class="pf-v5-c-table__tree-view-main">
|
|
14478
|
-
<div class="pf-v5-c-table__tree-view-text">
|
|
14479
|
-
<span
|
|
14480
|
-
class="pf-v5-c-table__text"
|
|
14481
|
-
id="tree-table-indent-example-node-4"
|
|
14482
|
-
>Level 1, leaf 4</span>
|
|
14489
|
+
aria-label="tree-table-indent-example-4--tree-table--details-toggle"
|
|
14490
|
+
>
|
|
14491
|
+
<span class="pf-v5-c-table__details-toggle-icon">
|
|
14492
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
14493
|
+
</span>
|
|
14494
|
+
</button>
|
|
14495
|
+
</span>
|
|
14483
14496
|
</div>
|
|
14484
|
-
|
|
14497
|
+
</th>
|
|
14498
|
+
<td
|
|
14499
|
+
class="pf-v5-c-table__td"
|
|
14500
|
+
role="gridcell"
|
|
14501
|
+
data-label="Migration assessment"
|
|
14502
|
+
>10</td>
|
|
14503
|
+
<td class="pf-v5-c-table__td" role="gridcell" data-label="Size of VM">25</td>
|
|
14504
|
+
<td
|
|
14505
|
+
class="pf-v5-c-table__td"
|
|
14506
|
+
role="gridcell"
|
|
14507
|
+
data-label="Number of Data Stores"
|
|
14508
|
+
>5</td>
|
|
14509
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="gridcell">
|
|
14510
|
+
<div class="pf-v5-c-dropdown">
|
|
14485
14511
|
<button
|
|
14486
|
-
class="pf-v5-c-
|
|
14512
|
+
class="pf-v5-c-dropdown__toggle pf-m-plain"
|
|
14513
|
+
id="tree-table-indent-example-4-actions-button"
|
|
14514
|
+
aria-expanded="false"
|
|
14487
14515
|
type="button"
|
|
14488
|
-
aria-label="
|
|
14516
|
+
aria-label="Actions"
|
|
14489
14517
|
>
|
|
14490
|
-
<
|
|
14491
|
-
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
14492
|
-
</span>
|
|
14518
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
14493
14519
|
</button>
|
|
14494
|
-
|
|
14495
|
-
|
|
14496
|
-
|
|
14497
|
-
|
|
14498
|
-
|
|
14499
|
-
|
|
14500
|
-
|
|
14501
|
-
|
|
14502
|
-
|
|
14503
|
-
|
|
14504
|
-
|
|
14505
|
-
|
|
14506
|
-
|
|
14507
|
-
|
|
14508
|
-
|
|
14509
|
-
|
|
14510
|
-
|
|
14511
|
-
|
|
14512
|
-
|
|
14513
|
-
|
|
14514
|
-
|
|
14515
|
-
|
|
14516
|
-
|
|
14517
|
-
|
|
14518
|
-
|
|
14519
|
-
|
|
14520
|
-
|
|
14521
|
-
|
|
14522
|
-
|
|
14523
|
-
|
|
14524
|
-
|
|
14525
|
-
|
|
14526
|
-
|
|
14527
|
-
|
|
14528
|
-
|
|
14529
|
-
|
|
14530
|
-
|
|
14531
|
-
|
|
14532
|
-
|
|
14533
|
-
|
|
14534
|
-
|
|
14535
|
-
|
|
14536
|
-
|
|
14537
|
-
|
|
14538
|
-
<li>
|
|
14520
|
+
<ul
|
|
14521
|
+
class="pf-v5-c-dropdown__menu pf-m-align-right"
|
|
14522
|
+
aria-labelledby="tree-table-indent-example-4-actions-button"
|
|
14523
|
+
hidden
|
|
14524
|
+
>
|
|
14525
|
+
<li>
|
|
14526
|
+
<a class="pf-v5-c-dropdown__menu-item" href="#">Link</a>
|
|
14527
|
+
</li>
|
|
14528
|
+
<li>
|
|
14529
|
+
<button class="pf-v5-c-dropdown__menu-item" type="button">Action</button>
|
|
14530
|
+
</li>
|
|
14531
|
+
<li>
|
|
14532
|
+
<a
|
|
14533
|
+
class="pf-v5-c-dropdown__menu-item pf-m-disabled"
|
|
14534
|
+
href="#"
|
|
14535
|
+
aria-disabled="true"
|
|
14536
|
+
tabindex="-1"
|
|
14537
|
+
>Disabled link</a>
|
|
14538
|
+
</li>
|
|
14539
|
+
<li>
|
|
14540
|
+
<button
|
|
14541
|
+
class="pf-v5-c-dropdown__menu-item"
|
|
14542
|
+
type="button"
|
|
14543
|
+
disabled
|
|
14544
|
+
>Disabled action</button>
|
|
14545
|
+
</li>
|
|
14546
|
+
<li class="pf-v5-c-divider" role="separator"></li>
|
|
14547
|
+
<li>
|
|
14548
|
+
<a class="pf-v5-c-dropdown__menu-item" href="#">Separated link</a>
|
|
14549
|
+
</li>
|
|
14550
|
+
</ul>
|
|
14551
|
+
</div>
|
|
14552
|
+
</td>
|
|
14553
|
+
</tr>
|
|
14554
|
+
<tr class="pf-v5-c-table__tr" role="row">
|
|
14555
|
+
<th class="pf-v5-c-table__th pf-v5-c-table__tree-view-title-cell">
|
|
14556
|
+
<div class="pf-v5-c-table__tree-view-main">
|
|
14557
|
+
<div class="pf-v5-c-table__tree-view-text">
|
|
14558
|
+
<span
|
|
14559
|
+
class="pf-v5-c-table__text"
|
|
14560
|
+
id="tree-table-indent-example-node-5"
|
|
14561
|
+
>Level 1, leaf 5</span>
|
|
14562
|
+
</div>
|
|
14563
|
+
<span class="pf-v5-c-table__tree-view-details-toggle">
|
|
14539
14564
|
<button
|
|
14540
|
-
class="pf-v5-c-
|
|
14565
|
+
class="pf-v5-c-button pf-m-plain"
|
|
14541
14566
|
type="button"
|
|
14542
|
-
|
|
14543
|
-
>
|
|
14544
|
-
|
|
14545
|
-
|
|
14546
|
-
|
|
14547
|
-
|
|
14548
|
-
</
|
|
14549
|
-
</ul>
|
|
14550
|
-
</div>
|
|
14551
|
-
</td>
|
|
14552
|
-
</tr>
|
|
14553
|
-
<tr class="pf-v5-c-table__tr" role="row">
|
|
14554
|
-
<th class="pf-v5-c-table__th pf-v5-c-table__tree-view-title-cell">
|
|
14555
|
-
<div class="pf-v5-c-table__tree-view-main">
|
|
14556
|
-
<div class="pf-v5-c-table__tree-view-text">
|
|
14557
|
-
<span
|
|
14558
|
-
class="pf-v5-c-table__text"
|
|
14559
|
-
id="tree-table-indent-example-node-5"
|
|
14560
|
-
>Level 1, leaf 5</span>
|
|
14567
|
+
aria-label="tree-table-indent-example-5--tree-table--details-toggle"
|
|
14568
|
+
>
|
|
14569
|
+
<span class="pf-v5-c-table__details-toggle-icon">
|
|
14570
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
14571
|
+
</span>
|
|
14572
|
+
</button>
|
|
14573
|
+
</span>
|
|
14561
14574
|
</div>
|
|
14562
|
-
|
|
14575
|
+
</th>
|
|
14576
|
+
<td
|
|
14577
|
+
class="pf-v5-c-table__td"
|
|
14578
|
+
role="gridcell"
|
|
14579
|
+
data-label="Migration assessment"
|
|
14580
|
+
>10</td>
|
|
14581
|
+
<td class="pf-v5-c-table__td" role="gridcell" data-label="Size of VM">25</td>
|
|
14582
|
+
<td
|
|
14583
|
+
class="pf-v5-c-table__td"
|
|
14584
|
+
role="gridcell"
|
|
14585
|
+
data-label="Number of Data Stores"
|
|
14586
|
+
>5</td>
|
|
14587
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="gridcell">
|
|
14588
|
+
<div class="pf-v5-c-dropdown">
|
|
14563
14589
|
<button
|
|
14564
|
-
class="pf-v5-c-
|
|
14590
|
+
class="pf-v5-c-dropdown__toggle pf-m-plain"
|
|
14591
|
+
id="tree-table-indent-example-5-actions-button"
|
|
14592
|
+
aria-expanded="false"
|
|
14565
14593
|
type="button"
|
|
14566
|
-
aria-label="
|
|
14594
|
+
aria-label="Actions"
|
|
14567
14595
|
>
|
|
14568
|
-
<
|
|
14569
|
-
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
14570
|
-
</span>
|
|
14596
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
14571
14597
|
</button>
|
|
14572
|
-
|
|
14573
|
-
|
|
14574
|
-
|
|
14575
|
-
|
|
14576
|
-
|
|
14577
|
-
|
|
14578
|
-
|
|
14579
|
-
|
|
14580
|
-
|
|
14581
|
-
|
|
14582
|
-
|
|
14583
|
-
|
|
14584
|
-
|
|
14585
|
-
|
|
14586
|
-
|
|
14587
|
-
|
|
14588
|
-
|
|
14589
|
-
|
|
14590
|
-
|
|
14591
|
-
|
|
14592
|
-
|
|
14593
|
-
|
|
14594
|
-
|
|
14595
|
-
|
|
14596
|
-
|
|
14597
|
-
|
|
14598
|
-
|
|
14599
|
-
|
|
14600
|
-
|
|
14601
|
-
|
|
14602
|
-
|
|
14603
|
-
|
|
14604
|
-
|
|
14605
|
-
|
|
14606
|
-
|
|
14607
|
-
|
|
14608
|
-
|
|
14609
|
-
|
|
14610
|
-
|
|
14611
|
-
|
|
14612
|
-
|
|
14613
|
-
|
|
14614
|
-
|
|
14615
|
-
|
|
14616
|
-
<li>
|
|
14598
|
+
<ul
|
|
14599
|
+
class="pf-v5-c-dropdown__menu pf-m-align-right"
|
|
14600
|
+
aria-labelledby="tree-table-indent-example-5-actions-button"
|
|
14601
|
+
hidden
|
|
14602
|
+
>
|
|
14603
|
+
<li>
|
|
14604
|
+
<a class="pf-v5-c-dropdown__menu-item" href="#">Link</a>
|
|
14605
|
+
</li>
|
|
14606
|
+
<li>
|
|
14607
|
+
<button class="pf-v5-c-dropdown__menu-item" type="button">Action</button>
|
|
14608
|
+
</li>
|
|
14609
|
+
<li>
|
|
14610
|
+
<a
|
|
14611
|
+
class="pf-v5-c-dropdown__menu-item pf-m-disabled"
|
|
14612
|
+
href="#"
|
|
14613
|
+
aria-disabled="true"
|
|
14614
|
+
tabindex="-1"
|
|
14615
|
+
>Disabled link</a>
|
|
14616
|
+
</li>
|
|
14617
|
+
<li>
|
|
14618
|
+
<button
|
|
14619
|
+
class="pf-v5-c-dropdown__menu-item"
|
|
14620
|
+
type="button"
|
|
14621
|
+
disabled
|
|
14622
|
+
>Disabled action</button>
|
|
14623
|
+
</li>
|
|
14624
|
+
<li class="pf-v5-c-divider" role="separator"></li>
|
|
14625
|
+
<li>
|
|
14626
|
+
<a class="pf-v5-c-dropdown__menu-item" href="#">Separated link</a>
|
|
14627
|
+
</li>
|
|
14628
|
+
</ul>
|
|
14629
|
+
</div>
|
|
14630
|
+
</td>
|
|
14631
|
+
</tr>
|
|
14632
|
+
<tr class="pf-v5-c-table__tr" role="row">
|
|
14633
|
+
<th class="pf-v5-c-table__th pf-v5-c-table__tree-view-title-cell">
|
|
14634
|
+
<div class="pf-v5-c-table__tree-view-main">
|
|
14635
|
+
<div class="pf-v5-c-table__tree-view-text">
|
|
14636
|
+
<span
|
|
14637
|
+
class="pf-v5-c-table__text"
|
|
14638
|
+
id="tree-table-indent-example-node-6"
|
|
14639
|
+
>Level 1, leaf 6</span>
|
|
14640
|
+
</div>
|
|
14641
|
+
<span class="pf-v5-c-table__tree-view-details-toggle">
|
|
14617
14642
|
<button
|
|
14618
|
-
class="pf-v5-c-
|
|
14643
|
+
class="pf-v5-c-button pf-m-plain"
|
|
14619
14644
|
type="button"
|
|
14620
|
-
|
|
14621
|
-
>
|
|
14622
|
-
|
|
14623
|
-
|
|
14624
|
-
|
|
14625
|
-
|
|
14626
|
-
</
|
|
14627
|
-
</ul>
|
|
14628
|
-
</div>
|
|
14629
|
-
</td>
|
|
14630
|
-
</tr>
|
|
14631
|
-
<tr class="pf-v5-c-table__tr" role="row">
|
|
14632
|
-
<th class="pf-v5-c-table__th pf-v5-c-table__tree-view-title-cell">
|
|
14633
|
-
<div class="pf-v5-c-table__tree-view-main">
|
|
14634
|
-
<div class="pf-v5-c-table__tree-view-text">
|
|
14635
|
-
<span
|
|
14636
|
-
class="pf-v5-c-table__text"
|
|
14637
|
-
id="tree-table-indent-example-node-6"
|
|
14638
|
-
>Level 1, leaf 6</span>
|
|
14645
|
+
aria-label="tree-table-indent-example-6--tree-table--details-toggle"
|
|
14646
|
+
>
|
|
14647
|
+
<span class="pf-v5-c-table__details-toggle-icon">
|
|
14648
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
14649
|
+
</span>
|
|
14650
|
+
</button>
|
|
14651
|
+
</span>
|
|
14639
14652
|
</div>
|
|
14640
|
-
|
|
14653
|
+
</th>
|
|
14654
|
+
<td
|
|
14655
|
+
class="pf-v5-c-table__td"
|
|
14656
|
+
role="gridcell"
|
|
14657
|
+
data-label="Migration assessment"
|
|
14658
|
+
>10</td>
|
|
14659
|
+
<td class="pf-v5-c-table__td" role="gridcell" data-label="Size of VM">25</td>
|
|
14660
|
+
<td
|
|
14661
|
+
class="pf-v5-c-table__td"
|
|
14662
|
+
role="gridcell"
|
|
14663
|
+
data-label="Number of Data Stores"
|
|
14664
|
+
>5</td>
|
|
14665
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="gridcell">
|
|
14666
|
+
<div class="pf-v5-c-dropdown">
|
|
14641
14667
|
<button
|
|
14642
|
-
class="pf-v5-c-
|
|
14668
|
+
class="pf-v5-c-dropdown__toggle pf-m-plain"
|
|
14669
|
+
id="tree-table-indent-example-6-actions-button"
|
|
14670
|
+
aria-expanded="false"
|
|
14643
14671
|
type="button"
|
|
14644
|
-
aria-label="
|
|
14672
|
+
aria-label="Actions"
|
|
14645
14673
|
>
|
|
14646
|
-
<
|
|
14647
|
-
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
14648
|
-
</span>
|
|
14674
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
14649
14675
|
</button>
|
|
14650
|
-
|
|
14651
|
-
|
|
14652
|
-
|
|
14653
|
-
|
|
14654
|
-
|
|
14655
|
-
|
|
14656
|
-
|
|
14657
|
-
|
|
14658
|
-
|
|
14659
|
-
|
|
14660
|
-
|
|
14661
|
-
|
|
14662
|
-
|
|
14663
|
-
|
|
14664
|
-
|
|
14665
|
-
|
|
14666
|
-
|
|
14667
|
-
|
|
14668
|
-
|
|
14669
|
-
|
|
14670
|
-
|
|
14671
|
-
|
|
14672
|
-
|
|
14673
|
-
|
|
14674
|
-
|
|
14675
|
-
|
|
14676
|
-
|
|
14677
|
-
|
|
14678
|
-
|
|
14679
|
-
|
|
14680
|
-
|
|
14681
|
-
|
|
14682
|
-
|
|
14683
|
-
|
|
14684
|
-
|
|
14685
|
-
</li>
|
|
14686
|
-
<li>
|
|
14687
|
-
<a
|
|
14688
|
-
class="pf-v5-c-dropdown__menu-item pf-m-disabled"
|
|
14689
|
-
href="#"
|
|
14690
|
-
aria-disabled="true"
|
|
14691
|
-
tabindex="-1"
|
|
14692
|
-
>Disabled link</a>
|
|
14693
|
-
</li>
|
|
14694
|
-
<li>
|
|
14695
|
-
<button
|
|
14696
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
14697
|
-
type="button"
|
|
14698
|
-
disabled
|
|
14699
|
-
>Disabled action</button>
|
|
14700
|
-
</li>
|
|
14701
|
-
<li class="pf-v5-c-divider" role="separator"></li>
|
|
14702
|
-
<li>
|
|
14703
|
-
<a class="pf-v5-c-dropdown__menu-item" href="#">Separated link</a>
|
|
14704
|
-
</li>
|
|
14705
|
-
</ul>
|
|
14706
|
-
</div>
|
|
14707
|
-
</td>
|
|
14708
|
-
</tr>
|
|
14676
|
+
<ul
|
|
14677
|
+
class="pf-v5-c-dropdown__menu pf-m-align-right"
|
|
14678
|
+
aria-labelledby="tree-table-indent-example-6-actions-button"
|
|
14679
|
+
hidden
|
|
14680
|
+
>
|
|
14681
|
+
<li>
|
|
14682
|
+
<a class="pf-v5-c-dropdown__menu-item" href="#">Link</a>
|
|
14683
|
+
</li>
|
|
14684
|
+
<li>
|
|
14685
|
+
<button class="pf-v5-c-dropdown__menu-item" type="button">Action</button>
|
|
14686
|
+
</li>
|
|
14687
|
+
<li>
|
|
14688
|
+
<a
|
|
14689
|
+
class="pf-v5-c-dropdown__menu-item pf-m-disabled"
|
|
14690
|
+
href="#"
|
|
14691
|
+
aria-disabled="true"
|
|
14692
|
+
tabindex="-1"
|
|
14693
|
+
>Disabled link</a>
|
|
14694
|
+
</li>
|
|
14695
|
+
<li>
|
|
14696
|
+
<button
|
|
14697
|
+
class="pf-v5-c-dropdown__menu-item"
|
|
14698
|
+
type="button"
|
|
14699
|
+
disabled
|
|
14700
|
+
>Disabled action</button>
|
|
14701
|
+
</li>
|
|
14702
|
+
<li class="pf-v5-c-divider" role="separator"></li>
|
|
14703
|
+
<li>
|
|
14704
|
+
<a class="pf-v5-c-dropdown__menu-item" href="#">Separated link</a>
|
|
14705
|
+
</li>
|
|
14706
|
+
</ul>
|
|
14707
|
+
</div>
|
|
14708
|
+
</td>
|
|
14709
|
+
</tr>
|
|
14710
|
+
</tbody>
|
|
14709
14711
|
</table>
|
|
14710
14712
|
|
|
14711
14713
|
```
|