This commit is contained in:
Carlos Monastyrski
2025-10-20 14:36:59 -03:00
parent 35b80d294b
commit 5ce39fc823
2 changed files with 14 additions and 8 deletions

View File

@@ -132,7 +132,9 @@ export const PkiManagerLayout = () => {
}}
>
{({ isActive }) => (
<Tab value={isActive ? "selected" : ""}>Certificate Templates (Legacy)</Tab>
<Tab value={isActive ? "selected" : ""}>
Certificate Templates (Legacy)
</Tab>
)}
</Link>
)}

View File

@@ -52,14 +52,18 @@ export const PoliciesPage = () => {
description="Manage certificate templates and profiles for unified certificate issuance"
/>
<Tabs orientation="vertical" value={activeTab} onValueChange={(value) => setActiveTab(value as TabSections)}>
<Tabs
orientation="vertical"
value={activeTab}
onValueChange={(value) => setActiveTab(value as TabSections)}
>
<TabList>
<Tab variant="project" value={TabSections.CertificateProfiles}>
Certificate Profiles
</Tab>
<Tab variant="project" value={TabSections.CertificateTemplatesV2}>
Certificate Templates
</Tab>
<Tab variant="project" value={TabSections.CertificateProfiles}>
Certificate Profiles
</Tab>
<Tab variant="project" value={TabSections.CertificateTemplatesV2}>
Certificate Templates
</Tab>
</TabList>
<TabPanel value={TabSections.CertificateProfiles}>