mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Spelling correction.
Changed Alrms to Alarms.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{{if data.map_levels.length}}
|
||||
<div class="notice" style="height: 22px">
|
||||
{{:helper.link('Show Air Alrms On Map', 'pin-s', {'showMap' : 1})}}
|
||||
{{:helper.link('Show Air Alarms On Map', 'pin-s', {'showMap' : 1})}}
|
||||
</div>
|
||||
{{/if}}
|
||||
<div class='item'>
|
||||
{{for data.alarms}}
|
||||
{{:helper.link(value.name, null, {'alarm' : value.ref}, null, value.danger == 2 ? 'redButton' : (value.danger == 1 ? 'yellowButton' : null))}}
|
||||
{{/for}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user