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>
19 lines
738 B
HTML
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>
|