James Geraci
James Geraci
I would think there would just be, if the service is down, then in maintenance, else it is up
For me, it would not. I would look at it like this either you set a downtime (per entity or as a whole) and as part of the status page...
This might get you partially there in Customizations: ```javascript // --- Logic for Table Expander --- const expandIcon = ``; const closeIcon = ``; const tables = document.querySelectorAll('.page-content table'); tables.forEach(table...