Delete certs from redis

This commit is contained in:
2026-02-25 22:21:16 -05:00
parent 1bacc17a12
commit bcc777ccdf
3 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
$('tr.jq-repeat-hosts').each(function(idx, el){
$(el).removeClass('table-warning');
});
$.scope.editHost.remove();
$.scope.editHost.remove(0);
}
function hostEditOpen(btn, host){