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
1f552703
Commit
1f552703
authored
May 04, 2021
by
Keith Becker
Browse files
refactor css
parent
e8af3a00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
src/components/Dialogs/SelectAddStudentsToCourseDialog.vue
src/components/Dialogs/SelectAddStudentsToCourseDialog.vue
+1
-11
No files found.
src/components/Dialogs/SelectAddStudentsToCourseDialog.vue
View file @
1f552703
...
@@ -38,22 +38,12 @@
...
@@ -38,22 +38,12 @@
</v-card-text>
</v-card-text>
<template
v-slot:actions
>
<template
v-slot:actions
>
<v-btn
<v-btn
color=
"secondary"
:disabled=
"isAddingBusy"
text
@
click=
"cancel()"
>
color=
""
class=
"primary"
:disabled=
"isAddingBusy"
text
@
click=
"cancel()"
>
Cancel
Cancel
</v-btn>
</v-btn>
<v-btn
<v-btn
:disabled=
"!canSubmit"
:disabled=
"!canSubmit"
color=
"primary"
color=
"primary"
class=
"limegreen"
:class=
"
{
'not-operable': !canSubmit,
}"
:loading=
"isAddingBusy"
:loading=
"isAddingBusy"
text
text
@
click=
"addSelectedUsersToSelectedCourses()"
@
click=
"addSelectedUsersToSelectedCourses()"
...
...
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