mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
updated alert template mapping to own table
This commit is contained in:
@@ -79,7 +79,7 @@ $('#alert-template-attach').click('', function(event) {
|
||||
$('#rules_list :selected').each(function(i, selectedElement) {
|
||||
items.push($(selectedElement).val());
|
||||
});
|
||||
var rules = items.join(', ');
|
||||
var rules = items.join(',');
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: '/ajax_form.php',
|
||||
|
||||
Reference in New Issue
Block a user