mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
add white noise for static_root/staticfiles_dir problem for debug/non-debug running mode
This commit is contained in:
parent
7171a70f75
commit
e324a19401
214 changed files with 15499 additions and 51 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue