utf issues

This commit is contained in:
tp_dhu 2025-04-05 18:10:15 +01:00
parent ba985b1552
commit 8b1c2f1822

View File

@ -3,10 +3,10 @@
class IconsHelper extends \Prefab {
static public $status_icons = [
'open' => ['fas fa-circle-dot has-text-success', "🆕"],
'in_progress' => ['fas fa-circle-play has-text-link', "🔄"],
'on_hold' => ['fas fa-pause-circle has-text-warning',"⏸️"],
'completed' => ['fas fa-check has-text-danger', ""]
'open' => ['fas fa-circle-dot has-text-success', "new"],
'in_progress' => ['fas fa-circle-play has-text-link', "reload"],
'on_hold' => ['fas fa-pause-circle has-text-warning',"pause"],
'completed' => ['fas fa-check has-text-danger', "check"]
];
static public $status_names = [
@ -17,9 +17,9 @@ class IconsHelper extends \Prefab {
];
static public $priority_icons = [
'Low' => ['fas fa-circle-down',"🟢"],
'Medium' => ['fas fa-circle-dot', "🟡"],
'High' => ['fas fa-circle-up', "🔴"]
'Low' => ['fas fa-circle-down',"green"],
'Medium' => ['fas fa-circle-dot', "yellow"],
'High' => ['fas fa-circle-up', "red"]
];
static public $priority_colors = [