mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-05 13:48:53 +00:00
added handler for PUT /config
This commit is contained in:
parent
7b7ecec534
commit
8fed61f78c
4 changed files with 198 additions and 27 deletions
|
@ -3,11 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Konfiguration</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<script type="module" src="/input-visibility.js" defer></script>
|
||||
<script type="module" src="/load-data.js" defer></script>
|
||||
<script type="module" src="/submit.js" defer></script>
|
||||
<title>Test</title>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
|
@ -64,7 +60,7 @@
|
|||
<label>
|
||||
Netzwerk:
|
||||
<select
|
||||
name="network"
|
||||
name="ssid"
|
||||
id="input-network"
|
||||
title="Netzwerk"
|
||||
></select>
|
||||
|
@ -91,8 +87,8 @@
|
|||
<span>Output</span>
|
||||
<input
|
||||
type="checkbox"
|
||||
name="input-or-output-1"
|
||||
id="input-input-or-output-1"
|
||||
name=" direction-1"
|
||||
id="input-direction-1"
|
||||
data-value-not-checked="output"
|
||||
data-value-checked="input"
|
||||
/>
|
||||
|
@ -117,8 +113,8 @@
|
|||
<span>Output</span>
|
||||
<input
|
||||
type="checkbox"
|
||||
name="input-or-output-2"
|
||||
id="input-input-or-output-2"
|
||||
name="direction-2"
|
||||
id="input-direction-2"
|
||||
data-value-not-checked="output"
|
||||
data-value-checked="input"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue