@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.
@@ -1979,6 +1979,8 @@ class AnnaNonEditableGenericTableComponent {
1979
1979
  this.tooltipRadioTextMap = new Map();
1980
1980
  this.tooltipRadioTextMap.set("StartTimeForFilter", "Start Time");
1981
1981
  this.tooltipRadioTextMap.set("EndTimeForFilter", "End Time");
1982
+ this.tooltipRadioTextMap.set("startTimeForFilter", "Start Time");
1983
+ this.tooltipRadioTextMap.set("endTimeForFilter", "End Time");
1982
1984
  this.tooltipRadioTextMap.set("start_time_for_filter", "Start Time");
1983
1985
  this.tooltipRadioTextMap.set("end_time_for_filter", "End Time");
1984
1986
  this.tooltipRadioTextMap.set("primaryAEName", "Primary AE");