Sha256: e654414a996074277a84e7920a56308b80c726592c95636de4188ad28c384a19
Contents?: true
Size: 471 Bytes
Versions: 7
Compression:
Stored size: 471 Bytes
Contents
<li> <a href="<%= root_path('cluster') %>"> Cluster informations </a> </li> <% unless @partitions %> <li> <a href="<%= root_path('cluster') %>"> Brokers </a> </li> <% end %> <% if @broker %> <li> <a href="<%= root_path('cluster', @broker.id) %>"> <%= @broker.full_name %> </a> </li> <% end %> <% if @partitions %> <li> <a href="<%= root_path('cluster', 'replication') %>"> Replication </a> </li> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems