|
@@ -3,7 +3,7 @@
|
|
|
|
|
|
SetupWebPage::AddModule(
|
|
SetupWebPage::AddModule(
|
|
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
|
|
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
|
|
- 'itop-bridge-virtualization-storage/2.1.0',
|
|
|
|
|
|
+ 'itop-bridge-virtualization-storage/2.2.0',
|
|
array(
|
|
array(
|
|
// Identification
|
|
// Identification
|
|
//
|
|
//
|
|
@@ -13,8 +13,8 @@ SetupWebPage::AddModule(
|
|
// Setup
|
|
// Setup
|
|
//
|
|
//
|
|
'dependencies' => array(
|
|
'dependencies' => array(
|
|
- 'itop-storage-mgmt/2.1.0',
|
|
|
|
- 'itop-virtualization-mgmt/2.1.0',
|
|
|
|
|
|
+ 'itop-storage-mgmt/2.2.0',
|
|
|
|
+ 'itop-virtualization-mgmt/2.2.0',
|
|
),
|
|
),
|
|
'mandatory' => false,
|
|
'mandatory' => false,
|
|
'visible' => true, // To prevent auto-install but shall not be listed in the install wizard
|
|
'visible' => true, // To prevent auto-install but shall not be listed in the install wizard
|