1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Fix marketplaceapp download url

This commit is contained in:
Jaime Melis 2016-06-14 18:28:47 +02:00
parent a7bcf7d3a3
commit 40f8389a2f

View File

@ -98,7 +98,7 @@ define(function(require) {
var selected_nodes = Sunstone.getDataTable(TAB_ID).elements();
$.each(selected_nodes, function() {
window.open("http://localhost:9869/marketplaceapp/"+this+"/download?csrftoken="+csrftoken, "_blank");
window.open("/marketplaceapp/"+this+"/download?csrftoken="+csrftoken, "_blank");
});
},
elements: function(opts) {