Keine verschlüsselung Option in OPCUA, weil ist nicht in Lastenheft gefoerdert
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user