Fixed calculated twice cell content function for entities table
@ -340,7 +340,6 @@ export class AlarmsTableWidgetComponent extends PageComponent implements OnInit,
public onDataUpdated() {
this.alarmsDatasource.updateAlarms();
this.clearCache();
this.ctx.detectChanges();
}
public onEditModeChanged() {
@ -275,7 +275,6 @@ export class EntitiesTableWidgetComponent extends PageComponent implements OnIni
this.entityDatasource.dataUpdated();