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
97b0b65f
Commit
97b0b65f
authored
4 years ago
by
Luke Glasscock
Browse files
Options
Downloads
Patches
Plain Diff
Add additional updates
parent
24b85033
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/Tooltip.vue
+21
-14
21 additions, 14 deletions
src/components/Base/Tooltip.vue
src/components/ServicesSummary.vue
+6
-6
6 additions, 6 deletions
src/components/ServicesSummary.vue
src/views/ADCE.vue
+6
-1
6 additions, 1 deletion
src/views/ADCE.vue
with
33 additions
and
21 deletions
src/components/Base/Tooltip.vue
+
21
−
14
View file @
97b0b65f
...
...
@@ -11,9 +11,8 @@
v-on=
"on"
v-if=
"text"
:class=
"light ? 'text-light' : 'text'"
>
{{
spaceBefore
?
"
"
:
""
}}{{
text
}}{{
spaceAfter
?
"
"
:
""
}}
</span
>
{{
text
}}
</span>
<span
v-bind=
"attrs"
v-on=
"on"
v-if=
"icon"
>
<v-icon
:x-small=
"iconSize === 'x-small'"
...
...
@@ -40,45 +39,53 @@ export default {
props
:
{
text
:
{
type
:
String
,
default
:
""
default
:
""
,
},
tooltip
:
{
type
:
[
String
,
Array
],
default
:
""
default
:
""
,
},
icon
:
{
type
:
String
,
default
:
""
default
:
""
,
},
iconSize
:
{
type
:
String
,
default
:
"
x-small
"
default
:
"
x-small
"
,
},
iconColor
:
{
type
:
String
,
default
:
"
white
"
default
:
"
white
"
,
},
left
:
{
type
:
Boolean
,
default
:
false
default
:
false
,
},
right
:
{
type
:
Boolean
,
default
:
false
default
:
false
,
},
top
:
{
type
:
Boolean
,
default
:
false
default
:
false
,
},
bottom
:
{
type
:
Boolean
,
default
:
false
default
:
false
,
},
light
:
{
type
:
Boolean
,
default
:
false
}
}
default
:
false
,
},
spaceBefore
:
{
type
:
Boolean
,
default
:
true
,
},
spaceAfter
:
{
type
:
Boolean
,
default
:
true
,
},
},
};
</
script
>
<
style
lang=
"scss"
scoped
>
...
...
This diff is collapsed.
Click to expand it.
src/components/ServicesSummary.vue
+
6
−
6
View file @
97b0b65f
...
...
@@ -11,16 +11,16 @@
</v-flex>
<v-flex
lg2
md3
sm6
xs12
>
<LogoCard
:logoSource=
"
p
bLogo"
logoCardText=
"
Get hands-on experience onboarding with ABMS ADCE Party Bus
"
logoCardUrl=
"/products/
abms-adce
/"
:logoSource=
"
b
bLogo"
logoCardText=
"
Deploy your own software factory with Big Bang
"
logoCardUrl=
"/products/
big-bang
/"
/>
</v-flex>
<v-flex
lg2
md3
sm6
xs12
>
<LogoCard
:logoSource=
"
b
bLogo"
logoCardText=
"
Deploy your own software factory with Big Bang
"
logoCardUrl=
"/products/
big-bang
/"
:logoSource=
"
p
bLogo"
logoCardText=
"
Get hands-on experience onboarding with ABMS ADCE Party Bus
"
logoCardUrl=
"/products/
abms-adce
/"
/>
</v-flex>
<v-flex
lg2
md3
sm6
xs12
>
...
...
This diff is collapsed.
Click to expand it.
src/views/ADCE.vue
+
6
−
1
View file @
97b0b65f
...
...
@@ -53,7 +53,11 @@
Get hands-on experience and training with our rapid workshop to stand
up a hello world pipeline with a templated app through Party Bus -
<Tooltip
text=
"ABMS"
tooltip=
"Advanced Battle Management System"
/>
<Tooltip
text=
"ADCE"
tooltip=
"All Domain Common Environment"
/>
.
<Tooltip
text=
"ADCE"
tooltip=
"All Domain Common Environment"
:spaceAfter=
"false"
/>
.
</p>
</div>
</v-container>
...
...
@@ -109,6 +113,7 @@
text=
"ADCE"
tooltip=
"All Domain Common Environment"
light
:spaceAfter=
"false"
/>
.
</p>
<div
class=
"row"
>
...
...
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