This commit is contained in:
devdatt 2026-01-08 07:17:44 +05:30
parent a61e452acd
commit acb4bcde24
1 changed files with 60 additions and 60 deletions

View File

@ -53,15 +53,13 @@
}
</style>
</head>
<br>
<br>
<br>
<br>
<h2>Service List</h2>
<button onclick="openPopup()">Add Service</button>
<div class="containerindex">
<div class="grid">
<h2>Service List</h2>
<button onclick="openPopup()">Add Service</button>
<!-- TABLE LIST -->
<table class="table">
<!-- TABLE LIST -->
<table class="table">
<tr>
<th>ID</th>
<th>Input UDP</th>
@ -87,12 +85,12 @@
<td><?= htmlspecialchars($row["status"]) ?></td>
</tr>
<?php endforeach; ?>
</table>
</table>
<!-- POPUP -->
<div id="overlay"></div>
<!-- POPUP -->
<div id="overlay"></div>
<div id="popup">
<div id="popup">
<h3>Add Service</h3>
<input type="text" id="in_udp" placeholder="Input UDP">
@ -124,6 +122,8 @@
<button onclick="saveService()">Save</button>
<button onclick="closePopup()">Close</button>
</div>
</div>
</div>
<script>