diff options
author | 2024-12-17 23:53:00 +0100 | |
---|---|---|
committer | 2025-02-19 18:18:40 +0100 | |
commit | 57b892ef54c1747953b25395bfab78835e62d2a7 (patch) | |
tree | 3ab36fb71dd3c1a2c33bcc3fe0f32d122ed4f4aa /frontend/app/Page | |
parent | 311aed88660ed99cffab926ba25757421f8545b3 (diff) |
style menu
Diffstat (limited to 'frontend/app/Page')
-rw-r--r-- | frontend/app/Page/ListCollection.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/Page/ListCollection.hs b/frontend/app/Page/ListCollection.hs index 6b999f0..ff659af 100644 --- a/frontend/app/Page/ListCollection.hs +++ b/frontend/app/Page/ListCollection.hs @@ -41,7 +41,7 @@ updateModel (Action f) m = f m viewModel :: Model -> View Action viewModel m = div_ [] $ - [ h3_ [] [text "entities"], + [ h3_ [] [text m.collection.name], schemaTable m.collection.name m.schema m.posts, h3_ [] [text "schema"], viewSchema m.schema |