parent
54949aa042
commit
cd353186f1
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1,2 @@
|
||||
@using VeraxShield.composants
|
||||
@using VeraxShield.composants
|
||||
@using VeraxShield.composants.modals
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -0,0 +1,22 @@
|
||||
<Modal @ref="modalRef" Closing="@fermetureModal">
|
||||
|
||||
<ModalContent Centered>
|
||||
|
||||
<ModalHeader>
|
||||
<ModalTitle>Etes-vous sûr de vouloir supprimer ?</ModalTitle>
|
||||
</ModalHeader>
|
||||
|
||||
<ModalBody>
|
||||
Souhaitez-vous supprimer l'utilisateur ?
|
||||
</ModalBody>
|
||||
|
||||
<ModalFooter>
|
||||
|
||||
<Button Color="Color.Secondary" Clicked="@suppressionAnnulee">Annuler</Button>
|
||||
<Button Color="Color.Primary" Clicked="@suppressionConfirmee">Supprimer</Button>
|
||||
</ModalFooter>
|
||||
</ModalContent>
|
||||
|
||||
</Modal>
|
||||
|
||||
<Button Color="Color.Primary" Clicked="@ShowModal">Supprimer</Button>
|
@ -0,0 +1 @@
|
||||
@using Blazorise.Components
|
@ -1 +1 @@
|
||||
47e3321343110f8a1fb2f2722d2a00589c17d54d97eb7b4f87cfbbf1c30278eb
|
||||
b791b6e916444fa992d90d9ee1a5196cd864ce11351ed475587f6270e51cd13d
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
4e9643b80eaea77e7a1b53666f88f65f4e0b8e00911dc6f3dbc540e2864b16f6
|
||||
c8127aa121574b52dba77ac8befc4002e3054ff43d495a19953b0a6402b9a71a
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue