every ssr page is tailwindified.

This commit is contained in:
Bryce
2023-06-01 12:00:30 -07:00
parent 3540346fc8
commit 1b044ff5cd
12 changed files with 72 additions and 44 deletions

View File

@@ -111,8 +111,7 @@
(com/data-grid-card {:id "history-table"
:title (format "History for %s: %d" (str/capitalize best-guess-entity) entity-id)
:route :history-table
:start 0
:per-page (count history)
:paginate? false
:total (count history)
:subtitle nil
:action-buttons nil
@@ -188,4 +187,4 @@
[:div#history-table])
[:div#inspector]
])
nil)))
"History")))