OPCUA Status und Name Lesen
This commit is contained in:
@@ -272,34 +272,17 @@ function Dashboard() {
|
||||
<p className="text-sm font-medium text-gray-700">{gateway}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="flex items-center space-x-4">
|
||||
<img src="/images/IP-icon.svg" alt="OPC UA Status" className="w-6 " />
|
||||
<div className="text-xs font-bold text-blue-600">OPC-UA</div>
|
||||
|
||||
<div>
|
||||
<p className="text-xs text-gray-500">OPCUA Status</p>
|
||||
<p className="text-xs text-gray-500">Status</p>
|
||||
<p className="text-sm font-medium text-gray-700">{opcUaZustand}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="flex items-center space-x-4">
|
||||
<img
|
||||
src="/images/client-icon.svg"
|
||||
alt="OPC UA Clients"
|
||||
className="w-6 "
|
||||
/>
|
||||
<div>
|
||||
<p className="text-xs text-gray-500">Verbundene Clients</p>
|
||||
<p className="text-sm font-medium text-gray-700">
|
||||
{opcUaActiveClientCount}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="flex items-center space-x-4">
|
||||
<img
|
||||
src="/images/nodeset-icon.svg"
|
||||
alt="Nodeset Name"
|
||||
className="w-6 "
|
||||
/>
|
||||
<div>
|
||||
<p className="text-xs text-gray-500">Nodeset Name</p>
|
||||
<p className="text-sm font-medium text-gray-700">
|
||||
|
||||
Reference in New Issue
Block a user