Add UI to show if Trotec is in use
This commit is contained in:
parent
250ea89aa0
commit
9524803ca3
|
@ -230,6 +230,18 @@ export function Home(props) {
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
} trigger={<a>[more]</a>} />
|
} trigger={<a>[more]</a>} />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Rabbit availability: {getTrackStat('FRICKIN-LASER')} <Popup content={
|
||||||
|
<React.Fragment>
|
||||||
|
<p>
|
||||||
|
Last use:<br />
|
||||||
|
{getTrackLast('FRICKIN-LASER')}<br />
|
||||||
|
{getTrackAgo('FRICKIN-LASER')}
|
||||||
|
</p>
|
||||||
|
</React.Fragment>
|
||||||
|
} trigger={<a>[more]</a>} />
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</Segment>
|
</Segment>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user