Fix test dashboard: use raw! for pre-rendered table rows
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
(th :class "px-3 py-2 text-xs font-medium text-stone-600 text-center w-24" "Status")
|
(th :class "px-3 py-2 text-xs font-medium text-stone-600 text-center w-24" "Status")
|
||||||
(th :class "px-3 py-2 text-xs font-medium text-stone-600 text-right w-20" "Time")
|
(th :class "px-3 py-2 text-xs font-medium text-stone-600 text-right w-20" "Time")
|
||||||
(th :class "px-3 py-2 text-xs font-medium text-stone-600 w-48" "Error")))
|
(th :class "px-3 py-2 text-xs font-medium text-stone-600 w-48" "Error")))
|
||||||
(tbody rows-html))))
|
(tbody (raw! rows-html)))))
|
||||||
|
|
||||||
(defcomp ~test-running-indicator ()
|
(defcomp ~test-running-indicator ()
|
||||||
(div :class "flex items-center justify-center py-12 text-stone-500"
|
(div :class "flex items-center justify-center py-12 text-stone-500"
|
||||||
|
|||||||
Reference in New Issue
Block a user