diff --git a/mailer.py b/mailer.py
index b05d11e..4352300 100644
--- a/mailer.py
+++ b/mailer.py
@@ -515,9 +515,10 @@ def _render_html(data: dict, base_url: str) -> str:
f'
'
f'| {ub["user"]} | '
f'{ub["ld_count"]} | '
- f'{ub["racks"]} | '
- f'{ub["pods"]} | '
- f'{ub["designs"]} | '
+ f'{ub["boards"]} | '
+ f'{ub["racks"]} | '
+ f'{ub["pods"]} | '
+ f'{ub["designs"]} | '
f'
'
for ub in data["user_board_agg"]
)
@@ -527,6 +528,7 @@ def _render_html(data: dict, base_url: str) -> str:
| 用户 |
LD 数 |
+ LD 板 |
Rack |
T-Pod |
设计 |