Merge pull request #2869 from phl0/morePartialGrey

Fix other QSL services re ignore status in partial as well
This commit is contained in:
Joerg (DJ7NT)
2026-01-27 16:29:52 +01:00
committed by GitHub

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";
}