show icon for list
This commit is contained in:
@@ -365,6 +365,7 @@
|
||||
<table class="table table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 0.5%;"></th>
|
||||
<th>Name</th>
|
||||
<th>List Members</th>
|
||||
<th class="text-right">Action</th>
|
||||
@@ -372,6 +373,10 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr ng-repeat="list in mailinglists.mailinglists | filter:mailinglists.search | orderBy:'name'">
|
||||
<td>
|
||||
<i class="fas fa-door-closed" ng-show="list.membersOnly" uib-tooltip="Posting restricted to members only" tooltip-class="long nowrap"></i>
|
||||
<i class="fas fa-door-open" ng-show="!list.membersOnly" uib-tooltip="Posting allowed by non-members" tooltip-class="long nowrap"></i>
|
||||
</td>
|
||||
<td class="hand" ng-click="mailinglists.edit.show(list)">
|
||||
{{ list.name }}
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user