mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
feature #3748: Add context for addDisk and addNic
This commit is contained in:
parent
2cfccc0fb6
commit
3bba5ac673
@ -53,7 +53,7 @@ define(function(require) {
|
||||
|
||||
function _setup(context) {
|
||||
var that = this;
|
||||
that.diskTab.setup();
|
||||
that.diskTab.setup(context);
|
||||
|
||||
Tips.setup(context);
|
||||
|
||||
|
@ -53,7 +53,7 @@ define(function(require) {
|
||||
|
||||
function _setup(context) {
|
||||
var that = this;
|
||||
that.nicTab.setup();
|
||||
that.nicTab.setup(context);
|
||||
|
||||
Tips.setup(context);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user