Cleans up the chem synths jesus christ what the fuck

This commit is contained in:
Dax Dupont
2018-06-16 22:37:58 +02:00
committed by letterjay
parent 4780f3a20b
commit 899d1e2d73
4 changed files with 11 additions and 29 deletions
@@ -2,6 +2,7 @@
<ui-section>
<ui-button icon='eject' state='{{data.isBeakerLoaded ? null : "disabled"}}' action='ejectBeaker'>Eject</ui-button>
<ui-button icon='circle' state='{{data.isBeakerLoaded ? null : "disabled"}}' action='input'>Input</ui-button>
<ui-button icon='circle' state='{{data.isBeakerLoaded ? null : "disabled"}}' action='amount'>{{data.amount}}U</ui-button>
<ui-button icon='plus' state='{{data.isBeakerLoaded ? "disabled" : null}}' action='makecup'>Create Beaker</ui-button>
</ui-section>
</ui-display>