Skip to content

Commit a2ad933

Browse files
task: delete old Trust Roots List page (#9)
Signed-off-by: Carlos Feria <[email protected]>
1 parent d1d05e7 commit a2ad933

15 files changed

+0
-1159
lines changed

client/src/app/Routes.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ import { ErrorFallback } from "./components/ErrorFallback";
77

88
const Overview = lazy(() => import("./pages/Overview"));
99
const Certificates = lazy(() => import("./pages/Certificates"));
10-
const TrustRoots = lazy(() => import("./pages/TrustRoots"));
1110
const TrustRoot = lazy(() => import("./pages/TrustRoot"));
1211

1312
export const AppRoutes = () => {
1413
const allRoutes = useRoutes([
1514
{ path: "/", element: <Overview /> },
1615
{ path: "/certificates", element: <Certificates /> },
17-
{ path: "/trust-roots", element: <TrustRoots /> },
1816
{ path: "/trust-root", element: <TrustRoot /> },
1917
]);
2018

client/src/app/layout/sidebar.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,6 @@ export const SidebarApp: React.FC = () => {
3333
Certificates
3434
</NavLink>
3535
</li>
36-
<li className={nav.navItem}>
37-
<NavLink
38-
to="/trust-roots"
39-
className={({ isActive }) => {
40-
return css(LINK_CLASS, isActive ? ACTIVE_LINK_CLASS : "");
41-
}}
42-
>
43-
Trust Roots
44-
</NavLink>
45-
</li>
4636
<li className={nav.navItem}>
4737
<NavLink
4838
to="/trust-root"

client/src/app/pages/TrustRoots/TrustRoots.data.tsx

Lines changed: 0 additions & 115 deletions
This file was deleted.

client/src/app/pages/TrustRoots/TrustRoots.tsx

Lines changed: 0 additions & 7 deletions
This file was deleted.

client/src/app/pages/TrustRoots/TrustRootsPage.tsx

Lines changed: 0 additions & 27 deletions
This file was deleted.

client/src/app/pages/TrustRoots/components/DrawerContents/TrustRootCertificateTab.tsx

Lines changed: 0 additions & 60 deletions
This file was deleted.

client/src/app/pages/TrustRoots/components/DrawerContents/TrustRootInfoTab.tsx

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)