admin: update public screen presets
This commit is contained in:
parent
6df8ee8eb7
commit
0075bdeb52
@ -609,8 +609,8 @@ angular.module("FICApp")
|
|||||||
params: { kind: "public" },
|
params: { kind: "public" },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "themes",
|
type: "carousel",
|
||||||
params: { color: "light", title: "Présentation des entreprises ciblées"},
|
params: { color: "info", kind: "themes", title: "Présentation des entreprises ciblées"},
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
else if (scene == "start")
|
else if (scene == "start")
|
||||||
@ -628,11 +628,11 @@ angular.module("FICApp")
|
|||||||
$scope.scenes = [
|
$scope.scenes = [
|
||||||
{
|
{
|
||||||
type: "table",
|
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",
|
type: "rank",
|
||||||
params: { limit: 5, which: "general" },
|
params: { limit: 10, which: "general" },
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user