~ubuntu-branches/ubuntu/saucy/rabbitmq-server/saucy

« back to all changes in this revision

Viewing changes to plugins-src/rabbitmq-management/priv/www/js/tmpl/channel.ejs

  • Committer: Package Import Robot
  • Author(s): Emile Joubert
  • Date: 2012-11-19 11:42:31 UTC
  • mfrom: (0.2.18) (0.1.32 sid)
  • Revision ID: package-import@ubuntu.com-20121119114231-hvapkn4akng09etr
Tags: 3.0.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
<% if (nodes_interesting) { %>
12
12
  <tr>
13
13
    <th>Node</th>
14
 
    <td><%= fmt_string(channel.node) %></td>
 
14
    <td><%= fmt_node(channel.node) %></td>
15
15
  </tr>
16
16
<% } %>
17
17
<% if (vhosts_interesting) { %>
55
55
 
56
56
<table class="facts">
57
57
  <tr>
58
 
    <th>Client blocked</th>
 
58
    <th>Blocked by client</th>
59
59
    <td><%= fmt_boolean(channel.client_flow_blocked) %></td>
60
60
  </tr>
61
61
  <tr>