summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_management/priv/www/js/tmpl/channels.ejs
blob: a29553f96cf0f64287cc84bf210a681a20dd0277 (plain)
1
2
3
4
5
6
7
<h1>Channels</h1>
<div class="section">
 <%= paginate_ui(channels, 'channels') %>
</div> 
<div class="updatable">
  <%= format('channels-list', {'channels': channels.items, 'mode': 'standalone'}) %>
</div>