From 79fb9e0d126b5d4d80fb73cc4e21f658b80f9626 Mon Sep 17 00:00:00 2001 From: Davide Arcuri Date: Tue, 13 Feb 2024 11:26:40 +0100 Subject: [PATCH] maxmind info --- orochi/templates/website/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orochi/templates/website/index.html b/orochi/templates/website/index.html index fef48c79..eef43416 100644 --- a/orochi/templates/website/index.html +++ b/orochi/templates/website/index.html @@ -246,7 +246,7 @@
History Log
"targets": "maxmind" , "render": function ( data, type, row, meta ) { tmp_data = data.replace(/^"(.*)"$/, '$1') - if(!(["0.0.0.0", "*", "::"].includes(tmp_data))){ + if(!(["0.0.0.0", "*", "::", ""].includes(tmp_data))){ return data + ' '; }else{ return data;