Modified url list to show port where applicable

This commit is contained in:
Matt Smith 2020-07-14 11:38:11 -05:00
parent 464708c507
commit 05ee1b6a06
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@
<div class="row-main">
<span class="row-label" *ngIf="!u.isWebsite">{{'uri' | i18n}}</span>
<span class="row-label" *ngIf="u.isWebsite">{{'website' | i18n}}</span>
<span title="{{u.uri}}">{{u.hostnameOrUri}}</span>
<span title="{{u.uri}}">{{u.hostOrUri}}</span>
</div>
<div class="action-buttons">
<a class="row-btn" href="#" appStopClick appA11yTitle="{{'launch' | i18n}}" *ngIf="u.canLaunch"