mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
[READY]integrated circuitry port+upgrade.
This commit is contained in:
committed by
CitadelStationBot
parent
4afc4f5b39
commit
d8847ea167
14
tgui/src/interfaces/exonet_node.ract
Normal file
14
tgui/src/interfaces/exonet_node.ract
Normal file
@@ -0,0 +1,14 @@
|
||||
<ui-display>
|
||||
<ui-section label='Status'>
|
||||
<ui-button
|
||||
action='toggle_power'
|
||||
style='{{data.toggle ? "selected" : null}}' >
|
||||
Turn {{data.toggle ? "off" : "on"}}
|
||||
</ui-button>
|
||||
</ui-section>
|
||||
<ui-display title='Logging'>
|
||||
{{#each data.logs}}
|
||||
<ui-section label='>'>{{.}}<ui-section>
|
||||
{{/each}}
|
||||
</ui-display>
|
||||
</ui-display>
|
||||
Reference in New Issue
Block a user