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

feature #3748: Fix element context

This commit is contained in:
Daniel Molina 2015-06-09 12:57:56 +02:00
parent 9b5ac36fc4
commit d9ee6a91d3

View File

@ -76,9 +76,10 @@ define(function(require) {
}
function _onShow(context) {
var that = this;
OpenNebulaVM.monitor({
data: {
id: this.element.ID,
id: that.element.ID,
monitor: {
monitor_resources : "CPU,MEMORY"
}