From 549e52a2f43f6d7f56594dd1217cad5909b4c63b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lievremont Date: Wed, 9 Oct 2013 12:09:53 +0200 Subject: SONAR-4746 Convert server ID page to new layout --- .../views/server_id_configuration/index.html.erb | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/server_id_configuration/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/server_id_configuration/index.html.erb index bc6d28d6873..e953a41fe6f 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/server_id_configuration/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/server_id_configuration/index.html.erb @@ -1,8 +1,8 @@
- +
- - - + + - - + + -- cgit v1.2.3
+

<%= message('server_id_configuration.information') -%>

<% if @server_id %> @@ -18,27 +18,29 @@
+

<%= message('server_id_configuration.organisation.title') -%>

- -

<%= message('server_id_configuration.organisation.desc') -%>

+

+

<%= message('server_id_configuration.organisation.desc') -%>

<%= message('server_id_configuration.organisation.pattern') -%>
+

<%= message('server_id_configuration.ip.title') -%>

- +
+

<%= message('server_id_configuration.ip.desc') -%>

    <% @valid_addresses.each_with_index do |ip_address, index| %>
  • <%= ip_address.getHostAddress() -%>
  • <% end %>
-