Преглед на файлове

auto update script executed

Toby Chui преди 1 година
родител
ревизия
8bf429a31a
променени са 1 файла, в които са добавени 8 реда и са изтрити 0 реда
  1. 8 0
      web/components/access.html

+ 8 - 0
web/components/access.html

@@ -1220,6 +1220,14 @@
                     $("<td>").html(`<button class="ui basic red tiny icon button" title"Ban IP" onclick="handleBanIp('${ip}');"><i class="red ban icon"></i></button>`).appendTo(row);
                 }
             });
+
+            if (slicedEntries.length == 0){
+                var row = $("<tr>").appendTo(tableBody);
+                $("<td colspan='3'>").html(`
+                    <i class="ui green circle check icon"></i> There are no HTTP requests recorded today     
+                `).appendTo(row);
+                
+            }
         }
 
         function renderPagination() {