Add Actions to this Policy

Scope:

@if (actionGroupNamesFiltered().length > 1) {

Group:

}
@if (actionsFiltered().length > 0) {
@for (action of actionsFiltered(); track action.label) { }
} @else {
@if (actionFilter() !== "") {

No actions match the search filter.

} @else {

No actions available for the selected scope and group.

}
}