Locate: Reword to include domain. (#49)
* Reword to inlcude domain. * Update version numberpull/51/head
parent
167e3dd79b
commit
d35f8c983c
|
@ -1,13 +1,13 @@
|
|||
<div class="locate-center-card">
|
||||
<mat-card class="locate-card">
|
||||
<mat-card-title>Geolocate IP Address</mat-card-title>
|
||||
<mat-card-title>Geolocate IP or Domain</mat-card-title>
|
||||
<mat-card-content class="locate-card-content">
|
||||
<mat-form-field class="locate-lookup-field">
|
||||
<mat-label> IP address. </mat-label>
|
||||
<mat-label> IP address / Domain. </mat-label>
|
||||
<input matInput [(ngModel)]="userInput" />
|
||||
</mat-form-field>
|
||||
<div *ngIf="!validIP">
|
||||
<span><strong>Please enter a valid IP address or domain name!</strong></span>
|
||||
<span><strong>Please enter a valid IP address or domain!</strong></span>
|
||||
</div>
|
||||
<div *ngIf="lookup_ip" class="locate-results">
|
||||
<br />
|
||||
|
@ -48,7 +48,7 @@
|
|||
</div>
|
||||
|
||||
<button mat-flat-button class="macinfo-lookup-button" color="accent" (click)="locate_ip()">
|
||||
<span *ngIf="!isLoading">Locate IP</span>
|
||||
<span *ngIf="!isLoading">Locate IP / Domain</span>
|
||||
<span class="spinner" *ngIf="isLoading">
|
||||
<mat-spinner diameter="20"></mat-spinner>
|
||||
</span>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "locate",
|
||||
"title": "Locate",
|
||||
"description": "Geolocate IP addresses over HTTPS via ipapi.",
|
||||
"version": "1.0",
|
||||
"description": "Geolocate IP addresses and domain names over HTTPS via ipapi.",
|
||||
"version": "1.1",
|
||||
"author": "KoalaV2",
|
||||
"firmware_required": "1.0.0"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue