UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 115b6815 authored by daniel.cushman's avatar daniel.cushman
Browse files

BULL-620

parent e5b01cde
No related branches found
No related tags found
No related merge requests found
......@@ -225,15 +225,15 @@ const routes = [
breadcrumb: "Onboarding Containers",
},
},
{ path: "/CNAP", redirect: "/products/CNAP" },
{ path: "/cnap", redirect: "/products/cnap" },
{
path: "/products/CNAP",
name: "CNAP",
component: () => import(/* webpackChunkName: "CNAP" */ "@/views/CNAP.vue"),
path: "/products/cnap",
name: "cnap",
component: () => import(/* webpackChunkName: "cnap" */ "@/views/cnap.vue"),
meta: {
title: "Platform One | Products | CNAP",
bodyClass: "CNAP-page",
breadcrumb: "CNAP",
title: "Platform One | Products | cnap",
bodyClass: "cnap-page",
breadcrumb: "cnap",
},
},
{
......
......@@ -161,7 +161,7 @@
<h4 class="mb-4">CLOUD NATIVE ACCESS POINT (CNAP)</h4>
<div class="pl-4 pr-16">
<ul class="ml-4">
<body class="text-left mb-2">
<body class="text-left">
The Cloud Native Acess Point is available on Cloud One to
provide access to Development, Testing, and Production
enclaves at IL-2, IL-4, and IL-5 that use Platform One
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment