mirror of
https://github.com/MrUnknownDE/utools.git
synced 2026-04-29 02:53:48 +02:00
add asn info grid
This commit is contained in:
@@ -327,7 +327,34 @@
|
||||
class="text-xs px-2 py-0.5 bg-blue-500/20 border border-blue-500/40 text-blue-300 rounded-full"></span>
|
||||
</div>
|
||||
<h2 id="res-name" class="text-xl font-semibold text-white mb-1"></h2>
|
||||
<p id="res-policy" class="text-sm text-gray-400"></p>
|
||||
<div class="flex flex-wrap items-center gap-x-4 gap-y-1 text-sm text-gray-400 mb-2">
|
||||
<span id="res-policy-container" class="hidden">Peering Policy: <span id="res-policy"
|
||||
class="text-gray-200"></span></span>
|
||||
<span id="res-website-container" class="hidden">Website: <a id="res-website" href="#"
|
||||
target="_blank"
|
||||
class="text-purple-400 hover:text-purple-300 transition-colors"></a></span>
|
||||
</div>
|
||||
|
||||
<!-- Rich Info Grid -->
|
||||
<div id="res-rich-info"
|
||||
class="grid grid-cols-2 sm:grid-cols-4 gap-3 mt-4 pt-4 border-t border-gray-700/50 hidden">
|
||||
<div id="res-info-type-container" class="hidden">
|
||||
<div class="text-xs text-gray-500 uppercase tracking-widest">Type</div>
|
||||
<div id="res-info-type" class="text-sm text-gray-200 capitalize mt-0.5"></div>
|
||||
</div>
|
||||
<div id="res-info-scope-container" class="hidden">
|
||||
<div class="text-xs text-gray-500 uppercase tracking-widest">Scope</div>
|
||||
<div id="res-info-scope" class="text-sm text-gray-200 capitalize mt-0.5"></div>
|
||||
</div>
|
||||
<div id="res-info-traffic-container" class="hidden">
|
||||
<div class="text-xs text-gray-500 uppercase tracking-widest">Traffic</div>
|
||||
<div id="res-info-traffic" class="text-sm text-gray-200 capitalize mt-0.5"></div>
|
||||
</div>
|
||||
<div id="res-info-ratio-container" class="hidden">
|
||||
<div class="text-xs text-gray-500 uppercase tracking-widest">Ratio</div>
|
||||
<div id="res-info-ratio" class="text-sm text-gray-200 capitalize mt-0.5"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid grid-cols-2 sm:grid-cols-3 gap-3 text-center">
|
||||
<div class="bg-blue-500/10 border border-blue-500/20 rounded-lg p-3">
|
||||
|
||||
Reference in New Issue
Block a user