From f2fcc5fde6e8c0b80191e4c9804b244987b047cc Mon Sep 17 00:00:00 2001
From: Ludek Novy <13610612+ludeknovy@users.noreply.github.com>
Date: Thu, 6 Jan 2022 13:47:32 +0100
Subject: [PATCH] dropdown item fix, forms module import fix, data access
property fix (#204)
---
.../projects/delete-project/delete-project.component.html | 5 ++---
src/app/item-detail/item-detail.module.ts | 4 ++--
.../item-detail/stats-compare/stats-compare.component.html | 4 ++--
.../shared-item/delete-item/delete-item.component.html | 2 +-
.../shared/shared-item/edit-item/edit-item.component.html | 2 +-
.../project-settings/project-settings.component.html | 2 +-
6 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/src/app/administration/projects/delete-project/delete-project.component.html b/src/app/administration/projects/delete-project/delete-project.component.html
index 9f1c25f6..62352491 100644
--- a/src/app/administration/projects/delete-project/delete-project.component.html
+++ b/src/app/administration/projects/delete-project/delete-project.component.html
@@ -26,7 +26,6 @@
Delete project
-
-
+
diff --git a/src/app/item-detail/item-detail.module.ts b/src/app/item-detail/item-detail.module.ts
index 88902ace..b24db5b9 100644
--- a/src/app/item-detail/item-detail.module.ts
+++ b/src/app/item-detail/item-detail.module.ts
@@ -13,7 +13,7 @@ import { ZeroErrorToleranceWarningComponent } from "./zero-error-tolerance-warni
import { HighchartsChartModule } from "highcharts-angular";
import { LabelChartComponent } from "./label-chart/label-chart.component";
import { AnalyzeChartsComponent } from "./analyze-charts/analyze-charts.component";
-import { ReactiveFormsModule } from "@angular/forms";
+import { FormsModule, ReactiveFormsModule } from "@angular/forms";
import { LabelHealthComponent } from "./request-stats/label-health/label-health.component";
import { LabelTrendComponent } from "./label-trend/label-trend.component";
import { StatsCompareComponent } from "./stats-compare/stats-compare.component";
@@ -38,7 +38,7 @@ const routes: Routes = [ {
CreateNewShareLinkComponent, MonitoringStatsComponent ],
imports: [
CommonModule, NgbModule, RouterModule.forRoot(routes), DataTableModule, SharedItemModule, SharedModule, HighchartsChartModule,
- ReactiveFormsModule,
+ ReactiveFormsModule, FormsModule,
],
exports: []
})
diff --git a/src/app/item-detail/stats-compare/stats-compare.component.html b/src/app/item-detail/stats-compare/stats-compare.component.html
index 99c1902a..ba9bb0cd 100644
--- a/src/app/item-detail/stats-compare/stats-compare.component.html
+++ b/src/app/item-detail/stats-compare/stats-compare.component.html
@@ -47,10 +47,10 @@ Choose test run to compare
0">
- {{_.maxVu}}
+ {{_.overview.maxVu}}
|
- {{_.duration}}
+ {{_.overview.duration}}
|
{{_.environment}}
diff --git a/src/app/shared/shared-item/delete-item/delete-item.component.html b/src/app/shared/shared-item/delete-item/delete-item.component.html
index 1a912f42..b9a3479b 100644
--- a/src/app/shared/shared-item/delete-item/delete-item.component.html
+++ b/src/app/shared/shared-item/delete-item/delete-item.component.html
@@ -26,6 +26,6 @@ Delete test
-
+
Delete
diff --git a/src/app/shared/shared-item/edit-item/edit-item.component.html b/src/app/shared/shared-item/edit-item/edit-item.component.html
index ccff7b66..95cba29c 100644
--- a/src/app/shared/shared-item/edit-item/edit-item.component.html
+++ b/src/app/shared/shared-item/edit-item/edit-item.component.html
@@ -46,4 +46,4 @@ Edit test item
- Edit
+ Edit
diff --git a/src/app/shared/shared-project/project-settings/project-settings.component.html b/src/app/shared/shared-project/project-settings/project-settings.component.html
index b17dc7d9..699ebf18 100644
--- a/src/app/shared/shared-project/project-settings/project-settings.component.html
+++ b/src/app/shared/shared-project/project-settings/project-settings.component.html
@@ -86,4 +86,4 @@ Test Report Top Statistics Bar
- Settings
+ Settings
|