From a0b1939a3d2c3c69ee36141935a0323c71df44cd Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 29 Nov 2019 22:44:49 +0200 Subject: add Dockerfile --- ui/src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/src/app/app.component.ts b/ui/src/app/app.component.ts index 0b945db..53d3a57 100644 --- a/ui/src/app/app.component.ts +++ b/ui/src/app/app.component.ts @@ -16,7 +16,7 @@ export class AppComponent { @ViewChild('masterCheckbox', {static: false}) masterCheckbox: ElementRef; @ViewChild('delSelected', {static: false}) delSelected: ElementRef; - constructor(private downloads: DownloadsService) { + constructor(public downloads: DownloadsService) { this.downloads.dlChanges.subscribe(() => this.selectionChanged()); } -- cgit