mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Pass vnc_client_port into javascript (#2265)
This wires up the javascript client to use the configured vnc_client_port (cherry picked from commit 2a09e1ad3b36c95b829977b5580d7ebb7bfbfaa6)
This commit is contained in:
parent
38a0e94432
commit
7a6d6fa93f
@ -43,6 +43,7 @@
|
||||
'marketplace_url' : '<%= $conf[:marketplace_url] %>',
|
||||
'vnc_request_password' : <%= $conf[:vnc_request_password] || false %>,
|
||||
'vnc_proxy_port' : '<%= $vnc.proxy_port %>',
|
||||
'vnc_client_port' : '<%= $conf[:vnc_client_port] %>',
|
||||
'max_upload_file_size' : <%= $conf[:max_upload_file_size] ? $conf[:max_upload_file_size] : "undefined" %>
|
||||
},
|
||||
'view' : view,
|
||||
|
Loading…
x
Reference in New Issue
Block a user