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>
|
||||||
<td class="<% if channel.status_out is 'ok': %>success<% else if channel.status_out is 'error': %>danger<% else: %>warning<% end %>">
|
<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>
|
<%- @T('State') %>: <%- @T(channel.status_out || 'unknown') %><br>
|
||||||
|
<a href="#" data-type="edit-outbound">
|
||||||
<% if channel.options.outbound && channel.options.outbound.options: %>
|
<% if channel.options.outbound && channel.options.outbound.options: %>
|
||||||
<%= channel.options.outbound.options.user %><br>
|
<%= channel.options.outbound.options.user %><br>
|
||||||
<a href="#" data-type="edit-outbound"><%= channel.options.outbound.options.host %>
|
<%= channel.options.outbound.options.host %>
|
||||||
<% end %>
|
<% end %>
|
||||||
(<%= channel.options.outbound.adapter %>)</a>
|
(<%= channel.options.outbound.adapter %>)</a>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in a new issue