Skip to content

Commit

Permalink
commented out aspera label until we can prevent it from opening conne…
Browse files Browse the repository at this point in the history
…ct in the dock
  • Loading branch information
calstevemart committed Nov 13, 2024
1 parent 7526a13 commit 82e08da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/app/components/study/files/files.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
</span>
</span>
</span>
<span>
<!--<span>
<div class="tags has-addons refresh-button status-badge">
<span class="tag is-dark">Aspera Status</span><span class="tag"
[ngClass]="{ 'is-danger': ['RETRYING', 'OUTDATED', 'FAILED', 'EXTENSION_INSTALL'].includes(asperaStatus), 'is-success': asperaStatus === 'RUNNING', 'is-grey': asperaStatus === '-' }">{{asperaStatus}}</span>
</div>
</span>
</span>-->


<span *ngIf="!isReadOnly && curator" class="is-pulled-rightn ml-auto">
Expand Down
5 changes: 1 addition & 4 deletions src/app/components/study/files/files.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class FilesComponent implements OnInit, OnChanges {
this.loadFiles();

this.setUpSubscriptionsNgxs();
this.checkAspera();
//this.checkAspera();

}

Expand All @@ -108,9 +108,6 @@ export class FilesComponent implements OnInit, OnChanges {
sdkLocation: this.CONNECT_AUTOINSTALL_LOCATION,
minVersion: this.MIN_CONNECT_VERSION,
});
const t = new AW4.ConnectInstaller({
sdkLocation: this.CONNECT_AUTOINSTALL_LOCATION,
});
this.asperaWeb.initSession();

const initAsperaStatus = this.asperaWeb.getStatus();
Expand Down

0 comments on commit 82e08da

Please sign in to comment.