1
0
Fork 0
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:
catborise 2023-11-10 16:29:48 +03:00
parent 7171a70f75
commit e324a19401
214 changed files with 15499 additions and 51 deletions

View file

@ -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>