Skip to content

Commit

Permalink
remove reference to service mode (#970)
Browse files Browse the repository at this point in the history
* remove reference to service mode
  • Loading branch information
agduncan94 authored Apr 28, 2020
1 parent 05264c5 commit 844def6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app/workflow/workflow.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ <h3>
<ng-container *ngTemplateOutlet="oldComponent"></ng-container>
</div>
</div>
<!-- This also handle SERVICE mode -->
<div *ngSwitchDefault>
<ng-container *ngTemplateOutlet="newComponent"></ng-container>
</div>
Expand All @@ -274,10 +273,6 @@ <h3>
<mat-icon>info</mat-icon> This {{ entryType }} does not have any versions. Create a release/tag on GitHub with a valid
.dockstore.yml to add a new version.
</mat-card>
<mat-card *ngSwitchCase="WorkflowModel.ModeEnum.SERVICE" class="alert alert-info" role="alert">
<mat-icon>info</mat-icon> This {{ entryType }} does not have any versions. Create a release/tag on GitHub with a valid
.dockstore.yml to add a new version.
</mat-card>
<!-- This also handles FULL -->
<mat-card *ngSwitchDefault class="alert alert-info" role="alert">
<mat-icon>info</mat-icon> This {{ entryType }} does not have any versions.
Expand Down

0 comments on commit 844def6

Please sign in to comment.