mirror of
https://dev.azure.com/tstanciu94/NetworkResurrector/_git/NetworkResurrector_Frontend
synced 2023-05-06 14:40:17 +03:00
disabled={!canOperateMachines}
This commit is contained in:
parent
3a211bcb17
commit
27be2a2844
@ -43,6 +43,7 @@ const ActionsGroup = ({ machine, actions, addLog }) => {
|
|||||||
key={`machine-item-${machine.machineId}-${action.code}`}
|
key={`machine-item-${machine.machineId}-${action.code}`}
|
||||||
action={action}
|
action={action}
|
||||||
machine={machine}
|
machine={machine}
|
||||||
|
disabled={!canOperateMachines}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
<ActionButton
|
<ActionButton
|
||||||
|
Loading…
x
Reference in New Issue
Block a user