Browse Source

Fix clicking on the "Last Ping" cell.

pull/163/head
Pēteris Caune 7 years ago
parent
commit
7cd33188ab
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/front/my_checks_desktop.html

+ 1
- 1
templates/front/my_checks_desktop.html View File

@ -77,7 +77,7 @@
</span>
</span>
</td>
<td id="lpd-{{ check.code}}">
<td id="lpd-{{ check.code}}" class="last-ping-cell">
{% include "front/last_ping_cell.html" with check=check %}
</td>
<td>


Loading…
Cancel
Save