mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
bug #3912: Add xml_root param to acls common actions
This commit is contained in:
parent
3aafe51010
commit
2ef47b01bc
@ -12,7 +12,7 @@ define(function(require) {
|
||||
var XML_ROOT = "ACL"
|
||||
var RESOURCE = "Acl"
|
||||
|
||||
var _commonActions = new CommonActions(OpenNebulaResource, RESOURCE, TAB_ID);
|
||||
var _commonActions = new CommonActions(OpenNebulaResource, RESOURCE, TAB_ID, XML_ROOT);
|
||||
|
||||
var _actions = {
|
||||
"Acl.list" : _commonActions.list(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user