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
e3ae2e11
Commit
e3ae2e11
authored
May 04, 2021
by
Keith Becker
Browse files
refactor UserSelectForCourse
parent
34ad1e6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
src/components/Dialogs/DialogComponents/UserSelectForCourse.vue
...mponents/Dialogs/DialogComponents/UserSelectForCourse.vue
+6
-1
No files found.
src/components/Dialogs/DialogComponents/UserSelectForCourse.vue
View file @
e3ae2e11
...
@@ -14,9 +14,14 @@
...
@@ -14,9 +14,14 @@
<label
<label
class=
"text-left w-100 d-block text--white available-seats-label"
class=
"text-left w-100 d-block text--white available-seats-label"
v-if=
"availableSeatsInCourse === 0"
v-if=
"availableSeatsInCourse ===
0 && selectedMembers.length ===
0"
>
This course is full. You won't be able to add any students.
</label
>
This course is full. You won't be able to add any students.
</label
>
>
<label
class=
"text-left w-100 d-block text--white available-seats-label"
v-else-if=
"availableSeatsInCourse === 0 && selectedMembers.length > 0"
>
After you add the selected users this course will be full.
</label
>
<label
<label
class=
"text-left w-100 d-block text--white available-seats-label"
class=
"text-left w-100 d-block text--white available-seats-label"
v-else-if=
"selectedMembers.length === 0"
v-else-if=
"selectedMembers.length === 0"
...
...
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