Add token support
This commit is contained in:
parent
3d911471b6
commit
c661e95f5b
4
vnc.html
4
vnc.html
|
|
@ -235,6 +235,10 @@
|
||||||
<label for="noVNC_setting_path">Path:</label>
|
<label for="noVNC_setting_path">Path:</label>
|
||||||
<input id="noVNC_setting_path" type="text" value="websockify">
|
<input id="noVNC_setting_path" type="text" value="websockify">
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<label for="noVNC_setting_token">Token:</label>
|
||||||
|
<input id="noVNC_setting_token" type="input" />
|
||||||
|
</li>
|
||||||
</ul></div>
|
</ul></div>
|
||||||
</li>
|
</li>
|
||||||
<li><hr></li>
|
<li><hr></li>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue