Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2025-09-29 21:18:10 +02:00
parent 195eaf3159
commit 352eb9b987
2 changed files with 5 additions and 5 deletions

View File

@@ -99,12 +99,12 @@
: ""}
/>
</th>
<th>
<th class="text-nowrap">
{item.Name}
</th>
<td>{item.Length.toLocaleString("fr")}</td>
{#if showColumns}
<td class="capitalize">
<td class="capitalize text-nowrap">
{item.Columns.map((col) => col.replace(/_/g, " ")).join(", ")}
</td>
{/if}

View File

@@ -20,7 +20,7 @@
Data wells lookup
<div class="badge badge-xs badge-neutral">Limit: {serverInfo.Settings.Limit}</div>
</th>
<td>
<td class="text-nowrap">
{#if serverInfo.Dataleaks.length !== 0}
<div class="inline-grid *:[grid-area:1/1] mr-2">
<div class="status status-success"></div>
@@ -46,7 +46,7 @@
<div class="badge badge-xs badge-neutral">Deep Mode</div>
{/if}
</th>
<td>
<td class="text-nowrap">
{#if serverInfo.Settings.GithubRecon === true}
<div class="inline-grid *:[grid-area:1/1] mr-2">
<div class="status status-success"></div>
@@ -64,7 +64,7 @@
</tr>
<tr class="hover:bg-base-300">
<th>Gravatar recon</th>
<td>
<td class="text-nowrap">
{#if serverInfo.Settings.GravatarRecon === true}
<div class="inline-grid *:[grid-area:1/1] mr-2">
<div class="status status-success"></div>