(search) Add convenient link for AS search to the search view

This commit is contained in:
Viktor Lofgren 2023-12-25 15:07:58 +01:00
parent 25d086c4e1
commit c0eaca220c

View file

@ -8,6 +8,6 @@
Pages Indexed: {{pagesIndexed}} <br/>
<p></p>
IP: {{ip}} {{#if ipCountry}}<span title="{{ipCountry}}">{{getIpFlag}}</span>{{/if}}<br/>
<span title="Autonomous System">AS</span>: {{#if asn}}AS{{asn}} {{asnOrg}} {{asnCountry}}{{/if}} <br/>
<span title="Autonomous System">AS</span>: {{#if asn}}<a href="/search?query=as:{{asn}}">{{asn}}</a> {{asnOrg}} {{asnCountry}}{{/if}} <br/>
</fieldset>
<br/>