public front: can choose levels to display in levels table

This commit is contained in:
nemunaire 2018-01-23 03:52:24 +01:00
parent 1e36eb8b2f
commit 1110afa058
3 changed files with 10 additions and 2 deletions

View file

@ -606,7 +606,7 @@ angular.module("FICApp")
$scope.scenes = [
{
type: "table",
params: { kind: "levels", themes: $scope.themes.map(function(z, i) { return z.id; }), total: true },
params: { kind: "levels", levels: [1,2,3,4,5,6,7,8,9,10], themes: $scope.themes.map(function(z, i) { return z.id; }), total: true },
},
{
type: "rank",