From ec286c4ca7373b3ec186743f7cccdbc75c314edd Mon Sep 17 00:00:00 2001 From: Anthony F McInerney Date: Thu, 24 Sep 2020 23:14:50 +0100 Subject: [PATCH] Add service templates --- includes/html/modal/new_service_template.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/html/modal/new_service_template.inc.php b/includes/html/modal/new_service_template.inc.php index b686c85bb8..8306e4f2e5 100644 --- a/includes/html/modal/new_service_template.inc.php +++ b/includes/html/modal/new_service_template.inc.php @@ -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']);