@patternfly/patternfly 6.6.0-prerelease.32 → 6.6.0-prerelease.34
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-grid.css +6 -6
- package/components/Table/table-grid.scss +2 -2
- package/components/Table/table.css +4 -0
- package/components/Table/table.scss +6 -0
- package/components/_index.css +10 -6
- package/docs/components/Table/examples/Table.md +416 -416
- package/docs/demos/Card/examples/Card.md +16 -16
- package/docs/demos/DataList/examples/DataList.md +31 -31
- package/docs/demos/DescriptionList/examples/DescriptionList.md +8 -8
- package/docs/demos/Table/examples/Table.md +189 -173
- package/package.json +1 -1
- package/patternfly-no-globals.css +10 -6
- package/patternfly.css +10 -6
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -4396,7 +4396,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4396
4396
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
4397
4397
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
4398
4398
|
<table
|
|
4399
|
-
class="pf-v6-c-table pf-m-
|
|
4399
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
4400
4400
|
role="grid"
|
|
4401
4401
|
id="table-compound-expansion-nested-table-2-"
|
|
4402
4402
|
aria-label="Nested table"
|
|
@@ -4462,20 +4462,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4462
4462
|
>Item one</th>
|
|
4463
4463
|
|
|
4464
4464
|
<td
|
|
4465
|
-
class="pf-v6-c-table__td"
|
|
4465
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
4466
4466
|
role="cell"
|
|
4467
4467
|
data-label="Date"
|
|
4468
4468
|
>May 9, 2018</td>
|
|
4469
4469
|
|
|
4470
4470
|
<td
|
|
4471
|
-
class="pf-v6-c-table__td"
|
|
4471
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
4472
4472
|
role="cell"
|
|
4473
4473
|
data-label="Status"
|
|
4474
4474
|
>Active</td>
|
|
4475
4475
|
|
|
4476
4476
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
4477
4477
|
<button
|
|
4478
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4478
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
4479
4479
|
type="button"
|
|
4480
4480
|
aria-expanded="false"
|
|
4481
4481
|
aria-label="Table actions"
|
|
@@ -4506,20 +4506,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4506
4506
|
>Item two</th>
|
|
4507
4507
|
|
|
4508
4508
|
<td
|
|
4509
|
-
class="pf-v6-c-table__td"
|
|
4509
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
4510
4510
|
role="cell"
|
|
4511
4511
|
data-label="Date"
|
|
4512
4512
|
>May 9, 2018</td>
|
|
4513
4513
|
|
|
4514
4514
|
<td
|
|
4515
|
-
class="pf-v6-c-table__td"
|
|
4515
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
4516
4516
|
role="cell"
|
|
4517
4517
|
data-label="Status"
|
|
4518
4518
|
>Warning</td>
|
|
4519
4519
|
|
|
4520
4520
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
4521
4521
|
<button
|
|
4522
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4522
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
4523
4523
|
type="button"
|
|
4524
4524
|
aria-expanded="false"
|
|
4525
4525
|
aria-label="Table actions"
|
|
@@ -4550,20 +4550,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4550
4550
|
>Item three</th>
|
|
4551
4551
|
|
|
4552
4552
|
<td
|
|
4553
|
-
class="pf-v6-c-table__td"
|
|
4553
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
4554
4554
|
role="cell"
|
|
4555
4555
|
data-label="Date"
|
|
4556
4556
|
>May 9, 2018</td>
|
|
4557
4557
|
|
|
4558
4558
|
<td
|
|
4559
|
-
class="pf-v6-c-table__td"
|
|
4559
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
4560
4560
|
role="cell"
|
|
4561
4561
|
data-label="Status"
|
|
4562
4562
|
>Active</td>
|
|
4563
4563
|
|
|
4564
4564
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
4565
4565
|
<button
|
|
4566
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4566
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
4567
4567
|
type="button"
|
|
4568
4568
|
aria-expanded="false"
|
|
4569
4569
|
aria-label="Table actions"
|
|
@@ -4594,20 +4594,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4594
4594
|
>Item four</th>
|
|
4595
4595
|
|
|
4596
4596
|
<td
|
|
4597
|
-
class="pf-v6-c-table__td"
|
|
4597
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
4598
4598
|
role="cell"
|
|
4599
4599
|
data-label="Date"
|
|
4600
4600
|
>May 9, 2018</td>
|
|
4601
4601
|
|
|
4602
4602
|
<td
|
|
4603
|
-
class="pf-v6-c-table__td"
|
|
4603
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
4604
4604
|
role="cell"
|
|
4605
4605
|
data-label="Status"
|
|
4606
4606
|
>Active</td>
|
|
4607
4607
|
|
|
4608
4608
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
4609
4609
|
<button
|
|
4610
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4610
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
4611
4611
|
type="button"
|
|
4612
4612
|
aria-expanded="false"
|
|
4613
4613
|
aria-label="Table actions"
|
|
@@ -4638,20 +4638,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4638
4638
|
>Item five</th>
|
|
4639
4639
|
|
|
4640
4640
|
<td
|
|
4641
|
-
class="pf-v6-c-table__td"
|
|
4641
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
4642
4642
|
role="cell"
|
|
4643
4643
|
data-label="Date"
|
|
4644
4644
|
>May 9, 2018</td>
|
|
4645
4645
|
|
|
4646
4646
|
<td
|
|
4647
|
-
class="pf-v6-c-table__td"
|
|
4647
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
4648
4648
|
role="cell"
|
|
4649
4649
|
data-label="Status"
|
|
4650
4650
|
>Active</td>
|
|
4651
4651
|
|
|
4652
4652
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
4653
4653
|
<button
|
|
4654
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4654
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
4655
4655
|
type="button"
|
|
4656
4656
|
aria-expanded="false"
|
|
4657
4657
|
aria-label="Table actions"
|
|
@@ -4695,7 +4695,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4695
4695
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
4696
4696
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
4697
4697
|
<table
|
|
4698
|
-
class="pf-v6-c-table pf-m-
|
|
4698
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
4699
4699
|
role="grid"
|
|
4700
4700
|
id="table-compound-expansion-nested-table-3-"
|
|
4701
4701
|
aria-label="Nested table"
|
|
@@ -4761,20 +4761,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4761
4761
|
>Item one</th>
|
|
4762
4762
|
|
|
4763
4763
|
<td
|
|
4764
|
-
class="pf-v6-c-table__td"
|
|
4764
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
4765
4765
|
role="cell"
|
|
4766
4766
|
data-label="Date"
|
|
4767
4767
|
>May 9, 2018</td>
|
|
4768
4768
|
|
|
4769
4769
|
<td
|
|
4770
|
-
class="pf-v6-c-table__td"
|
|
4770
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
4771
4771
|
role="cell"
|
|
4772
4772
|
data-label="Status"
|
|
4773
4773
|
>Active</td>
|
|
4774
4774
|
|
|
4775
4775
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
4776
4776
|
<button
|
|
4777
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4777
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
4778
4778
|
type="button"
|
|
4779
4779
|
aria-expanded="false"
|
|
4780
4780
|
aria-label="Table actions"
|
|
@@ -4805,20 +4805,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4805
4805
|
>Item two</th>
|
|
4806
4806
|
|
|
4807
4807
|
<td
|
|
4808
|
-
class="pf-v6-c-table__td"
|
|
4808
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
4809
4809
|
role="cell"
|
|
4810
4810
|
data-label="Date"
|
|
4811
4811
|
>May 9, 2018</td>
|
|
4812
4812
|
|
|
4813
4813
|
<td
|
|
4814
|
-
class="pf-v6-c-table__td"
|
|
4814
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
4815
4815
|
role="cell"
|
|
4816
4816
|
data-label="Status"
|
|
4817
4817
|
>Warning</td>
|
|
4818
4818
|
|
|
4819
4819
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
4820
4820
|
<button
|
|
4821
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4821
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
4822
4822
|
type="button"
|
|
4823
4823
|
aria-expanded="false"
|
|
4824
4824
|
aria-label="Table actions"
|
|
@@ -4849,20 +4849,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4849
4849
|
>Item three</th>
|
|
4850
4850
|
|
|
4851
4851
|
<td
|
|
4852
|
-
class="pf-v6-c-table__td"
|
|
4852
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
4853
4853
|
role="cell"
|
|
4854
4854
|
data-label="Date"
|
|
4855
4855
|
>May 9, 2018</td>
|
|
4856
4856
|
|
|
4857
4857
|
<td
|
|
4858
|
-
class="pf-v6-c-table__td"
|
|
4858
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
4859
4859
|
role="cell"
|
|
4860
4860
|
data-label="Status"
|
|
4861
4861
|
>Active</td>
|
|
4862
4862
|
|
|
4863
4863
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
4864
4864
|
<button
|
|
4865
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4865
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
4866
4866
|
type="button"
|
|
4867
4867
|
aria-expanded="false"
|
|
4868
4868
|
aria-label="Table actions"
|
|
@@ -4893,20 +4893,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4893
4893
|
>Item four</th>
|
|
4894
4894
|
|
|
4895
4895
|
<td
|
|
4896
|
-
class="pf-v6-c-table__td"
|
|
4896
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
4897
4897
|
role="cell"
|
|
4898
4898
|
data-label="Date"
|
|
4899
4899
|
>May 9, 2018</td>
|
|
4900
4900
|
|
|
4901
4901
|
<td
|
|
4902
|
-
class="pf-v6-c-table__td"
|
|
4902
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
4903
4903
|
role="cell"
|
|
4904
4904
|
data-label="Status"
|
|
4905
4905
|
>Active</td>
|
|
4906
4906
|
|
|
4907
4907
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
4908
4908
|
<button
|
|
4909
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4909
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
4910
4910
|
type="button"
|
|
4911
4911
|
aria-expanded="false"
|
|
4912
4912
|
aria-label="Table actions"
|
|
@@ -4937,20 +4937,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4937
4937
|
>Item five</th>
|
|
4938
4938
|
|
|
4939
4939
|
<td
|
|
4940
|
-
class="pf-v6-c-table__td"
|
|
4940
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
4941
4941
|
role="cell"
|
|
4942
4942
|
data-label="Date"
|
|
4943
4943
|
>May 9, 2018</td>
|
|
4944
4944
|
|
|
4945
4945
|
<td
|
|
4946
|
-
class="pf-v6-c-table__td"
|
|
4946
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
4947
4947
|
role="cell"
|
|
4948
4948
|
data-label="Status"
|
|
4949
4949
|
>Active</td>
|
|
4950
4950
|
|
|
4951
4951
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
4952
4952
|
<button
|
|
4953
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4953
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
4954
4954
|
type="button"
|
|
4955
4955
|
aria-expanded="false"
|
|
4956
4956
|
aria-label="Table actions"
|
|
@@ -5096,7 +5096,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5096
5096
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
5097
5097
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
5098
5098
|
<table
|
|
5099
|
-
class="pf-v6-c-table pf-m-
|
|
5099
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
5100
5100
|
role="grid"
|
|
5101
5101
|
id="table-compound-expansion-nested-table-4-"
|
|
5102
5102
|
aria-label="Nested table"
|
|
@@ -5162,20 +5162,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5162
5162
|
>Item one</th>
|
|
5163
5163
|
|
|
5164
5164
|
<td
|
|
5165
|
-
class="pf-v6-c-table__td"
|
|
5165
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5166
5166
|
role="cell"
|
|
5167
5167
|
data-label="Date"
|
|
5168
5168
|
>May 9, 2018</td>
|
|
5169
5169
|
|
|
5170
5170
|
<td
|
|
5171
|
-
class="pf-v6-c-table__td"
|
|
5171
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5172
5172
|
role="cell"
|
|
5173
5173
|
data-label="Status"
|
|
5174
5174
|
>Active</td>
|
|
5175
5175
|
|
|
5176
5176
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5177
5177
|
<button
|
|
5178
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5178
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5179
5179
|
type="button"
|
|
5180
5180
|
aria-expanded="false"
|
|
5181
5181
|
aria-label="Table actions"
|
|
@@ -5206,20 +5206,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5206
5206
|
>Item two</th>
|
|
5207
5207
|
|
|
5208
5208
|
<td
|
|
5209
|
-
class="pf-v6-c-table__td"
|
|
5209
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5210
5210
|
role="cell"
|
|
5211
5211
|
data-label="Date"
|
|
5212
5212
|
>May 9, 2018</td>
|
|
5213
5213
|
|
|
5214
5214
|
<td
|
|
5215
|
-
class="pf-v6-c-table__td"
|
|
5215
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5216
5216
|
role="cell"
|
|
5217
5217
|
data-label="Status"
|
|
5218
5218
|
>Warning</td>
|
|
5219
5219
|
|
|
5220
5220
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5221
5221
|
<button
|
|
5222
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5222
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5223
5223
|
type="button"
|
|
5224
5224
|
aria-expanded="false"
|
|
5225
5225
|
aria-label="Table actions"
|
|
@@ -5250,20 +5250,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5250
5250
|
>Item three</th>
|
|
5251
5251
|
|
|
5252
5252
|
<td
|
|
5253
|
-
class="pf-v6-c-table__td"
|
|
5253
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5254
5254
|
role="cell"
|
|
5255
5255
|
data-label="Date"
|
|
5256
5256
|
>May 9, 2018</td>
|
|
5257
5257
|
|
|
5258
5258
|
<td
|
|
5259
|
-
class="pf-v6-c-table__td"
|
|
5259
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5260
5260
|
role="cell"
|
|
5261
5261
|
data-label="Status"
|
|
5262
5262
|
>Active</td>
|
|
5263
5263
|
|
|
5264
5264
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5265
5265
|
<button
|
|
5266
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5266
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5267
5267
|
type="button"
|
|
5268
5268
|
aria-expanded="false"
|
|
5269
5269
|
aria-label="Table actions"
|
|
@@ -5294,20 +5294,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5294
5294
|
>Item four</th>
|
|
5295
5295
|
|
|
5296
5296
|
<td
|
|
5297
|
-
class="pf-v6-c-table__td"
|
|
5297
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5298
5298
|
role="cell"
|
|
5299
5299
|
data-label="Date"
|
|
5300
5300
|
>May 9, 2018</td>
|
|
5301
5301
|
|
|
5302
5302
|
<td
|
|
5303
|
-
class="pf-v6-c-table__td"
|
|
5303
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5304
5304
|
role="cell"
|
|
5305
5305
|
data-label="Status"
|
|
5306
5306
|
>Active</td>
|
|
5307
5307
|
|
|
5308
5308
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5309
5309
|
<button
|
|
5310
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5310
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5311
5311
|
type="button"
|
|
5312
5312
|
aria-expanded="false"
|
|
5313
5313
|
aria-label="Table actions"
|
|
@@ -5338,20 +5338,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5338
5338
|
>Item five</th>
|
|
5339
5339
|
|
|
5340
5340
|
<td
|
|
5341
|
-
class="pf-v6-c-table__td"
|
|
5341
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5342
5342
|
role="cell"
|
|
5343
5343
|
data-label="Date"
|
|
5344
5344
|
>May 9, 2018</td>
|
|
5345
5345
|
|
|
5346
5346
|
<td
|
|
5347
|
-
class="pf-v6-c-table__td"
|
|
5347
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5348
5348
|
role="cell"
|
|
5349
5349
|
data-label="Status"
|
|
5350
5350
|
>Active</td>
|
|
5351
5351
|
|
|
5352
5352
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5353
5353
|
<button
|
|
5354
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5354
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5355
5355
|
type="button"
|
|
5356
5356
|
aria-expanded="false"
|
|
5357
5357
|
aria-label="Table actions"
|
|
@@ -5392,7 +5392,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5392
5392
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
5393
5393
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
5394
5394
|
<table
|
|
5395
|
-
class="pf-v6-c-table pf-m-
|
|
5395
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
5396
5396
|
role="grid"
|
|
5397
5397
|
id="table-compound-expansion-nested-table-6-"
|
|
5398
5398
|
aria-label="Nested table"
|
|
@@ -5458,20 +5458,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5458
5458
|
>Item one</th>
|
|
5459
5459
|
|
|
5460
5460
|
<td
|
|
5461
|
-
class="pf-v6-c-table__td"
|
|
5461
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5462
5462
|
role="cell"
|
|
5463
5463
|
data-label="Date"
|
|
5464
5464
|
>May 9, 2018</td>
|
|
5465
5465
|
|
|
5466
5466
|
<td
|
|
5467
|
-
class="pf-v6-c-table__td"
|
|
5467
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5468
5468
|
role="cell"
|
|
5469
5469
|
data-label="Status"
|
|
5470
5470
|
>Active</td>
|
|
5471
5471
|
|
|
5472
5472
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5473
5473
|
<button
|
|
5474
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5474
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5475
5475
|
type="button"
|
|
5476
5476
|
aria-expanded="false"
|
|
5477
5477
|
aria-label="Table actions"
|
|
@@ -5502,20 +5502,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5502
5502
|
>Item two</th>
|
|
5503
5503
|
|
|
5504
5504
|
<td
|
|
5505
|
-
class="pf-v6-c-table__td"
|
|
5505
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5506
5506
|
role="cell"
|
|
5507
5507
|
data-label="Date"
|
|
5508
5508
|
>May 9, 2018</td>
|
|
5509
5509
|
|
|
5510
5510
|
<td
|
|
5511
|
-
class="pf-v6-c-table__td"
|
|
5511
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5512
5512
|
role="cell"
|
|
5513
5513
|
data-label="Status"
|
|
5514
5514
|
>Warning</td>
|
|
5515
5515
|
|
|
5516
5516
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5517
5517
|
<button
|
|
5518
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5518
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5519
5519
|
type="button"
|
|
5520
5520
|
aria-expanded="false"
|
|
5521
5521
|
aria-label="Table actions"
|
|
@@ -5546,20 +5546,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5546
5546
|
>Item three</th>
|
|
5547
5547
|
|
|
5548
5548
|
<td
|
|
5549
|
-
class="pf-v6-c-table__td"
|
|
5549
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5550
5550
|
role="cell"
|
|
5551
5551
|
data-label="Date"
|
|
5552
5552
|
>May 9, 2018</td>
|
|
5553
5553
|
|
|
5554
5554
|
<td
|
|
5555
|
-
class="pf-v6-c-table__td"
|
|
5555
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5556
5556
|
role="cell"
|
|
5557
5557
|
data-label="Status"
|
|
5558
5558
|
>Active</td>
|
|
5559
5559
|
|
|
5560
5560
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5561
5561
|
<button
|
|
5562
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5562
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5563
5563
|
type="button"
|
|
5564
5564
|
aria-expanded="false"
|
|
5565
5565
|
aria-label="Table actions"
|
|
@@ -5590,20 +5590,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5590
5590
|
>Item four</th>
|
|
5591
5591
|
|
|
5592
5592
|
<td
|
|
5593
|
-
class="pf-v6-c-table__td"
|
|
5593
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5594
5594
|
role="cell"
|
|
5595
5595
|
data-label="Date"
|
|
5596
5596
|
>May 9, 2018</td>
|
|
5597
5597
|
|
|
5598
5598
|
<td
|
|
5599
|
-
class="pf-v6-c-table__td"
|
|
5599
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5600
5600
|
role="cell"
|
|
5601
5601
|
data-label="Status"
|
|
5602
5602
|
>Active</td>
|
|
5603
5603
|
|
|
5604
5604
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5605
5605
|
<button
|
|
5606
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5606
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5607
5607
|
type="button"
|
|
5608
5608
|
aria-expanded="false"
|
|
5609
5609
|
aria-label="Table actions"
|
|
@@ -5634,20 +5634,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5634
5634
|
>Item five</th>
|
|
5635
5635
|
|
|
5636
5636
|
<td
|
|
5637
|
-
class="pf-v6-c-table__td"
|
|
5637
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5638
5638
|
role="cell"
|
|
5639
5639
|
data-label="Date"
|
|
5640
5640
|
>May 9, 2018</td>
|
|
5641
5641
|
|
|
5642
5642
|
<td
|
|
5643
|
-
class="pf-v6-c-table__td"
|
|
5643
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5644
5644
|
role="cell"
|
|
5645
5645
|
data-label="Status"
|
|
5646
5646
|
>Active</td>
|
|
5647
5647
|
|
|
5648
5648
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5649
5649
|
<button
|
|
5650
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5650
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5651
5651
|
type="button"
|
|
5652
5652
|
aria-expanded="false"
|
|
5653
5653
|
aria-label="Table actions"
|
|
@@ -5793,7 +5793,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5793
5793
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
5794
5794
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
5795
5795
|
<table
|
|
5796
|
-
class="pf-v6-c-table pf-m-
|
|
5796
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
5797
5797
|
role="grid"
|
|
5798
5798
|
id="table-compound-expansion-nested-table-7-"
|
|
5799
5799
|
aria-label="Nested table"
|
|
@@ -5859,20 +5859,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5859
5859
|
>Item one</th>
|
|
5860
5860
|
|
|
5861
5861
|
<td
|
|
5862
|
-
class="pf-v6-c-table__td"
|
|
5862
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5863
5863
|
role="cell"
|
|
5864
5864
|
data-label="Date"
|
|
5865
5865
|
>May 9, 2018</td>
|
|
5866
5866
|
|
|
5867
5867
|
<td
|
|
5868
|
-
class="pf-v6-c-table__td"
|
|
5868
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5869
5869
|
role="cell"
|
|
5870
5870
|
data-label="Status"
|
|
5871
5871
|
>Active</td>
|
|
5872
5872
|
|
|
5873
5873
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5874
5874
|
<button
|
|
5875
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5875
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5876
5876
|
type="button"
|
|
5877
5877
|
aria-expanded="false"
|
|
5878
5878
|
aria-label="Table actions"
|
|
@@ -5903,20 +5903,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5903
5903
|
>Item two</th>
|
|
5904
5904
|
|
|
5905
5905
|
<td
|
|
5906
|
-
class="pf-v6-c-table__td"
|
|
5906
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5907
5907
|
role="cell"
|
|
5908
5908
|
data-label="Date"
|
|
5909
5909
|
>May 9, 2018</td>
|
|
5910
5910
|
|
|
5911
5911
|
<td
|
|
5912
|
-
class="pf-v6-c-table__td"
|
|
5912
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5913
5913
|
role="cell"
|
|
5914
5914
|
data-label="Status"
|
|
5915
5915
|
>Warning</td>
|
|
5916
5916
|
|
|
5917
5917
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5918
5918
|
<button
|
|
5919
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5919
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5920
5920
|
type="button"
|
|
5921
5921
|
aria-expanded="false"
|
|
5922
5922
|
aria-label="Table actions"
|
|
@@ -5947,20 +5947,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5947
5947
|
>Item three</th>
|
|
5948
5948
|
|
|
5949
5949
|
<td
|
|
5950
|
-
class="pf-v6-c-table__td"
|
|
5950
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5951
5951
|
role="cell"
|
|
5952
5952
|
data-label="Date"
|
|
5953
5953
|
>May 9, 2018</td>
|
|
5954
5954
|
|
|
5955
5955
|
<td
|
|
5956
|
-
class="pf-v6-c-table__td"
|
|
5956
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5957
5957
|
role="cell"
|
|
5958
5958
|
data-label="Status"
|
|
5959
5959
|
>Active</td>
|
|
5960
5960
|
|
|
5961
5961
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
5962
5962
|
<button
|
|
5963
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5963
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
5964
5964
|
type="button"
|
|
5965
5965
|
aria-expanded="false"
|
|
5966
5966
|
aria-label="Table actions"
|
|
@@ -5991,20 +5991,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5991
5991
|
>Item four</th>
|
|
5992
5992
|
|
|
5993
5993
|
<td
|
|
5994
|
-
class="pf-v6-c-table__td"
|
|
5994
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
5995
5995
|
role="cell"
|
|
5996
5996
|
data-label="Date"
|
|
5997
5997
|
>May 9, 2018</td>
|
|
5998
5998
|
|
|
5999
5999
|
<td
|
|
6000
|
-
class="pf-v6-c-table__td"
|
|
6000
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6001
6001
|
role="cell"
|
|
6002
6002
|
data-label="Status"
|
|
6003
6003
|
>Active</td>
|
|
6004
6004
|
|
|
6005
6005
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6006
6006
|
<button
|
|
6007
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6007
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
6008
6008
|
type="button"
|
|
6009
6009
|
aria-expanded="false"
|
|
6010
6010
|
aria-label="Table actions"
|
|
@@ -6035,20 +6035,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6035
6035
|
>Item five</th>
|
|
6036
6036
|
|
|
6037
6037
|
<td
|
|
6038
|
-
class="pf-v6-c-table__td"
|
|
6038
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6039
6039
|
role="cell"
|
|
6040
6040
|
data-label="Date"
|
|
6041
6041
|
>May 9, 2018</td>
|
|
6042
6042
|
|
|
6043
6043
|
<td
|
|
6044
|
-
class="pf-v6-c-table__td"
|
|
6044
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6045
6045
|
role="cell"
|
|
6046
6046
|
data-label="Status"
|
|
6047
6047
|
>Active</td>
|
|
6048
6048
|
|
|
6049
6049
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6050
6050
|
<button
|
|
6051
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6051
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
6052
6052
|
type="button"
|
|
6053
6053
|
aria-expanded="false"
|
|
6054
6054
|
aria-label="Table actions"
|
|
@@ -6089,7 +6089,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6089
6089
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
6090
6090
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
6091
6091
|
<table
|
|
6092
|
-
class="pf-v6-c-table pf-m-
|
|
6092
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
6093
6093
|
role="grid"
|
|
6094
6094
|
id="table-compound-expansion-nested-table-9-"
|
|
6095
6095
|
aria-label="Nested table"
|
|
@@ -6155,20 +6155,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6155
6155
|
>Item one</th>
|
|
6156
6156
|
|
|
6157
6157
|
<td
|
|
6158
|
-
class="pf-v6-c-table__td"
|
|
6158
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6159
6159
|
role="cell"
|
|
6160
6160
|
data-label="Date"
|
|
6161
6161
|
>May 9, 2018</td>
|
|
6162
6162
|
|
|
6163
6163
|
<td
|
|
6164
|
-
class="pf-v6-c-table__td"
|
|
6164
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6165
6165
|
role="cell"
|
|
6166
6166
|
data-label="Status"
|
|
6167
6167
|
>Active</td>
|
|
6168
6168
|
|
|
6169
6169
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6170
6170
|
<button
|
|
6171
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6171
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
6172
6172
|
type="button"
|
|
6173
6173
|
aria-expanded="false"
|
|
6174
6174
|
aria-label="Table actions"
|
|
@@ -6199,20 +6199,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6199
6199
|
>Item two</th>
|
|
6200
6200
|
|
|
6201
6201
|
<td
|
|
6202
|
-
class="pf-v6-c-table__td"
|
|
6202
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6203
6203
|
role="cell"
|
|
6204
6204
|
data-label="Date"
|
|
6205
6205
|
>May 9, 2018</td>
|
|
6206
6206
|
|
|
6207
6207
|
<td
|
|
6208
|
-
class="pf-v6-c-table__td"
|
|
6208
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6209
6209
|
role="cell"
|
|
6210
6210
|
data-label="Status"
|
|
6211
6211
|
>Warning</td>
|
|
6212
6212
|
|
|
6213
6213
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6214
6214
|
<button
|
|
6215
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6215
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
6216
6216
|
type="button"
|
|
6217
6217
|
aria-expanded="false"
|
|
6218
6218
|
aria-label="Table actions"
|
|
@@ -6243,20 +6243,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6243
6243
|
>Item three</th>
|
|
6244
6244
|
|
|
6245
6245
|
<td
|
|
6246
|
-
class="pf-v6-c-table__td"
|
|
6246
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6247
6247
|
role="cell"
|
|
6248
6248
|
data-label="Date"
|
|
6249
6249
|
>May 9, 2018</td>
|
|
6250
6250
|
|
|
6251
6251
|
<td
|
|
6252
|
-
class="pf-v6-c-table__td"
|
|
6252
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6253
6253
|
role="cell"
|
|
6254
6254
|
data-label="Status"
|
|
6255
6255
|
>Active</td>
|
|
6256
6256
|
|
|
6257
6257
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6258
6258
|
<button
|
|
6259
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6259
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
6260
6260
|
type="button"
|
|
6261
6261
|
aria-expanded="false"
|
|
6262
6262
|
aria-label="Table actions"
|
|
@@ -6287,20 +6287,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6287
6287
|
>Item four</th>
|
|
6288
6288
|
|
|
6289
6289
|
<td
|
|
6290
|
-
class="pf-v6-c-table__td"
|
|
6290
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6291
6291
|
role="cell"
|
|
6292
6292
|
data-label="Date"
|
|
6293
6293
|
>May 9, 2018</td>
|
|
6294
6294
|
|
|
6295
6295
|
<td
|
|
6296
|
-
class="pf-v6-c-table__td"
|
|
6296
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6297
6297
|
role="cell"
|
|
6298
6298
|
data-label="Status"
|
|
6299
6299
|
>Active</td>
|
|
6300
6300
|
|
|
6301
6301
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6302
6302
|
<button
|
|
6303
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6303
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
6304
6304
|
type="button"
|
|
6305
6305
|
aria-expanded="false"
|
|
6306
6306
|
aria-label="Table actions"
|
|
@@ -6331,20 +6331,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6331
6331
|
>Item five</th>
|
|
6332
6332
|
|
|
6333
6333
|
<td
|
|
6334
|
-
class="pf-v6-c-table__td"
|
|
6334
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6335
6335
|
role="cell"
|
|
6336
6336
|
data-label="Date"
|
|
6337
6337
|
>May 9, 2018</td>
|
|
6338
6338
|
|
|
6339
6339
|
<td
|
|
6340
|
-
class="pf-v6-c-table__td"
|
|
6340
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6341
6341
|
role="cell"
|
|
6342
6342
|
data-label="Status"
|
|
6343
6343
|
>Active</td>
|
|
6344
6344
|
|
|
6345
6345
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6346
6346
|
<button
|
|
6347
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6347
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
6348
6348
|
type="button"
|
|
6349
6349
|
aria-expanded="false"
|
|
6350
6350
|
aria-label="Table actions"
|
|
@@ -6615,7 +6615,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6615
6615
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
6616
6616
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
6617
6617
|
<table
|
|
6618
|
-
class="pf-v6-c-table pf-m-
|
|
6618
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
6619
6619
|
role="grid"
|
|
6620
6620
|
id="table-compound-expansion-nested-table-nested-table-1-"
|
|
6621
6621
|
aria-label="Nested table"
|
|
@@ -6681,20 +6681,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6681
6681
|
>Item one</th>
|
|
6682
6682
|
|
|
6683
6683
|
<td
|
|
6684
|
-
class="pf-v6-c-table__td"
|
|
6684
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6685
6685
|
role="cell"
|
|
6686
6686
|
data-label="Date"
|
|
6687
6687
|
>May 9, 2018</td>
|
|
6688
6688
|
|
|
6689
6689
|
<td
|
|
6690
|
-
class="pf-v6-c-table__td"
|
|
6690
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6691
6691
|
role="cell"
|
|
6692
6692
|
data-label="Status"
|
|
6693
6693
|
>Active</td>
|
|
6694
6694
|
|
|
6695
6695
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6696
6696
|
<button
|
|
6697
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6697
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
6698
6698
|
type="button"
|
|
6699
6699
|
aria-expanded="false"
|
|
6700
6700
|
aria-label="Table actions"
|
|
@@ -6725,20 +6725,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6725
6725
|
>Item two</th>
|
|
6726
6726
|
|
|
6727
6727
|
<td
|
|
6728
|
-
class="pf-v6-c-table__td"
|
|
6728
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6729
6729
|
role="cell"
|
|
6730
6730
|
data-label="Date"
|
|
6731
6731
|
>May 9, 2018</td>
|
|
6732
6732
|
|
|
6733
6733
|
<td
|
|
6734
|
-
class="pf-v6-c-table__td"
|
|
6734
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6735
6735
|
role="cell"
|
|
6736
6736
|
data-label="Status"
|
|
6737
6737
|
>Warning</td>
|
|
6738
6738
|
|
|
6739
6739
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6740
6740
|
<button
|
|
6741
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6741
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
6742
6742
|
type="button"
|
|
6743
6743
|
aria-expanded="false"
|
|
6744
6744
|
aria-label="Table actions"
|
|
@@ -6769,20 +6769,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6769
6769
|
>Item three</th>
|
|
6770
6770
|
|
|
6771
6771
|
<td
|
|
6772
|
-
class="pf-v6-c-table__td"
|
|
6772
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6773
6773
|
role="cell"
|
|
6774
6774
|
data-label="Date"
|
|
6775
6775
|
>May 9, 2018</td>
|
|
6776
6776
|
|
|
6777
6777
|
<td
|
|
6778
|
-
class="pf-v6-c-table__td"
|
|
6778
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6779
6779
|
role="cell"
|
|
6780
6780
|
data-label="Status"
|
|
6781
6781
|
>Active</td>
|
|
6782
6782
|
|
|
6783
6783
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6784
6784
|
<button
|
|
6785
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6785
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
6786
6786
|
type="button"
|
|
6787
6787
|
aria-expanded="false"
|
|
6788
6788
|
aria-label="Table actions"
|
|
@@ -6813,20 +6813,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6813
6813
|
>Item four</th>
|
|
6814
6814
|
|
|
6815
6815
|
<td
|
|
6816
|
-
class="pf-v6-c-table__td"
|
|
6816
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6817
6817
|
role="cell"
|
|
6818
6818
|
data-label="Date"
|
|
6819
6819
|
>May 9, 2018</td>
|
|
6820
6820
|
|
|
6821
6821
|
<td
|
|
6822
|
-
class="pf-v6-c-table__td"
|
|
6822
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6823
6823
|
role="cell"
|
|
6824
6824
|
data-label="Status"
|
|
6825
6825
|
>Active</td>
|
|
6826
6826
|
|
|
6827
6827
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6828
6828
|
<button
|
|
6829
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6829
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
6830
6830
|
type="button"
|
|
6831
6831
|
aria-expanded="false"
|
|
6832
6832
|
aria-label="Table actions"
|
|
@@ -6857,20 +6857,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6857
6857
|
>Item five</th>
|
|
6858
6858
|
|
|
6859
6859
|
<td
|
|
6860
|
-
class="pf-v6-c-table__td"
|
|
6860
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6861
6861
|
role="cell"
|
|
6862
6862
|
data-label="Date"
|
|
6863
6863
|
>May 9, 2018</td>
|
|
6864
6864
|
|
|
6865
6865
|
<td
|
|
6866
|
-
class="pf-v6-c-table__td"
|
|
6866
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6867
6867
|
role="cell"
|
|
6868
6868
|
data-label="Status"
|
|
6869
6869
|
>Active</td>
|
|
6870
6870
|
|
|
6871
6871
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6872
6872
|
<button
|
|
6873
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6873
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
6874
6874
|
type="button"
|
|
6875
6875
|
aria-expanded="false"
|
|
6876
6876
|
aria-label="Table actions"
|
|
@@ -6911,7 +6911,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6911
6911
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
6912
6912
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
6913
6913
|
<table
|
|
6914
|
-
class="pf-v6-c-table pf-m-
|
|
6914
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
6915
6915
|
role="grid"
|
|
6916
6916
|
id="table-compound-expansion-nested-table-nested-table-3-"
|
|
6917
6917
|
aria-label="Nested table"
|
|
@@ -6977,20 +6977,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6977
6977
|
>Item one</th>
|
|
6978
6978
|
|
|
6979
6979
|
<td
|
|
6980
|
-
class="pf-v6-c-table__td"
|
|
6980
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6981
6981
|
role="cell"
|
|
6982
6982
|
data-label="Date"
|
|
6983
6983
|
>May 9, 2018</td>
|
|
6984
6984
|
|
|
6985
6985
|
<td
|
|
6986
|
-
class="pf-v6-c-table__td"
|
|
6986
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
6987
6987
|
role="cell"
|
|
6988
6988
|
data-label="Status"
|
|
6989
6989
|
>Active</td>
|
|
6990
6990
|
|
|
6991
6991
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
6992
6992
|
<button
|
|
6993
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6993
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
6994
6994
|
type="button"
|
|
6995
6995
|
aria-expanded="false"
|
|
6996
6996
|
aria-label="Table actions"
|
|
@@ -7021,20 +7021,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7021
7021
|
>Item two</th>
|
|
7022
7022
|
|
|
7023
7023
|
<td
|
|
7024
|
-
class="pf-v6-c-table__td"
|
|
7024
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7025
7025
|
role="cell"
|
|
7026
7026
|
data-label="Date"
|
|
7027
7027
|
>May 9, 2018</td>
|
|
7028
7028
|
|
|
7029
7029
|
<td
|
|
7030
|
-
class="pf-v6-c-table__td"
|
|
7030
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7031
7031
|
role="cell"
|
|
7032
7032
|
data-label="Status"
|
|
7033
7033
|
>Warning</td>
|
|
7034
7034
|
|
|
7035
7035
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
7036
7036
|
<button
|
|
7037
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7037
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
7038
7038
|
type="button"
|
|
7039
7039
|
aria-expanded="false"
|
|
7040
7040
|
aria-label="Table actions"
|
|
@@ -7065,20 +7065,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7065
7065
|
>Item three</th>
|
|
7066
7066
|
|
|
7067
7067
|
<td
|
|
7068
|
-
class="pf-v6-c-table__td"
|
|
7068
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7069
7069
|
role="cell"
|
|
7070
7070
|
data-label="Date"
|
|
7071
7071
|
>May 9, 2018</td>
|
|
7072
7072
|
|
|
7073
7073
|
<td
|
|
7074
|
-
class="pf-v6-c-table__td"
|
|
7074
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7075
7075
|
role="cell"
|
|
7076
7076
|
data-label="Status"
|
|
7077
7077
|
>Active</td>
|
|
7078
7078
|
|
|
7079
7079
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
7080
7080
|
<button
|
|
7081
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7081
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
7082
7082
|
type="button"
|
|
7083
7083
|
aria-expanded="false"
|
|
7084
7084
|
aria-label="Table actions"
|
|
@@ -7109,20 +7109,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7109
7109
|
>Item four</th>
|
|
7110
7110
|
|
|
7111
7111
|
<td
|
|
7112
|
-
class="pf-v6-c-table__td"
|
|
7112
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7113
7113
|
role="cell"
|
|
7114
7114
|
data-label="Date"
|
|
7115
7115
|
>May 9, 2018</td>
|
|
7116
7116
|
|
|
7117
7117
|
<td
|
|
7118
|
-
class="pf-v6-c-table__td"
|
|
7118
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7119
7119
|
role="cell"
|
|
7120
7120
|
data-label="Status"
|
|
7121
7121
|
>Active</td>
|
|
7122
7122
|
|
|
7123
7123
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
7124
7124
|
<button
|
|
7125
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7125
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
7126
7126
|
type="button"
|
|
7127
7127
|
aria-expanded="false"
|
|
7128
7128
|
aria-label="Table actions"
|
|
@@ -7153,20 +7153,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7153
7153
|
>Item five</th>
|
|
7154
7154
|
|
|
7155
7155
|
<td
|
|
7156
|
-
class="pf-v6-c-table__td"
|
|
7156
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7157
7157
|
role="cell"
|
|
7158
7158
|
data-label="Date"
|
|
7159
7159
|
>May 9, 2018</td>
|
|
7160
7160
|
|
|
7161
7161
|
<td
|
|
7162
|
-
class="pf-v6-c-table__td"
|
|
7162
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7163
7163
|
role="cell"
|
|
7164
7164
|
data-label="Status"
|
|
7165
7165
|
>Active</td>
|
|
7166
7166
|
|
|
7167
7167
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
7168
7168
|
<button
|
|
7169
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7169
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
7170
7170
|
type="button"
|
|
7171
7171
|
aria-expanded="false"
|
|
7172
7172
|
aria-label="Table actions"
|
|
@@ -7312,7 +7312,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7312
7312
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
7313
7313
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
7314
7314
|
<table
|
|
7315
|
-
class="pf-v6-c-table pf-m-
|
|
7315
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
7316
7316
|
role="grid"
|
|
7317
7317
|
id="table-compound-expansion-nested-table-nested-table-4-"
|
|
7318
7318
|
aria-label="Nested table"
|
|
@@ -7378,20 +7378,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7378
7378
|
>Item one</th>
|
|
7379
7379
|
|
|
7380
7380
|
<td
|
|
7381
|
-
class="pf-v6-c-table__td"
|
|
7381
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7382
7382
|
role="cell"
|
|
7383
7383
|
data-label="Date"
|
|
7384
7384
|
>May 9, 2018</td>
|
|
7385
7385
|
|
|
7386
7386
|
<td
|
|
7387
|
-
class="pf-v6-c-table__td"
|
|
7387
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7388
7388
|
role="cell"
|
|
7389
7389
|
data-label="Status"
|
|
7390
7390
|
>Active</td>
|
|
7391
7391
|
|
|
7392
7392
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
7393
7393
|
<button
|
|
7394
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7394
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
7395
7395
|
type="button"
|
|
7396
7396
|
aria-expanded="false"
|
|
7397
7397
|
aria-label="Table actions"
|
|
@@ -7422,20 +7422,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7422
7422
|
>Item two</th>
|
|
7423
7423
|
|
|
7424
7424
|
<td
|
|
7425
|
-
class="pf-v6-c-table__td"
|
|
7425
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7426
7426
|
role="cell"
|
|
7427
7427
|
data-label="Date"
|
|
7428
7428
|
>May 9, 2018</td>
|
|
7429
7429
|
|
|
7430
7430
|
<td
|
|
7431
|
-
class="pf-v6-c-table__td"
|
|
7431
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7432
7432
|
role="cell"
|
|
7433
7433
|
data-label="Status"
|
|
7434
7434
|
>Warning</td>
|
|
7435
7435
|
|
|
7436
7436
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
7437
7437
|
<button
|
|
7438
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7438
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
7439
7439
|
type="button"
|
|
7440
7440
|
aria-expanded="false"
|
|
7441
7441
|
aria-label="Table actions"
|
|
@@ -7466,20 +7466,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7466
7466
|
>Item three</th>
|
|
7467
7467
|
|
|
7468
7468
|
<td
|
|
7469
|
-
class="pf-v6-c-table__td"
|
|
7469
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7470
7470
|
role="cell"
|
|
7471
7471
|
data-label="Date"
|
|
7472
7472
|
>May 9, 2018</td>
|
|
7473
7473
|
|
|
7474
7474
|
<td
|
|
7475
|
-
class="pf-v6-c-table__td"
|
|
7475
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7476
7476
|
role="cell"
|
|
7477
7477
|
data-label="Status"
|
|
7478
7478
|
>Active</td>
|
|
7479
7479
|
|
|
7480
7480
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
7481
7481
|
<button
|
|
7482
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7482
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
7483
7483
|
type="button"
|
|
7484
7484
|
aria-expanded="false"
|
|
7485
7485
|
aria-label="Table actions"
|
|
@@ -7510,20 +7510,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7510
7510
|
>Item four</th>
|
|
7511
7511
|
|
|
7512
7512
|
<td
|
|
7513
|
-
class="pf-v6-c-table__td"
|
|
7513
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7514
7514
|
role="cell"
|
|
7515
7515
|
data-label="Date"
|
|
7516
7516
|
>May 9, 2018</td>
|
|
7517
7517
|
|
|
7518
7518
|
<td
|
|
7519
|
-
class="pf-v6-c-table__td"
|
|
7519
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7520
7520
|
role="cell"
|
|
7521
7521
|
data-label="Status"
|
|
7522
7522
|
>Active</td>
|
|
7523
7523
|
|
|
7524
7524
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
7525
7525
|
<button
|
|
7526
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7526
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
7527
7527
|
type="button"
|
|
7528
7528
|
aria-expanded="false"
|
|
7529
7529
|
aria-label="Table actions"
|
|
@@ -7554,20 +7554,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7554
7554
|
>Item five</th>
|
|
7555
7555
|
|
|
7556
7556
|
<td
|
|
7557
|
-
class="pf-v6-c-table__td"
|
|
7557
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7558
7558
|
role="cell"
|
|
7559
7559
|
data-label="Date"
|
|
7560
7560
|
>May 9, 2018</td>
|
|
7561
7561
|
|
|
7562
7562
|
<td
|
|
7563
|
-
class="pf-v6-c-table__td"
|
|
7563
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7564
7564
|
role="cell"
|
|
7565
7565
|
data-label="Status"
|
|
7566
7566
|
>Active</td>
|
|
7567
7567
|
|
|
7568
7568
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
7569
7569
|
<button
|
|
7570
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7570
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
7571
7571
|
type="button"
|
|
7572
7572
|
aria-expanded="false"
|
|
7573
7573
|
aria-label="Table actions"
|
|
@@ -7608,7 +7608,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7608
7608
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
7609
7609
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
7610
7610
|
<table
|
|
7611
|
-
class="pf-v6-c-table pf-m-
|
|
7611
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
7612
7612
|
role="grid"
|
|
7613
7613
|
id="table-compound-expansion-nested-table-nested-table-6-"
|
|
7614
7614
|
aria-label="Nested table"
|
|
@@ -7674,20 +7674,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7674
7674
|
>Item one</th>
|
|
7675
7675
|
|
|
7676
7676
|
<td
|
|
7677
|
-
class="pf-v6-c-table__td"
|
|
7677
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7678
7678
|
role="cell"
|
|
7679
7679
|
data-label="Date"
|
|
7680
7680
|
>May 9, 2018</td>
|
|
7681
7681
|
|
|
7682
7682
|
<td
|
|
7683
|
-
class="pf-v6-c-table__td"
|
|
7683
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7684
7684
|
role="cell"
|
|
7685
7685
|
data-label="Status"
|
|
7686
7686
|
>Active</td>
|
|
7687
7687
|
|
|
7688
7688
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
7689
7689
|
<button
|
|
7690
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7690
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
7691
7691
|
type="button"
|
|
7692
7692
|
aria-expanded="false"
|
|
7693
7693
|
aria-label="Table actions"
|
|
@@ -7718,20 +7718,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7718
7718
|
>Item two</th>
|
|
7719
7719
|
|
|
7720
7720
|
<td
|
|
7721
|
-
class="pf-v6-c-table__td"
|
|
7721
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7722
7722
|
role="cell"
|
|
7723
7723
|
data-label="Date"
|
|
7724
7724
|
>May 9, 2018</td>
|
|
7725
7725
|
|
|
7726
7726
|
<td
|
|
7727
|
-
class="pf-v6-c-table__td"
|
|
7727
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7728
7728
|
role="cell"
|
|
7729
7729
|
data-label="Status"
|
|
7730
7730
|
>Warning</td>
|
|
7731
7731
|
|
|
7732
7732
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
7733
7733
|
<button
|
|
7734
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7734
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
7735
7735
|
type="button"
|
|
7736
7736
|
aria-expanded="false"
|
|
7737
7737
|
aria-label="Table actions"
|
|
@@ -7762,20 +7762,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7762
7762
|
>Item three</th>
|
|
7763
7763
|
|
|
7764
7764
|
<td
|
|
7765
|
-
class="pf-v6-c-table__td"
|
|
7765
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7766
7766
|
role="cell"
|
|
7767
7767
|
data-label="Date"
|
|
7768
7768
|
>May 9, 2018</td>
|
|
7769
7769
|
|
|
7770
7770
|
<td
|
|
7771
|
-
class="pf-v6-c-table__td"
|
|
7771
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7772
7772
|
role="cell"
|
|
7773
7773
|
data-label="Status"
|
|
7774
7774
|
>Active</td>
|
|
7775
7775
|
|
|
7776
7776
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
7777
7777
|
<button
|
|
7778
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7778
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
7779
7779
|
type="button"
|
|
7780
7780
|
aria-expanded="false"
|
|
7781
7781
|
aria-label="Table actions"
|
|
@@ -7806,20 +7806,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7806
7806
|
>Item four</th>
|
|
7807
7807
|
|
|
7808
7808
|
<td
|
|
7809
|
-
class="pf-v6-c-table__td"
|
|
7809
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7810
7810
|
role="cell"
|
|
7811
7811
|
data-label="Date"
|
|
7812
7812
|
>May 9, 2018</td>
|
|
7813
7813
|
|
|
7814
7814
|
<td
|
|
7815
|
-
class="pf-v6-c-table__td"
|
|
7815
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7816
7816
|
role="cell"
|
|
7817
7817
|
data-label="Status"
|
|
7818
7818
|
>Active</td>
|
|
7819
7819
|
|
|
7820
7820
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
7821
7821
|
<button
|
|
7822
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7822
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
7823
7823
|
type="button"
|
|
7824
7824
|
aria-expanded="false"
|
|
7825
7825
|
aria-label="Table actions"
|
|
@@ -7850,20 +7850,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7850
7850
|
>Item five</th>
|
|
7851
7851
|
|
|
7852
7852
|
<td
|
|
7853
|
-
class="pf-v6-c-table__td"
|
|
7853
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7854
7854
|
role="cell"
|
|
7855
7855
|
data-label="Date"
|
|
7856
7856
|
>May 9, 2018</td>
|
|
7857
7857
|
|
|
7858
7858
|
<td
|
|
7859
|
-
class="pf-v6-c-table__td"
|
|
7859
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
7860
7860
|
role="cell"
|
|
7861
7861
|
data-label="Status"
|
|
7862
7862
|
>Active</td>
|
|
7863
7863
|
|
|
7864
7864
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
7865
7865
|
<button
|
|
7866
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7866
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
7867
7867
|
type="button"
|
|
7868
7868
|
aria-expanded="false"
|
|
7869
7869
|
aria-label="Table actions"
|
|
@@ -8009,7 +8009,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8009
8009
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
8010
8010
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
8011
8011
|
<table
|
|
8012
|
-
class="pf-v6-c-table pf-m-
|
|
8012
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
8013
8013
|
role="grid"
|
|
8014
8014
|
id="table-compound-expansion-nested-table-nested-table-7-"
|
|
8015
8015
|
aria-label="Nested table"
|
|
@@ -8075,20 +8075,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8075
8075
|
>Item one</th>
|
|
8076
8076
|
|
|
8077
8077
|
<td
|
|
8078
|
-
class="pf-v6-c-table__td"
|
|
8078
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8079
8079
|
role="cell"
|
|
8080
8080
|
data-label="Date"
|
|
8081
8081
|
>May 9, 2018</td>
|
|
8082
8082
|
|
|
8083
8083
|
<td
|
|
8084
|
-
class="pf-v6-c-table__td"
|
|
8084
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8085
8085
|
role="cell"
|
|
8086
8086
|
data-label="Status"
|
|
8087
8087
|
>Active</td>
|
|
8088
8088
|
|
|
8089
8089
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
8090
8090
|
<button
|
|
8091
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8091
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
8092
8092
|
type="button"
|
|
8093
8093
|
aria-expanded="false"
|
|
8094
8094
|
aria-label="Table actions"
|
|
@@ -8119,20 +8119,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8119
8119
|
>Item two</th>
|
|
8120
8120
|
|
|
8121
8121
|
<td
|
|
8122
|
-
class="pf-v6-c-table__td"
|
|
8122
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8123
8123
|
role="cell"
|
|
8124
8124
|
data-label="Date"
|
|
8125
8125
|
>May 9, 2018</td>
|
|
8126
8126
|
|
|
8127
8127
|
<td
|
|
8128
|
-
class="pf-v6-c-table__td"
|
|
8128
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8129
8129
|
role="cell"
|
|
8130
8130
|
data-label="Status"
|
|
8131
8131
|
>Warning</td>
|
|
8132
8132
|
|
|
8133
8133
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
8134
8134
|
<button
|
|
8135
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8135
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
8136
8136
|
type="button"
|
|
8137
8137
|
aria-expanded="false"
|
|
8138
8138
|
aria-label="Table actions"
|
|
@@ -8163,20 +8163,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8163
8163
|
>Item three</th>
|
|
8164
8164
|
|
|
8165
8165
|
<td
|
|
8166
|
-
class="pf-v6-c-table__td"
|
|
8166
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8167
8167
|
role="cell"
|
|
8168
8168
|
data-label="Date"
|
|
8169
8169
|
>May 9, 2018</td>
|
|
8170
8170
|
|
|
8171
8171
|
<td
|
|
8172
|
-
class="pf-v6-c-table__td"
|
|
8172
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8173
8173
|
role="cell"
|
|
8174
8174
|
data-label="Status"
|
|
8175
8175
|
>Active</td>
|
|
8176
8176
|
|
|
8177
8177
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
8178
8178
|
<button
|
|
8179
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8179
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
8180
8180
|
type="button"
|
|
8181
8181
|
aria-expanded="false"
|
|
8182
8182
|
aria-label="Table actions"
|
|
@@ -8207,20 +8207,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8207
8207
|
>Item four</th>
|
|
8208
8208
|
|
|
8209
8209
|
<td
|
|
8210
|
-
class="pf-v6-c-table__td"
|
|
8210
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8211
8211
|
role="cell"
|
|
8212
8212
|
data-label="Date"
|
|
8213
8213
|
>May 9, 2018</td>
|
|
8214
8214
|
|
|
8215
8215
|
<td
|
|
8216
|
-
class="pf-v6-c-table__td"
|
|
8216
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8217
8217
|
role="cell"
|
|
8218
8218
|
data-label="Status"
|
|
8219
8219
|
>Active</td>
|
|
8220
8220
|
|
|
8221
8221
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
8222
8222
|
<button
|
|
8223
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8223
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
8224
8224
|
type="button"
|
|
8225
8225
|
aria-expanded="false"
|
|
8226
8226
|
aria-label="Table actions"
|
|
@@ -8251,20 +8251,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8251
8251
|
>Item five</th>
|
|
8252
8252
|
|
|
8253
8253
|
<td
|
|
8254
|
-
class="pf-v6-c-table__td"
|
|
8254
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8255
8255
|
role="cell"
|
|
8256
8256
|
data-label="Date"
|
|
8257
8257
|
>May 9, 2018</td>
|
|
8258
8258
|
|
|
8259
8259
|
<td
|
|
8260
|
-
class="pf-v6-c-table__td"
|
|
8260
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8261
8261
|
role="cell"
|
|
8262
8262
|
data-label="Status"
|
|
8263
8263
|
>Active</td>
|
|
8264
8264
|
|
|
8265
8265
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
8266
8266
|
<button
|
|
8267
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8267
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
8268
8268
|
type="button"
|
|
8269
8269
|
aria-expanded="false"
|
|
8270
8270
|
aria-label="Table actions"
|
|
@@ -8305,7 +8305,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8305
8305
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
8306
8306
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
8307
8307
|
<table
|
|
8308
|
-
class="pf-v6-c-table pf-m-
|
|
8308
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
8309
8309
|
role="grid"
|
|
8310
8310
|
id="table-compound-expansion-nested-table-nested-table-9-"
|
|
8311
8311
|
aria-label="Nested table"
|
|
@@ -8371,20 +8371,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8371
8371
|
>Item one</th>
|
|
8372
8372
|
|
|
8373
8373
|
<td
|
|
8374
|
-
class="pf-v6-c-table__td"
|
|
8374
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8375
8375
|
role="cell"
|
|
8376
8376
|
data-label="Date"
|
|
8377
8377
|
>May 9, 2018</td>
|
|
8378
8378
|
|
|
8379
8379
|
<td
|
|
8380
|
-
class="pf-v6-c-table__td"
|
|
8380
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8381
8381
|
role="cell"
|
|
8382
8382
|
data-label="Status"
|
|
8383
8383
|
>Active</td>
|
|
8384
8384
|
|
|
8385
8385
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
8386
8386
|
<button
|
|
8387
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8387
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
8388
8388
|
type="button"
|
|
8389
8389
|
aria-expanded="false"
|
|
8390
8390
|
aria-label="Table actions"
|
|
@@ -8415,20 +8415,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8415
8415
|
>Item two</th>
|
|
8416
8416
|
|
|
8417
8417
|
<td
|
|
8418
|
-
class="pf-v6-c-table__td"
|
|
8418
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8419
8419
|
role="cell"
|
|
8420
8420
|
data-label="Date"
|
|
8421
8421
|
>May 9, 2018</td>
|
|
8422
8422
|
|
|
8423
8423
|
<td
|
|
8424
|
-
class="pf-v6-c-table__td"
|
|
8424
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8425
8425
|
role="cell"
|
|
8426
8426
|
data-label="Status"
|
|
8427
8427
|
>Warning</td>
|
|
8428
8428
|
|
|
8429
8429
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
8430
8430
|
<button
|
|
8431
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8431
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
8432
8432
|
type="button"
|
|
8433
8433
|
aria-expanded="false"
|
|
8434
8434
|
aria-label="Table actions"
|
|
@@ -8459,20 +8459,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8459
8459
|
>Item three</th>
|
|
8460
8460
|
|
|
8461
8461
|
<td
|
|
8462
|
-
class="pf-v6-c-table__td"
|
|
8462
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8463
8463
|
role="cell"
|
|
8464
8464
|
data-label="Date"
|
|
8465
8465
|
>May 9, 2018</td>
|
|
8466
8466
|
|
|
8467
8467
|
<td
|
|
8468
|
-
class="pf-v6-c-table__td"
|
|
8468
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8469
8469
|
role="cell"
|
|
8470
8470
|
data-label="Status"
|
|
8471
8471
|
>Active</td>
|
|
8472
8472
|
|
|
8473
8473
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
8474
8474
|
<button
|
|
8475
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8475
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
8476
8476
|
type="button"
|
|
8477
8477
|
aria-expanded="false"
|
|
8478
8478
|
aria-label="Table actions"
|
|
@@ -8503,20 +8503,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8503
8503
|
>Item four</th>
|
|
8504
8504
|
|
|
8505
8505
|
<td
|
|
8506
|
-
class="pf-v6-c-table__td"
|
|
8506
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8507
8507
|
role="cell"
|
|
8508
8508
|
data-label="Date"
|
|
8509
8509
|
>May 9, 2018</td>
|
|
8510
8510
|
|
|
8511
8511
|
<td
|
|
8512
|
-
class="pf-v6-c-table__td"
|
|
8512
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8513
8513
|
role="cell"
|
|
8514
8514
|
data-label="Status"
|
|
8515
8515
|
>Active</td>
|
|
8516
8516
|
|
|
8517
8517
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
8518
8518
|
<button
|
|
8519
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8519
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
8520
8520
|
type="button"
|
|
8521
8521
|
aria-expanded="false"
|
|
8522
8522
|
aria-label="Table actions"
|
|
@@ -8547,20 +8547,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8547
8547
|
>Item five</th>
|
|
8548
8548
|
|
|
8549
8549
|
<td
|
|
8550
|
-
class="pf-v6-c-table__td"
|
|
8550
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8551
8551
|
role="cell"
|
|
8552
8552
|
data-label="Date"
|
|
8553
8553
|
>May 9, 2018</td>
|
|
8554
8554
|
|
|
8555
8555
|
<td
|
|
8556
|
-
class="pf-v6-c-table__td"
|
|
8556
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8557
8557
|
role="cell"
|
|
8558
8558
|
data-label="Status"
|
|
8559
8559
|
>Active</td>
|
|
8560
8560
|
|
|
8561
8561
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
8562
8562
|
<button
|
|
8563
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8563
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
8564
8564
|
type="button"
|
|
8565
8565
|
aria-expanded="false"
|
|
8566
8566
|
aria-label="Table actions"
|
|
@@ -8830,7 +8830,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8830
8830
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
8831
8831
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
8832
8832
|
<table
|
|
8833
|
-
class="pf-v6-c-table pf-m-
|
|
8833
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
8834
8834
|
role="grid"
|
|
8835
8835
|
id="table-animate-compound-expansion-nested-table-1-"
|
|
8836
8836
|
aria-label="Nested table"
|
|
@@ -8896,20 +8896,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8896
8896
|
>Item one</th>
|
|
8897
8897
|
|
|
8898
8898
|
<td
|
|
8899
|
-
class="pf-v6-c-table__td"
|
|
8899
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8900
8900
|
role="cell"
|
|
8901
8901
|
data-label="Date"
|
|
8902
8902
|
>May 9, 2018</td>
|
|
8903
8903
|
|
|
8904
8904
|
<td
|
|
8905
|
-
class="pf-v6-c-table__td"
|
|
8905
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8906
8906
|
role="cell"
|
|
8907
8907
|
data-label="Status"
|
|
8908
8908
|
>Active</td>
|
|
8909
8909
|
|
|
8910
8910
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
8911
8911
|
<button
|
|
8912
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8912
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
8913
8913
|
type="button"
|
|
8914
8914
|
aria-expanded="false"
|
|
8915
8915
|
aria-label="Table actions"
|
|
@@ -8940,20 +8940,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8940
8940
|
>Item two</th>
|
|
8941
8941
|
|
|
8942
8942
|
<td
|
|
8943
|
-
class="pf-v6-c-table__td"
|
|
8943
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8944
8944
|
role="cell"
|
|
8945
8945
|
data-label="Date"
|
|
8946
8946
|
>May 9, 2018</td>
|
|
8947
8947
|
|
|
8948
8948
|
<td
|
|
8949
|
-
class="pf-v6-c-table__td"
|
|
8949
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8950
8950
|
role="cell"
|
|
8951
8951
|
data-label="Status"
|
|
8952
8952
|
>Warning</td>
|
|
8953
8953
|
|
|
8954
8954
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
8955
8955
|
<button
|
|
8956
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
8956
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
8957
8957
|
type="button"
|
|
8958
8958
|
aria-expanded="false"
|
|
8959
8959
|
aria-label="Table actions"
|
|
@@ -8984,20 +8984,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8984
8984
|
>Item three</th>
|
|
8985
8985
|
|
|
8986
8986
|
<td
|
|
8987
|
-
class="pf-v6-c-table__td"
|
|
8987
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8988
8988
|
role="cell"
|
|
8989
8989
|
data-label="Date"
|
|
8990
8990
|
>May 9, 2018</td>
|
|
8991
8991
|
|
|
8992
8992
|
<td
|
|
8993
|
-
class="pf-v6-c-table__td"
|
|
8993
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
8994
8994
|
role="cell"
|
|
8995
8995
|
data-label="Status"
|
|
8996
8996
|
>Active</td>
|
|
8997
8997
|
|
|
8998
8998
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
8999
8999
|
<button
|
|
9000
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9000
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
9001
9001
|
type="button"
|
|
9002
9002
|
aria-expanded="false"
|
|
9003
9003
|
aria-label="Table actions"
|
|
@@ -9028,20 +9028,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9028
9028
|
>Item four</th>
|
|
9029
9029
|
|
|
9030
9030
|
<td
|
|
9031
|
-
class="pf-v6-c-table__td"
|
|
9031
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9032
9032
|
role="cell"
|
|
9033
9033
|
data-label="Date"
|
|
9034
9034
|
>May 9, 2018</td>
|
|
9035
9035
|
|
|
9036
9036
|
<td
|
|
9037
|
-
class="pf-v6-c-table__td"
|
|
9037
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9038
9038
|
role="cell"
|
|
9039
9039
|
data-label="Status"
|
|
9040
9040
|
>Active</td>
|
|
9041
9041
|
|
|
9042
9042
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
9043
9043
|
<button
|
|
9044
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9044
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
9045
9045
|
type="button"
|
|
9046
9046
|
aria-expanded="false"
|
|
9047
9047
|
aria-label="Table actions"
|
|
@@ -9072,20 +9072,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9072
9072
|
>Item five</th>
|
|
9073
9073
|
|
|
9074
9074
|
<td
|
|
9075
|
-
class="pf-v6-c-table__td"
|
|
9075
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9076
9076
|
role="cell"
|
|
9077
9077
|
data-label="Date"
|
|
9078
9078
|
>May 9, 2018</td>
|
|
9079
9079
|
|
|
9080
9080
|
<td
|
|
9081
|
-
class="pf-v6-c-table__td"
|
|
9081
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9082
9082
|
role="cell"
|
|
9083
9083
|
data-label="Status"
|
|
9084
9084
|
>Active</td>
|
|
9085
9085
|
|
|
9086
9086
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
9087
9087
|
<button
|
|
9088
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9088
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
9089
9089
|
type="button"
|
|
9090
9090
|
aria-expanded="false"
|
|
9091
9091
|
aria-label="Table actions"
|
|
@@ -9124,7 +9124,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9124
9124
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
9125
9125
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
9126
9126
|
<table
|
|
9127
|
-
class="pf-v6-c-table pf-m-
|
|
9127
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
9128
9128
|
role="grid"
|
|
9129
9129
|
id="table-animate-compound-expansion-nested-table-3-"
|
|
9130
9130
|
aria-label="Nested table"
|
|
@@ -9190,20 +9190,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9190
9190
|
>Item one</th>
|
|
9191
9191
|
|
|
9192
9192
|
<td
|
|
9193
|
-
class="pf-v6-c-table__td"
|
|
9193
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9194
9194
|
role="cell"
|
|
9195
9195
|
data-label="Date"
|
|
9196
9196
|
>May 9, 2018</td>
|
|
9197
9197
|
|
|
9198
9198
|
<td
|
|
9199
|
-
class="pf-v6-c-table__td"
|
|
9199
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9200
9200
|
role="cell"
|
|
9201
9201
|
data-label="Status"
|
|
9202
9202
|
>Active</td>
|
|
9203
9203
|
|
|
9204
9204
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
9205
9205
|
<button
|
|
9206
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9206
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
9207
9207
|
type="button"
|
|
9208
9208
|
aria-expanded="false"
|
|
9209
9209
|
aria-label="Table actions"
|
|
@@ -9234,20 +9234,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9234
9234
|
>Item two</th>
|
|
9235
9235
|
|
|
9236
9236
|
<td
|
|
9237
|
-
class="pf-v6-c-table__td"
|
|
9237
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9238
9238
|
role="cell"
|
|
9239
9239
|
data-label="Date"
|
|
9240
9240
|
>May 9, 2018</td>
|
|
9241
9241
|
|
|
9242
9242
|
<td
|
|
9243
|
-
class="pf-v6-c-table__td"
|
|
9243
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9244
9244
|
role="cell"
|
|
9245
9245
|
data-label="Status"
|
|
9246
9246
|
>Warning</td>
|
|
9247
9247
|
|
|
9248
9248
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
9249
9249
|
<button
|
|
9250
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9250
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
9251
9251
|
type="button"
|
|
9252
9252
|
aria-expanded="false"
|
|
9253
9253
|
aria-label="Table actions"
|
|
@@ -9278,20 +9278,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9278
9278
|
>Item three</th>
|
|
9279
9279
|
|
|
9280
9280
|
<td
|
|
9281
|
-
class="pf-v6-c-table__td"
|
|
9281
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9282
9282
|
role="cell"
|
|
9283
9283
|
data-label="Date"
|
|
9284
9284
|
>May 9, 2018</td>
|
|
9285
9285
|
|
|
9286
9286
|
<td
|
|
9287
|
-
class="pf-v6-c-table__td"
|
|
9287
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9288
9288
|
role="cell"
|
|
9289
9289
|
data-label="Status"
|
|
9290
9290
|
>Active</td>
|
|
9291
9291
|
|
|
9292
9292
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
9293
9293
|
<button
|
|
9294
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9294
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
9295
9295
|
type="button"
|
|
9296
9296
|
aria-expanded="false"
|
|
9297
9297
|
aria-label="Table actions"
|
|
@@ -9322,20 +9322,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9322
9322
|
>Item four</th>
|
|
9323
9323
|
|
|
9324
9324
|
<td
|
|
9325
|
-
class="pf-v6-c-table__td"
|
|
9325
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9326
9326
|
role="cell"
|
|
9327
9327
|
data-label="Date"
|
|
9328
9328
|
>May 9, 2018</td>
|
|
9329
9329
|
|
|
9330
9330
|
<td
|
|
9331
|
-
class="pf-v6-c-table__td"
|
|
9331
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9332
9332
|
role="cell"
|
|
9333
9333
|
data-label="Status"
|
|
9334
9334
|
>Active</td>
|
|
9335
9335
|
|
|
9336
9336
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
9337
9337
|
<button
|
|
9338
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9338
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
9339
9339
|
type="button"
|
|
9340
9340
|
aria-expanded="false"
|
|
9341
9341
|
aria-label="Table actions"
|
|
@@ -9366,20 +9366,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9366
9366
|
>Item five</th>
|
|
9367
9367
|
|
|
9368
9368
|
<td
|
|
9369
|
-
class="pf-v6-c-table__td"
|
|
9369
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9370
9370
|
role="cell"
|
|
9371
9371
|
data-label="Date"
|
|
9372
9372
|
>May 9, 2018</td>
|
|
9373
9373
|
|
|
9374
9374
|
<td
|
|
9375
|
-
class="pf-v6-c-table__td"
|
|
9375
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9376
9376
|
role="cell"
|
|
9377
9377
|
data-label="Status"
|
|
9378
9378
|
>Active</td>
|
|
9379
9379
|
|
|
9380
9380
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
9381
9381
|
<button
|
|
9382
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9382
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
9383
9383
|
type="button"
|
|
9384
9384
|
aria-expanded="false"
|
|
9385
9385
|
aria-label="Table actions"
|
|
@@ -9524,7 +9524,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9524
9524
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
9525
9525
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
9526
9526
|
<table
|
|
9527
|
-
class="pf-v6-c-table pf-m-
|
|
9527
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
9528
9528
|
role="grid"
|
|
9529
9529
|
id="table-animate-compound-expansion-nested-table-4-"
|
|
9530
9530
|
aria-label="Nested table"
|
|
@@ -9590,20 +9590,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9590
9590
|
>Item one</th>
|
|
9591
9591
|
|
|
9592
9592
|
<td
|
|
9593
|
-
class="pf-v6-c-table__td"
|
|
9593
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9594
9594
|
role="cell"
|
|
9595
9595
|
data-label="Date"
|
|
9596
9596
|
>May 9, 2018</td>
|
|
9597
9597
|
|
|
9598
9598
|
<td
|
|
9599
|
-
class="pf-v6-c-table__td"
|
|
9599
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9600
9600
|
role="cell"
|
|
9601
9601
|
data-label="Status"
|
|
9602
9602
|
>Active</td>
|
|
9603
9603
|
|
|
9604
9604
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
9605
9605
|
<button
|
|
9606
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9606
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
9607
9607
|
type="button"
|
|
9608
9608
|
aria-expanded="false"
|
|
9609
9609
|
aria-label="Table actions"
|
|
@@ -9634,20 +9634,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9634
9634
|
>Item two</th>
|
|
9635
9635
|
|
|
9636
9636
|
<td
|
|
9637
|
-
class="pf-v6-c-table__td"
|
|
9637
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9638
9638
|
role="cell"
|
|
9639
9639
|
data-label="Date"
|
|
9640
9640
|
>May 9, 2018</td>
|
|
9641
9641
|
|
|
9642
9642
|
<td
|
|
9643
|
-
class="pf-v6-c-table__td"
|
|
9643
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9644
9644
|
role="cell"
|
|
9645
9645
|
data-label="Status"
|
|
9646
9646
|
>Warning</td>
|
|
9647
9647
|
|
|
9648
9648
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
9649
9649
|
<button
|
|
9650
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9650
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
9651
9651
|
type="button"
|
|
9652
9652
|
aria-expanded="false"
|
|
9653
9653
|
aria-label="Table actions"
|
|
@@ -9678,20 +9678,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9678
9678
|
>Item three</th>
|
|
9679
9679
|
|
|
9680
9680
|
<td
|
|
9681
|
-
class="pf-v6-c-table__td"
|
|
9681
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9682
9682
|
role="cell"
|
|
9683
9683
|
data-label="Date"
|
|
9684
9684
|
>May 9, 2018</td>
|
|
9685
9685
|
|
|
9686
9686
|
<td
|
|
9687
|
-
class="pf-v6-c-table__td"
|
|
9687
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9688
9688
|
role="cell"
|
|
9689
9689
|
data-label="Status"
|
|
9690
9690
|
>Active</td>
|
|
9691
9691
|
|
|
9692
9692
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
9693
9693
|
<button
|
|
9694
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9694
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
9695
9695
|
type="button"
|
|
9696
9696
|
aria-expanded="false"
|
|
9697
9697
|
aria-label="Table actions"
|
|
@@ -9722,20 +9722,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9722
9722
|
>Item four</th>
|
|
9723
9723
|
|
|
9724
9724
|
<td
|
|
9725
|
-
class="pf-v6-c-table__td"
|
|
9725
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9726
9726
|
role="cell"
|
|
9727
9727
|
data-label="Date"
|
|
9728
9728
|
>May 9, 2018</td>
|
|
9729
9729
|
|
|
9730
9730
|
<td
|
|
9731
|
-
class="pf-v6-c-table__td"
|
|
9731
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9732
9732
|
role="cell"
|
|
9733
9733
|
data-label="Status"
|
|
9734
9734
|
>Active</td>
|
|
9735
9735
|
|
|
9736
9736
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
9737
9737
|
<button
|
|
9738
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9738
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
9739
9739
|
type="button"
|
|
9740
9740
|
aria-expanded="false"
|
|
9741
9741
|
aria-label="Table actions"
|
|
@@ -9766,20 +9766,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9766
9766
|
>Item five</th>
|
|
9767
9767
|
|
|
9768
9768
|
<td
|
|
9769
|
-
class="pf-v6-c-table__td"
|
|
9769
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9770
9770
|
role="cell"
|
|
9771
9771
|
data-label="Date"
|
|
9772
9772
|
>May 9, 2018</td>
|
|
9773
9773
|
|
|
9774
9774
|
<td
|
|
9775
|
-
class="pf-v6-c-table__td"
|
|
9775
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9776
9776
|
role="cell"
|
|
9777
9777
|
data-label="Status"
|
|
9778
9778
|
>Active</td>
|
|
9779
9779
|
|
|
9780
9780
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
9781
9781
|
<button
|
|
9782
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9782
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
9783
9783
|
type="button"
|
|
9784
9784
|
aria-expanded="false"
|
|
9785
9785
|
aria-label="Table actions"
|
|
@@ -9818,7 +9818,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9818
9818
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
9819
9819
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
9820
9820
|
<table
|
|
9821
|
-
class="pf-v6-c-table pf-m-
|
|
9821
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
9822
9822
|
role="grid"
|
|
9823
9823
|
id="table-animate-compound-expansion-nested-table-6-"
|
|
9824
9824
|
aria-label="Nested table"
|
|
@@ -9884,20 +9884,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9884
9884
|
>Item one</th>
|
|
9885
9885
|
|
|
9886
9886
|
<td
|
|
9887
|
-
class="pf-v6-c-table__td"
|
|
9887
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9888
9888
|
role="cell"
|
|
9889
9889
|
data-label="Date"
|
|
9890
9890
|
>May 9, 2018</td>
|
|
9891
9891
|
|
|
9892
9892
|
<td
|
|
9893
|
-
class="pf-v6-c-table__td"
|
|
9893
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9894
9894
|
role="cell"
|
|
9895
9895
|
data-label="Status"
|
|
9896
9896
|
>Active</td>
|
|
9897
9897
|
|
|
9898
9898
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
9899
9899
|
<button
|
|
9900
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9900
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
9901
9901
|
type="button"
|
|
9902
9902
|
aria-expanded="false"
|
|
9903
9903
|
aria-label="Table actions"
|
|
@@ -9928,20 +9928,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9928
9928
|
>Item two</th>
|
|
9929
9929
|
|
|
9930
9930
|
<td
|
|
9931
|
-
class="pf-v6-c-table__td"
|
|
9931
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9932
9932
|
role="cell"
|
|
9933
9933
|
data-label="Date"
|
|
9934
9934
|
>May 9, 2018</td>
|
|
9935
9935
|
|
|
9936
9936
|
<td
|
|
9937
|
-
class="pf-v6-c-table__td"
|
|
9937
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9938
9938
|
role="cell"
|
|
9939
9939
|
data-label="Status"
|
|
9940
9940
|
>Warning</td>
|
|
9941
9941
|
|
|
9942
9942
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
9943
9943
|
<button
|
|
9944
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9944
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
9945
9945
|
type="button"
|
|
9946
9946
|
aria-expanded="false"
|
|
9947
9947
|
aria-label="Table actions"
|
|
@@ -9972,20 +9972,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9972
9972
|
>Item three</th>
|
|
9973
9973
|
|
|
9974
9974
|
<td
|
|
9975
|
-
class="pf-v6-c-table__td"
|
|
9975
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9976
9976
|
role="cell"
|
|
9977
9977
|
data-label="Date"
|
|
9978
9978
|
>May 9, 2018</td>
|
|
9979
9979
|
|
|
9980
9980
|
<td
|
|
9981
|
-
class="pf-v6-c-table__td"
|
|
9981
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
9982
9982
|
role="cell"
|
|
9983
9983
|
data-label="Status"
|
|
9984
9984
|
>Active</td>
|
|
9985
9985
|
|
|
9986
9986
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
9987
9987
|
<button
|
|
9988
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9988
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
9989
9989
|
type="button"
|
|
9990
9990
|
aria-expanded="false"
|
|
9991
9991
|
aria-label="Table actions"
|
|
@@ -10016,20 +10016,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10016
10016
|
>Item four</th>
|
|
10017
10017
|
|
|
10018
10018
|
<td
|
|
10019
|
-
class="pf-v6-c-table__td"
|
|
10019
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10020
10020
|
role="cell"
|
|
10021
10021
|
data-label="Date"
|
|
10022
10022
|
>May 9, 2018</td>
|
|
10023
10023
|
|
|
10024
10024
|
<td
|
|
10025
|
-
class="pf-v6-c-table__td"
|
|
10025
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10026
10026
|
role="cell"
|
|
10027
10027
|
data-label="Status"
|
|
10028
10028
|
>Active</td>
|
|
10029
10029
|
|
|
10030
10030
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
10031
10031
|
<button
|
|
10032
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10032
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
10033
10033
|
type="button"
|
|
10034
10034
|
aria-expanded="false"
|
|
10035
10035
|
aria-label="Table actions"
|
|
@@ -10060,20 +10060,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10060
10060
|
>Item five</th>
|
|
10061
10061
|
|
|
10062
10062
|
<td
|
|
10063
|
-
class="pf-v6-c-table__td"
|
|
10063
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10064
10064
|
role="cell"
|
|
10065
10065
|
data-label="Date"
|
|
10066
10066
|
>May 9, 2018</td>
|
|
10067
10067
|
|
|
10068
10068
|
<td
|
|
10069
|
-
class="pf-v6-c-table__td"
|
|
10069
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10070
10070
|
role="cell"
|
|
10071
10071
|
data-label="Status"
|
|
10072
10072
|
>Active</td>
|
|
10073
10073
|
|
|
10074
10074
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
10075
10075
|
<button
|
|
10076
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10076
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
10077
10077
|
type="button"
|
|
10078
10078
|
aria-expanded="false"
|
|
10079
10079
|
aria-label="Table actions"
|
|
@@ -10218,7 +10218,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10218
10218
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
10219
10219
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
10220
10220
|
<table
|
|
10221
|
-
class="pf-v6-c-table pf-m-
|
|
10221
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
10222
10222
|
role="grid"
|
|
10223
10223
|
id="table-animate-compound-expansion-nested-table-7-"
|
|
10224
10224
|
aria-label="Nested table"
|
|
@@ -10284,20 +10284,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10284
10284
|
>Item one</th>
|
|
10285
10285
|
|
|
10286
10286
|
<td
|
|
10287
|
-
class="pf-v6-c-table__td"
|
|
10287
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10288
10288
|
role="cell"
|
|
10289
10289
|
data-label="Date"
|
|
10290
10290
|
>May 9, 2018</td>
|
|
10291
10291
|
|
|
10292
10292
|
<td
|
|
10293
|
-
class="pf-v6-c-table__td"
|
|
10293
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10294
10294
|
role="cell"
|
|
10295
10295
|
data-label="Status"
|
|
10296
10296
|
>Active</td>
|
|
10297
10297
|
|
|
10298
10298
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
10299
10299
|
<button
|
|
10300
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10300
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
10301
10301
|
type="button"
|
|
10302
10302
|
aria-expanded="false"
|
|
10303
10303
|
aria-label="Table actions"
|
|
@@ -10328,20 +10328,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10328
10328
|
>Item two</th>
|
|
10329
10329
|
|
|
10330
10330
|
<td
|
|
10331
|
-
class="pf-v6-c-table__td"
|
|
10331
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10332
10332
|
role="cell"
|
|
10333
10333
|
data-label="Date"
|
|
10334
10334
|
>May 9, 2018</td>
|
|
10335
10335
|
|
|
10336
10336
|
<td
|
|
10337
|
-
class="pf-v6-c-table__td"
|
|
10337
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10338
10338
|
role="cell"
|
|
10339
10339
|
data-label="Status"
|
|
10340
10340
|
>Warning</td>
|
|
10341
10341
|
|
|
10342
10342
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
10343
10343
|
<button
|
|
10344
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10344
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
10345
10345
|
type="button"
|
|
10346
10346
|
aria-expanded="false"
|
|
10347
10347
|
aria-label="Table actions"
|
|
@@ -10372,20 +10372,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10372
10372
|
>Item three</th>
|
|
10373
10373
|
|
|
10374
10374
|
<td
|
|
10375
|
-
class="pf-v6-c-table__td"
|
|
10375
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10376
10376
|
role="cell"
|
|
10377
10377
|
data-label="Date"
|
|
10378
10378
|
>May 9, 2018</td>
|
|
10379
10379
|
|
|
10380
10380
|
<td
|
|
10381
|
-
class="pf-v6-c-table__td"
|
|
10381
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10382
10382
|
role="cell"
|
|
10383
10383
|
data-label="Status"
|
|
10384
10384
|
>Active</td>
|
|
10385
10385
|
|
|
10386
10386
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
10387
10387
|
<button
|
|
10388
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10388
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
10389
10389
|
type="button"
|
|
10390
10390
|
aria-expanded="false"
|
|
10391
10391
|
aria-label="Table actions"
|
|
@@ -10416,20 +10416,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10416
10416
|
>Item four</th>
|
|
10417
10417
|
|
|
10418
10418
|
<td
|
|
10419
|
-
class="pf-v6-c-table__td"
|
|
10419
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10420
10420
|
role="cell"
|
|
10421
10421
|
data-label="Date"
|
|
10422
10422
|
>May 9, 2018</td>
|
|
10423
10423
|
|
|
10424
10424
|
<td
|
|
10425
|
-
class="pf-v6-c-table__td"
|
|
10425
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10426
10426
|
role="cell"
|
|
10427
10427
|
data-label="Status"
|
|
10428
10428
|
>Active</td>
|
|
10429
10429
|
|
|
10430
10430
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
10431
10431
|
<button
|
|
10432
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10432
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
10433
10433
|
type="button"
|
|
10434
10434
|
aria-expanded="false"
|
|
10435
10435
|
aria-label="Table actions"
|
|
@@ -10460,20 +10460,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10460
10460
|
>Item five</th>
|
|
10461
10461
|
|
|
10462
10462
|
<td
|
|
10463
|
-
class="pf-v6-c-table__td"
|
|
10463
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10464
10464
|
role="cell"
|
|
10465
10465
|
data-label="Date"
|
|
10466
10466
|
>May 9, 2018</td>
|
|
10467
10467
|
|
|
10468
10468
|
<td
|
|
10469
|
-
class="pf-v6-c-table__td"
|
|
10469
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10470
10470
|
role="cell"
|
|
10471
10471
|
data-label="Status"
|
|
10472
10472
|
>Active</td>
|
|
10473
10473
|
|
|
10474
10474
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
10475
10475
|
<button
|
|
10476
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10476
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
10477
10477
|
type="button"
|
|
10478
10478
|
aria-expanded="false"
|
|
10479
10479
|
aria-label="Table actions"
|
|
@@ -10512,7 +10512,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10512
10512
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
10513
10513
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
10514
10514
|
<table
|
|
10515
|
-
class="pf-v6-c-table pf-m-
|
|
10515
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
10516
10516
|
role="grid"
|
|
10517
10517
|
id="table-animate-compound-expansion-nested-table-9-"
|
|
10518
10518
|
aria-label="Nested table"
|
|
@@ -10578,20 +10578,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10578
10578
|
>Item one</th>
|
|
10579
10579
|
|
|
10580
10580
|
<td
|
|
10581
|
-
class="pf-v6-c-table__td"
|
|
10581
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10582
10582
|
role="cell"
|
|
10583
10583
|
data-label="Date"
|
|
10584
10584
|
>May 9, 2018</td>
|
|
10585
10585
|
|
|
10586
10586
|
<td
|
|
10587
|
-
class="pf-v6-c-table__td"
|
|
10587
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10588
10588
|
role="cell"
|
|
10589
10589
|
data-label="Status"
|
|
10590
10590
|
>Active</td>
|
|
10591
10591
|
|
|
10592
10592
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
10593
10593
|
<button
|
|
10594
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10594
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
10595
10595
|
type="button"
|
|
10596
10596
|
aria-expanded="false"
|
|
10597
10597
|
aria-label="Table actions"
|
|
@@ -10622,20 +10622,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10622
10622
|
>Item two</th>
|
|
10623
10623
|
|
|
10624
10624
|
<td
|
|
10625
|
-
class="pf-v6-c-table__td"
|
|
10625
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10626
10626
|
role="cell"
|
|
10627
10627
|
data-label="Date"
|
|
10628
10628
|
>May 9, 2018</td>
|
|
10629
10629
|
|
|
10630
10630
|
<td
|
|
10631
|
-
class="pf-v6-c-table__td"
|
|
10631
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10632
10632
|
role="cell"
|
|
10633
10633
|
data-label="Status"
|
|
10634
10634
|
>Warning</td>
|
|
10635
10635
|
|
|
10636
10636
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
10637
10637
|
<button
|
|
10638
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10638
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
10639
10639
|
type="button"
|
|
10640
10640
|
aria-expanded="false"
|
|
10641
10641
|
aria-label="Table actions"
|
|
@@ -10666,20 +10666,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10666
10666
|
>Item three</th>
|
|
10667
10667
|
|
|
10668
10668
|
<td
|
|
10669
|
-
class="pf-v6-c-table__td"
|
|
10669
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10670
10670
|
role="cell"
|
|
10671
10671
|
data-label="Date"
|
|
10672
10672
|
>May 9, 2018</td>
|
|
10673
10673
|
|
|
10674
10674
|
<td
|
|
10675
|
-
class="pf-v6-c-table__td"
|
|
10675
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10676
10676
|
role="cell"
|
|
10677
10677
|
data-label="Status"
|
|
10678
10678
|
>Active</td>
|
|
10679
10679
|
|
|
10680
10680
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
10681
10681
|
<button
|
|
10682
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10682
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
10683
10683
|
type="button"
|
|
10684
10684
|
aria-expanded="false"
|
|
10685
10685
|
aria-label="Table actions"
|
|
@@ -10710,20 +10710,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10710
10710
|
>Item four</th>
|
|
10711
10711
|
|
|
10712
10712
|
<td
|
|
10713
|
-
class="pf-v6-c-table__td"
|
|
10713
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10714
10714
|
role="cell"
|
|
10715
10715
|
data-label="Date"
|
|
10716
10716
|
>May 9, 2018</td>
|
|
10717
10717
|
|
|
10718
10718
|
<td
|
|
10719
|
-
class="pf-v6-c-table__td"
|
|
10719
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10720
10720
|
role="cell"
|
|
10721
10721
|
data-label="Status"
|
|
10722
10722
|
>Active</td>
|
|
10723
10723
|
|
|
10724
10724
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
10725
10725
|
<button
|
|
10726
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10726
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
10727
10727
|
type="button"
|
|
10728
10728
|
aria-expanded="false"
|
|
10729
10729
|
aria-label="Table actions"
|
|
@@ -10754,20 +10754,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10754
10754
|
>Item five</th>
|
|
10755
10755
|
|
|
10756
10756
|
<td
|
|
10757
|
-
class="pf-v6-c-table__td"
|
|
10757
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10758
10758
|
role="cell"
|
|
10759
10759
|
data-label="Date"
|
|
10760
10760
|
>May 9, 2018</td>
|
|
10761
10761
|
|
|
10762
10762
|
<td
|
|
10763
|
-
class="pf-v6-c-table__td"
|
|
10763
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
10764
10764
|
role="cell"
|
|
10765
10765
|
data-label="Status"
|
|
10766
10766
|
>Active</td>
|
|
10767
10767
|
|
|
10768
10768
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
10769
10769
|
<button
|
|
10770
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10770
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
10771
10771
|
type="button"
|
|
10772
10772
|
aria-expanded="false"
|
|
10773
10773
|
aria-label="Table actions"
|
|
@@ -21118,7 +21118,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21118
21118
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
21119
21119
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
21120
21120
|
<table
|
|
21121
|
-
class="pf-v6-c-table pf-m-
|
|
21121
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
21122
21122
|
role="grid"
|
|
21123
21123
|
id="borderless-compound-expansion-table-nested-table-1-"
|
|
21124
21124
|
aria-label="Nested table"
|
|
@@ -21184,20 +21184,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21184
21184
|
>Item one</th>
|
|
21185
21185
|
|
|
21186
21186
|
<td
|
|
21187
|
-
class="pf-v6-c-table__td"
|
|
21187
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21188
21188
|
role="cell"
|
|
21189
21189
|
data-label="Date"
|
|
21190
21190
|
>May 9, 2018</td>
|
|
21191
21191
|
|
|
21192
21192
|
<td
|
|
21193
|
-
class="pf-v6-c-table__td"
|
|
21193
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21194
21194
|
role="cell"
|
|
21195
21195
|
data-label="Status"
|
|
21196
21196
|
>Active</td>
|
|
21197
21197
|
|
|
21198
21198
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
21199
21199
|
<button
|
|
21200
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
21200
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
21201
21201
|
type="button"
|
|
21202
21202
|
aria-expanded="false"
|
|
21203
21203
|
aria-label="Table actions"
|
|
@@ -21228,20 +21228,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21228
21228
|
>Item two</th>
|
|
21229
21229
|
|
|
21230
21230
|
<td
|
|
21231
|
-
class="pf-v6-c-table__td"
|
|
21231
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21232
21232
|
role="cell"
|
|
21233
21233
|
data-label="Date"
|
|
21234
21234
|
>May 9, 2018</td>
|
|
21235
21235
|
|
|
21236
21236
|
<td
|
|
21237
|
-
class="pf-v6-c-table__td"
|
|
21237
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21238
21238
|
role="cell"
|
|
21239
21239
|
data-label="Status"
|
|
21240
21240
|
>Warning</td>
|
|
21241
21241
|
|
|
21242
21242
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
21243
21243
|
<button
|
|
21244
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
21244
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
21245
21245
|
type="button"
|
|
21246
21246
|
aria-expanded="false"
|
|
21247
21247
|
aria-label="Table actions"
|
|
@@ -21272,20 +21272,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21272
21272
|
>Item three</th>
|
|
21273
21273
|
|
|
21274
21274
|
<td
|
|
21275
|
-
class="pf-v6-c-table__td"
|
|
21275
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21276
21276
|
role="cell"
|
|
21277
21277
|
data-label="Date"
|
|
21278
21278
|
>May 9, 2018</td>
|
|
21279
21279
|
|
|
21280
21280
|
<td
|
|
21281
|
-
class="pf-v6-c-table__td"
|
|
21281
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21282
21282
|
role="cell"
|
|
21283
21283
|
data-label="Status"
|
|
21284
21284
|
>Active</td>
|
|
21285
21285
|
|
|
21286
21286
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
21287
21287
|
<button
|
|
21288
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
21288
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
21289
21289
|
type="button"
|
|
21290
21290
|
aria-expanded="false"
|
|
21291
21291
|
aria-label="Table actions"
|
|
@@ -21316,20 +21316,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21316
21316
|
>Item four</th>
|
|
21317
21317
|
|
|
21318
21318
|
<td
|
|
21319
|
-
class="pf-v6-c-table__td"
|
|
21319
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21320
21320
|
role="cell"
|
|
21321
21321
|
data-label="Date"
|
|
21322
21322
|
>May 9, 2018</td>
|
|
21323
21323
|
|
|
21324
21324
|
<td
|
|
21325
|
-
class="pf-v6-c-table__td"
|
|
21325
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21326
21326
|
role="cell"
|
|
21327
21327
|
data-label="Status"
|
|
21328
21328
|
>Active</td>
|
|
21329
21329
|
|
|
21330
21330
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
21331
21331
|
<button
|
|
21332
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
21332
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
21333
21333
|
type="button"
|
|
21334
21334
|
aria-expanded="false"
|
|
21335
21335
|
aria-label="Table actions"
|
|
@@ -21360,20 +21360,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21360
21360
|
>Item five</th>
|
|
21361
21361
|
|
|
21362
21362
|
<td
|
|
21363
|
-
class="pf-v6-c-table__td"
|
|
21363
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21364
21364
|
role="cell"
|
|
21365
21365
|
data-label="Date"
|
|
21366
21366
|
>May 9, 2018</td>
|
|
21367
21367
|
|
|
21368
21368
|
<td
|
|
21369
|
-
class="pf-v6-c-table__td"
|
|
21369
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21370
21370
|
role="cell"
|
|
21371
21371
|
data-label="Status"
|
|
21372
21372
|
>Active</td>
|
|
21373
21373
|
|
|
21374
21374
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
21375
21375
|
<button
|
|
21376
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
21376
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
21377
21377
|
type="button"
|
|
21378
21378
|
aria-expanded="false"
|
|
21379
21379
|
aria-label="Table actions"
|
|
@@ -21414,7 +21414,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21414
21414
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
21415
21415
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
21416
21416
|
<table
|
|
21417
|
-
class="pf-v6-c-table pf-m-
|
|
21417
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
21418
21418
|
role="grid"
|
|
21419
21419
|
id="borderless-compound-expansion-table-nested-table-3-"
|
|
21420
21420
|
aria-label="Nested table"
|
|
@@ -21480,20 +21480,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21480
21480
|
>Item one</th>
|
|
21481
21481
|
|
|
21482
21482
|
<td
|
|
21483
|
-
class="pf-v6-c-table__td"
|
|
21483
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21484
21484
|
role="cell"
|
|
21485
21485
|
data-label="Date"
|
|
21486
21486
|
>May 9, 2018</td>
|
|
21487
21487
|
|
|
21488
21488
|
<td
|
|
21489
|
-
class="pf-v6-c-table__td"
|
|
21489
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21490
21490
|
role="cell"
|
|
21491
21491
|
data-label="Status"
|
|
21492
21492
|
>Active</td>
|
|
21493
21493
|
|
|
21494
21494
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
21495
21495
|
<button
|
|
21496
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
21496
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
21497
21497
|
type="button"
|
|
21498
21498
|
aria-expanded="false"
|
|
21499
21499
|
aria-label="Table actions"
|
|
@@ -21524,20 +21524,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21524
21524
|
>Item two</th>
|
|
21525
21525
|
|
|
21526
21526
|
<td
|
|
21527
|
-
class="pf-v6-c-table__td"
|
|
21527
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21528
21528
|
role="cell"
|
|
21529
21529
|
data-label="Date"
|
|
21530
21530
|
>May 9, 2018</td>
|
|
21531
21531
|
|
|
21532
21532
|
<td
|
|
21533
|
-
class="pf-v6-c-table__td"
|
|
21533
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21534
21534
|
role="cell"
|
|
21535
21535
|
data-label="Status"
|
|
21536
21536
|
>Warning</td>
|
|
21537
21537
|
|
|
21538
21538
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
21539
21539
|
<button
|
|
21540
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
21540
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
21541
21541
|
type="button"
|
|
21542
21542
|
aria-expanded="false"
|
|
21543
21543
|
aria-label="Table actions"
|
|
@@ -21568,20 +21568,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21568
21568
|
>Item three</th>
|
|
21569
21569
|
|
|
21570
21570
|
<td
|
|
21571
|
-
class="pf-v6-c-table__td"
|
|
21571
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21572
21572
|
role="cell"
|
|
21573
21573
|
data-label="Date"
|
|
21574
21574
|
>May 9, 2018</td>
|
|
21575
21575
|
|
|
21576
21576
|
<td
|
|
21577
|
-
class="pf-v6-c-table__td"
|
|
21577
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21578
21578
|
role="cell"
|
|
21579
21579
|
data-label="Status"
|
|
21580
21580
|
>Active</td>
|
|
21581
21581
|
|
|
21582
21582
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
21583
21583
|
<button
|
|
21584
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
21584
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
21585
21585
|
type="button"
|
|
21586
21586
|
aria-expanded="false"
|
|
21587
21587
|
aria-label="Table actions"
|
|
@@ -21612,20 +21612,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21612
21612
|
>Item four</th>
|
|
21613
21613
|
|
|
21614
21614
|
<td
|
|
21615
|
-
class="pf-v6-c-table__td"
|
|
21615
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21616
21616
|
role="cell"
|
|
21617
21617
|
data-label="Date"
|
|
21618
21618
|
>May 9, 2018</td>
|
|
21619
21619
|
|
|
21620
21620
|
<td
|
|
21621
|
-
class="pf-v6-c-table__td"
|
|
21621
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21622
21622
|
role="cell"
|
|
21623
21623
|
data-label="Status"
|
|
21624
21624
|
>Active</td>
|
|
21625
21625
|
|
|
21626
21626
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
21627
21627
|
<button
|
|
21628
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
21628
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
21629
21629
|
type="button"
|
|
21630
21630
|
aria-expanded="false"
|
|
21631
21631
|
aria-label="Table actions"
|
|
@@ -21656,20 +21656,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21656
21656
|
>Item five</th>
|
|
21657
21657
|
|
|
21658
21658
|
<td
|
|
21659
|
-
class="pf-v6-c-table__td"
|
|
21659
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21660
21660
|
role="cell"
|
|
21661
21661
|
data-label="Date"
|
|
21662
21662
|
>May 9, 2018</td>
|
|
21663
21663
|
|
|
21664
21664
|
<td
|
|
21665
|
-
class="pf-v6-c-table__td"
|
|
21665
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21666
21666
|
role="cell"
|
|
21667
21667
|
data-label="Status"
|
|
21668
21668
|
>Active</td>
|
|
21669
21669
|
|
|
21670
21670
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
21671
21671
|
<button
|
|
21672
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
21672
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
21673
21673
|
type="button"
|
|
21674
21674
|
aria-expanded="false"
|
|
21675
21675
|
aria-label="Table actions"
|
|
@@ -21812,7 +21812,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21812
21812
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
21813
21813
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
21814
21814
|
<table
|
|
21815
|
-
class="pf-v6-c-table pf-m-
|
|
21815
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
21816
21816
|
role="grid"
|
|
21817
21817
|
id="borderless-compound-expansion-table-nested-table-4-"
|
|
21818
21818
|
aria-label="Nested table"
|
|
@@ -21878,20 +21878,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21878
21878
|
>Item one</th>
|
|
21879
21879
|
|
|
21880
21880
|
<td
|
|
21881
|
-
class="pf-v6-c-table__td"
|
|
21881
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21882
21882
|
role="cell"
|
|
21883
21883
|
data-label="Date"
|
|
21884
21884
|
>May 9, 2018</td>
|
|
21885
21885
|
|
|
21886
21886
|
<td
|
|
21887
|
-
class="pf-v6-c-table__td"
|
|
21887
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21888
21888
|
role="cell"
|
|
21889
21889
|
data-label="Status"
|
|
21890
21890
|
>Active</td>
|
|
21891
21891
|
|
|
21892
21892
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
21893
21893
|
<button
|
|
21894
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
21894
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
21895
21895
|
type="button"
|
|
21896
21896
|
aria-expanded="false"
|
|
21897
21897
|
aria-label="Table actions"
|
|
@@ -21922,20 +21922,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21922
21922
|
>Item two</th>
|
|
21923
21923
|
|
|
21924
21924
|
<td
|
|
21925
|
-
class="pf-v6-c-table__td"
|
|
21925
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21926
21926
|
role="cell"
|
|
21927
21927
|
data-label="Date"
|
|
21928
21928
|
>May 9, 2018</td>
|
|
21929
21929
|
|
|
21930
21930
|
<td
|
|
21931
|
-
class="pf-v6-c-table__td"
|
|
21931
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21932
21932
|
role="cell"
|
|
21933
21933
|
data-label="Status"
|
|
21934
21934
|
>Warning</td>
|
|
21935
21935
|
|
|
21936
21936
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
21937
21937
|
<button
|
|
21938
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
21938
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
21939
21939
|
type="button"
|
|
21940
21940
|
aria-expanded="false"
|
|
21941
21941
|
aria-label="Table actions"
|
|
@@ -21966,20 +21966,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
21966
21966
|
>Item three</th>
|
|
21967
21967
|
|
|
21968
21968
|
<td
|
|
21969
|
-
class="pf-v6-c-table__td"
|
|
21969
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21970
21970
|
role="cell"
|
|
21971
21971
|
data-label="Date"
|
|
21972
21972
|
>May 9, 2018</td>
|
|
21973
21973
|
|
|
21974
21974
|
<td
|
|
21975
|
-
class="pf-v6-c-table__td"
|
|
21975
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
21976
21976
|
role="cell"
|
|
21977
21977
|
data-label="Status"
|
|
21978
21978
|
>Active</td>
|
|
21979
21979
|
|
|
21980
21980
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
21981
21981
|
<button
|
|
21982
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
21982
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
21983
21983
|
type="button"
|
|
21984
21984
|
aria-expanded="false"
|
|
21985
21985
|
aria-label="Table actions"
|
|
@@ -22010,20 +22010,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
22010
22010
|
>Item four</th>
|
|
22011
22011
|
|
|
22012
22012
|
<td
|
|
22013
|
-
class="pf-v6-c-table__td"
|
|
22013
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22014
22014
|
role="cell"
|
|
22015
22015
|
data-label="Date"
|
|
22016
22016
|
>May 9, 2018</td>
|
|
22017
22017
|
|
|
22018
22018
|
<td
|
|
22019
|
-
class="pf-v6-c-table__td"
|
|
22019
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22020
22020
|
role="cell"
|
|
22021
22021
|
data-label="Status"
|
|
22022
22022
|
>Active</td>
|
|
22023
22023
|
|
|
22024
22024
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
22025
22025
|
<button
|
|
22026
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
22026
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
22027
22027
|
type="button"
|
|
22028
22028
|
aria-expanded="false"
|
|
22029
22029
|
aria-label="Table actions"
|
|
@@ -22054,20 +22054,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
22054
22054
|
>Item five</th>
|
|
22055
22055
|
|
|
22056
22056
|
<td
|
|
22057
|
-
class="pf-v6-c-table__td"
|
|
22057
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22058
22058
|
role="cell"
|
|
22059
22059
|
data-label="Date"
|
|
22060
22060
|
>May 9, 2018</td>
|
|
22061
22061
|
|
|
22062
22062
|
<td
|
|
22063
|
-
class="pf-v6-c-table__td"
|
|
22063
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22064
22064
|
role="cell"
|
|
22065
22065
|
data-label="Status"
|
|
22066
22066
|
>Active</td>
|
|
22067
22067
|
|
|
22068
22068
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
22069
22069
|
<button
|
|
22070
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
22070
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
22071
22071
|
type="button"
|
|
22072
22072
|
aria-expanded="false"
|
|
22073
22073
|
aria-label="Table actions"
|
|
@@ -22108,7 +22108,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
22108
22108
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
22109
22109
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
22110
22110
|
<table
|
|
22111
|
-
class="pf-v6-c-table pf-m-
|
|
22111
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
22112
22112
|
role="grid"
|
|
22113
22113
|
id="borderless-compound-expansion-table-nested-table-6-"
|
|
22114
22114
|
aria-label="Nested table"
|
|
@@ -22174,20 +22174,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
22174
22174
|
>Item one</th>
|
|
22175
22175
|
|
|
22176
22176
|
<td
|
|
22177
|
-
class="pf-v6-c-table__td"
|
|
22177
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22178
22178
|
role="cell"
|
|
22179
22179
|
data-label="Date"
|
|
22180
22180
|
>May 9, 2018</td>
|
|
22181
22181
|
|
|
22182
22182
|
<td
|
|
22183
|
-
class="pf-v6-c-table__td"
|
|
22183
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22184
22184
|
role="cell"
|
|
22185
22185
|
data-label="Status"
|
|
22186
22186
|
>Active</td>
|
|
22187
22187
|
|
|
22188
22188
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
22189
22189
|
<button
|
|
22190
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
22190
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
22191
22191
|
type="button"
|
|
22192
22192
|
aria-expanded="false"
|
|
22193
22193
|
aria-label="Table actions"
|
|
@@ -22218,20 +22218,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
22218
22218
|
>Item two</th>
|
|
22219
22219
|
|
|
22220
22220
|
<td
|
|
22221
|
-
class="pf-v6-c-table__td"
|
|
22221
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22222
22222
|
role="cell"
|
|
22223
22223
|
data-label="Date"
|
|
22224
22224
|
>May 9, 2018</td>
|
|
22225
22225
|
|
|
22226
22226
|
<td
|
|
22227
|
-
class="pf-v6-c-table__td"
|
|
22227
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22228
22228
|
role="cell"
|
|
22229
22229
|
data-label="Status"
|
|
22230
22230
|
>Warning</td>
|
|
22231
22231
|
|
|
22232
22232
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
22233
22233
|
<button
|
|
22234
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
22234
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
22235
22235
|
type="button"
|
|
22236
22236
|
aria-expanded="false"
|
|
22237
22237
|
aria-label="Table actions"
|
|
@@ -22262,20 +22262,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
22262
22262
|
>Item three</th>
|
|
22263
22263
|
|
|
22264
22264
|
<td
|
|
22265
|
-
class="pf-v6-c-table__td"
|
|
22265
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22266
22266
|
role="cell"
|
|
22267
22267
|
data-label="Date"
|
|
22268
22268
|
>May 9, 2018</td>
|
|
22269
22269
|
|
|
22270
22270
|
<td
|
|
22271
|
-
class="pf-v6-c-table__td"
|
|
22271
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22272
22272
|
role="cell"
|
|
22273
22273
|
data-label="Status"
|
|
22274
22274
|
>Active</td>
|
|
22275
22275
|
|
|
22276
22276
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
22277
22277
|
<button
|
|
22278
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
22278
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
22279
22279
|
type="button"
|
|
22280
22280
|
aria-expanded="false"
|
|
22281
22281
|
aria-label="Table actions"
|
|
@@ -22306,20 +22306,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
22306
22306
|
>Item four</th>
|
|
22307
22307
|
|
|
22308
22308
|
<td
|
|
22309
|
-
class="pf-v6-c-table__td"
|
|
22309
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22310
22310
|
role="cell"
|
|
22311
22311
|
data-label="Date"
|
|
22312
22312
|
>May 9, 2018</td>
|
|
22313
22313
|
|
|
22314
22314
|
<td
|
|
22315
|
-
class="pf-v6-c-table__td"
|
|
22315
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22316
22316
|
role="cell"
|
|
22317
22317
|
data-label="Status"
|
|
22318
22318
|
>Active</td>
|
|
22319
22319
|
|
|
22320
22320
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
22321
22321
|
<button
|
|
22322
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
22322
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
22323
22323
|
type="button"
|
|
22324
22324
|
aria-expanded="false"
|
|
22325
22325
|
aria-label="Table actions"
|
|
@@ -22350,20 +22350,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
22350
22350
|
>Item five</th>
|
|
22351
22351
|
|
|
22352
22352
|
<td
|
|
22353
|
-
class="pf-v6-c-table__td"
|
|
22353
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22354
22354
|
role="cell"
|
|
22355
22355
|
data-label="Date"
|
|
22356
22356
|
>May 9, 2018</td>
|
|
22357
22357
|
|
|
22358
22358
|
<td
|
|
22359
|
-
class="pf-v6-c-table__td"
|
|
22359
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22360
22360
|
role="cell"
|
|
22361
22361
|
data-label="Status"
|
|
22362
22362
|
>Active</td>
|
|
22363
22363
|
|
|
22364
22364
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
22365
22365
|
<button
|
|
22366
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
22366
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
22367
22367
|
type="button"
|
|
22368
22368
|
aria-expanded="false"
|
|
22369
22369
|
aria-label="Table actions"
|
|
@@ -22515,7 +22515,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
22515
22515
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
22516
22516
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
22517
22517
|
<table
|
|
22518
|
-
class="pf-v6-c-table pf-m-
|
|
22518
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
22519
22519
|
role="grid"
|
|
22520
22520
|
id="borderless-compound-expansion-table-nested-table-7-"
|
|
22521
22521
|
aria-label="Nested table"
|
|
@@ -22581,20 +22581,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
22581
22581
|
>Item one</th>
|
|
22582
22582
|
|
|
22583
22583
|
<td
|
|
22584
|
-
class="pf-v6-c-table__td"
|
|
22584
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22585
22585
|
role="cell"
|
|
22586
22586
|
data-label="Date"
|
|
22587
22587
|
>May 9, 2018</td>
|
|
22588
22588
|
|
|
22589
22589
|
<td
|
|
22590
|
-
class="pf-v6-c-table__td"
|
|
22590
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22591
22591
|
role="cell"
|
|
22592
22592
|
data-label="Status"
|
|
22593
22593
|
>Active</td>
|
|
22594
22594
|
|
|
22595
22595
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
22596
22596
|
<button
|
|
22597
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
22597
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
22598
22598
|
type="button"
|
|
22599
22599
|
aria-expanded="false"
|
|
22600
22600
|
aria-label="Table actions"
|
|
@@ -22625,20 +22625,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
22625
22625
|
>Item two</th>
|
|
22626
22626
|
|
|
22627
22627
|
<td
|
|
22628
|
-
class="pf-v6-c-table__td"
|
|
22628
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22629
22629
|
role="cell"
|
|
22630
22630
|
data-label="Date"
|
|
22631
22631
|
>May 9, 2018</td>
|
|
22632
22632
|
|
|
22633
22633
|
<td
|
|
22634
|
-
class="pf-v6-c-table__td"
|
|
22634
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22635
22635
|
role="cell"
|
|
22636
22636
|
data-label="Status"
|
|
22637
22637
|
>Warning</td>
|
|
22638
22638
|
|
|
22639
22639
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
22640
22640
|
<button
|
|
22641
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
22641
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
22642
22642
|
type="button"
|
|
22643
22643
|
aria-expanded="false"
|
|
22644
22644
|
aria-label="Table actions"
|
|
@@ -22669,20 +22669,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
22669
22669
|
>Item three</th>
|
|
22670
22670
|
|
|
22671
22671
|
<td
|
|
22672
|
-
class="pf-v6-c-table__td"
|
|
22672
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22673
22673
|
role="cell"
|
|
22674
22674
|
data-label="Date"
|
|
22675
22675
|
>May 9, 2018</td>
|
|
22676
22676
|
|
|
22677
22677
|
<td
|
|
22678
|
-
class="pf-v6-c-table__td"
|
|
22678
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22679
22679
|
role="cell"
|
|
22680
22680
|
data-label="Status"
|
|
22681
22681
|
>Active</td>
|
|
22682
22682
|
|
|
22683
22683
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
22684
22684
|
<button
|
|
22685
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
22685
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
22686
22686
|
type="button"
|
|
22687
22687
|
aria-expanded="false"
|
|
22688
22688
|
aria-label="Table actions"
|
|
@@ -22713,20 +22713,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
22713
22713
|
>Item four</th>
|
|
22714
22714
|
|
|
22715
22715
|
<td
|
|
22716
|
-
class="pf-v6-c-table__td"
|
|
22716
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22717
22717
|
role="cell"
|
|
22718
22718
|
data-label="Date"
|
|
22719
22719
|
>May 9, 2018</td>
|
|
22720
22720
|
|
|
22721
22721
|
<td
|
|
22722
|
-
class="pf-v6-c-table__td"
|
|
22722
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22723
22723
|
role="cell"
|
|
22724
22724
|
data-label="Status"
|
|
22725
22725
|
>Active</td>
|
|
22726
22726
|
|
|
22727
22727
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
22728
22728
|
<button
|
|
22729
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
22729
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
22730
22730
|
type="button"
|
|
22731
22731
|
aria-expanded="false"
|
|
22732
22732
|
aria-label="Table actions"
|
|
@@ -22757,20 +22757,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
22757
22757
|
>Item five</th>
|
|
22758
22758
|
|
|
22759
22759
|
<td
|
|
22760
|
-
class="pf-v6-c-table__td"
|
|
22760
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22761
22761
|
role="cell"
|
|
22762
22762
|
data-label="Date"
|
|
22763
22763
|
>May 9, 2018</td>
|
|
22764
22764
|
|
|
22765
22765
|
<td
|
|
22766
|
-
class="pf-v6-c-table__td"
|
|
22766
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22767
22767
|
role="cell"
|
|
22768
22768
|
data-label="Status"
|
|
22769
22769
|
>Active</td>
|
|
22770
22770
|
|
|
22771
22771
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
22772
22772
|
<button
|
|
22773
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
22773
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
22774
22774
|
type="button"
|
|
22775
22775
|
aria-expanded="false"
|
|
22776
22776
|
aria-label="Table actions"
|
|
@@ -22811,7 +22811,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
22811
22811
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
22812
22812
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
22813
22813
|
<table
|
|
22814
|
-
class="pf-v6-c-table pf-m-
|
|
22814
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
22815
22815
|
role="grid"
|
|
22816
22816
|
id="borderless-compound-expansion-table-nested-table-9-"
|
|
22817
22817
|
aria-label="Nested table"
|
|
@@ -22877,20 +22877,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
22877
22877
|
>Item one</th>
|
|
22878
22878
|
|
|
22879
22879
|
<td
|
|
22880
|
-
class="pf-v6-c-table__td"
|
|
22880
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22881
22881
|
role="cell"
|
|
22882
22882
|
data-label="Date"
|
|
22883
22883
|
>May 9, 2018</td>
|
|
22884
22884
|
|
|
22885
22885
|
<td
|
|
22886
|
-
class="pf-v6-c-table__td"
|
|
22886
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22887
22887
|
role="cell"
|
|
22888
22888
|
data-label="Status"
|
|
22889
22889
|
>Active</td>
|
|
22890
22890
|
|
|
22891
22891
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
22892
22892
|
<button
|
|
22893
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
22893
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
22894
22894
|
type="button"
|
|
22895
22895
|
aria-expanded="false"
|
|
22896
22896
|
aria-label="Table actions"
|
|
@@ -22921,20 +22921,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
22921
22921
|
>Item two</th>
|
|
22922
22922
|
|
|
22923
22923
|
<td
|
|
22924
|
-
class="pf-v6-c-table__td"
|
|
22924
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22925
22925
|
role="cell"
|
|
22926
22926
|
data-label="Date"
|
|
22927
22927
|
>May 9, 2018</td>
|
|
22928
22928
|
|
|
22929
22929
|
<td
|
|
22930
|
-
class="pf-v6-c-table__td"
|
|
22930
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22931
22931
|
role="cell"
|
|
22932
22932
|
data-label="Status"
|
|
22933
22933
|
>Warning</td>
|
|
22934
22934
|
|
|
22935
22935
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
22936
22936
|
<button
|
|
22937
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
22937
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
22938
22938
|
type="button"
|
|
22939
22939
|
aria-expanded="false"
|
|
22940
22940
|
aria-label="Table actions"
|
|
@@ -22965,20 +22965,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
22965
22965
|
>Item three</th>
|
|
22966
22966
|
|
|
22967
22967
|
<td
|
|
22968
|
-
class="pf-v6-c-table__td"
|
|
22968
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22969
22969
|
role="cell"
|
|
22970
22970
|
data-label="Date"
|
|
22971
22971
|
>May 9, 2018</td>
|
|
22972
22972
|
|
|
22973
22973
|
<td
|
|
22974
|
-
class="pf-v6-c-table__td"
|
|
22974
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
22975
22975
|
role="cell"
|
|
22976
22976
|
data-label="Status"
|
|
22977
22977
|
>Active</td>
|
|
22978
22978
|
|
|
22979
22979
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
22980
22980
|
<button
|
|
22981
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
22981
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
22982
22982
|
type="button"
|
|
22983
22983
|
aria-expanded="false"
|
|
22984
22984
|
aria-label="Table actions"
|
|
@@ -23009,20 +23009,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
23009
23009
|
>Item four</th>
|
|
23010
23010
|
|
|
23011
23011
|
<td
|
|
23012
|
-
class="pf-v6-c-table__td"
|
|
23012
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23013
23013
|
role="cell"
|
|
23014
23014
|
data-label="Date"
|
|
23015
23015
|
>May 9, 2018</td>
|
|
23016
23016
|
|
|
23017
23017
|
<td
|
|
23018
|
-
class="pf-v6-c-table__td"
|
|
23018
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23019
23019
|
role="cell"
|
|
23020
23020
|
data-label="Status"
|
|
23021
23021
|
>Active</td>
|
|
23022
23022
|
|
|
23023
23023
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
23024
23024
|
<button
|
|
23025
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
23025
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
23026
23026
|
type="button"
|
|
23027
23027
|
aria-expanded="false"
|
|
23028
23028
|
aria-label="Table actions"
|
|
@@ -23053,20 +23053,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
23053
23053
|
>Item five</th>
|
|
23054
23054
|
|
|
23055
23055
|
<td
|
|
23056
|
-
class="pf-v6-c-table__td"
|
|
23056
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23057
23057
|
role="cell"
|
|
23058
23058
|
data-label="Date"
|
|
23059
23059
|
>May 9, 2018</td>
|
|
23060
23060
|
|
|
23061
23061
|
<td
|
|
23062
|
-
class="pf-v6-c-table__td"
|
|
23062
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23063
23063
|
role="cell"
|
|
23064
23064
|
data-label="Status"
|
|
23065
23065
|
>Active</td>
|
|
23066
23066
|
|
|
23067
23067
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
23068
23068
|
<button
|
|
23069
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
23069
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
23070
23070
|
type="button"
|
|
23071
23071
|
aria-expanded="false"
|
|
23072
23072
|
aria-label="Table actions"
|
|
@@ -23212,7 +23212,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
23212
23212
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
23213
23213
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
23214
23214
|
<table
|
|
23215
|
-
class="pf-v6-c-table pf-m-
|
|
23215
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
23216
23216
|
role="grid"
|
|
23217
23217
|
id="borderless-compound-expansion-table-nested-table-10-"
|
|
23218
23218
|
aria-label="Nested table"
|
|
@@ -23278,20 +23278,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
23278
23278
|
>Item one</th>
|
|
23279
23279
|
|
|
23280
23280
|
<td
|
|
23281
|
-
class="pf-v6-c-table__td"
|
|
23281
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23282
23282
|
role="cell"
|
|
23283
23283
|
data-label="Date"
|
|
23284
23284
|
>May 9, 2018</td>
|
|
23285
23285
|
|
|
23286
23286
|
<td
|
|
23287
|
-
class="pf-v6-c-table__td"
|
|
23287
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23288
23288
|
role="cell"
|
|
23289
23289
|
data-label="Status"
|
|
23290
23290
|
>Active</td>
|
|
23291
23291
|
|
|
23292
23292
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
23293
23293
|
<button
|
|
23294
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
23294
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
23295
23295
|
type="button"
|
|
23296
23296
|
aria-expanded="false"
|
|
23297
23297
|
aria-label="Table actions"
|
|
@@ -23322,20 +23322,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
23322
23322
|
>Item two</th>
|
|
23323
23323
|
|
|
23324
23324
|
<td
|
|
23325
|
-
class="pf-v6-c-table__td"
|
|
23325
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23326
23326
|
role="cell"
|
|
23327
23327
|
data-label="Date"
|
|
23328
23328
|
>May 9, 2018</td>
|
|
23329
23329
|
|
|
23330
23330
|
<td
|
|
23331
|
-
class="pf-v6-c-table__td"
|
|
23331
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23332
23332
|
role="cell"
|
|
23333
23333
|
data-label="Status"
|
|
23334
23334
|
>Warning</td>
|
|
23335
23335
|
|
|
23336
23336
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
23337
23337
|
<button
|
|
23338
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
23338
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
23339
23339
|
type="button"
|
|
23340
23340
|
aria-expanded="false"
|
|
23341
23341
|
aria-label="Table actions"
|
|
@@ -23366,20 +23366,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
23366
23366
|
>Item three</th>
|
|
23367
23367
|
|
|
23368
23368
|
<td
|
|
23369
|
-
class="pf-v6-c-table__td"
|
|
23369
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23370
23370
|
role="cell"
|
|
23371
23371
|
data-label="Date"
|
|
23372
23372
|
>May 9, 2018</td>
|
|
23373
23373
|
|
|
23374
23374
|
<td
|
|
23375
|
-
class="pf-v6-c-table__td"
|
|
23375
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23376
23376
|
role="cell"
|
|
23377
23377
|
data-label="Status"
|
|
23378
23378
|
>Active</td>
|
|
23379
23379
|
|
|
23380
23380
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
23381
23381
|
<button
|
|
23382
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
23382
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
23383
23383
|
type="button"
|
|
23384
23384
|
aria-expanded="false"
|
|
23385
23385
|
aria-label="Table actions"
|
|
@@ -23410,20 +23410,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
23410
23410
|
>Item four</th>
|
|
23411
23411
|
|
|
23412
23412
|
<td
|
|
23413
|
-
class="pf-v6-c-table__td"
|
|
23413
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23414
23414
|
role="cell"
|
|
23415
23415
|
data-label="Date"
|
|
23416
23416
|
>May 9, 2018</td>
|
|
23417
23417
|
|
|
23418
23418
|
<td
|
|
23419
|
-
class="pf-v6-c-table__td"
|
|
23419
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23420
23420
|
role="cell"
|
|
23421
23421
|
data-label="Status"
|
|
23422
23422
|
>Active</td>
|
|
23423
23423
|
|
|
23424
23424
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
23425
23425
|
<button
|
|
23426
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
23426
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
23427
23427
|
type="button"
|
|
23428
23428
|
aria-expanded="false"
|
|
23429
23429
|
aria-label="Table actions"
|
|
@@ -23454,20 +23454,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
23454
23454
|
>Item five</th>
|
|
23455
23455
|
|
|
23456
23456
|
<td
|
|
23457
|
-
class="pf-v6-c-table__td"
|
|
23457
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23458
23458
|
role="cell"
|
|
23459
23459
|
data-label="Date"
|
|
23460
23460
|
>May 9, 2018</td>
|
|
23461
23461
|
|
|
23462
23462
|
<td
|
|
23463
|
-
class="pf-v6-c-table__td"
|
|
23463
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23464
23464
|
role="cell"
|
|
23465
23465
|
data-label="Status"
|
|
23466
23466
|
>Active</td>
|
|
23467
23467
|
|
|
23468
23468
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
23469
23469
|
<button
|
|
23470
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
23470
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
23471
23471
|
type="button"
|
|
23472
23472
|
aria-expanded="false"
|
|
23473
23473
|
aria-label="Table actions"
|
|
@@ -23508,7 +23508,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
23508
23508
|
<td class="pf-v6-c-table__td pf-m-no-padding" role="cell" colspan="7">
|
|
23509
23509
|
<div class="pf-v6-c-table__expandable-row-content pf-m-no-background">
|
|
23510
23510
|
<table
|
|
23511
|
-
class="pf-v6-c-table pf-m-
|
|
23511
|
+
class="pf-v6-c-table pf-m-no-border-rows pf-m-compact"
|
|
23512
23512
|
role="grid"
|
|
23513
23513
|
id="borderless-compound-expansion-table-nested-table-12-"
|
|
23514
23514
|
aria-label="Nested table"
|
|
@@ -23574,20 +23574,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
23574
23574
|
>Item one</th>
|
|
23575
23575
|
|
|
23576
23576
|
<td
|
|
23577
|
-
class="pf-v6-c-table__td"
|
|
23577
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23578
23578
|
role="cell"
|
|
23579
23579
|
data-label="Date"
|
|
23580
23580
|
>May 9, 2018</td>
|
|
23581
23581
|
|
|
23582
23582
|
<td
|
|
23583
|
-
class="pf-v6-c-table__td"
|
|
23583
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23584
23584
|
role="cell"
|
|
23585
23585
|
data-label="Status"
|
|
23586
23586
|
>Active</td>
|
|
23587
23587
|
|
|
23588
23588
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
23589
23589
|
<button
|
|
23590
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
23590
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
23591
23591
|
type="button"
|
|
23592
23592
|
aria-expanded="false"
|
|
23593
23593
|
aria-label="Table actions"
|
|
@@ -23618,20 +23618,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
23618
23618
|
>Item two</th>
|
|
23619
23619
|
|
|
23620
23620
|
<td
|
|
23621
|
-
class="pf-v6-c-table__td"
|
|
23621
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23622
23622
|
role="cell"
|
|
23623
23623
|
data-label="Date"
|
|
23624
23624
|
>May 9, 2018</td>
|
|
23625
23625
|
|
|
23626
23626
|
<td
|
|
23627
|
-
class="pf-v6-c-table__td"
|
|
23627
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23628
23628
|
role="cell"
|
|
23629
23629
|
data-label="Status"
|
|
23630
23630
|
>Warning</td>
|
|
23631
23631
|
|
|
23632
23632
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
23633
23633
|
<button
|
|
23634
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
23634
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
23635
23635
|
type="button"
|
|
23636
23636
|
aria-expanded="false"
|
|
23637
23637
|
aria-label="Table actions"
|
|
@@ -23662,20 +23662,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
23662
23662
|
>Item three</th>
|
|
23663
23663
|
|
|
23664
23664
|
<td
|
|
23665
|
-
class="pf-v6-c-table__td"
|
|
23665
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23666
23666
|
role="cell"
|
|
23667
23667
|
data-label="Date"
|
|
23668
23668
|
>May 9, 2018</td>
|
|
23669
23669
|
|
|
23670
23670
|
<td
|
|
23671
|
-
class="pf-v6-c-table__td"
|
|
23671
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23672
23672
|
role="cell"
|
|
23673
23673
|
data-label="Status"
|
|
23674
23674
|
>Active</td>
|
|
23675
23675
|
|
|
23676
23676
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
23677
23677
|
<button
|
|
23678
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
23678
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
23679
23679
|
type="button"
|
|
23680
23680
|
aria-expanded="false"
|
|
23681
23681
|
aria-label="Table actions"
|
|
@@ -23706,20 +23706,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
23706
23706
|
>Item four</th>
|
|
23707
23707
|
|
|
23708
23708
|
<td
|
|
23709
|
-
class="pf-v6-c-table__td"
|
|
23709
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23710
23710
|
role="cell"
|
|
23711
23711
|
data-label="Date"
|
|
23712
23712
|
>May 9, 2018</td>
|
|
23713
23713
|
|
|
23714
23714
|
<td
|
|
23715
|
-
class="pf-v6-c-table__td"
|
|
23715
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23716
23716
|
role="cell"
|
|
23717
23717
|
data-label="Status"
|
|
23718
23718
|
>Active</td>
|
|
23719
23719
|
|
|
23720
23720
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
23721
23721
|
<button
|
|
23722
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
23722
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
23723
23723
|
type="button"
|
|
23724
23724
|
aria-expanded="false"
|
|
23725
23725
|
aria-label="Table actions"
|
|
@@ -23750,20 +23750,20 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
23750
23750
|
>Item five</th>
|
|
23751
23751
|
|
|
23752
23752
|
<td
|
|
23753
|
-
class="pf-v6-c-table__td"
|
|
23753
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23754
23754
|
role="cell"
|
|
23755
23755
|
data-label="Date"
|
|
23756
23756
|
>May 9, 2018</td>
|
|
23757
23757
|
|
|
23758
23758
|
<td
|
|
23759
|
-
class="pf-v6-c-table__td"
|
|
23759
|
+
class="pf-v6-c-table__td pf-m-compact"
|
|
23760
23760
|
role="cell"
|
|
23761
23761
|
data-label="Status"
|
|
23762
23762
|
>Active</td>
|
|
23763
23763
|
|
|
23764
23764
|
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
23765
23765
|
<button
|
|
23766
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
23766
|
+
class="pf-v6-c-menu-toggle pf-m-small pf-m-plain"
|
|
23767
23767
|
type="button"
|
|
23768
23768
|
aria-expanded="false"
|
|
23769
23769
|
aria-label="Table actions"
|