utf issues
This commit is contained in:
parent
ba985b1552
commit
8b1c2f1822
@ -3,10 +3,10 @@
|
|||||||
class IconsHelper extends \Prefab {
|
class IconsHelper extends \Prefab {
|
||||||
|
|
||||||
static public $status_icons = [
|
static public $status_icons = [
|
||||||
'open' => ['fas fa-circle-dot has-text-success', "🆕"],
|
'open' => ['fas fa-circle-dot has-text-success', "new"],
|
||||||
'in_progress' => ['fas fa-circle-play has-text-link', "🔄"],
|
'in_progress' => ['fas fa-circle-play has-text-link', "reload"],
|
||||||
'on_hold' => ['fas fa-pause-circle has-text-warning',"⏸️"],
|
'on_hold' => ['fas fa-pause-circle has-text-warning',"pause"],
|
||||||
'completed' => ['fas fa-check has-text-danger', "✅"]
|
'completed' => ['fas fa-check has-text-danger', "check"]
|
||||||
];
|
];
|
||||||
|
|
||||||
static public $status_names = [
|
static public $status_names = [
|
||||||
@ -17,9 +17,9 @@ class IconsHelper extends \Prefab {
|
|||||||
];
|
];
|
||||||
|
|
||||||
static public $priority_icons = [
|
static public $priority_icons = [
|
||||||
'Low' => ['fas fa-circle-down',"🟢"],
|
'Low' => ['fas fa-circle-down',"green"],
|
||||||
'Medium' => ['fas fa-circle-dot', "🟡"],
|
'Medium' => ['fas fa-circle-dot', "yellow"],
|
||||||
'High' => ['fas fa-circle-up', "🔴"]
|
'High' => ['fas fa-circle-up', "red"]
|
||||||
];
|
];
|
||||||
|
|
||||||
static public $priority_colors = [
|
static public $priority_colors = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user