1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-13 13:17:39 +03:00

bug #2448: In the datastores tab if you select the element 101 the action is applied to element 1

This commit is contained in:
Daniel Molina 2013-11-14 17:44:20 +01:00
parent 21ca0b49fc
commit d03736ad88

View File

@ -497,7 +497,7 @@ var datastore_actions = {
type: "multiple",
call: function(params, success){
var cluster = params.data.extra_param;
var ds = params.data.id[0];
var ds = params.data.id;
if (cluster == -1){
//get cluster name