Fixes AI door hotkeys & other weirdness

This commit is contained in:
AnturK
2017-11-15 09:02:13 +01:00
committed by CitadelStationBot
parent 809951c56c
commit 13ebff97df
4 changed files with 122 additions and 72 deletions
+8
View File
@@ -66,6 +66,14 @@ component.exports = {
</ui-section>
</ui-display>
<ui-display title='Access & Door Control'>
<ui-section label='Open'>
{{#if data.welded}}
[ <span class="bad">Door has been welded</span> ]
{{/if}}
<div style='float:right'>
<ui-button icon='sign-out' action='open-close' style='{{data.density ? "selected" : ""}}'>Toggle</ui-button>
</div>
</ui-section>
<ui-section label='ID Scan'>
{{#if !data.wires.id_scanner}}
[ <span class="bad">Wires have been cut</span> ]