Actualiza y recupera definición original de comp.
Prácticamente se revierten los últimos cambios realizados en la estructura de componentes.
This commit is contained in:
parent
4dd57eab43
commit
93d6d455c8
21 changed files with 234 additions and 259 deletions
|
|
@ -38,18 +38,17 @@ pub async fn summary() -> app::Result<Markup> {
|
|||
|
||||
.with_title("Admin")
|
||||
|
||||
.add_to("top-menu", top_menu.arc())
|
||||
.add_to("top-menu", top_menu)
|
||||
|
||||
.add_to("content", grid::Row::new()
|
||||
.add_column(grid::Column::new()
|
||||
.add(side_menu.arc())
|
||||
.add(side_menu)
|
||||
)
|
||||
.add_column(grid::Column::new()
|
||||
.add(Chunck::with(html! {
|
||||
p { "Columna 2"}
|
||||
}).arc())
|
||||
}))
|
||||
)
|
||||
.arc()
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue