Network diagram - Infinite recursion detection #857

This commit is contained in:
jokob-sk
2024-10-24 08:02:58 +11:00
parent 26503eaf52
commit 27131af434
6 changed files with 51 additions and 47 deletions

View File

@@ -550,10 +550,10 @@ function initializeDatatable (status) {
'createdCell': function (td, cellData, rowData, row, col) {
if (!emptyArr.includes(cellData)){
$(td).html (`<span class="anonymizeIp">
<a href="http://${cellData}" target="_blank">
<a href="http://${cellData}" class="pointer" target="_blank">
${cellData}
</a>
<a href="https://${cellData}" target="_blank">
<a href="https://${cellData}" class="pointer" target="_blank">
<i class="fa fa-lock "></i>
</a>
<span>`);