|
|
|
@@ -16,14 +16,12 @@ const ScrapeRequest = ({ scrape, index, handleExecute }) => { |
|
|
|
</p><h3><Link to={{ |
|
|
|
pathname: SCRAPE_RESULTS_PAGE.replace(':id', scrape._id), |
|
|
|
id: scrape._id |
|
|
|
}}>#{index} {scrape.location}</Link></h3> |
|
|
|
<span className="text-muted">Count {scrape.count} +</span> |
|
|
|
<span> | </span> |
|
|
|
<span className="text-muted">{t('scrapeRequest.EstimatedTime')} {(new Date(scrape.estimate)).toLocaleString()}</span> |
|
|
|
<span> | </span> |
|
|
|
{t('scrapeRequest.ViewScrape')} <a href={scrape.sourceUrl}>{scrape.sourceUrl}</a> |
|
|
|
<p></p> |
|
|
|
}}>#{index} {scrape.location}</Link> </h3> |
|
|
|
|
|
|
|
<p> |
|
|
|
<a className='text-sm mr-3' href={scrape.sourceUrl}><i className="fas fa-external-link-square-alt"></i> https://www.apartments.com</a> |
|
|
|
<span className="lead mr-2">Count : <span className='text-info'>{scrape.count}</span></span> |
|
|
|
<span className="lead mr-2">{t('scrapeRequest.EstimatedTime')} <span className='text-info'>{(new Date(scrape.estimate)).toLocaleString()}</span></span> |
|
|
|
</p> |
|
|
|
</td> |
|
|
|
<td> |