Account views: Accounts, Ldap, Samba #426

Merged
jsegarra merged 9 commits from :feature/AccountFormsView into dev 2024-06-11 19:14:30 +00:00
Contributor
No description provided.
hyervoni added 1 commit 2024-06-06 17:10:00 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
f305cee3ce
Account view forms
hyervoni requested review from alexm 2024-06-06 17:10:15 +00:00
hyervoni requested review from jsegarra 2024-06-06 17:10:16 +00:00
jsegarra added 1 commit 2024-06-06 21:39:44 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
17924dfeb3
fix: styles and i18n
jsegarra added 1 commit 2024-06-06 21:41:05 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
fe3ad9dc08
fix: styles and i18n
jsegarra added 1 commit 2024-06-06 21:46:31 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
e178778264
fix: styles
Member

@hyervoni
He hecho algunos cambios visuales en los botones
He corregido algunas traducciones
Y también el quitado el margin-bottom de ldap y samba

@hyervoni He hecho algunos cambios visuales en los botones He corregido algunas traducciones Y también el quitado el margin-bottom de ldap y samba
jsegarra approved these changes 2024-06-06 21:47:12 +00:00
Dismissed
wbuezas added 3 commits 2024-06-07 12:46:14 +00:00
wbuezas dismissed jsegarra’s review 2024-06-07 12:46:15 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

alexm reviewed 2024-06-11 06:15:30 +00:00
@ -0,0 +54,4 @@
/>
</template>
<template #form="{ data }">
<VnRow class="row q-gutter-md q-mb-md">
Member

No hace falta poner <VnRow class="row q-gutter-md q-mb-md"> para filas de 1

Si se pone:

<div class="q-gutter-y-md>
<VnInput :label="t('accounts.homedir')" v-model="data.homedir" />
<VnInput :label="t('accounts.shell')" v-model="data.shell" />
// ...
</div>

Hace el mismo efecto

PD: lo subo aquí

No hace falta poner `<VnRow class="row q-gutter-md q-mb-md">` para filas de 1 Si se pone: ``` <div class="q-gutter-y-md> <VnInput :label="t('accounts.homedir')" v-model="data.homedir" /> <VnInput :label="t('accounts.shell')" v-model="data.shell" /> // ... </div> ``` Hace el mismo efecto PD: lo subo aquí
alexm added 1 commit 2024-06-11 06:22:34 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
5e7ef68439
feat: simplify html
alexm approved these changes 2024-06-11 06:22:43 +00:00
Dismissed
jsegarra added 1 commit 2024-06-11 19:12:17 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
d0759cb654
Merge branch 'dev' into feature/AccountFormsView
jsegarra dismissed alexm’s review 2024-06-11 19:12:17 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

jsegarra requested review from jsegarra 2024-06-11 19:14:15 +00:00
jsegarra approved these changes 2024-06-11 19:14:24 +00:00
jsegarra merged commit e9051f1ee8 into dev 2024-06-11 19:14:30 +00:00
jsegarra deleted branch feature/AccountFormsView 2024-06-11 19:14:30 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix-front#426
No description provided.