// Account Detail — master-detail right pane function AccountHeader({ acc, onClose, onOpen }) { return (
| Campaign | Daily budget | 30d avg spend | Ratio | Trend (30d) | Status |
|---|---|---|---|---|---|
|
{c.name}
{c.id}
|
{window.fmtCCY(c.daily_budget, acc.ccy)} | {window.fmtCCY(avg30, acc.ccy)} |
| When | Actor | Entity | Field | Before → After |
|---|---|---|---|---|
|
{window.timeAgo(h.ts)}
{window.formatFullTs(h.ts)}
|
{h.actor.startsWith("Auto") ? "⚙" : h.actor.split(" ").map(x=>x[0]).slice(0,2).join("")}
{h.actor}
|
|
{h.field} |