1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-07 05:37:39 +02:00

switch to hostname or uri

This commit is contained in:
Kyle Spearrin 2018-04-19 14:43:28 -04:00
parent 7b892d6c64
commit 08e2ac291b
2 changed files with 2 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit fae453056465667ff770a11c1566e9bfc075265f
Subproject commit 8cf3a6b0f0c0ac5d8ce33d32e0b66a28f90a787b

View File

@ -177,7 +177,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.domainOrUri}}</span>
<span title="{{u.uri}}">{{u.hostnameOrUri}}</span>
</div>
<div class="action-buttons">
<a class="row-btn" href="#" appStopClick title="{{'launch' | i18n}}"