1
0
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:
Daniel Molina 2015-07-20 18:08:50 +02:00
parent 2cfccc0fb6
commit 3bba5ac673
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ define(function(require) {
function _setup(context) {
var that = this;
that.diskTab.setup();
that.diskTab.setup(context);
Tips.setup(context);

View File

@ -53,7 +53,7 @@ define(function(require) {
function _setup(context) {
var that = this;
that.nicTab.setup();
that.nicTab.setup(context);
Tips.setup(context);