Implementing auto refresh

This commit is contained in:
Marco De Araujo 2025-12-24 19:05:20 -04:00
parent 4f9ced3e29
commit 2819df185e
7 changed files with 27 additions and 23 deletions

View file

@ -30,5 +30,6 @@ pub fn unify_data(status_page: &StatusPageResponse, heartbeat: &HeartbeatRespons
title: status_page.config.title.clone(),
description: status_page.config.description.clone(),
monitors,
audo_refresh_interval: status_page.config.auto_refresh_interval,
}
}