mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-19 13:15:00 +00:00
dump
This commit is contained in:
@@ -73,7 +73,6 @@ class WidgetNumber implements WidgetHandlerInterface
|
||||
'labels' => ['notification(s) envoyée(s)'],
|
||||
'datasets' => [
|
||||
[
|
||||
'backgroundColor' => ['#41B883'],
|
||||
'data' => [$countSend]
|
||||
]
|
||||
]
|
||||
@@ -87,7 +86,6 @@ class WidgetNumber implements WidgetHandlerInterface
|
||||
'labels' => ['notification(s) non lue(s)'],
|
||||
'datasets' => [
|
||||
[
|
||||
'backgroundColor' => ['#41B883'],
|
||||
'data' => [$countUnread]
|
||||
]
|
||||
]
|
||||
|
Reference in New Issue
Block a user