1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02:00

switch to hostname or uri

This commit is contained in:
Kyle Spearrin 2018-04-19 14:43:32 -04:00
parent 91199d3dda
commit f66a71f279
2 changed files with 2 additions and 2 deletions

2
jslib

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

View File

@ -166,7 +166,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}}"