Gas injectors are now buildable

This commit is contained in:
CitadelStationBot
2017-04-26 04:35:40 -05:00
parent e7b8733ead
commit 45e9b1644e
15 changed files with 97 additions and 15 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
{{#if data.max_rate}}
<ui-section label='Transfer Rate'>
<ui-button icon='pencil' action='rate' params='{"rate": "input"}'>Set</ui-button>
<ui-button icon='plus' state='{{data.rate == data.max_rate ? "disabled" : null}}' action='transfer' params='{"rate": "max"}'>Max</ui-button>
<ui-button icon='plus' state='{{data.rate == data.max_rate ? "disabled" : null}}' action='rate' params='{"rate": "max"}'>Max</ui-button>
<span>{{Math.round(adata.rate)}} L/s</span>
</ui-section>
{{else}}