diff --git a/webui/src/features/EncryptionAdminPanel.tsx b/webui/src/features/EncryptionAdminPanel.tsx index c7f0346..f7119a4 100644 --- a/webui/src/features/EncryptionAdminPanel.tsx +++ b/webui/src/features/EncryptionAdminPanel.tsx @@ -1,3 +1,4 @@ +import { MetricGrid } from "@govoplan/core-webui"; import { useCallback, useEffect, useMemo, useState } from "react"; import { ArrowRightLeft, @@ -286,12 +287,12 @@ export default function EncryptionAdminPanel({ settings, auth }: Props) { error={error} success={success} actions={<>{canAdmin && }}> -
+ item.state === "pending").length} tone={recoveries.some((item) => item.state === "pending") ? "warning" : "good"} /> -
+

The operator view contains lifecycle metadata only. Provider key references and key material are intentionally excluded.