Modifica InContext por PageContext y PageOp
This commit is contained in:
parent
de0785c29f
commit
31daf11faa
30 changed files with 149 additions and 133 deletions
|
|
@ -41,7 +41,7 @@ pub async fn summary() -> ResultPage<Markup, FatalError> {
|
|||
.with_item(MenuItem::label("Opción 4"));
|
||||
|
||||
Page::new()
|
||||
.with_context(InContextOp::SetTheme("Bootsier"))
|
||||
.with_context(PageOp::SetTheme("Bootsier"))
|
||||
.with_title("Admin")
|
||||
.add_to("top-menu", top_menu)
|
||||
.add_to(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue