1 <h1>Federation Upstream: <b><%= fmt_string(upstream.name) %></b></h1>
9 <td><%= fmt_string(upstream.vhost) %></td>
13 <td><%= fmt_string(upstream.value.uri) %></td>
17 <td><%= fmt_time(upstream.value.expires, 'ms') %></td>
21 <td><%= fmt_time(upstream.value['message-ttl'], 'ms') %></td>
25 <td><%= fmt_string(upstream.value['max-hops']) %></td>
28 <th>Prefetch Count</th>
29 <td><%= fmt_string(upstream.value['prefetch-count']) %></td>
32 <th>Reconnect Delay</th>
33 <td><%= fmt_time(upstream.value['reconnect-delay'], 's') %></td>
37 <td><%= fmt_string(upstream.value['ack-mode']) %></td>
40 <th>Trust User-ID</th>
41 <td><%= fmt_boolean(upstream.value['trust-user-id']) %></td>
47 <div class="section-hidden">
48 <h2>Delete this upstream</h2>
50 <form action="#/fed-parameters" method="delete" class="confirm">
51 <input type="hidden" name="component" value="federation-upstream"/>
52 <input type="hidden" name="vhost" value="<%= fmt_string(upstream.vhost) %>"/>
53 <input type="hidden" name="name" value="<%= fmt_string(upstream.name) %>"/>
54 <input type="submit" value="Delete this upstream"/>