Feature 11052: support for vms remote console for plugin vcenter

Change-Id: I328f4626dda94d9c4322c285b1e9216ed8f03673
Signed-off-by: Isabel Lloret <illoret@indra.es>
diff --git a/src/app/AppModule.ts b/src/app/AppModule.ts
index cd145c3..d8689af 100644
--- a/src/app/AppModule.ts
+++ b/src/app/AppModule.ts
@@ -73,6 +73,7 @@
 import { ShowInfoComponent } from 'ShowInfoComponent';
 import { SidebarComponent } from 'SidebarComponent';
 import { StartStopRebuildComponent } from 'StartStopRebuildComponent';
+import { ShowVduConsoleComponent } from 'ShowVduConsoleComponent';
 import { SwitchProjectComponent } from 'SwitchProjectComponent';
 import { UsersActionComponent } from 'UsersActionComponent';
 import { UserSettingsComponent } from 'UserSettingsComponent';
@@ -136,6 +137,7 @@
         NsUpdateComponent,
         WarningComponent,
         StartStopRebuildComponent,
+        ShowVduConsoleComponent,
         HealingComponent,
         NSConfigTemplateActionComponent,
         OkaPackagesActionComponent