update
This commit is contained in:
parent
084d62b4e3
commit
612f50099a
@ -138,9 +138,9 @@
|
||||
<td><i class="fa fa-close red"></i></td>
|
||||
<% end %>
|
||||
<% if node["gluster"].eql? "on" %>
|
||||
<td><i class="fa fa-circle-o green"></i>Attached</td>
|
||||
<td><i class="fa fa-circle-o green"></i> Attached</td>
|
||||
<% else %>
|
||||
<td><i class="fa fa-close red"></i>Not operational</td>
|
||||
<td><i class="fa fa-close red"></i> Not operational</td>
|
||||
<% end %>
|
||||
<th scope="row"> <a href="/node/detail/<%= node["id"] %>"><%= node["host_name"] %></a></th>
|
||||
<td><%= node["host_ip"] %></td>
|
||||
@ -268,6 +268,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!--<div class="ln_solid"></div>-->
|
||||
<br>
|
||||
<div class="form-group">
|
||||
<div class="col-md-6 col-md-offset-3">
|
||||
<button type="submit" class="btn btn-success">Update</button>
|
||||
|
@ -141,9 +141,9 @@
|
||||
<td><i class="fa fa-close red"></i></td>
|
||||
<% end %>
|
||||
<% if node["gluster"].eql? "on" %>
|
||||
<td><i class="fa fa-circle-o green"></i>Attached</td>
|
||||
<td><i class="fa fa-circle-o green"></i> Attached</td>
|
||||
<% else %>
|
||||
<td><i class="fa fa-close red"></i>Not operational</td>
|
||||
<td><i class="fa fa-close red"></i> Not operational</td>
|
||||
<% end %>
|
||||
<th scope="row"> <a href="/node/detail/<%= node["id"] %>"><%= node["host_name"] %></a></th>
|
||||
<td><%= node["host_ip"] %></td>
|
||||
|
@ -1020,7 +1020,7 @@
|
||||
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Another action</a>
|
||||
</li>
|
||||
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Something else here</a>
|
||||
</li>
|
||||
</li>Daily active users
|
||||
<li role="presentation" class="divider"></li>
|
||||
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Separated link</a>
|
||||
</li>
|
||||
|
Loading…
Reference in New Issue
Block a user