diff --git a/admin/static/js/app.js b/admin/static/js/app.js index 4a04e8a0..9b38bb86 100644 --- a/admin/static/js/app.js +++ b/admin/static/js/app.js @@ -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", diff --git a/admin/static/views/public.html b/admin/static/views/public.html index 2274433f..7df19be7 100644 --- a/admin/static/views/public.html +++ b/admin/static/views/public.html @@ -137,6 +137,14 @@ +