Fixed export of network serverPie

This commit is contained in:
Rsl1122 2019-09-21 15:45:32 +03:00
parent b3bca52d48
commit 52aaebbd7a

View File

@ -81,6 +81,7 @@ public class GraphsJSONHandler implements PageHandler {
case "geolocation": return DataID.GRAPH_WORLD_MAP;
case "aggregatedPing": return DataID.GRAPH_PING;
case "punchCard": return DataID.GRAPH_PUNCHCARD;
case "serverPie": return DataID.GRAPH_SERVER_PIE;
default: throw new BadRequestException("unknown 'type' parameter: " + type);
}
}