Repository: metron Updated Branches: refs/heads/master 15d5b7d3e -> 3fc8c84b9
METRON-1229 Management UI type is part of the declarations of 2 modules (merrimanr) closes apache/metron#784 Project: http://git-wip-us.apache.org/repos/asf/metron/repo Commit: http://git-wip-us.apache.org/repos/asf/metron/commit/3fc8c84b Tree: http://git-wip-us.apache.org/repos/asf/metron/tree/3fc8c84b Diff: http://git-wip-us.apache.org/repos/asf/metron/diff/3fc8c84b Branch: refs/heads/master Commit: 3fc8c84b95ce724179bec50e015c892c829e7c5f Parents: 15d5b7d Author: merrimanr <[email protected]> Authored: Thu Oct 5 08:46:19 2017 -0500 Committer: merrimanr <[email protected]> Committed: Thu Oct 5 08:46:19 2017 -0500 ---------------------------------------------------------------------- metron-interface/metron-config/src/app/app.module.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metron/blob/3fc8c84b/metron-interface/metron-config/src/app/app.module.ts ---------------------------------------------------------------------- diff --git a/metron-interface/metron-config/src/app/app.module.ts b/metron-interface/metron-config/src/app/app.module.ts index 25e4acd..4ac82a2 100644 --- a/metron-interface/metron-config/src/app/app.module.ts +++ b/metron-interface/metron-config/src/app/app.module.ts @@ -25,7 +25,6 @@ import {KafkaService} from './service/kafka.service'; import {GrokValidationService} from './service/grok-validation.service'; import {StellarService} from './service/stellar.service'; import {MetronAlerts} from './shared/metron-alerts'; -import {LoginComponent} from './login/login.component'; import {NavbarComponent} from './navbar/navbar.component'; import {VerticalNavbarComponent} from './verticalnavbar/verticalnavbar.component'; import {routing, appRoutingProviders} from './app.routes'; @@ -49,7 +48,7 @@ import {HdfsService} from './service/hdfs.service'; @NgModule({ imports: [ BrowserModule, routing, FormsModule, ReactiveFormsModule, HttpModule, SensorParserListModule, SensorParserConfigModule, SensorParserConfigReadonlyModule, GeneralSettingsModule ], - declarations: [ AppComponent, LoginComponent, NavbarComponent, VerticalNavbarComponent ], + declarations: [ AppComponent, NavbarComponent, VerticalNavbarComponent ], providers: [ AuthenticationService, AuthGuard, LoginGuard, SensorParserConfigService, SensorParserConfigHistoryService, SensorEnrichmentConfigService, SensorIndexingConfigService, StormService, KafkaService, GrokValidationService, StellarService, HdfsService,
