✨ Add with_component() to region "content" in Page
This commit is contained in:
parent
9be23d3cd8
commit
e011cf7f62
8 changed files with 19 additions and 14 deletions
|
|
@ -154,8 +154,7 @@ pub async fn summary(request: service::HttpRequest) -> ResultPage<Markup, ErrorP
|
|||
//.with_context(ContextOp::Theme("Bootsier"))
|
||||
.with_title(L10n::n("Admin"))
|
||||
.with_component_in("top-menu", side_menu)
|
||||
.with_component_in(
|
||||
"content",
|
||||
.with_component(
|
||||
flex::Container::new()
|
||||
.add_item(flex::Item::new().add_component(Html::with(html! {
|
||||
p { "Columna 1"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue