UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
platform-one-site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform One
Party Bus
static-sites
platform-one-site
Commits
617a22ba
Commit
617a22ba
authored
4 years ago
by
Luke Glasscock
Browse files
Options
Downloads
Patches
Plain Diff
Add CNAP card fix
parent
11858146
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/components/Base/LogoCard.vue
+4
-1
4 additions, 1 deletion
src/components/Base/LogoCard.vue
src/components/ServicesSummary.vue
+1
-1
1 addition, 1 deletion
src/components/ServicesSummary.vue
src/views/CNAP.vue
+1
-1
1 addition, 1 deletion
src/views/CNAP.vue
with
6 additions
and
3 deletions
src/components/Base/LogoCard.vue
+
4
−
1
View file @
617a22ba
...
...
@@ -12,7 +12,10 @@
:width=
"logoMaxWidth || 125"
/>
<div
v-if=
"svgComponent"
style=
"width:100%"
class=
"mx-auto ma-1"
>
<component
v-bind:is=
"svgComponent"
style=
"max-width: 125px;"
/>
<component
v-bind:is=
"svgComponent"
style=
"max-width: 125px; margin-bottom: -10px"
/>
</div>
</div>
<h4
class=
"subhead mt-2 px-2"
style=
"width: 100%"
>
{{
logoCardText
}}
</h4>
...
...
This diff is collapsed.
Click to expand it.
src/components/ServicesSummary.vue
+
1
−
1
View file @
617a22ba
...
...
@@ -26,7 +26,7 @@
<v-flex
lg2
md3
sm6
xs12
>
<LogoCard
:logoSvg=
"cnapLogo"
logoCardText=
"Provide access to development, testing and production enclaves"
logoCardText=
"Provide access to development, testing
,
and production enclaves"
logoCardUrl=
"/products/cnap/"
/>
</v-flex>
...
...
This diff is collapsed.
Click to expand it.
src/views/CNAP.vue
+
1
−
1
View file @
617a22ba
...
...
@@ -3,7 +3,7 @@
<PageHeader
title=
"Cloud Native Access Point"
subtext
description=
"CNAP is available on Cloud One to provide access to development, testing and production enclaves at IL-2, IL-4, and IL-5"
description=
"CNAP is available on Cloud One to provide access to development, testing
,
and production enclaves at IL-2, IL-4, and IL-5"
:logoSvg=
"cnapLogo"
/>
<v-container
class=
"px-md-8 px-auto"
fluid
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment