aboutsummaryrefslogtreecommitdiff
path: root/ui/src/admin/log.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/admin/log.rs')
-rw-r--r--ui/src/admin/log.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/admin/log.rs b/ui/src/admin/log.rs
index 8404229..d68be3e 100644
--- a/ui/src/admin/log.rs
+++ b/ui/src/admin/log.rs
@@ -19,7 +19,7 @@ impl Page for ServerLogPage<'_> {
fn class(&self) -> Option<&'static str> {
Some("admin_log")
}
- fn to_render(&self) -> markup::DynRender {
+ fn to_render(&self) -> markup::DynRender<'_> {
markup::new!(@self)
}
}