+
+
{{event.begin| date:'medium'}}
diff --git a/app/components/track_analysis/comparison_track_chart/comparison_chart.directive.html b/app/components/track_analysis/comparison_track_chart/comparison_chart.directive.html
index 9e65f23..ab5e240 100644
--- a/app/components/track_analysis/comparison_track_chart/comparison_chart.directive.html
+++ b/app/components/track_analysis/comparison_track_chart/comparison_chart.directive.html
@@ -69,4 +69,10 @@
+
+
+
+ {{'PHENOMENON_NOT_SUPPORTED'| translate}}
+
+
\ No newline at end of file
diff --git a/app/components/track_analysis/speed_ranges_chart/speed_ranges_chart.directive.html b/app/components/track_analysis/speed_ranges_chart/speed_ranges_chart.directive.html
index 1d18e9c..533f060 100644
--- a/app/components/track_analysis/speed_ranges_chart/speed_ranges_chart.directive.html
+++ b/app/components/track_analysis/speed_ranges_chart/speed_ranges_chart.directive.html
@@ -69,4 +69,10 @@
+
+
+
+ {{'PHENOMENON_NOT_SUPPORTED'| translate}}
+
+
\ No newline at end of file
diff --git a/app/components/translationProvider.js b/app/components/translationProvider.js
index b6907a3..7c1b814 100644
--- a/app/components/translationProvider.js
+++ b/app/components/translationProvider.js
@@ -197,6 +197,7 @@ angular
TRACK_LABEL_PUBLIC: "enviroCar Ø",
TT_TRACK_LABEL_USER: "track's average",
TT_TRACK_LABEL_PUBLIC: "enviroCar community average",
+ PHENOMENON_NOT_SUPPORTED: "... not supported for this phenomenon",
// Track Analysis - Track Summary:
TRACK_SUMMARY_TITLE: "Track Summary",
@@ -577,6 +578,7 @@ angular
TRACK_LABEL_PUBLIC: "enviroCar Ø",
TT_TRACK_LABEL_USER: "Fahrtdurchschnittswert",
TT_TRACK_LABEL_PUBLIC: "enviroCar Durchschnittswert",
+ PHENOMENON_NOT_SUPPORTED: "... für diesen Messwert nicht unterstützt.",
// Track Analysis - Track Summary:
TRACK_SUMMARY_TITLE: "Fahrtüberblick",
diff --git a/app/styles/styles.css b/app/styles/styles.css
index 37675b2..b419172 100644
--- a/app/styles/styles.css
+++ b/app/styles/styles.css
@@ -190,8 +190,6 @@ html, body {
border-color: #8cbf3f; }
.sl-item {
- cursor: pointer;
- cursor: hand;
position: relative;
padding-bottom: 20px; }
@@ -202,6 +200,7 @@ html, body {
box-sizing: border-box; }
.sl-content {
+ cursor: pointer;
margin-left: 37px; }
.sl-content span {
color: #black; }
diff --git a/app/styles/styles.scss b/app/styles/styles.scss
index 2ff3739..a5cebc1 100644
--- a/app/styles/styles.scss
+++ b/app/styles/styles.scss
@@ -200,7 +200,6 @@ html, body{
}
.sl-item {
- cursor: pointer; cursor: hand;
position: relative;
padding-bottom: 20px;
}
@@ -215,7 +214,7 @@ html, body{
.sl-content
{
-
+ cursor: pointer;
margin-left: 37px;
span {
color: #black;