mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
Merge pull request #1330 from bitwarden/port-in-url
Modified url to display port where applicable.
This commit is contained in:
commit
182d220324
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 57ace4084556758fdc2989cf1a8cf6a5d1736a29
|
||||
Subproject commit f820cb9186045570890f28ef6dd597f8d65eaca9
|
@ -189,7 +189,7 @@
|
||||
<span class="row-label" *ngIf="!u.isWebsite">{{'uri' | i18n}}</span>
|
||||
<span class="row-label" *ngIf="u.isWebsite">{{'website' | i18n}}</span>
|
||||
<span title="{{u.uri}}">
|
||||
<input type="text" [value]="u.hostnameOrUri" readonly aria-readonly="true" />
|
||||
<input type="text" [value]="u.hostOrUri" readonly aria-readonly="true" />
|
||||
</span>
|
||||
</div>
|
||||
<div class="action-buttons">
|
||||
|
Loading…
Reference in New Issue
Block a user