This commit is contained in:
2024-04-30 11:46:15 +02:00
parent 9582e472bf
commit 0be50114e4
2 changed files with 16 additions and 4 deletions

View File

@@ -61,6 +61,9 @@
<td>Port</td>
<td class="inputcell"><input type="text" id="in_port"></td>
</tr>
<tr>
<td colspan="2"><button onclick="addService()">Save</button></td>
</tr>
</table>
<div id="addresult"></div>
</body>