mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add service templates
This commit is contained in:
@@ -149,6 +149,7 @@ $('#create-service-template').on('show.bs.modal', function (e) {
|
||||
dataType: "json",
|
||||
success: function(output) {
|
||||
$('#device_group_id').val(output['device_group_id']);
|
||||
$("#device_group_id").prop("disabled", true);
|
||||
$('#stype').val(output['stype']);
|
||||
$("#stype").prop("disabled", true);
|
||||
$('#desc').val(output['desc']);
|
||||
|
||||
Reference in New Issue
Block a user