2
Fork 0

merge conflict fixes

This commit is contained in:
Ruben Hartenstein (PEA4-Fe) 2021-01-18 13:56:47 +01:00
parent 57fcd884fa
commit 31a9f22c6f
3 changed files with 2 additions and 10 deletions

View File

@ -7,14 +7,11 @@
<div *ngIf="login.isLoggedIn">
<rb-form-multi-select name="groupSelect" idField="id" [items]="keys" [(ngModel)]="isActiveKey" label="Groups" class="selection">
<span *rbFormMultiSelectOption="let key">{{key.id}}</span>
<<<<<<< HEAD
</rb-form-multi-select>
<rb-icon-button icon="forward-right" mode="primary" (click)="updateGroups(isActiveKey)">
Apply groups
</rb-icon-button>
=======
</rb-form-multi-select>
>>>>>>> bdce6912108211cbde87033003ce8143ba7c173e
<div id="divChart">
<canvas id="myChart">

View File

@ -7,13 +7,10 @@ app-login {
float: right;
}
<<<<<<< HEAD
.selection{
float: left;
width: 20%;
}
=======
rb-form-multi-select {
width: 20%;
}
>>>>>>> bdce6912108211cbde87033003ce8143ba7c173e

View File

@ -124,9 +124,7 @@ export class HomeComponent implements OnInit {
datasets: [{
label: 'Number of samples per group',
data: [],
backgroundColor: 'rgba(0, 86, 145, 1)',
pointRadius: 4,
pointHoverRadius: 7
backgroundColor: 'rgba(0, 86, 145, 1)'
}]
},
options: {