Skip to content

Commit 48b7ba7

Browse files
committed
fix: [crawler dashboard] fix html tag
1 parent 17bee96 commit 48b7ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

var/www/templates/crawler/crawler_splash/dashboard_crawler.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h5><a class="text-info" href="{{ url_for('crawler_splash.crawlers_last_domains'
7979
</div>
8080
<div class="col-7">
8181
<a href="{{ url_for('crawler_splash.domains_search_date') }}?type=web&up=True&down=True&date_from={{date}}&date_to={{date}}" class="badge badge-success" id="stat_web_total">{{ crawlers_latest_stats['web']['crawled'] }}</a> <small>Crawled</small>
82-
<span class="badge badge-warning ml-md-3" id="stat_web_queue">{{ crawlers_latest_stats['web']['queue'] }}</span> Queue</small>
82+
<span class="badge badge-warning ml-md-3" id="stat_web_queue">{{ crawlers_latest_stats['web']['queue'] }}</span> <small>Queue</small>
8383
</div>
8484
</div>
8585
</div>

0 commit comments

Comments
 (0)