Keine verschlüsselung Option in OPCUA, weil ist nicht in Lastenheft gefoerdert

This commit is contained in:
ISA
2025-03-17 08:16:00 +01:00
parent e3ceda0699
commit c800b0e82a
2 changed files with 5 additions and 2 deletions

View File

@@ -53,7 +53,9 @@ export default function OPCUAInterfaceSettings() {
</div> </div>
{/* ✅ Verschlüsselung */} {/* ✅ Verschlüsselung */}
<div className="mb-3">
{/*
<div className="mb-3">
<label className="block font-medium text-sm mb-1"> <label className="block font-medium text-sm mb-1">
Verschlüsselung Verschlüsselung
</label> </label>
@@ -67,6 +69,7 @@ export default function OPCUAInterfaceSettings() {
<option value="Basic256Sha256">Basic256Sha256</option> <option value="Basic256Sha256">Basic256Sha256</option>
</select> </select>
</div> </div>
*/}
{/* ✅ OPCUA Zustand */} {/* ✅ OPCUA Zustand */}
<div className="mb-3"> <div className="mb-3">

View File

@@ -6,5 +6,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/ */
const webVersion = "1.6.131"; const webVersion = "1.6.132";
export default webVersion; export default webVersion;