merge conflict fixes
This commit is contained in:
		@@ -7,14 +7,11 @@
 | 
				
			|||||||
<div *ngIf="login.isLoggedIn">
 | 
					<div *ngIf="login.isLoggedIn">
 | 
				
			||||||
    <rb-form-multi-select name="groupSelect" idField="id" [items]="keys" [(ngModel)]="isActiveKey" label="Groups" class="selection">
 | 
					    <rb-form-multi-select name="groupSelect" idField="id" [items]="keys" [(ngModel)]="isActiveKey" label="Groups" class="selection">
 | 
				
			||||||
        <span *rbFormMultiSelectOption="let key">{{key.id}}</span>
 | 
					        <span *rbFormMultiSelectOption="let key">{{key.id}}</span>
 | 
				
			||||||
<<<<<<< HEAD
 | 
					
 | 
				
			||||||
    </rb-form-multi-select> 
 | 
					    </rb-form-multi-select> 
 | 
				
			||||||
    <rb-icon-button icon="forward-right" mode="primary" (click)="updateGroups(isActiveKey)">
 | 
					    <rb-icon-button icon="forward-right" mode="primary" (click)="updateGroups(isActiveKey)">
 | 
				
			||||||
        Apply groups 
 | 
					        Apply groups 
 | 
				
			||||||
    </rb-icon-button>
 | 
					    </rb-icon-button>
 | 
				
			||||||
=======
 | 
					 | 
				
			||||||
    </rb-form-multi-select>
 | 
					 | 
				
			||||||
>>>>>>> bdce6912108211cbde87033003ce8143ba7c173e
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <div id="divChart">
 | 
					    <div id="divChart">
 | 
				
			||||||
        <canvas id="myChart">
 | 
					        <canvas id="myChart">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,13 +7,10 @@ app-login {
 | 
				
			|||||||
  float: right;
 | 
					  float: right;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<<<<<<< HEAD
 | 
					 | 
				
			||||||
.selection{
 | 
					.selection{
 | 
				
			||||||
  float: left;
 | 
					  float: left;
 | 
				
			||||||
  width: 20%;
 | 
					  width: 20%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
=======
 | 
					 | 
				
			||||||
rb-form-multi-select {
 | 
					rb-form-multi-select {
 | 
				
			||||||
  width: 20%;
 | 
					  width: 20%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
>>>>>>> bdce6912108211cbde87033003ce8143ba7c173e
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -124,9 +124,7 @@ export class HomeComponent implements OnInit {
 | 
				
			|||||||
        datasets: [{
 | 
					        datasets: [{
 | 
				
			||||||
          label: 'Number of samples per group',
 | 
					          label: 'Number of samples per group',
 | 
				
			||||||
          data: [],
 | 
					          data: [],
 | 
				
			||||||
          backgroundColor: 'rgba(0, 86, 145, 1)',
 | 
					          backgroundColor: 'rgba(0, 86, 145, 1)'
 | 
				
			||||||
          pointRadius: 4,
 | 
					 | 
				
			||||||
          pointHoverRadius: 7
 | 
					 | 
				
			||||||
        }]
 | 
					        }]
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      options: {
 | 
					      options: {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user