From 8e1f7c24a4b5c2880d197bc5066afa268f45bad4 Mon Sep 17 00:00:00 2001 From: wbuezas Date: Sun, 2 Jun 2024 13:26:46 -0300 Subject: [PATCH] submodules WIP --- src/pages/Account/Card/AccountCard.vue | 26 ++- .../Account/Card/AccountInheritedRoles.vue | 7 + .../Account/Card/AccountMailForwarding.vue | 151 ++++++++++++++++++ src/pages/Account/InheritedRoles.vue | 99 ++++++++++++ src/pages/Account/locale/en.yml | 4 + src/pages/Account/locale/es.yml | 4 + src/router/modules/account.js | 2 +- 7 files changed, 287 insertions(+), 6 deletions(-) create mode 100644 src/pages/Account/Card/AccountInheritedRoles.vue create mode 100644 src/pages/Account/Card/AccountMailForwarding.vue create mode 100644 src/pages/Account/InheritedRoles.vue diff --git a/src/pages/Account/Card/AccountCard.vue b/src/pages/Account/Card/AccountCard.vue index 4fa3bad7f..29151b095 100644 --- a/src/pages/Account/Card/AccountCard.vue +++ b/src/pages/Account/Card/AccountCard.vue @@ -1,15 +1,31 @@ + diff --git a/src/pages/Account/Card/AccountInheritedRoles.vue b/src/pages/Account/Card/AccountInheritedRoles.vue new file mode 100644 index 000000000..530a35449 --- /dev/null +++ b/src/pages/Account/Card/AccountInheritedRoles.vue @@ -0,0 +1,7 @@ + + + diff --git a/src/pages/Account/Card/AccountMailForwarding.vue b/src/pages/Account/Card/AccountMailForwarding.vue new file mode 100644 index 000000000..d4f794e64 --- /dev/null +++ b/src/pages/Account/Card/AccountMailForwarding.vue @@ -0,0 +1,151 @@ + + diff --git a/src/pages/Account/InheritedRoles.vue b/src/pages/Account/InheritedRoles.vue new file mode 100644 index 000000000..cb7413b3b --- /dev/null +++ b/src/pages/Account/InheritedRoles.vue @@ -0,0 +1,99 @@ + + + + + +es: + Role removed. Changes will take a while to fully propagate.: Rol eliminado. Los cambios tardaran un tiempo en propagarse completamente. + Role added! Changes will take a while to fully propagate.: ¡Rol añadido! Los cambios tardaran un tiempo en propagarse completamente. + El rol va a ser eliminado: Role will be removed + ¿Seguro que quieres continuar?: Are you sure you want to continue? + diff --git a/src/pages/Account/locale/en.yml b/src/pages/Account/locale/en.yml index e39137643..3c462d420 100644 --- a/src/pages/Account/locale/en.yml +++ b/src/pages/Account/locale/en.yml @@ -43,6 +43,10 @@ account: role: Role password: Password active: Active + mailForwarding: + forwardingMail: Dirección de reenvío + accountNotEnabled: Account not enabled + enableMailForwarding: Enable mail forwarding role: pageTitles: inheritedRoles: Inherited Roles diff --git a/src/pages/Account/locale/es.yml b/src/pages/Account/locale/es.yml index daca18185..bb724e31d 100644 --- a/src/pages/Account/locale/es.yml +++ b/src/pages/Account/locale/es.yml @@ -52,6 +52,10 @@ account: role: Rol password: Contraseña active: Activo + mailForwarding: + forwardingMail: Dirección de reenvío + accountNotEnabled: Cuenta no habilitada + enableMailForwarding: Habilitar redirección de correo role: pageTitles: inheritedRoles: Roles heredados diff --git a/src/router/modules/account.js b/src/router/modules/account.js index 0f38d8a40..db4c86c0d 100644 --- a/src/router/modules/account.js +++ b/src/router/modules/account.js @@ -147,7 +147,7 @@ export default { }, { name: 'AccountInheritedRoles', - path: 'inherited-oles', + path: 'inherited-roles', meta: { title: 'inheritedRoles', icon: 'group',