diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 7f98ea7b..2733dd4a 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -59,6 +59,7 @@ 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 { ThresholdComponent } from './scenario/threshold/threshold.component'; const appRoutes: Routes = [ { path: 'dashboard', component: DashboardComponent, canActivate: [AuthGuard] }, @@ -138,6 +139,7 @@ const appRoutes: Routes = [ ShareComponent, CreateNewShareLinkComponent, DeleteShareLinkComponent, + ThresholdComponent, ], imports: [ RouterModule.forRoot( diff --git a/src/app/item-detail/item-detail.component.html b/src/app/item-detail/item-detail.component.html index 8bac28cb..c5c368b7 100644 --- a/src/app/item-detail/item-detail.component.html +++ b/src/app/item-detail/item-detail.component.html @@ -9,7 +9,8 @@
90 percentile decrease toleration: {{itemData.thresholds.thresholds.percentile}} % +
++ Througput decrease toleration: {{itemData.thresholds.thresholds.throughput}}% +
++ Error rate increase toleration: {{itemData.thresholds.thresholds.errorRate}}% +
+