added proper server connection dialog
This commit is contained in:
parent
d3c35e7b8c
commit
6ced824e1c
4 changed files with 134 additions and 2 deletions
|
@ -51,6 +51,13 @@
|
|||
<li><a href="https://github.com/mellodoot/openterminal" target="_blank">source</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
<div id="dialog-backdrop"></div>
|
||||
<div id="connect-dialog">
|
||||
<button id="connect-close">X</button>
|
||||
<p>Enter the address of the server you would like to connect to:</p>
|
||||
<input id="connect-url" name="server" type="text" spellcheck="false">
|
||||
<button id="connect-submit">Connect</button>
|
||||
</div>
|
||||
<div id="overlay"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue