Skip to content

Commit

Permalink
Fixed the graphs GUI.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmihajlovski committed Sep 1, 2016
1 parent 1052495 commit 6b005c5
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -38,10 +38,10 @@ public class GraphsHandler extends GUI implements Callable<Object> {

@Override
public Object call() throws Exception {
return graphs(2);
return multi(graphs(2));
}

public static Object graphs(int perRow) {
public static List<Tag> graphs(int perRow) {
List<Tag> rows = U.list();
Map<String, TimeSeries> metrics = Metrics.all();

Expand Down

0 comments on commit 6b005c5

Please sign in to comment.