add information on the limit
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -16,7 +16,10 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="hover:bg-base-300">
|
<tr class="hover:bg-base-300">
|
||||||
<th> Data wells lookup </th>
|
<th class="flex flex-wrap gap-2 items-center">
|
||||||
|
Data wells lookup
|
||||||
|
<div class="badge badge-xs badge-neutral">Limit: {serverInfo.Settings.Limit}</div>
|
||||||
|
</th>
|
||||||
<td>
|
<td>
|
||||||
{#if serverInfo.Dataleaks.length !== 0}
|
{#if serverInfo.Dataleaks.length !== 0}
|
||||||
<div class="inline-grid *:[grid-area:1/1] mr-2">
|
<div class="inline-grid *:[grid-area:1/1] mr-2">
|
||||||
@@ -34,7 +37,7 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hover:bg-base-300">
|
<tr class="hover:bg-base-300">
|
||||||
<th class="flex flex-wrap gap-2 items-center">
|
<th class="flex flex-wrap gap-2 items-center">
|
||||||
Github recon
|
Github recon
|
||||||
{#if serverInfo.Settings.GithubTokenLoaded === true}
|
{#if serverInfo.Settings.GithubTokenLoaded === true}
|
||||||
<div class="badge badge-xs badge-neutral">Token</div>
|
<div class="badge badge-xs badge-neutral">Token</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user