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:
parent
a7bcf7d3a3
commit
40f8389a2f
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user