Fix other QSL services re ignore status in partial as well

This commit is contained in:
phl0
2026-01-27 16:25:42 +01:00
parent 7a45e21a06
commit c2cdd67252

View File

@@ -838,6 +838,9 @@ class Logbook extends CI_Controller {
case "Y":
$html .= "green";
break;
case "I":
$html .= "grey";
break;
default:
$html .= "red";
}
@@ -847,6 +850,9 @@ class Logbook extends CI_Controller {
case "Y":
$html .= "green";
break;
case "I":
$html .= "grey";
break;
default:
$html .= "red";
}
@@ -859,6 +865,9 @@ class Logbook extends CI_Controller {
case "Y":
$html .= "green";
break;
case "I":
$html .= "grey";
break;
default:
$html .= "red";
}
@@ -868,6 +877,9 @@ class Logbook extends CI_Controller {
case "Y":
$html .= "green";
break;
case "I":
$html .= "grey";
break;
default:
$html .= "red";
}