OPC-UA Buttons in littwin-blue
This commit is contained in:
@@ -45,7 +45,7 @@ export default function OPCUAInterfaceSettings() {
|
|||||||
<button
|
<button
|
||||||
onClick={() => dispatch(toggleOpcUaServer())}
|
onClick={() => dispatch(toggleOpcUaServer())}
|
||||||
className={`px-3 py-1 rounded text-sm ${
|
className={`px-3 py-1 rounded text-sm ${
|
||||||
opcuaSettings.isEnabled ? "bg-green-500" : "bg-gray-300"
|
opcuaSettings.isEnabled ? "bg-littwin-blue" : "bg-gray-300"
|
||||||
} text-white`}
|
} text-white`}
|
||||||
>
|
>
|
||||||
{opcuaSettings.isEnabled ? "Aktiviert" : "Deaktiviert"}
|
{opcuaSettings.isEnabled ? "Aktiviert" : "Deaktiviert"}
|
||||||
@@ -88,7 +88,7 @@ export default function OPCUAInterfaceSettings() {
|
|||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
onClick={handleNodesetUpdate}
|
onClick={handleNodesetUpdate}
|
||||||
className="px-3 py-1 bg-blue-500 text-white rounded-r-md text-sm"
|
className="px-3 py-1 bg-littwin-blue text-white rounded-r-md text-sm"
|
||||||
>
|
>
|
||||||
Übernehmen
|
Übernehmen
|
||||||
</button>
|
</button>
|
||||||
@@ -133,7 +133,7 @@ export default function OPCUAInterfaceSettings() {
|
|||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
onClick={handleAddUser}
|
onClick={handleAddUser}
|
||||||
className="bg-blue-500 text-white p-1 rounded text-sm"
|
className="bg-littwin-blue text-white p-1 rounded text-sm"
|
||||||
>
|
>
|
||||||
Hinzufügen
|
Hinzufügen
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -6,5 +6,5 @@
|
|||||||
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
||||||
|
|
||||||
*/
|
*/
|
||||||
const webVersion = "1.6.102";
|
const webVersion = "1.6.103";
|
||||||
export default webVersion;
|
export default webVersion;
|
||||||
|
|||||||
Reference in New Issue
Block a user