mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated Old Template URL to point to the correct location within docs (#8905)
This commit is contained in:
committed by
Tony Murray
parent
d0943313e2
commit
4bca036433
@ -76,7 +76,7 @@ $('#alert-template').on('show.bs.modal', function (event) {
|
||||
$('#title').val(output['title']);
|
||||
$('#title_rec').val(output['title_rec']);
|
||||
if(output['template'].indexOf("{/if}")>=0){
|
||||
toastr.info('The old template syntax is no longer supported. Please see https://docs.librenms.org/Alerting/Old-Templates/');
|
||||
toastr.info('The old template syntax is no longer supported. Please see https://docs.librenms.org/Alerting/Old_Templates/');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user