Skip to content

Commit

Permalink
fix(breadcrumb): show remote name correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonH committed May 21, 2020
1 parent 606d8d7 commit ae9b6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/manager/breadcrumb/breadcrumb.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { NavigationService } from '../navigation.service';
[queryParams]="geneQueryParams(-1)"
>
<nb-icon icon="google-outline"></nb-icon>
<span class="breadcrumb-cloud">Cloud</span>
<span class="breadcrumb-cloud">{{ remote }}</span>
</a>
</li>
<li *ngFor="let dir of pathPrefix; index as i" class="breadcrumb-item">
Expand Down

0 comments on commit ae9b6ec

Please sign in to comment.