KVZ in KÜ einstellung ausgeblendet

This commit is contained in:
ISA
2024-10-17 07:31:34 +02:00
parent 93412f6c55
commit 49d9142863

View File

@@ -99,9 +99,12 @@ function KueModal({ showModal, onClose, slot }) {
Schleifengrenzwert Schleifengrenzwert
</th> </th>
<th className="p-2 border text-sm text-center">Filterzeit</th> <th className="p-2 border text-sm text-center">Filterzeit</th>
<th className="p-2 border text-sm text-center">TDR Aktiv</th>
{/*
<th className="p-2 border text-sm text-center">TDR Aktiv</th>
<th className="p-2 border text-sm text-center">KVZ Aktiv</th> <th className="p-2 border text-sm text-center">KVZ Aktiv</th>
<th className="p-2 border text-sm">Datenlogger</th> <th className="p-2 border text-sm">Datenlogger</th>
*/}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@@ -143,7 +146,8 @@ function KueModal({ showModal, onClose, slot }) {
<span className="ml-1">sek.</span> <span className="ml-1">sek.</span>
</div> </div>
</td> </td>
<td className="p-2 border text-center"> {/*
<td className="p-2 border text-center">
<input type="checkbox" defaultChecked /> <input type="checkbox" defaultChecked />
</td> </td>
<td className="p-2 border text-center"> <td className="p-2 border text-center">
@@ -164,6 +168,7 @@ function KueModal({ showModal, onClose, slot }) {
<option value="zehn">10 (10 min)</option> <option value="zehn">10 (10 min)</option>
</select> </select>
</td> </td>
*/}
</tr> </tr>
</tbody> </tbody>
</table> </table>