diff --git a/docs/report.html b/docs/report.html index 74949d7..36b5d06 100644 --- a/docs/report.html +++ b/docs/report.html @@ -4320,7 +4320,8 @@

Total disk usage

value = markdown(disk_usage %>% mutate(Usage = glue("{Used} / {Size}")) %>% select(Usage, `Use%`) %>% - kable()) + kable()), + theme = "danger" ), value_box( title = markdown("Users"), @@ -4329,7 +4330,7 @@

Total disk usage

)
-
+

Disk space in /data/CCBR

@@ -4468,346 +4469,346 @@

Most recent summary (2023-10-16)

summary_dat_recent %>% panel_summary("/data/CCBR/projects", plot_user_metric), )
-