diff --git a/client/htmls/private/ajax/Settings/CreateConfigManagement.html b/client/htmls/private/ajax/Settings/CreateConfigManagement.html index c1433e5ad..68d797167 100755 --- a/client/htmls/private/ajax/Settings/CreateConfigManagement.html +++ b/client/htmls/private/ajax/Settings/CreateConfigManagement.html @@ -48,11 +48,6 @@

New Configuration Management - -
-
@@ -105,7 +100,13 @@

New Configuration Management

- + @@ -152,9 +153,42 @@

New Configuration Management '+data[i].name+''; + } + } + $('#monitorId').html(str); + }); + } + + $('input[name="updateMonitoringInfo"]').change(function(e){ + if(this.checked){ + $('#monitorId').removeAttr('disabled').attr('cat-validation','required'); + } else { + $('#monitorId').val('').attr('selected', true).change(); + $('#monitorId').removeAttr('cat-validation').attr('disabled','disabled');; + } + }); function isUserTypeSuperAdmin(){ $.get('/d4dMasters/loggedInUser',function(data){ @@ -201,26 +235,39 @@

New Configuration Management + \ No newline at end of file diff --git a/client/htmls/private/index.html b/client/htmls/private/index.html index f1f444a89..88416a3b1 100644 --- a/client/htmls/private/index.html +++ b/client/htmls/private/index.html @@ -1170,6 +1170,21 @@