dashboard/admin: Adapt to 16/9

This commit is contained in:
nemunaire 2021-09-08 04:02:06 +02:00
parent 105034ec8c
commit 08da42e273
2 changed files with 2 additions and 2 deletions

View file

@ -901,7 +901,7 @@ angular.module("FICApp")
},
{
type: "graph",
params: { teams: [], height: 400, legend: true },
params: { teams: [], height: 337, legend: true },
},
];
angular.forEach($scope.teams, function(team, tid) {