up
This commit is contained in:
@@ -244,6 +244,16 @@
|
||||
<p class="font-bold text-slate-900 text-sm" x-text="servidorSeleccionado?.vencimiento || '—'"></p>
|
||||
</div>
|
||||
|
||||
<div x-show="servidorSeleccionado?.hostinger_vps_id" class="bg-orange-50 border border-orange-200 rounded-xl p-4">
|
||||
<p class="text-xs text-orange-500 font-medium mb-1">🔗 Hostinger VPS</p>
|
||||
<p class="font-mono font-bold text-slate-900 text-sm">
|
||||
ID: <span x-text="servidorSeleccionado?.hostinger_vps_id"></span>
|
||||
<span x-show="servidorSeleccionado?.hostinger_subscription_id" class="block text-xs text-slate-500 font-normal mt-0.5">
|
||||
Sub: <span x-text="servidorSeleccionado?.hostinger_subscription_id" class="font-mono"></span>
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div x-show="servidorSeleccionado?.ultimo_ping" class="bg-slate-50 border border-slate-200 rounded-xl p-4 md:col-span-2">
|
||||
<p class="text-xs text-slate-400 font-medium mb-1">📡 Último Ping</p>
|
||||
<p class="font-bold text-slate-900 text-sm font-mono" x-text="servidorSeleccionado?.ultimo_ping"></p>
|
||||
|
||||
Reference in New Issue
Block a user