1
0
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:
Joe Harman 2018-09-05 10:41:54 -06:00 committed by Tino Vazquez
parent 38a0e94432
commit 7a6d6fa93f

View File

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