mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix a typo (#13970)
This commit is contained in:
@@ -25,8 +25,7 @@ Controls:
|
||||
|
||||
- if-else (Else can be omitted): `@if ($alert->placeholder ==
|
||||
'value') Some Text @else Other Text @endif`
|
||||
- foreach-loop: `@foreach ($alert->faults as $key => $value) Key: $key
|
||||
</br> alue: $value @endforeach`
|
||||
- foreach-loop: `@foreach ($alert->faults as $key => $value) Key: $key Value: $value @endforeach`
|
||||
|
||||
Placeholders:
|
||||
|
||||
|
Reference in New Issue
Block a user