Commit 970aa141a1fbd042c33ccf7ea9724b49b4a7406e

Authored by Rafael Manzo
Committed by Paulo Meireles
1 parent f8f9f157

[Mezuro] Compound metric configuration script field resized to five rows

plugins/mezuro/views/mezuro_plugin_metric_configuration/edit_compound_metric_configuration.html.erb
@@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
23 </p> 23 </p>
24 <p> 24 <p>
25 <%= m.label :script, "Script:" %> 25 <%= m.label :script, "Script:" %>
26 - <%= m.text_area "script", :value => @metric.script %> 26 + <%= m.text_area "script", :value => @metric.script, :rows => 5 %>
27 </p> 27 </p>
28 <% end %> 28 <% end %>
29 <p> 29 <p>
plugins/mezuro/views/mezuro_plugin_metric_configuration/new_compound_metric_configuration.html.erb
@@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
20 </p> 20 </p>
21 <p> 21 <p>
22 <%= m.label :script, "Script:" %> 22 <%= m.label :script, "Script:" %>
23 - <%= m.text_area "script" %> 23 + <%= m.text_area "script", :rows => 5 %>
24 </p> 24 </p>
25 <% end %> 25 <% end %>
26 <p> 26 <p>