From de789447434d477a38354b925468e8ee4c4358a0 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Fri, 12 Apr 2024 13:34:47 -0300 Subject: [PATCH] chore: Replace ncmodal by ncdialog Signed-off-by: Vitor Mattos --- src/Components/Draw/Draw.vue | 29 ++- src/Components/Draw/Editor.vue | 62 ++----- src/Components/Draw/FileUpload.vue | 54 ++---- src/Components/Draw/TextInput.vue | 60 ++----- src/views/Request.vue | 82 +++------ src/views/Settings/RootCertificateCfssl.vue | 50 ++---- src/views/Settings/RootCertificateOpenSsl.vue | 50 ++---- .../SignPDF/_partials/ModalEmailManager.vue | 169 ++++++------------ 8 files changed, 197 insertions(+), 359 deletions(-) diff --git a/src/Components/Draw/Draw.vue b/src/Components/Draw/Draw.vue index 88c40a22a1..25c0842989 100644 --- a/src/Components/Draw/Draw.vue +++ b/src/Components/Draw/Draw.vue @@ -1,6 +1,8 @@ diff --git a/src/views/Settings/RootCertificateCfssl.vue b/src/views/Settings/RootCertificateCfssl.vue index eaae135d5a..6e26155912 100644 --- a/src/views/Settings/RootCertificateCfssl.vue +++ b/src/views/Settings/RootCertificateCfssl.vue @@ -49,23 +49,21 @@ {{ t('libresign', 'Regenerate root certificate') }} - - - + + {{ t('libresign', 'Regenerate root certificate will invalidate all signatures keys. Do you confirm this action?') }} + +
@@ -114,7 +112,7 @@