(c)
| 771 | return "•"; |
| 772 | } |
| 773 | function checkAction(c) { |
| 774 | if (!c.action) return ""; |
| 775 | const opts = c.status === "fail" ? { primary: true } : {}; |
| 776 | return btn(c.action.label || "Fix", c.action.kind, c.action.payload || {}, opts); |
| 777 | } |
| 778 | |
| 779 | function tasksTab(s) { |
| 780 | let html = ""; |