Groups

Group a number of Invisily clients for ease of management.
No groups found.
{{ groupList.error.message }}
{{ group.name }}
{{ group.updatedAt | date: 'd MMM, y' }}
{{ group.GroupDetail ? group.GroupDetail.client_count : 0 }}
Number of Clients
{{ (group.description || '').substr(0, 200) }}
{{ selectAll ? 'All groups selected' : '' }} {{ selectAll && selectAllExcept.size !== 0 ? ' except ' + selectAllExcept.size : '' }} {{ !selectAll && selectedGroups.size !== 0 ? selectedGroups.size == 1 ? '1 group selected' : selectedGroups.size + ' groups selected' : '' }}
Group Name Description No. Of Clients Last Edited Actions
{{ group.name }} {{ (group.description || '').substr(0, 200) }} {{ group.GroupDetail ? group.GroupDetail.client_count : 0 }} {{ group.updatedAt | date: 'd MMM, y' }}