diff --git a/admin/static/js/app.js b/admin/static/js/app.js index 8335a1c9..2096939d 100644 --- a/admin/static/js/app.js +++ b/admin/static/js/app.js @@ -609,8 +609,8 @@ angular.module("FICApp") params: { kind: "public" }, }, { - type: "themes", - params: { color: "light", title: "Présentation des entreprises ciblées"}, + type: "carousel", + params: { color: "info", kind: "themes", title: "Présentation des entreprises ciblées"}, }, ]; else if (scene == "start") @@ -628,11 +628,11 @@ angular.module("FICApp") $scope.scenes = [ { type: "table", - 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 }, + params: { kind: "levels", levels: [1,2,3,4,5], themes: $scope.themes.map(function(z, i) { return z.id; }), total: true }, }, { type: "rank", - params: { limit: 5, which: "general" }, + params: { limit: 10, which: "general" }, }, ]; }