mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Remove doc files and change code indent
This commit is contained in:
@@ -28,7 +28,7 @@ if (is_numeric($alert_id) && $alert_id > 0) {
|
||||
'severity' => $rule['severity'],
|
||||
'extra' => $rule['extra'],
|
||||
'name' => $rule['name'],
|
||||
'proc' => $rule['proc'],
|
||||
'proc' => $rule['proc'],
|
||||
'rules' => $rule_split,
|
||||
);
|
||||
header('Content-type: application/json');
|
||||
|
Reference in New Issue
Block a user