Commit bee8bd29 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] dashboard.

parent a983df66
...@@ -20,7 +20,7 @@ dashboardLayoutCpt = R.staticComponent "G.P.Corpus.Dashboard.dashboardLayout" cp ...@@ -20,7 +20,7 @@ dashboardLayoutCpt = R.staticComponent "G.P.Corpus.Dashboard.dashboardLayout" cp
where where
cpt _ _ = cpt _ _ =
R.fragment R.fragment
[ H.h1 {} [ H.text "IMT DashBoard" ] [ H.h1 {} [ H.text "DashBoard" ]
, H.div {className: "row"} , H.div {className: "row"}
[ H.div {className: "col-md-9 content"} [ chart globalPublis ] [ H.div {className: "col-md-9 content"} [ chart globalPublis ]
, H.div {className: "col-md-3 content"} [ chart naturePublis ] ] , H.div {className: "col-md-3 content"} [ chart naturePublis ] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment