handle http urls
This commit is contained in:
parent
36d6d76562
commit
effd8658f2
3 changed files with 38 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
|||
<div class="incoming-data-menu__header">Website</div>
|
||||
<div class="incoming-data-menu__url">
|
||||
<div class="incoming-data-menu__url__icon">
|
||||
<img src="img/icon-lock-green.svg" style="height: 22px;">
|
||||
<img ng-hide="https" src="img/icon-lock-x.svg" style="height: 22px;">
|
||||
<img ng-show="https" src="img/icon-lock-green.svg" style="height: 22px;">
|
||||
</div>
|
||||
<div class="incoming-data-menu__url__text">
|
||||
{{data}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue