1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

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

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"