SPA_AfterTemperRejection/dist/index.html
Erik 5f8bbe18a4 feat: Grafana-embed mode — hide native picker, follow Grafana time range
With ?embed=grafana on the URL the terminal hides its in-page window picker and drives the listed-carts window from Grafana's exact from/to (epoch ms) instead of a preset. Backend /overview now accepts from/to (aliased) via FROM_UNIXTIME, which resolves in the same DB session clock as NOW() so timezone handling is unchanged. Standalone behaviour (own picker + preset window) is untouched. Includes rebuilt dist.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-10 15:14:15 +02:00

19 lines
738 B
HTML

<!doctype html>
<!--
Dark-first (class="dark"). data-density="touch": this is a shop-floor TOUCH
terminal (operators book rejects with a finger), so controls use the 56px
touch sizing from @sp-ui-kit tokens — unlike the view-only overview board.
-->
<html lang="de" class="dark" data-density="touch">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ausschuss-Station</title>
<script type="module" crossorigin src="/module/temper_rejects/assets/index-E-o3DjeF.js"></script>
<link rel="stylesheet" crossorigin href="/module/temper_rejects/assets/index-fYNT-3K2.css">
</head>
<body>
<div id="app"></div>
</body>
</html>