Browse Source

Use the label text color setting (#9)

Alex 7 months ago
parent
commit
95765eab05
1 changed files with 2 additions and 1 deletions
  1. 2 1
      resources/dashboard/maintenance.php

+ 2 - 1
resources/dashboard/maintenance.php

@@ -228,7 +228,8 @@ if (permission_exists('maintenance_view')) {
 		echo "							reverse: true,\n";
 		echo "							labels: {\n";
 		echo "								usePointStyle: true,\n";
-		echo "								pointStyle: 'rect'\n";
+		echo "								pointStyle: 'rect',\n";
+		echo "								color: '".$dashboard_label_text_color."'\n";
 		echo "							}\n";
 		echo "						},\n";
 		echo "					}\n";