mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Modifying the Syslog widget can be translate
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-column-id="label"></th>
|
||||
<th data-column-id="timestamp" data-order="desc">Timestamp</th>
|
||||
<th data-column-id="level">Level</th>
|
||||
<th data-column-id="device_id">Hostname</th>
|
||||
<th data-column-id="program">Program</th>
|
||||
<th data-column-id="msg">Message</th>
|
||||
<th data-column-id="priority">Priority</th>
|
||||
<th data-column-id="timestamp" data-order="desc">@lang('Timestamp')</th>
|
||||
<th data-column-id="level">@lang('Level')</th>
|
||||
<th data-column-id="device_id">@lang('Hostname')</th>
|
||||
<th data-column-id="program">@lang('Program')</th>
|
||||
<th data-column-id="msg">@lang('Message')</th>
|
||||
<th data-column-id="priority">@lang('Priority')</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user