mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
Ozones: Add "/" to the end of sunstone public link
(cherry picked from commit 0bee9b76f6b835f23bf8d5cf6f307464970e7e46)
This commit is contained in:
parent
0d9e45ca2f
commit
22861df6a8
@ -287,7 +287,7 @@ function updateVDCInfo(req,vdc_json){
|
||||
if (zone_match){
|
||||
zone_host = zone_match[1];
|
||||
zone_port = zone_match[2];
|
||||
sun_link = "http://" + zone_host +"/sunstone_"+ vdc.NAME;
|
||||
sun_link = "http://" + zone_host +"/sunstone_"+ vdc.NAME+"/";
|
||||
};
|
||||
|
||||
var info_tab = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user