This commit is contained in:
Drew Ansbacher
2021-06-30 11:29:13 -06:00
committed by Aiden McClelland
parent 1311f473f9
commit fbcf4cacdb
8 changed files with 96 additions and 26 deletions

View File

@@ -10,7 +10,7 @@
<h2 color="light">Select Data Drive</h2>
<ion-card
*ngFor="let drive of dataDrives"
(click)="selectDrive(drive['logical-name'])"
(click)="selectDrive(drive)"
button="true"
[class.selected]="selectedDrive === drive['logical-name']"
color="light"
@@ -28,7 +28,7 @@
</div>
<div *ngIf="stateService.selectedDataDrive">
<ion-card
[routerLink]="['/password']"
(click)="presentPasswordModal()"
button="true"
color="light"
>