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

Feature #3748: Remove deprecated User/Group.accounting action

This commit is contained in:
Carlos Martín 2015-06-05 10:17:43 +02:00
parent 4479a27faf
commit 99e10626d8
2 changed files with 2 additions and 24 deletions

View File

@ -137,17 +137,6 @@ define(function(require) {
},
error: Notifier.onError
},
/* TODO
"Group.accounting" : {
type: "monitor",
call: OpenNebula.Group.accounting,
callback: function(req,response) {
var info = req.request.data[0].monitor;
//plot_graph(response,'#group_acct_tabTab','group_acct_', info);
},
error: onError
},
*/
"Group.add_admin" : {
type: "single",
@ -169,4 +158,4 @@ define(function(require) {
};
return _actions;
})
});

View File

@ -183,19 +183,8 @@ define(function(require) {
Sunstone.runAction(RESOURCE+'.show',request.request.data[0]);
},
error: Notifier.onError
},
/* TODO
"User.accounting" : {
type: "monitor",
call: OpenNebulaResource.accounting,
callback: function(req,response) {
var info = req.request.data[0].monitor;
plot_graph(response,'#user_acct_tab','user_acct_', info);
},
error: onError
}
*/
};
return _actions;
})
});