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
7419d099
Commit
7419d099
authored
May 04, 2021
by
Keith Becker
Browse files
refactor buttons
parent
a0bc2147
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/components/Dialogs/SelectAddStudentsToCourseDialog.vue
src/components/Dialogs/SelectAddStudentsToCourseDialog.vue
+1
-1
src/views/super-admin/Personnel.vue
src/views/super-admin/Personnel.vue
+1
-1
No files found.
src/components/Dialogs/SelectAddStudentsToCourseDialog.vue
View file @
7419d099
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
</v-card-text>
</v-card-text>
<template
v-slot:actions
>
<template
v-slot:actions
>
<v-btn
color=
"secondary"
:disabled=
"isAddingBusy"
text
@
click=
"cancel()"
>
<v-btn
color=
"secondary"
:disabled=
"isAddingBusy"
@
click=
"cancel()"
>
Cancel
Cancel
</v-btn>
</v-btn>
<v-btn
<v-btn
...
...
src/views/super-admin/Personnel.vue
View file @
7419d099
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
<v-card-actions>
<v-card-actions>
<v-spacer></v-spacer>
<v-spacer></v-spacer>
<v-btn
color=
"secondary"
text
@
click=
"isExporting = false"
>
<v-btn
color=
"secondary"
@
click=
"isExporting = false"
>
Cancel
Cancel
</v-btn>
</v-btn>
<v-btn
<v-btn
...
...
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