public front: can choose levels to display in levels table
This commit is contained in:
parent
1e36eb8b2f
commit
1110afa058
3 changed files with 10 additions and 2 deletions
|
@ -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",
|
||||
|
|
Reference in a new issue