try monitoring update everytime
This commit is contained in:
parent
62a6db12c6
commit
e0708a2be1
1 changed files with 6 additions and 7 deletions
|
@ -371,7 +371,6 @@ public final class ClientConnectionTable implements FullPageMonitoringGUIUpdate
|
|||
}
|
||||
|
||||
public void updateGUI() {
|
||||
|
||||
if (this.needsSort) {
|
||||
sortTable();
|
||||
}
|
||||
|
@ -511,12 +510,12 @@ public final class ClientConnectionTable implements FullPageMonitoringGUIUpdate
|
|||
|
||||
private void update(final TableItem tableItem, final boolean force) {
|
||||
updateDuplicateColor(tableItem);
|
||||
if (force || this.dataChanged) {
|
||||
updateData(tableItem);
|
||||
}
|
||||
if (force || this.indicatorValueChanged) {
|
||||
updateIndicatorValues(tableItem);
|
||||
}
|
||||
//if (force || this.dataChanged) {
|
||||
updateData(tableItem);
|
||||
//}
|
||||
//if (force || this.indicatorValueChanged) {
|
||||
updateIndicatorValues(tableItem);
|
||||
//}
|
||||
this.dataChanged = false;
|
||||
this.indicatorValueChanged = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue