loaders for admin-create and -edit added
This commit is contained in:
parent
0d9f149054
commit
430ab36dc7
@ -3,10 +3,17 @@ div.content-box__info.flex
|
|||||||
|
|
||||||
h1.centered Créer un cercle
|
h1.centered Créer un cercle
|
||||||
|
|
||||||
|
div#loader-circles-create.loader.loader-top
|
||||||
|
div
|
||||||
|
div
|
||||||
|
div
|
||||||
|
div
|
||||||
|
|
||||||
solid-form.form.button-register(
|
solid-form.form.button-register(
|
||||||
data-src=`${endpoints.circles || endpoints.post.circles}`
|
data-src=`${endpoints.circles || endpoints.post.circles}`
|
||||||
|
|
||||||
fields='status, name, description'
|
fields='status, name, description'
|
||||||
|
loader-id='loader-circles-create'
|
||||||
|
|
||||||
class-status='form-label is-light is-full-width color'
|
class-status='form-label is-light is-full-width color'
|
||||||
class-name='form-label is-light is-full-width input-text-like'
|
class-name='form-label is-light is-full-width input-text-like'
|
||||||
|
@ -14,10 +14,17 @@ div.content-box__info.flex
|
|||||||
|
|
||||||
h1.centered Créer un nouveau projet
|
h1.centered Créer un nouveau projet
|
||||||
|
|
||||||
|
div#loader-projects-create.loader.loader-top
|
||||||
|
div
|
||||||
|
div
|
||||||
|
div
|
||||||
|
div
|
||||||
|
|
||||||
solid-form.form.button-register(
|
solid-form.form.button-register(
|
||||||
data-src=`${endpoints.projects || endpoints.post.projects}`
|
data-src=`${endpoints.projects || endpoints.post.projects}`
|
||||||
|
|
||||||
fields='status, line-1(customer.name, name), description, line-2(captain), logo'
|
fields='status, line-1(customer.name, name), description, line-2(captain), logo'
|
||||||
|
loader-id='loader-projects-create'
|
||||||
|
|
||||||
label-status='Statut du cercle*'
|
label-status='Statut du cercle*'
|
||||||
widget-status='hubl-status'
|
widget-status='hubl-status'
|
||||||
|
@ -3,10 +3,17 @@ div.content-box__info.flex
|
|||||||
|
|
||||||
h1.centered Ajouter un utilisateur à la plateforme
|
h1.centered Ajouter un utilisateur à la plateforme
|
||||||
|
|
||||||
|
div#loader-users-create.loader.loader-top
|
||||||
|
div
|
||||||
|
div
|
||||||
|
div
|
||||||
|
div
|
||||||
|
|
||||||
solid-form.form.button-register(
|
solid-form.form.button-register(
|
||||||
data-src=`${endpoints.users || endpoints.post.users}`
|
data-src=`${endpoints.users || endpoints.post.users}`
|
||||||
|
|
||||||
fields='line-1(first_name, last_name), line-2(username, email), line-3(password)'
|
fields='line-1(first_name, last_name), line-2(username, email), line-3(password)'
|
||||||
|
loader-id='loader-users-create'
|
||||||
|
|
||||||
class-first_name='form-label is-light is-half-width input-text-like'
|
class-first_name='form-label is-light is-half-width input-text-like'
|
||||||
class-last_name='form-label is-light is-half-width input-text-like'
|
class-last_name='form-label is-light is-half-width input-text-like'
|
||||||
|
@ -3,6 +3,13 @@ div.content-box__info.flex
|
|||||||
|
|
||||||
h1.centered
|
h1.centered
|
||||||
span Modifier un utilisateur
|
span Modifier un utilisateur
|
||||||
|
|
||||||
|
div#loader-users-edit.loader.loader-top
|
||||||
|
div
|
||||||
|
div
|
||||||
|
div
|
||||||
|
div
|
||||||
|
|
||||||
solid-display(
|
solid-display(
|
||||||
bind-resources=''
|
bind-resources=''
|
||||||
fields='name'
|
fields='name'
|
||||||
@ -12,6 +19,7 @@ div.content-box__info.flex
|
|||||||
bind-resources=''
|
bind-resources=''
|
||||||
|
|
||||||
fields='line-1(first_name, last_name), line-2(email)'
|
fields='line-1(first_name, last_name), line-2(email)'
|
||||||
|
loader-id='loader-users-edit'
|
||||||
|
|
||||||
class-first_name='form-label is-light is-half-width input-text-like'
|
class-first_name='form-label is-light is-half-width input-text-like'
|
||||||
class-last_name='form-label is-light is-half-width input-text-like'
|
class-last_name='form-label is-light is-half-width input-text-like'
|
||||||
|
Loading…
Reference in New Issue
Block a user