This commit is contained in:
piair
2023-06-18 17:40:59 +02:00
parent b201c68aa9
commit 08b593eeb9
11 changed files with 146 additions and 100 deletions

View File

@ -9,7 +9,7 @@
</tr>
<tr>
<td>
<button class="unselected" onclick="location.href = '/accounts';">accounts</button>
<button class="unselected" onclick="location.href = '/config';">config</button>
</td>
</tr>
<tr>
@ -68,13 +68,14 @@
<td class="comlumn-name">port : </td>
<td><input type="text" name="port" value="" id="port"></td>
</tr>
<tr>
<td></td>
<td><input type="submit" name="data" id="submit" value="Create" class="button"/></td>
</tr>
</table>
</table>
<table>
<tr>
<td class="comlumn-name"></td>
<td style="width:60%;"><input type="submit" name="PROXY" id="submit" value="Create !" class="button" style="width:90%;"/></td>
<td style="padding-right: 20px;"><input type="submit" name="PROXY" id="submit" value="delete" class="button"/></td>
</tr>
</table>
</form>