From 92e25cd65720c2b9cd1d99b700b0590177d066bc Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 14 Feb 2018 13:10:04 -0700 Subject: [PATCH] Fix some icons --- lib/gettasks.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/gettasks.php b/lib/gettasks.php index 45b06d8..8c96cdc 100644 --- a/lib/gettasks.php +++ b/lib/gettasks.php @@ -29,7 +29,7 @@ if (count($tasks) > 0) { $colorclass = 'border-blue'; } - $statusicon = ""; + $statusicon = "fas fa-ellipsis-h"; if ($task['statusid'] == 1) { $statusicon = 'fas fa-play'; } else if ($task['statusid'] == 3) { @@ -109,7 +109,7 @@ if (count($tasks) > 0) {
-
+

@@ -141,7 +141,7 @@ if (count($tasks) > 0) { ?>

- +