You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by el...@apache.org on 2017/06/22 20:21:07 UTC

[14/17] incubator-trafficcontrol git commit: widen the value field a tad

widen the value field a tad


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/5f3673e1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/5f3673e1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/5f3673e1

Branch: refs/heads/master
Commit: 5f3673e196fef5fb0b2854e6590457f057a8c3bc
Parents: 104e88a
Author: Derek Gelinas <de...@cable.comcast.com>
Authored: Tue Jun 20 23:39:56 2017 +0000
Committer: Jeff Elsloo <je...@cable.comcast.com>
Committed: Thu Jun 22 14:18:17 2017 -0600

----------------------------------------------------------------------
 traffic_ops/app/templates/steering/index.html.ep | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/5f3673e1/traffic_ops/app/templates/steering/index.html.ep
----------------------------------------------------------------------
diff --git a/traffic_ops/app/templates/steering/index.html.ep b/traffic_ops/app/templates/steering/index.html.ep
index d421044..1c82ae4 100644
--- a/traffic_ops/app/templates/steering/index.html.ep
+++ b/traffic_ops/app/templates/steering/index.html.ep
@@ -105,7 +105,7 @@
 											<span class="field-with-error"><%= field('st.target_value')->error %></span><br><br>
 										<% } %>
 										%= label_for 'st.target_value' => 'Value: ', class => 'label'
-										<input type="text" style="max-width:25px; text-align:right" name="st.target_value" value = "<%= $st->{target_value} %>">
+										<input type="text" style="max-width:35px; text-align:right" name="st.target_value" value = "<%= $st->{target_value} %>">
 									</td>
 									<td width="50" style="text-align:center;">
 										<!-- <a id="deleteTarget" href="">Delete Target</a> -->
@@ -142,7 +142,7 @@
 										<span class="field-with-error"><%= field('st.target_value')->error %></span><br><br>
 									<% } %>
 									%= label_for 'st.target_value' => 'Value: ', class => 'label'
-									<input type="text" style="max-width:25px; text-align:right" name="st.target_value" value = "0">
+									<input type="text" style="max-width:35px; text-align:right" name="st.target_value" value = "0">
 								</td>
 							</tr>
 						</table>