Inserted web templates, readme, license. Updated logo and favicon
This commit is contained in:
@@ -38,6 +38,8 @@
|
||||
<th scope="col">From</th>
|
||||
<th scope="col">To</th>
|
||||
<th scope="col">Currrent Status</th>
|
||||
<th scope="col">Web Status</th>
|
||||
<th scope="col">Web Route URL</th>
|
||||
<th scope="col">Time Sent</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -47,6 +49,8 @@
|
||||
<td>{{ job.fromNum }}</td>
|
||||
<td>{{ job.toNum }}</td>
|
||||
<td>{{ job.currentStatus }}</td>
|
||||
<td><span class="download-visits" (click)="downloadVisits(job.id)">{{ job.webStatus }}</span></td>
|
||||
<td><a href="{{ job.fullUrl }}">{{ job.fullUrl }}</a></td>
|
||||
<td>{{ job.timeSent | date:'dd-MMM-yyyy'}}</td>
|
||||
</tr>
|
||||
</ng-container>
|
||||
|
||||
Reference in New Issue
Block a user