fix files connect button order

Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
Simon Smith 2024-01-24 15:28:02 +00:00
parent b9c706cec2
commit 57f77057b4
1 changed files with 1 additions and 1 deletions

View File

@ -846,8 +846,8 @@
<div>
<input id=p13AutoConnect value="AutoConnect" onclick=autoConnectFiles(event) type="button" style="display:none" />
<input id=p13Connect value="Connect" cmenu="filesConnectButton" onclick=connectFiles(event,1) type="button" />
<input id=p13Connects value="SFTP Connect" cmenu=sshPortContextMenu onclick=connectFiles(event,2) type="button" />
<input id=p13Disconnect value="Disconnect" onclick=connectFiles(event) type="button" />
<input id=p13Connects value="SFTP Connect" cmenu=sshPortContextMenu onclick=connectFiles(event,2) type="button" />
<span id=p13Status>Disconnected</span>
</div>
</td>