Skip to content

Commit df5f1a1

Browse files
author
Alexandros Nikolopoulos
committed
ironing
1 parent 47700b3 commit df5f1a1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tilework.ui/Components/Pages/CertificateManagement/CertificateList.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@
1717
<MudTh>Status</MudTh>
1818
<MudTh>Key algorithm</MudTh>
1919
<MudTh>Expiration</MudTh>
20+
<MudTh>CA</MudTh>
2021
</HeaderContent>
2122
<RowContent>
2223
<MudTd DataLabel="Name"><MudLink Href="@($"/cm/certificates/{context.Id}")">@context.Name</MudLink></MudTd>
2324
<MudTd DataLabel="FQDN">@context.Fqdn</MudTd>
2425
<MudTd DataLabel="Status">@context.Status</MudTd>
2526
<MudTd DataLabel="Key algorithm">@context.PrivateKey.Algorithm.GetDescription()</MudTd>
2627
<MudTd DataLabel="Expiration">@context.ExpiresAtUtc</MudTd>
28+
<MudTd DataLabel="CA">@context.Authority.Name</MudTd>
2729
</RowContent>
2830
</GenericListview>
2931

0 commit comments

Comments
 (0)