mirror of
https://github.com/OpenNebula/one.git
synced 2025-04-01 06:50:25 +03:00
Ozones: Add "/" to the end of sunstone public link
This commit is contained in:
parent
7b50ba8e4a
commit
0bee9b76f6
@ -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