mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Minor name changes
- Capitalise alert - Change health page menu to match the category
This commit is contained in:
@@ -24,7 +24,7 @@ $pagetitle[] = "Alert Log";
|
||||
<th data-column-id="time_logged" data-order="desc">Time logged</th>
|
||||
<th data-column-id="details" data-sortable="false"> </th>
|
||||
<th data-column-id="hostname">Device</th>
|
||||
<th data-column-id="alert">alert</th>
|
||||
<th data-column-id="alert">Alert</th>
|
||||
<th data-column-id="status" data-sortable="false">Status</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
@@ -17,7 +17,7 @@ $type_text['temperature'] = "Temperature";
|
||||
$type_text['charge'] = "Battery Charge";
|
||||
$type_text['humidity'] = "Humidity";
|
||||
$type_text['mempool'] = "Memory";
|
||||
$type_text['storage'] = "Disk Usage";
|
||||
$type_text['storage'] = "Storage";
|
||||
$type_text['diskio'] = "Disk I/O";
|
||||
$type_text['processor'] = "Processor";
|
||||
$type_text['voltage'] = "Voltage";
|
||||
|
||||
Reference in New Issue
Block a user