limitations au ROLE_ENFANT sur page account/ modifier, supprimer et ajouter membre ok
This commit is contained in:
parent
2dd153198e
commit
95d9ab28f0
10 changed files with 56 additions and 15 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<app-header></app-header>
|
||||
<app-side-bar></app-side-bar>
|
||||
<app-side-bar [backgroundColor]="'#7879F1'"></app-side-bar>
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-9 offset-2" id="main">
|
||||
|
|
@ -16,6 +16,7 @@
|
|||
class="btn btn-primary btn-lg"
|
||||
routerLink="../ajout-membre"
|
||||
routerLinkActive="active-custom"
|
||||
[hidden]="parent == false"
|
||||
>
|
||||
Ajouter un membre
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue