Files
@ ef3cde3e81e8
Branch filter:
Location: light9/web/live/index.html - annotation
ef3cde3e81e8
522 B
text/html
switch collector output from json to avro (still over WS)
4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 | <!DOCTYPE html>
<html>
<head>
<title>device settings</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="../style.css" />
<script type="module" src="./Light9DeviceSettings"></script>
</head>
<body>
<style>
body,
html {
margin: 0;
}
light9-device-settings {
position: absolute;
left: 2px;
top: 2px;
right: 8px;
bottom: 0;
}
</style>
<light9-device-settings></light9-device-settings>
</body>
</html>
|