Commit 8b7976c3a437e6f04f3fdc90de549885ff806351
1 parent
342f9c0ca0
Exists in
master
and in
2 other branches
added loader for video session on teacher login
Showing
2 changed files
with
3 additions
and
4 deletions
Show diff stats
src/pages/Dashboard/LiveOnlineClass.vue
... | ... | @@ -261,7 +261,7 @@ export default { |
261 | 261 | }, |
262 | 262 | |
263 | 263 | createRoom(classId) { |
264 | - this.showLoader = true; | |
264 | + // this.showLoader = true; | |
265 | 265 | var classId = { |
266 | 266 | classId: classId, |
267 | 267 | }; |
... | ... | @@ -302,7 +302,6 @@ export default { |
302 | 302 | } else alert("Jitsi Meet API script not loaded"); |
303 | 303 | this_.startConference(); |
304 | 304 | } |
305 | - this.showLoader = false; | |
306 | 305 | }) |
307 | 306 | .catch((err) => { |
308 | 307 | this.showLoader = false; | ... | ... |
src/pages/Dashboard/dashboard.vue
... | ... | @@ -590,7 +590,7 @@ |
590 | 590 | </v-card> |
591 | 591 | </v-flex> |
592 | 592 | <!-- ONLINE USER , IF ROLE == PARENT --> |
593 | - <v-flex xs6> | |
593 | + <!-- <v-flex xs6> | |
594 | 594 | <v-card class="card"> |
595 | 595 | <v-container> |
596 | 596 | <v-card-title class="justify-center subheading font-weight-bold">Online user</v-card-title> |
... | ... | @@ -631,7 +631,7 @@ |
631 | 631 | </v-data-table> |
632 | 632 | </v-container> |
633 | 633 | </v-card> |
634 | - </v-flex> | |
634 | + </v-flex> --> | |
635 | 635 | </v-layout> |
636 | 636 | </v-container> |
637 | 637 | </v-flex> | ... | ... |