Restrict user groups
This commit is contained in:
@@ -480,7 +480,12 @@
|
||||
<br/>
|
||||
|
||||
<div class="text-left">
|
||||
<h2>{{ 'users.groups.title' | tr }}<button class="btn btn-primary btn-outline pull-right" ng-click="groupAdd.show()"><i class="fa fa-plus"></i> {{ 'users.groups.newGroupAction' | tr }}</button></h2>
|
||||
<h2>
|
||||
{{ 'users.groups.title' | tr }}
|
||||
<button class="btn btn-primary btn-outline pull-right" ng-click="groupAdd.show()">
|
||||
<i class="fa fa-plus"></i> {{ 'users.groups.newGroupAction' | tr }}
|
||||
</button>
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<div class="card card-large">
|
||||
|
||||
Reference in New Issue
Block a user