Files
gitea-pages/docs/status.md
armborst_f ac52ca0cd7
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 21s
add backup status image
2026-01-13 17:31:39 +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://gfa-status-test.psi.ch/" const path = `${host}/status-sls/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>