Files
gitea-pages/docs/status.md
armborst_f f00ac076ff
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 22s
gfa-status becomes cas-status
2026-02-23 14:53:13 +01:00

1.1 KiB

title, description, template, hide
title description template hide
DUO Machine Calender SLS DUO Machine Calender SLS main.html
toc
navigation
<style> .md-content .md-typeset h1 { display: none; } .md-content__button { display: none; } </style>

sls-status not found

<script> setInterval(() => { const img = document.getElementById("sls-status"); const host = "https://cas-status.psi.ch/status-sls" const path = `${host}/get-image.php?img=snapshot/sls_A_OP_StatusDisplay.png` const url = new URL(path); // append _t as cache buster for browser only url.searchParams.append('_t', Date.now()); img.src = url.toString(); }, 5000); </script>