fixed monitoring table

This commit is contained in:
anhefti 2023-03-06 12:30:17 +01:00
parent f3f3274f05
commit 891ebff60c

View file

@ -395,8 +395,8 @@ public final class ClientConnectionTable implements FullPageMonitoringGUIUpdate
final int pSize = this.tableProportions[0] +
this.tableProportions[1] +
this.tableProportions[2] +
this.tableProportions[3] +
(this.hasClientGroups ? this.tableProportions[4] : 0)
(this.hasClientGroups ? this.tableProportions[3] : 0) +
(this.hasClientGroups ? this.tableProportions[4] : this.tableProportions[3])
* this.indicatorMapping.size();
final int columnUnitSize = (pSize > 0)
? area.width / pSize