Red if 0, green if > 0

This commit is contained in:
Andreas Kristiansen
2025-12-15 08:31:04 +01:00
parent e4721c1b2b
commit 6a746b6eaf
2 changed files with 6 additions and 0 deletions

View File

@@ -916,6 +916,8 @@ class Logbookadvanced extends CI_Controller {
// Process for batch QSO state fix
$result = $this->logbookadvanced_model->fixStateBatch($dxcc);
$data['result'] = count($result);
$data['message'] = __("The number of QSOs updated for state/province in") . ' ' . $country . ' : ' . count($result);
header("Content-Type: application/json");