🏷️ RenderResources pasa a ser RenderContext
This commit is contained in:
parent
a25a7f4dfa
commit
a73491de70
29 changed files with 151 additions and 151 deletions
|
|
@ -41,7 +41,7 @@ pub async fn summary() -> ResultPage<Markup, FatalError> {
|
|||
.with_item(MenuItem::label("Opción 4"));
|
||||
|
||||
Page::new()
|
||||
.with_resource(ResourceOp::SetTheme("Bootsier"))
|
||||
.with_context(ContextOp::SetTheme("Bootsier"))
|
||||
.with_title("Admin")
|
||||
.add_to("top-menu", top_menu)
|
||||
.add_to(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue