add connector dialog for websocket ui

This commit is contained in:
Jeff Becker 2016-10-21 07:33:53 -04:00
parent 58d94f2549
commit 0105ad59d8
No known key found for this signature in database
GPG key ID: AB950234D6EA286B
2 changed files with 60 additions and 33 deletions

View file

@ -31,6 +31,10 @@
</style>
</head>
<body>
<div id="login-wrapper">
<input id="ws-url" value="ws://127.0.0.1:7666"></input>
<button id="connect-button" onclick="startui()">connect</button>
</div>
<pre id="log"></pre>
<canvas id="main">
</canvas>