Revert "Show group email ids when mail is enabled"

This reverts commit cca9780f51.

The UI looks very cluttered with this
This commit is contained in:
Girish Ramakrishnan
2016-09-28 10:53:04 -07:00
parent a78e17b036
commit c43bc24a6a

View File

@@ -355,7 +355,7 @@
<tbody>
<tr ng-repeat="group in groups | ignoreAdminGroup">
<td class="text-overflow: ellipsis; white-space: nowrap;">
{{ group.name }}<span class="text-muted" ng-show="mailConfig.enabled">{{ '@' + config.fqdn }}</span>
{{ group.name }}
</td>
<td class="text-right" style="vertical-align: bottom">
<button class="btn btn-xs btn-danger" ng-click="groupRemove.show(group)" title="Remove Group"><i class="fa fa-trash-o"></i></button>