admin: update public screen presets

This commit is contained in:
nemunaire 2018-12-09 22:46:17 +01:00
parent 6df8ee8eb7
commit 0075bdeb52

View File

@ -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" },
},
];
}