mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-27 10:50:10 +03:00
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
This commit is contained in:
parent
cf0d1465df
commit
2271ed35d0
@ -196,7 +196,7 @@ define(function (require) {
|
||||
var actionJSON = {};
|
||||
if ($(this).attr("data")) {
|
||||
actionJSON = JSON.parse($(this).attr("data"));
|
||||
actionJSON.ID = index;
|
||||
actionJSON.ID = String(index);
|
||||
}
|
||||
}
|
||||
if (!$.isEmptyObject(actionJSON)) { actionsJSON.push(actionJSON); };
|
||||
|
Loading…
x
Reference in New Issue
Block a user