mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-30 00:49:37 +00:00
add white noise for static_root/staticfiles_dir problem for debug/non-debug running mode
This commit is contained in:
@@ -211,11 +211,11 @@
|
||||
</li>
|
||||
<li>
|
||||
<label for="noVNC_setting_host">Host:</label>
|
||||
<input id="noVNC_setting_host">
|
||||
<input id="noVNC_setting_host" type="text" value="{{ ws_host }}">
|
||||
</li>
|
||||
<li>
|
||||
<label for="noVNC_setting_port">Port:</label>
|
||||
<input id="noVNC_setting_port" type="number">
|
||||
<input id="noVNC_setting_port" type="number" value="{{ ws_port }}">
|
||||
</li>
|
||||
<li>
|
||||
<label for="noVNC_setting_path">Path:</label>
|
||||
|
||||
Reference in New Issue
Block a user