fix??
This commit is contained in:
parent
0971d7ce97
commit
4a2270a72b
|
|
@ -155,7 +155,14 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Ping detail modal -->
|
<!-- Edit form -->
|
||||||
|
<div class="card-static p-6">
|
||||||
|
<h3 class="text-sm text-gray-400 mb-4">Edit Monitor</h3>
|
||||||
|
<%~ include('./partials/monitor-form', { _form: { monitor: m, isEdit: true, prefix: 'edit-', bg: 'bg-gray-800/50', border: 'border-border-subtle' }, plan: it.plan, regions: it.regions, channels: it.channels }) %>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
<div id="ping-modal" class="fixed inset-0 z-50 hidden">
|
<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-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="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">
|
||||||
|
|
@ -167,14 +174,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Edit form -->
|
|
||||||
<div class="card-static p-6">
|
|
||||||
<h3 class="text-sm text-gray-400 mb-4">Edit Monitor</h3>
|
|
||||||
<%~ include('./partials/monitor-form', { _form: { monitor: m, isEdit: true, prefix: 'edit-', bg: 'bg-gray-800/50', border: 'border-border-subtle' }, plan: it.plan, regions: it.regions, channels: it.channels }) %>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
const monitorId = '<%= m.id %>';
|
const monitorId = '<%= m.id %>';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue