|
@@ -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() {
|