mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix typo (#8444)
This commit is contained in:
committed by
Tony Murray
parent
8378834918
commit
e13920cdc8
@ -16,7 +16,7 @@ if (is_admin() === false) {
|
|||||||
} else {
|
} else {
|
||||||
oxidized_reload_nodes();
|
oxidized_reload_nodes();
|
||||||
$status = 'ok';
|
$status = 'ok';
|
||||||
$message = 'Oxdized node list was reloaded';
|
$message = 'Oxidized node list was reloaded';
|
||||||
}
|
}
|
||||||
$output = array(
|
$output = array(
|
||||||
'status' => $status,
|
'status' => $status,
|
||||||
|
Reference in New Issue
Block a user