mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Change SQL file name and add /alerts support for procedure
This commit is contained in:
@@ -185,6 +185,7 @@ else {
|
||||
if (is_numeric($proc)) {
|
||||
if ($proc) { $common_output[] = '<th data-column-id="proc" data-formatter="proc" data-sortable="false">Procedure</th>'; }
|
||||
}
|
||||
else { $common_output[] = '<th data-column-id="proc" data-formatter="proc" data-sortable="false">Procedure</th>'; }
|
||||
$common_output[] = '
|
||||
</tr>
|
||||
</thead>
|
||||
|
Reference in New Issue
Block a user