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
4951fdf7
Commit
4951fdf7
authored
May 04, 2021
by
Keith Becker
Browse files
remove text on buttons
parent
7419d099
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
22 deletions
+3
-22
src/InitialLoadingApp.vue
src/InitialLoadingApp.vue
+0
-1
src/components/Dialogs/AddStudentsToCourseDialog.vue
src/components/Dialogs/AddStudentsToCourseDialog.vue
+1
-7
src/components/Dialogs/SelectAddStudentsToCourseDialog.vue
src/components/Dialogs/SelectAddStudentsToCourseDialog.vue
+0
-1
src/views/TrainingDetails.vue
src/views/TrainingDetails.vue
+2
-13
No files found.
src/InitialLoadingApp.vue
View file @
4951fdf7
...
@@ -63,7 +63,6 @@
...
@@ -63,7 +63,6 @@
</v-btn>
</v-btn>
<v-btn
<v-btn
color=
"primary"
color=
"primary"
text
href=
"https://jira.il2.dso.mil/servicedesk/customer/portal/1/create/137"
href=
"https://jira.il2.dso.mil/servicedesk/customer/portal/1/create/137"
target=
"_blank"
target=
"_blank"
>
>
...
...
src/components/Dialogs/AddStudentsToCourseDialog.vue
View file @
4951fdf7
...
@@ -27,19 +27,13 @@
...
@@ -27,19 +27,13 @@
</v-card-text>
</v-card-text>
<template
v-slot:actions
>
<template
v-slot:actions
>
<v-btn
<v-btn
color=
"secondary"
:disabled=
"state.isAddingBusy"
@
click=
"cancel()"
>
color=
"secondary"
:disabled=
"state.isAddingBusy"
text
@
click=
"cancel()"
>
Cancel
Cancel
</v-btn>
</v-btn>
<v-btn
<v-btn
:disabled=
"!canSubmit"
:disabled=
"!canSubmit"
color=
"primary"
color=
"primary"
:loading=
"state.isAddingBusy"
:loading=
"state.isAddingBusy"
text
@
click=
"addSelectedUsersToSelectedCourses"
@
click=
"addSelectedUsersToSelectedCourses"
>
>
Add To Course
Add To Course
...
...
src/components/Dialogs/SelectAddStudentsToCourseDialog.vue
View file @
4951fdf7
...
@@ -45,7 +45,6 @@
...
@@ -45,7 +45,6 @@
:disabled=
"!canSubmit"
:disabled=
"!canSubmit"
color=
"primary"
color=
"primary"
:loading=
"isAddingBusy"
:loading=
"isAddingBusy"
text
@
click=
"addSelectedUsersToSelectedCourses()"
@
click=
"addSelectedUsersToSelectedCourses()"
>
>
Add To Course
Add To Course
...
...
src/views/TrainingDetails.vue
View file @
4951fdf7
...
@@ -113,15 +113,10 @@
...
@@ -113,15 +113,10 @@
color=
"primary"
color=
"primary"
>
>
<v-spacer></v-spacer>
<v-spacer></v-spacer>
<v-btn
<v-btn
color=
"primary"
@
click=
"startDateMenu = false"
>
text
color=
"primary"
@
click=
"startDateMenu = false"
>
Cancel
Cancel
</v-btn>
</v-btn>
<v-btn
<v-btn
text
color=
"primary"
color=
"primary"
@
click=
"
@
click=
"
$refs.startDateMenu.save(
$refs.startDateMenu.save(
...
@@ -165,15 +160,10 @@
...
@@ -165,15 +160,10 @@
color=
"primary"
color=
"primary"
>
>
<v-spacer></v-spacer>
<v-spacer></v-spacer>
<v-btn
<v-btn
color=
"primary"
@
click=
"endDateMenu = false"
>
text
color=
"primary"
@
click=
"endDateMenu = false"
>
Cancel
Cancel
</v-btn>
</v-btn>
<v-btn
<v-btn
text
color=
"primary"
color=
"primary"
@
click=
"
@
click=
"
$refs.endDateMenu.save(
$refs.endDateMenu.save(
...
@@ -228,7 +218,6 @@
...
@@ -228,7 +218,6 @@
<v-btn
<v-btn
:disabled=
"!valid"
:disabled=
"!valid"
color=
"primary"
color=
"primary"
text
@
click=
"updateCourse"
@
click=
"updateCourse"
:loading=
"loading"
:loading=
"loading"
>
>
...
...
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