Merge branch 'jenkins_with_weblogic' of ssh://192.168.240.178:18081/eapim/eapim-admin into jenkins_with_weblogic
This commit is contained in:
@@ -234,11 +234,6 @@
|
||||
|
||||
var postData = $('#ajaxForm').serializeArray();
|
||||
$clientId.prop('disabled', true);
|
||||
|
||||
var key = "${param.clientId}";
|
||||
|
||||
//client 를 먼저 삭제 한 경우를 위해 mTls info 삭제 가능하도록 함.
|
||||
postData.push({name: "clientId", value: key});
|
||||
|
||||
postData.push({name: "cmd", value: "DELETE"});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user