UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
P
Party Bus
Launchboard
launchboard-fe
Commits
35e54881
Commit
35e54881
authored
May 04, 2021
by
hunter.congress
Committed by
graham.smith
May 04, 2021
Browse files
Lb 204: Add CTA Button
parent
2de433f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
6 deletions
+16
-6
src/components/HelpDeskSummary.vue
src/components/HelpDeskSummary.vue
+16
-5
tests/unit/views/TrainingDetails.spec.js
tests/unit/views/TrainingDetails.spec.js
+0
-1
No files found.
src/components/HelpDeskSummary.vue
View file @
35e54881
<
template
>
<
template
>
<v-container
class=
"help-desk-summary text-center px-8"
>
<v-container
class=
"help-desk-summary text-center px-8"
>
<div
class=
"support-row d-flex flex-wrap flex-sm-nowrap text-left pb-8"
>
<div
class=
"support-row d-flex flex-wrap flex-sm-nowrap text-left pb-8"
>
<div
class=
"pr-
0
pr-sm-10 pb-3 pb-md-0"
>
<div
class=
"pr-
2
pr-sm-10 pb-3 pb-md-0"
>
<div
class=
"subhead"
>
Platform One Support Hub
</div>
<div
class=
"subhead"
>
Platform One Support Hub
</div>
Any problems or requests regarding accounts, cybersecurity, or other
Any problems or requests regarding accounts, cybersecurity, or other
features can be issued here.
features can be issued here.
...
@@ -13,18 +13,18 @@
...
@@ -13,18 +13,18 @@
target=
"_blank"
target=
"_blank"
class=
"mx-auto no-link"
class=
"mx-auto no-link"
>
>
Issue
Ticket
Submit
Ticket
</v-btn>
</v-btn>
</div>
</div>
<div
class=
"support-row d-flex flex-wrap flex-sm-nowrap text-left"
>
<div
class=
"support-row d-flex flex-wrap flex-sm-nowrap text-left
pb-8
"
>
<div
class=
"pr-
0
pr-sm-10 pb-3 pb-sm-0"
>
<div
class=
"pr-
2
pr-sm-10 pb-3 pb-sm-0"
>
<div
class=
"subhead"
>
Platform One General Help
</div>
<div
class=
"subhead"
>
Platform One General Help
</div>
Can't find a support form that meets your needs?
Can't find a support form that meets your needs?
<br
/>
<br
/>
Email us at
Email us at
<a
href=
"mailto:help@dso.mil"
target=
"_blank"
>
help@dso.mil
</a>
<a
href=
"mailto:help@dso.mil"
target=
"_blank"
>
help@dso.mil
</a>
</div>
</div>
<v-spacer
/>
<v-spacer
class=
"d-none d-sm-flex"
/>
<v-btn
<v-btn
color=
"tertiary"
color=
"tertiary"
href=
"mailto:help@dso.mil"
href=
"mailto:help@dso.mil"
...
@@ -34,5 +34,16 @@
...
@@ -34,5 +34,16 @@
Email
Email
</v-btn>
</v-btn>
</div>
</div>
<div
class=
"support-row d-flex flex-wrap flex-sm-nowrap text-left"
>
<div
class=
"pr-2 pr-sm-10 pb-3 pb-sm-0"
>
<div
class=
"subhead"
>
Launchboard Support
</div>
Submit a feature request or provide feedback on how we can improve your
experience
</div>
<v-spacer
class=
"d-none d-sm-flex"
/>
<v-btn
color=
"primary"
:disabled=
"true"
class=
"mx-auto"
>
Coming Soon
</v-btn>
</div>
</v-container>
</v-container>
</
template
>
</
template
>
tests/unit/views/TrainingDetails.spec.js
View file @
35e54881
...
@@ -160,7 +160,6 @@ describe("TrainingDetails", () => {
...
@@ -160,7 +160,6 @@ describe("TrainingDetails", () => {
localVue
,
localVue
,
vuetify
,
vuetify
,
});
});
await
wrapper
.
vm
.
fetchStudentData
();
await
wrapper
.
vm
.
fetchStudentData
();
await
flushPromises
();
await
flushPromises
();
expect
(
wrapper
.
vm
.
$store
.
commit
).
toHaveBeenCalledWith
(
expect
(
wrapper
.
vm
.
$store
.
commit
).
toHaveBeenCalledWith
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment