New IOS router
@@ -99,7 +99,7 @@Adapters
++
diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 1bb18e30..3933d184 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -132,6 +132,7 @@ import { ExternalSoftwareDefinitionService } from './services/external-software- import { PlatformService } from './services/platform.service'; import { IosTemplateDetailsComponent } from './components/preferences/dynamips/ios-template-details/ios-template-details.component'; import { AddIosTemplateComponent } from './components/preferences/dynamips/add-ios-template/add-ios-template.component'; +import { IosConfigurationService } from './services/ios-configuration.service'; if (environment.production) { Raven.config('https://b2b1cfd9b043491eb6b566fd8acee358@sentry.io/842726', { @@ -270,7 +271,8 @@ if (environment.production) { IosService, InstalledSoftwareService, ExternalSoftwareDefinitionService, - PlatformService + PlatformService, + IosConfigurationService ], entryComponents: [ AddServerDialogComponent, diff --git a/src/app/components/preferences/dynamips/add-ios-template/add-ios-template.component.html b/src/app/components/preferences/dynamips/add-ios-template/add-ios-template.component.html index 68cdcbc0..654e6301 100644 --- a/src/app/components/preferences/dynamips/add-ios-template/add-ios-template.component.html +++ b/src/app/components/preferences/dynamips/add-ios-template/add-ios-template.component.html @@ -1,4 +1,4 @@ -