Gateway Groups

Group a number gateways for ease of management.
{{ group.name }}
{{ group.updatedAt | date: 'd MMM, y' }}
{{ group.all_gateways ? 'A' : group.totalGateways }}
Number of Gateways
{{ (group.description || '').substr(0, 200) }}
No Gateway groups found.
{{ 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 Gateways Last Edited Actions
{{ group.name }} {{ (group.description || '').substr(0, 200) }} {{ group.all_gateways ? 'All' : group.totalGateways }} {{ group.updatedAt | date: 'dd/MM/yyyy' }}