From ed097cbd7f816337adea79fbb86a4644179a7a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Sun, 8 Dec 2019 08:57:24 -0500 Subject: [PATCH] Fix for pointer over log entries. --- views/system.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/system.tpl b/views/system.tpl index 309067dbe..e3a04ca81 100644 --- a/views/system.tpl +++ b/views/system.tpl @@ -42,6 +42,8 @@ .dataTables_filter{ display:none; } + + #logs > tbody > tr { cursor: pointer; }