SEBSERV-447 fixed

This commit is contained in:
anhefti 2023-06-01 15:54:03 +02:00
parent 686560f45b
commit f0acb33e06

View file

@ -371,7 +371,6 @@ public final class ClientConnectionTable implements FullPageMonitoringGUIUpdate
} }
public void updateGUI() { public void updateGUI() {
if (this.needsSort) { if (this.needsSort) {
sortTable(); sortTable();
} }
@ -725,10 +724,12 @@ public final class ClientConnectionTable implements FullPageMonitoringGUIUpdate
this.indicatorWeights[i] = -1; this.indicatorWeights[i] = -1;
} }
} }
this.monitoringData = monitoringData;
if (this.indicatorValueChanged) { if (this.indicatorValueChanged) {
updateIndicatorWeight(); updateIndicatorWeight();
} }
this.monitoringData = monitoringData;
return this.staticData == null return this.staticData == null
|| this.staticData == ClientStaticData.NULL_DATA || this.staticData == ClientStaticData.NULL_DATA