Skip to content

Commit

Permalink
fix(remote.detail): public member
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonH committed Jun 8, 2020
1 parent 7a9960c commit 52bb80e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/pages/manager/homeMode/remote.detail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ import { ConnectionService } from '../../connection.service';
})
export class RemoteDetailComponent implements OnInit {
constructor(private cmdService: ConnectionService) {}
protected _remote = '';
protected loadingFsinfo = false;
protected feature: { k: string; v: boolean }[] = [];
protected hashes: string[] = [];
_remote = '';
loadingFsinfo = false;
feature: { k: string; v: boolean }[] = [];
hashes: string[] = [];
set remote(x: NavigationFlowOutNode) {
this._remote = x.remote || '';
this.loadingFsinfo = true;
Expand Down

0 comments on commit 52bb80e

Please sign in to comment.