update
This commit is contained in:
parent
6aced6a41f
commit
dbcc51cc96
@ -261,50 +261,28 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="x_content" >
|
<div class="x_content" >
|
||||||
<ul class="list-unstyled top_profiles" >
|
<ul class="list-unstyled top_profiles" >
|
||||||
<li class="media event">
|
|
||||||
<a class="pull-left border-aero profile_thumb">
|
<% nodes = ssh_nodes %>
|
||||||
<i class="fa fa-cube aero"></i>
|
<% nodes.each do |node| %>
|
||||||
</a>
|
<li class="media event">
|
||||||
<div class="media-body">
|
<% if node["ping"].eql? "true" %>
|
||||||
<a class="title" href="#">Ms. Mary Jane</a>
|
<a class="pull-left border-green profile_thumb">
|
||||||
<p><strong>$2300. </strong> Agent Avarage Sales </p>
|
<i class="fa fa-cube green"></i>
|
||||||
<p> <small>12 Sales Today</small>
|
</a>
|
||||||
</p>
|
<% else %>
|
||||||
</div>
|
<a class="pull-left border-red profile_thumb">
|
||||||
</li>
|
<i class="fa fa-cube red"></i>
|
||||||
<li class="media event">
|
</a>
|
||||||
<a class="pull-left border-green profile_thumb">
|
<% end %>
|
||||||
<i class="fa fa-cube green"></i>
|
<div class="media-body">
|
||||||
</a>
|
<a class="title" href="#"><%= node["host_name"] %></a>
|
||||||
<div class="media-body">
|
<p><strong><%= node["host_ip"] %> </strong> <%= node["user_name"] %> </p>
|
||||||
<a class="title" href="#">Ms. Mary Jane</a>
|
<% if node["gluster"].eql? "on" %>
|
||||||
<p><strong>$2300. </strong> Agent Avarage Sales </p>
|
<p> <small> <%= node["number_of_peers"] %></small></p>
|
||||||
<p> <small>12 Sales Today</small>
|
<% end %>
|
||||||
</p>
|
</div>
|
||||||
</div>
|
</li>
|
||||||
</li>
|
<% end %>
|
||||||
<li class="media event">
|
|
||||||
<a class="pull-left border-red profile_thumb">
|
|
||||||
<i class="fa fa-cube red"></i>
|
|
||||||
</a>
|
|
||||||
<div class="media-body">
|
|
||||||
<a class="title" href="#">Ms. Mary Jane</a>
|
|
||||||
<p><strong>$2300. </strong> Agent Avarage Sales </p>
|
|
||||||
<p> <small>12 Sales Today</small>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="media event">
|
|
||||||
<a class="pull-left border-red profile_thumb">
|
|
||||||
<i class="fa fa-cube red"></i>
|
|
||||||
</a>
|
|
||||||
<div class="media-body">
|
|
||||||
<a class="title" href="#">Ms. Mary Jane</a>
|
|
||||||
<p><strong>$2300. </strong> Agent Avarage Sales </p>
|
|
||||||
<p> <small>12 Sales Today</small>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user