diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html index 51ba89d9..ed0f551d 100644 --- a/src/app/dashboard/dashboard.component.html +++ b/src/app/dashboard/dashboard.component.html @@ -66,7 +66,7 @@

{{
-
Recent Test Runs
+
Recent Test Runs
diff --git a/src/app/item-detail/item-detail.component.html b/src/app/item-detail/item-detail.component.html index 9946fcf2..adc0c290 100644 --- a/src/app/item-detail/item-detail.component.html +++ b/src/app/item-detail/item-detail.component.html @@ -174,7 +174,7 @@

{{itemData.overview.errorRate}}
-
Overall Chart
+
Overall Chart
Overall Chart

-
Response Time
+
Response Time
Response Time
-
Throughput
+
Throughput
Throughput
-
Request Statistics +
Request Statistics Comparing to test: {{comparedMetadata.id}} with {{comparedMetadata.maxVu}} VU Request Statistics (keyup)='search($event.target.value)'>
-
+
diff --git a/src/app/item-detail/item-detail.component.scss b/src/app/item-detail/item-detail.component.scss index fd5a8a7d..ef7944e8 100644 --- a/src/app/item-detail/item-detail.component.scss +++ b/src/app/item-detail/item-detail.component.scss @@ -118,6 +118,9 @@ thead { .request-stats { margin-bottom: 20px; } +.request-stats .card-header { + border-bottom: none; +} .errors-list { padding-top: 0px; @@ -231,3 +234,7 @@ thead .hd { .performance-overview-card { padding-bottom: 0px; } + +.charts .card-header { + border-bottom: 0px; +} diff --git a/src/app/scenario/scenario.component.html b/src/app/scenario/scenario.component.html index b951efd8..35c3ca79 100644 --- a/src/app/scenario/scenario.component.html +++ b/src/app/scenario/scenario.component.html @@ -19,7 +19,7 @@
-
90% response time
+
90% response time
@@ -29,7 +29,7 @@
90% response time
-
Throughput
+
Throughput
@@ -39,7 +39,7 @@
Throughput
-
Error rate
+
Error rate
@@ -51,7 +51,7 @@
Error rate
-
Test Runs +
Test Runs {{items.total}} tests
diff --git a/src/app/scenarios/scenarios.component.html b/src/app/scenarios/scenarios.component.html index fd6b4cac..44865d59 100644 --- a/src/app/scenarios/scenarios.component.html +++ b/src/app/scenarios/scenarios.component.html @@ -36,7 +36,7 @@