mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-22 08:37:43 +00:00
dump
This commit is contained in:
parent
801c693ef9
commit
80ea4bbdd2
@ -73,7 +73,6 @@ class WidgetNumber implements WidgetHandlerInterface
|
|||||||
'labels' => ['notification(s) envoyée(s)'],
|
'labels' => ['notification(s) envoyée(s)'],
|
||||||
'datasets' => [
|
'datasets' => [
|
||||||
[
|
[
|
||||||
'backgroundColor' => ['#41B883'],
|
|
||||||
'data' => [$countSend]
|
'data' => [$countSend]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@ -87,7 +86,6 @@ class WidgetNumber implements WidgetHandlerInterface
|
|||||||
'labels' => ['notification(s) non lue(s)'],
|
'labels' => ['notification(s) non lue(s)'],
|
||||||
'datasets' => [
|
'datasets' => [
|
||||||
[
|
[
|
||||||
'backgroundColor' => ['#41B883'],
|
|
||||||
'data' => [$countUnread]
|
'data' => [$countUnread]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user