You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by lu...@apache.org on 2011/06/09 14:55:27 UTC

svn commit: r1133840 - /incubator/deltacloud/trunk/server/views/load_balancers/index.html.haml

Author: lutter
Date: Thu Jun  9 12:55:27 2011
New Revision: 1133840

URL: http://svn.apache.org/viewvc?rev=1133840&view=rev
Log:
load_balancers: properly show instance_port in HTML

Modified:
    incubator/deltacloud/trunk/server/views/load_balancers/index.html.haml

Modified: incubator/deltacloud/trunk/server/views/load_balancers/index.html.haml
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/views/load_balancers/index.html.haml?rev=1133840&r1=1133839&r2=1133840&view=diff
==============================================================================
--- incubator/deltacloud/trunk/server/views/load_balancers/index.html.haml (original)
+++ incubator/deltacloud/trunk/server/views/load_balancers/index.html.haml Thu Jun  9 12:55:27 2011
@@ -23,11 +23,10 @@
             ="#{listener.protocol}[#{listener.load_balancer_port}]<br/>"
         %td
           - balancer.listeners.each do |listener|
-            ="#{listener.protocol}[#{listener.load_balancer_port}]<br/>"
+            ="#{listener.protocol}[#{listener.instance_port}]<br/>"
         %td
           =link_to_action 'Destroy', destroy_load_balancer_url(balancer.id), :delete
   %tfoot
     %tr
       %td{:colspan => 6, :style => "text-align:right;"}
         =link_to 'Create &raquo;', "#{api_url_for('load_balancers/new')}", :class => 'button'
-