From 7c2dfcb3524bcd16e31b1fa3034a466269669d73 Mon Sep 17 00:00:00 2001 From: quietsy Date: Sat, 15 Jan 2022 18:22:15 +0200 Subject: [PATCH] Change the icons of version updates --- root/dashboard/www/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/root/dashboard/www/index.php b/root/dashboard/www/index.php index 38223b2..3d13027 100644 --- a/root/dashboard/www/index.php +++ b/root/dashboard/www/index.php @@ -24,7 +24,7 @@ .far, .fas { font-family: "Font Awesome 5 Free" !important; } - .fa-exclamation-circle,.fa-check-circle, .fa-info-circle { + .fa-exclamation-circle,.fa-check-circle, .fa-info-circle, .fa-edit { font-size:20px; padding: 2px; } @@ -138,7 +138,7 @@ $tr_class = ($counter % 2 == 0) ? 'shaded' : ''; $files .= ''.htmlspecialchars($line).''; $file_name = substr($line, strrpos($line, '/') + 1); - $files .= '📝'; + $files .= ''; $counter++; } } @@ -147,8 +147,8 @@ } return << -
-

Version Updates

+
+

Version Updates

{$files}