@annalib/anna-core 14.6.4 → 14.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1981,6 +1981,8 @@ class AnnaNonEditableGenericTableComponent {
1981
1981
  this.tooltipRadioTextMap = new Map();
1982
1982
  this.tooltipRadioTextMap.set("StartTimeForFilter", "Start Time");
1983
1983
  this.tooltipRadioTextMap.set("EndTimeForFilter", "End Time");
1984
+ this.tooltipRadioTextMap.set("startTimeForFilter", "Start Time");
1985
+ this.tooltipRadioTextMap.set("endTimeForFilter", "End Time");
1984
1986
  this.tooltipRadioTextMap.set("start_time_for_filter", "Start Time");
1985
1987
  this.tooltipRadioTextMap.set("end_time_for_filter", "End Time");
1986
1988
  this.tooltipRadioTextMap.set("primaryAEName", "Primary AE");