fix??
This commit is contained in:
parent
0971d7ce97
commit
4a2270a72b
|
|
@ -155,18 +155,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Ping detail modal -->
|
|
||||||
<div id="ping-modal" class="fixed inset-0 z-50 hidden">
|
|
||||||
<div class="absolute inset-0 bg-black/60 backdrop-blur-sm" onclick="closePingModal()"></div>
|
|
||||||
<div class="absolute inset-4 sm:inset-auto sm:top-1/2 sm:left-1/2 sm:-translate-x-1/2 sm:-translate-y-1/2 sm:w-full sm:max-w-3xl sm:max-h-[85vh] card-static overflow-y-auto">
|
|
||||||
<div class="sticky top-0 bg-surface-solid flex items-center justify-between px-5 py-3 border-b divider">
|
|
||||||
<h3 class="text-sm font-medium text-gray-200">Ping Details</h3>
|
|
||||||
<button onclick="closePingModal()" class="text-gray-500 hover:text-gray-300 text-lg leading-none">×</button>
|
|
||||||
</div>
|
|
||||||
<div id="ping-modal-body" class="p-6 text-sm"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Edit form -->
|
<!-- Edit form -->
|
||||||
<div class="card-static p-6">
|
<div class="card-static p-6">
|
||||||
<h3 class="text-sm text-gray-400 mb-4">Edit Monitor</h3>
|
<h3 class="text-sm text-gray-400 mb-4">Edit Monitor</h3>
|
||||||
|
|
@ -175,6 +163,17 @@
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
<div id="ping-modal" class="fixed inset-0 z-50 hidden">
|
||||||
|
<div class="absolute inset-0 bg-black/60 backdrop-blur-sm" onclick="closePingModal()"></div>
|
||||||
|
<div class="absolute inset-4 sm:inset-auto sm:top-1/2 sm:left-1/2 sm:-translate-x-1/2 sm:-translate-y-1/2 sm:w-full sm:max-w-3xl sm:max-h-[85vh] card-static overflow-y-auto">
|
||||||
|
<div class="sticky top-0 bg-surface-solid flex items-center justify-between px-5 py-3 border-b divider">
|
||||||
|
<h3 class="text-sm font-medium text-gray-200">Ping Details</h3>
|
||||||
|
<button onclick="closePingModal()" class="text-gray-500 hover:text-gray-300 text-lg leading-none">×</button>
|
||||||
|
</div>
|
||||||
|
<div id="ping-modal-body" class="p-6 text-sm"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
const monitorId = '<%= m.id %>';
|
const monitorId = '<%= m.id %>';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue