diff --git a/frontend/src/pages/cert-manager/PoliciesPage/components/CertificateProfilesTab/ProfileRow.tsx b/frontend/src/pages/cert-manager/PoliciesPage/components/CertificateProfilesTab/ProfileRow.tsx index 16286d5e4..1e6f259e1 100644 --- a/frontend/src/pages/cert-manager/PoliciesPage/components/CertificateProfilesTab/ProfileRow.tsx +++ b/frontend/src/pages/cert-manager/PoliciesPage/components/CertificateProfilesTab/ProfileRow.tsx @@ -140,7 +140,7 @@ export const ProfileRow = ({ } + icon={} onClick={() => handleCopyId()} > Copy Profile ID @@ -151,7 +151,7 @@ export const ProfileRow = ({ e.stopPropagation(); onEditProfile(profile); }} - icon={} + icon={} > Edit Profile @@ -162,7 +162,7 @@ export const ProfileRow = ({ e.stopPropagation(); onRevealProfileAcmeEabSecret(profile); }} - icon={} + icon={} > Reveal ACME EAB @@ -173,7 +173,7 @@ export const ProfileRow = ({ e.stopPropagation(); handlePopUpToggle("issueCertificate"); }} - icon={} + icon={} > Issue Certificate @@ -184,7 +184,7 @@ export const ProfileRow = ({ e.stopPropagation(); onDeleteProfile(profile); }} - icon={} + icon={} > Delete Profile