Update Ticket list ui smaller badge for ticket and smaller task progress bar and more natural dates

This commit is contained in:
johnnyq
2026-01-28 22:52:56 -05:00
parent 874b07f4d7
commit bf1d0655c4
4 changed files with 41 additions and 47 deletions

View File

@@ -117,8 +117,8 @@ $config_log_retention = intval($row['config_log_retention']);
// Locale
$config_currency_format = "US_en";
$config_timezone = $row['config_timezone'];
$config_date_format = "Y-m-d";
$config_time_format = "H:i";
$config_date_format = "M d, Y";
$config_time_format = "g:i A";
// Theme
$config_theme = $row['config_theme'];