Added some tooltips to user table headers. History is shown in tournament player table now. Changed ratio column to numberic format.

This commit is contained in:
LevelX2 2016-02-06 21:22:51 +01:00
parent 82fed1ed87
commit 687ab7ec6b
18 changed files with 239 additions and 89 deletions

View file

@ -12,7 +12,7 @@ public enum UserGroup {
ADMIN(7),
OWNER(15);
private int groupId;
private final int groupId;
UserGroup(int groupId) {
this.groupId = groupId;