styling rework

This commit is contained in:
2024-04-30 20:34:10 +02:00
parent 320391bd06
commit 85389062e8
7 changed files with 34 additions and 69 deletions

View File

@@ -23,6 +23,7 @@
<tbody id="resultarea">
</tbody>
</table>
<br>
<h2 id="add">Add a new line</h2>
<table class="inputs">
<tr>
@@ -61,10 +62,8 @@
<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>
<button class="save" onclick="addService()">Save</button>
<div id="addresult"></div>
</body>
</html>