We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75eaac9 commit 24ebba7Copy full SHA for 24ebba7
1 file changed
templates/devices.html
@@ -294,6 +294,10 @@ <h5 class="modal-title" id="revokeModalLabel">Revoke certificate?</h5>
294
_revokeModal.show();
295
}
296
297
+document.getElementById('revokeConfirm').addEventListener('click', function() {
298
+ document.getElementById('revokeForm').submit();
299
+});
300
+
301
document.getElementById('expiredCerts')?.addEventListener('show.bs.collapse', function() {
302
const btn = document.querySelector('[data-bs-target="#expiredCerts"]');
303
if (btn) btn.querySelector('.mdi').classList.replace('mdi-chevron-down', 'mdi-chevron-up');
0 commit comments