diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 60348a67..3d7c80f8 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -59,6 +59,8 @@ import { ItemControlsComponent } from './scenario/item-controls/item-controls.co import { ShareComponent } from './item-detail/share/share.component'; import { CreateNewShareLinkComponent } from './item-detail/share/create-new-share-link/create-new-share-link.component'; import { DeleteShareLinkComponent } from './item-detail/share/delete-share-link/delete-share-link.component'; +import { ThresholdsAlertComponent } from './item-detail/thresholds-alert/thresholds-alert.component'; +import { PerformanceAnalysisComponent } from './item-detail/performance-analysis/performance-analysis.component'; const appRoutes: Routes = [ { path: 'dashboard', component: DashboardComponent, canActivate: [AuthGuard] }, @@ -138,6 +140,8 @@ const appRoutes: Routes = [ ShareComponent, CreateNewShareLinkComponent, DeleteShareLinkComponent, + ThresholdsAlertComponent, + PerformanceAnalysisComponent, ], imports: [ RouterModule.forRoot( diff --git a/src/app/item-detail/item-detail.component.html b/src/app/item-detail/item-detail.component.html index 9826593e..27e0a8db 100644 --- a/src/app/item-detail/item-detail.component.html +++ b/src/app/item-detail/item-detail.component.html @@ -57,115 +57,14 @@
90 percentile decrease toleration: {{itemData.thresholds.thresholds.percentile}} % -
-- Througput decrease toleration: {{itemData.thresholds.thresholds.throughput}}% -
-- Error rate increase toleration: {{itemData.thresholds.thresholds.errorRate}}% -
-90 percentile decrease toleration: {{itemData.thresholds.thresholds.percentile}} % +
++ Througput decrease toleration: {{itemData.thresholds.thresholds.throughput}}% +
++ Error rate increase toleration: {{itemData.thresholds.thresholds.errorRate}}% +
+