mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 14:02:49 +00:00
7 lines
237 B
Cheetah
7 lines
237 B
Cheetah
<div class='item'>
|
|
{{for data.alarms}}
|
|
{{:helper.link(value.name, null, {'alarm' : value.ref}, null, value.danger == 2 ? 'redButton' : (value.danger == 1 ? 'yellowButton' : null))}}
|
|
<br><br>
|
|
{{/for}}
|
|
</div>
|