File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
ibl-frontend/frontend-content/src/app/session-list Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ label {
101101 display : none;
102102}
103103
104- .example -loading-shade {
104+ .session-list -loading-shade {
105105 position : absolute;
106106 /* top: 0; */
107107 left : 0 ;
Original file line number Diff line number Diff line change 3838 < mat-datepicker #datePicker > </ mat-datepicker >
3939 </ mat-form-field >
4040 </ div >
41-
41+ </ div >
4242 <!-- <div class="session-date-filter">
4343 <div class="date-range-toggler">
4444 <label for="isSessionDateUsingRanger">Session Start Date</label>
7272 </mat-form-field>
7373 </div>
7474 </div> -->
75-
76- </ div >
7775 < div class ="mouse-field-filters form-section ">
7876 < mat-form-field >
7977 < label > Lab</ label >
@@ -245,12 +243,11 @@ <h4>
245243 < p [class] ="initialLoad ? 'session-list-loading-message show' : 'session-list-loading-message' "> </ p >
246244 </ div >
247245 < div class ="table-container ">
248- < div class ="example -loading-shade "
246+ < div class ="session-list -loading-shade "
249247 *ngIf ="isLoadingTable ">
250248 < mat-spinner *ngIf ="isLoadingTable "> </ mat-spinner >
251249 </ div >
252250 < table mat-table class ="col-12 " [dataSource] ="sessionRecords " matSort (matSortChange) ="storeTableInfo($event) ">
253- <!-- <mat-spinner *ngIf="isLoadingResults"></mat-spinner> -->
254251 < ng-container matColumnDef ="session_lab ">
255252 < th mat-header-cell *matHeaderCellDef mat-sort-header > Lab </ th >
256253 < td mat-cell *matCellDef ="let session "> {{session.session_lab}} </ td >
You can’t perform that action at this time.
0 commit comments