Added group permissions. Added some global styles. Made groups rely on services' data.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<main>
|
||||
@for (action of actions; track $index) {
|
||||
@for (action of actions; track action.name) {
|
||||
<button type="button"
|
||||
class="container"
|
||||
(click)="modify(action)">
|
||||
|
Reference in New Issue
Block a user