some minor changes

This commit is contained in:
Miskolczi Richárd
2024-05-05 22:22:06 +02:00
parent 4c2cdb5fb9
commit 25728ff18f
4 changed files with 63 additions and 7 deletions

View File

@@ -62,8 +62,10 @@
<td>Port</td>
<td class="inputcell"><input type="text" id="in_port"></td>
</tr>
<tr>
<td colspan="2"><button onclick="addemployee()">Save</button></td>
</tr>
</table>
<button class="save" onclick="addService()">Save</button>
<div id="addresult"></div>
</body>
</html>