fixed monitoring table
This commit is contained in:
parent
f3f3274f05
commit
891ebff60c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue