{t(
diff --git a/packages/manager/apps/pci-cold-archive/src/routes.tsx b/packages/manager/apps/pci-cold-archive/src/routes.tsx
index eb784197e6ae..d94b435889cb 100644
--- a/packages/manager/apps/pci-cold-archive/src/routes.tsx
+++ b/packages/manager/apps/pci-cold-archive/src/routes.tsx
@@ -16,11 +16,11 @@ export const ROUTE_PATHS = {
USER_DELETE: ':userId/delete',
USER_IMPORT_POLICY: 'import-policy',
USER_R_CLONE_DOWNLOAD: 'rclone/download',
+ ARCHIVE_CONTAINER: 'archive/:archiveName',
};
const LayoutPage = lazy(() => import('@/pages/Layout'));
const StoragePage = lazy(() => import('@/pages/Archive.page'));
-
const ListingContainerPage = lazy(() =>
import('@/pages/containers/Listing.page'),
);
@@ -38,6 +38,9 @@ const RestoreContainerPage = lazy(() =>
);
const OnboardingPage = lazy(() => import('@/pages/onboarding/Onboarding.page'));
+const ArchivePage = lazy(() =>
+ import('@/pages/containers/archive/Archive.page'),
+);
const UserListingPage = lazy(() => import('@/pages/users/Listing.page'));
const UserCreationPage = lazy(() => import('@/pages/users/create/Create.page'));
@@ -70,8 +73,8 @@ const RoutesComponent = () => (
path={ROUTE_PATHS.RESTORE_CONTAINER}
Component={RestoreContainerPage}
/>
+
-
diff --git a/yarn.lock b/yarn.lock
index 333602770509..46c55f91b1d3 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6127,7 +6127,19 @@
tslib "2.6.3"
vanillajs-datepicker "1.3.4"
-"@ovhcloud/ods-components@18.5.0", "@ovhcloud/ods-components@^18.5.0":
+"@ovhcloud/ods-components@18.5.1":
+ version "18.5.1"
+ resolved "https://registry.yarnpkg.com/@ovhcloud/ods-components/-/ods-components-18.5.1.tgz#2cd471856178f6f49c5056658626c27d8f86f020"
+ integrity sha512-PrwAuXAVF8CwhdVQGOO59ZVVlmP05WBsLDmoorGkw57qb9rodggdUYFwocmAuntAf7bzMc//oi1oFf78znQkzA==
+ dependencies:
+ "@floating-ui/dom" "1.6.11"
+ "@stencil/core" "4.16.0"
+ google-libphonenumber "3.2.35"
+ tom-select "2.3.1"
+ tslib "2.6.3"
+ vanillajs-datepicker "1.3.4"
+
+"@ovhcloud/ods-components@^18.5.0":
version "18.5.0"
resolved "https://registry.yarnpkg.com/@ovhcloud/ods-components/-/ods-components-18.5.0.tgz#f5b9d3ace2dafab19340e1457a0d113ccb09a52c"
integrity sha512-578ljWS0bQOROt2LTFMDVP8NIaSXu1K8OjqzaXnSBdw1sL/zbKCmtsvYMyaAuOTRK1iwYqL7BI45L2IIu9J4ig==
@@ -6158,7 +6170,12 @@
resolved "https://registry.yarnpkg.com/@ovhcloud/ods-themes/-/ods-themes-18.4.1.tgz#1c8dfeff1ba0b829fd61e8dea41af4cdbed46912"
integrity sha512-bezBp/Bgbo19IFPJ/+a/bFt2IArjq8wGrHPshpk/bVVZsxkgpAiUfRERmftU+l7gYU3e+yvFdopNL6eRaJDPWQ==
-"@ovhcloud/ods-themes@18.5.0", "@ovhcloud/ods-themes@^18.5.0":
+"@ovhcloud/ods-themes@18.5.1":
+ version "18.5.1"
+ resolved "https://registry.yarnpkg.com/@ovhcloud/ods-themes/-/ods-themes-18.5.1.tgz#392a5b3c380d1ea2b4195242a1a70dfdba0e0c6d"
+ integrity sha512-5LRplIJcchtgx8qBvs/XR0FkGxd1QM/xt6+otGJsJj/G8/0ZVT6gQGlJ6Pim/5yUfZCtXKFX79+56jS9fHXRVA==
+
+"@ovhcloud/ods-themes@^18.5.0":
version "18.5.0"
resolved "https://registry.yarnpkg.com/@ovhcloud/ods-themes/-/ods-themes-18.5.0.tgz#0da59e081ee1db44dadf5c3a63e49f73fc280ea3"
integrity sha512-PAwRtQOYQ1mVVP1RMt2J65NMf7tRbk+jDEf46jUWwRsS2gFuzNrwH3pfgKk4G/nksZ5exTKNL0MeC/fLLVr4Wg==