feat: display SSH cert principals in expanded certificate details
This commit is contained in:
@@ -291,6 +291,9 @@ function CertificateRow({ cert }: { cert: AdminUserSshCertificate }) {
|
||||
<span className="text-muted-foreground">CA ID</span>
|
||||
<span className="font-mono truncate">{cert.ca_id}</span>
|
||||
|
||||
<span className="text-muted-foreground">Principals</span>
|
||||
<span className="font-mono">{cert.principals.join(", ")}</span>
|
||||
|
||||
{cert.request_ip && (
|
||||
<>
|
||||
<span className="text-muted-foreground">Request IP</span>
|
||||
|
||||
Reference in New Issue
Block a user