diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index bce31ec..868827b 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -302,7 +302,7 @@ <% end %>
- "><%= node["host_name"] %> + "><%= node["host_name"] %>

<%= node["host_ip"] %> <%= node["user_name"] %>

<% if node["gluster"].eql? "on" %>

number of peers: <%= node["number_of_peers"] %>

@@ -352,6 +352,7 @@
diff --git a/app/views/node/detail.html.erb b/app/views/node/detail.html.erb index 3cfa8c7..eaf9e83 100644 --- a/app/views/node/detail.html.erb +++ b/app/views/node/detail.html.erb @@ -142,7 +142,7 @@ <% else %> Not operational <% end %> - "><%= node["host_name"] %> + "><%= node["host_name"] %> <%= node["host_ip"] %> <%= node["user_name"] %> "> @@ -284,6 +284,8 @@