Merge remote-tracking branch 'upstream/station_logbooks' into HEAD

这个提交包含在:
phl0 2022-08-11 08:50:34 +02:00
当前提交 a472b851d0
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -574,7 +574,7 @@ class Logbook extends CI_Controller {
$html .= "yellow";
break;
case "I":
echo "grey";
$html .= "grey";
break;
default:
$html .= "red";
@ -592,7 +592,7 @@ class Logbook extends CI_Controller {
$html .= "yellow";
break;
case "I":
echo "grey";
$html .= "grey";
break;
default:
$html .= "red";