SEBSERV-447 fixed
This commit is contained in:
parent
686560f45b
commit
f0acb33e06
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue