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
f99a9586
Commit
f99a9586
authored
May 04, 2021
by
Keith Becker
Browse files
refactor UserSelectForCourse
parent
e3ae2e11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
3 deletions
+14
-3
src/components/Dialogs/DialogComponents/UserSelectForCourse.vue
...mponents/Dialogs/DialogComponents/UserSelectForCourse.vue
+14
-3
No files found.
src/components/Dialogs/DialogComponents/UserSelectForCourse.vue
View file @
f99a9586
...
@@ -14,13 +14,24 @@
...
@@ -14,13 +14,24 @@
<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 && selectedMembers.length === 0"
v-if=
"
isCourseSelected &&
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
<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=
"availableSeatsInCourse === 0 && selectedMembers.length > 0"
v-else-if=
"
>
After you add the selected users this course will be full.
</label
isCourseSelected &&
availableSeatsInCourse === 0 &&
selectedMembers.length > 0
"
>
After you add the selected user
{{
selectedMembers
.
length
>
1
?
"
s
"
:
""
}}
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"
...
...
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