Skip to content

Commit

Permalink
feat(dashboard): harmonize with GLPI color
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz authored and btry committed May 10, 2022
1 parent 425c71d commit 529395a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions install/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -642,25 +642,25 @@ protected function createMiniDashboardBigNumbers() {
];
$cards = [
'plugin_formcreator_all_issues' => [
'color' => '#fafafa'
'color' => '#ffd957'
],
'plugin_formcreator_incoming_issues' => [
'color' => '#3bc519'
'color' => '#6fd169'
],
'plugin_formcreator_assigned_issues' => [
'color' => '#f1cd29'
'color' => '#eaf4f7'
],
'plugin_formcreator_waiting_issues' => [
'color' => '#f1a129'
'color' => '#ffcb7d'
],
'plugin_formcreator_validate_issues' => [
'color' => '#266ae9'
'color' => '#6298d5'
],
'plugin_formcreator_solved_issues' => [
'color' => '#edc949'
'color' => '#d7d7d7'
],
'plugin_formcreator_closed_issues' => [
'color' => '#555555'
'color' => '#515151'
],
];

Expand Down

0 comments on commit 529395a

Please sign in to comment.