1
0
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:
Hector Sanjuan 2012-01-13 15:16:58 +01:00
parent 7b50ba8e4a
commit 0bee9b76f6

View File

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