1
0
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:
Hector Sanjuan 2012-01-13 15:16:58 +01:00 committed by Ruben S. Montero
parent 0d9e45ca2f
commit 22861df6a8

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