forked from External/mage
* Client - Added number of active games to the header of the games column of the user list.
This commit is contained in:
parent
30ea2188bf
commit
aad1a2da89
11 changed files with 100 additions and 30 deletions
|
|
@ -37,9 +37,9 @@ public class UsersView implements Serializable {
|
|||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private String userName;
|
||||
private String infoState;
|
||||
private String infoGames;
|
||||
private final String userName;
|
||||
private final String infoState;
|
||||
private final String infoGames;
|
||||
|
||||
public UsersView(String userName, String infoState, String infoGames) {
|
||||
this.userName = userName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue