Skip to content

Commit

Permalink
fix for MID-5470 (dashboard system info data)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Jul 2, 2019
1 parent a04b53c commit 1143d34
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -55,7 +55,7 @@ public class SystemInfoPanel extends BasePanel<SystemInfoPanel.SystemInfoDto> {
private static final String ID_UPTIME = "uptime";

public SystemInfoPanel(String id) {
super(id);
super(id, (IModel<SystemInfoDto>) null);
}

@Override
Expand Down

0 comments on commit 1143d34

Please sign in to comment.