diff --git a/static/js/showAccessHistory.js b/static/js/showAccessHistory.js index 01fb7dd3..4e9c7fb5 100644 --- a/static/js/showAccessHistory.js +++ b/static/js/showAccessHistory.js @@ -1,29 +1,5 @@ var currentStatusFilterState = 'hidden'; -function showGroupModal(group_name) { - $('#group_modal').show(); - $('#' + group_name).attr("selected",true); -} - -function closeGroupModal() { - $('#group_modal').hide(); -} - -function showMemberModal(group_name) { - $('#member_modal').show(); - $('#grpname-' + group_name).attr("selected",true); -} - -function closeMemberModal() { - $('#member_modal').hide(); -} - -function clickAddmemberFinalButton() { - const grp_name = $('#memberGroupName').val() - const finalUrl = `/group/adduser/${grp_name}`; - window.location = finalUrl; -} - const focusFilterStatus = (elem) => { const ulElem = $(elem).children('ul'); if(currentStatusFilterState == 'hidden') { diff --git a/templates/EnigmaOps/showGroupHistory.html b/templates/EnigmaOps/showGroupHistory.html index 305feed1..97d4b5a2 100644 --- a/templates/EnigmaOps/showGroupHistory.html +++ b/templates/EnigmaOps/showGroupHistory.html @@ -216,16 +216,22 @@