mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
refresh() function used
This commit is contained in:
committed by
Drew Ansbacher
parent
81b7d417fb
commit
4569c2a7f4
@@ -79,8 +79,8 @@
|
||||
<h2>
|
||||
<ion-text>
|
||||
Please
|
||||
<a (click)="(refresh)" href="#" )>refresh</a> if your drive does
|
||||
not appear.
|
||||
<a (click)="refresh()" style="cursor: pointer">refresh</a> if your
|
||||
drive does not appear.
|
||||
</ion-text>
|
||||
</h2>
|
||||
<br />
|
||||
|
||||
@@ -235,6 +235,10 @@ export class BackupDrivesComponent {
|
||||
loader.dismiss()
|
||||
}
|
||||
}
|
||||
|
||||
refresh() {
|
||||
this.backupService.getBackupTargets()
|
||||
}
|
||||
}
|
||||
|
||||
@Component({
|
||||
|
||||
Reference in New Issue
Block a user