mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Adds:
`bills` to `html/ajax_rulesuggest.php` `generate_bill_url` to `html/includes/functions.inc.php` Link to bills in `html/includes/table/alerts.inc.php`
This commit is contained in:
@@ -91,6 +91,7 @@ if( isset($_GET['term'],$_GET['device_id']) ) {
|
||||
$chk[] = $tst['TABLE_NAME'].'.';
|
||||
}
|
||||
$chk[] = 'macros.';
|
||||
$chk[] = 'bills.';
|
||||
}
|
||||
}
|
||||
if( sizeof($chk) > 0 ) {
|
||||
|
||||
Reference in New Issue
Block a user