mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-03 20:30:40 +02:00
fixes DeviceConnection overlay message when directly exposed
This commit is contained in:
parent
c7c88178d4
commit
529d61c77d
@ -42,7 +42,9 @@ export const DeviceConnectionComponent = React.memo(
|
||||
<div className="deviceConnectionComponent" id={id}>
|
||||
{!connectedVal && (
|
||||
<div className="overlayContent">
|
||||
<div>{displayName} is currently not available!</div>
|
||||
<div>
|
||||
{displayName != '' ? displayName : 'Device'} is currently not available!
|
||||
</div>
|
||||
<MethodComponent
|
||||
name="connect"
|
||||
parentPath={fullAccessPath}
|
||||
|
Loading…
x
Reference in New Issue
Block a user