mirror of https://github.com/apache/cloudstack.git
Merge remote-tracking branch 'origin/4.13'
This commit is contained in:
commit
5bb30f7ff3
|
|
@ -3103,7 +3103,7 @@ cloudStack.createTemplateFromSnapshotMethod = function (){
|
|||
return {}; //nothing in this snapshot needs to be updated
|
||||
},
|
||||
getActionFilter: function() {
|
||||
return snapshotActionfilter;
|
||||
return cloudStack.actionFilter.snapshotActionfilter;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue