every ssr page is tailwindified.
This commit is contained in:
@@ -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")))
|
||||
|
||||
Reference in New Issue
Block a user