Adding sort method.

This commit is contained in:
Sergiotarxz 2023-05-07 03:23:47 +02:00
parent d8a4260ece
commit 3c7175ed6e
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@
<table>
<tr>
<th>Path</th>
<th>Visitors 24h</th>
<th>Visitors week</th>
<th>Visitors month</th>
<th data-sort-method="number">Visitors 24h</th>
<th data-sort-method="number">Visitors week</th>
<th data-sort-method="number">Visitors month</th>
</tr>
% for my $row (@$tracking_by_url) {
<tr>