Fixed link if sendmail is used.
This commit is contained in:
parent
39b3a212ad
commit
c60ee02a4e
1 changed files with 2 additions and 1 deletions
|
@ -28,9 +28,10 @@
|
|||
</td>
|
||||
<td class="<% if channel.status_out is 'ok': %>success<% else if channel.status_out is 'error': %>danger<% else: %>warning<% end %>">
|
||||
<%- @T('State') %>: <%- @T(channel.status_out || 'unknown') %><br>
|
||||
<a href="#" data-type="edit-outbound">
|
||||
<% if channel.options.outbound && channel.options.outbound.options: %>
|
||||
<%= channel.options.outbound.options.user %><br>
|
||||
<a href="#" data-type="edit-outbound"><%= channel.options.outbound.options.host %>
|
||||
<%= channel.options.outbound.options.host %>
|
||||
<% end %>
|
||||
(<%= channel.options.outbound.adapter %>)</a>
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue