Simplify arming steps
This commit is contained in:
@@ -70,7 +70,7 @@ class Tool extends Component {
|
||||
disabled={!approved || !decodedStatus.canDisarm}
|
||||
onClick={() => requestInterlock({toolId: tool.id, action: 'disarm',})}
|
||||
>
|
||||
<Icon name='stop' /> Disarm
|
||||
<Icon name='stop' /> Disarm
|
||||
</Button>
|
||||
</div>
|
||||
{approved || <Label basic color='red' pointing>
|
||||
|
||||
Reference in New Issue
Block a user