(search) Add convenient link for AS search to the search view
This commit is contained in:
parent
25d086c4e1
commit
c0eaca220c
1 changed files with 1 additions and 1 deletions
|
@ -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/>
|
Loading…
Reference in a new issue