diff --git a/app/assets/javascripts/app/views/channel/email_account_overview.jst.eco b/app/assets/javascripts/app/views/channel/email_account_overview.jst.eco index 146a327af..677df6aa3 100644 --- a/app/assets/javascripts/app/views/channel/email_account_overview.jst.eco +++ b/app/assets/javascripts/app/views/channel/email_account_overview.jst.eco @@ -43,13 +43,22 @@ <% for channel in @account_channels: %>
<%- @T('User') %> + | <%= channel.options.inbound.options.user %> + |
<%- @T('Host') %> + | <%= channel.options.inbound.options.host %> + |
<%- @T('Protocol') %> + | <%= channel.options.inbound.adapter %> + |
<%- @T('User') %> + | <%= channel.options.outbound.options.user %> + |
<%- @T('Host') %> + | <%= channel.options.outbound.options.host %> + <% end %> + |
<%- @T('Protocol') %> + | <%= channel.options.outbound.adapter %> + |
<%- @T('User') %> + | <%= channel.options.outbound.options.user %> + |
<%- @T('Host') %> + | <%= channel.options.outbound.options.host %> + <% end %> + |
<%- @T('Protocol') %> + | <%= channel.options.outbound.adapter %> + |