diff --git a/ui-ngx/src/app/shared/components/aggregation/aggregation-type-select.component.html b/ui-ngx/src/app/shared/components/aggregation/aggregation-type-select.component.html index 5e80fc3237..205e25cdf5 100644 --- a/ui-ngx/src/app/shared/components/aggregation/aggregation-type-select.component.html +++ b/ui-ngx/src/app/shared/components/aggregation/aggregation-type-select.component.html @@ -17,7 +17,7 @@ --> + class="flex flex-1"> {{ label }} diff --git a/ui-ngx/src/app/shared/components/time/interval-options-config-panel.component.html b/ui-ngx/src/app/shared/components/time/interval-options-config-panel.component.html index ce8abdd7e5..afeaf2b2a2 100644 --- a/ui-ngx/src/app/shared/components/time/interval-options-config-panel.component.html +++ b/ui-ngx/src/app/shared/components/time/interval-options-config-panel.component.html @@ -15,22 +15,32 @@ limitations under the License. --> -
+
{{ 'timewindow.edit-intervals-list' | translate }}
-
{{ 'timewindow.edit-intervals-list-hint' | translate }}
+
+ {{ 'timewindow.edit-intervals-list-hint' | translate }} {{ aggregation ? ('timewindow.edit-grouping-intervals-list-hint' | translate) : '' }} +
{{"timewindow.interval" | translate }}
- + {{ interval.name | translate:interval.translateParams }}
-
+
+ +