Peritor Open Source
  • Home
  • Webistrano
  • Login
  • Settings
  • Register
  • Help/Guide
  • About Trac
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Navigation

  • ← Previous Changeset
  • Next Changeset →

Changeset 99

Show
Ignore:
Timestamp:
04/29/08 17:36:05 (4 months ago)
Author:
jweiss
Message:

sort host names

Files:
  • trunk/app/views/deployments/new.html.erb (modified) (1 diff)

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/app/views/deployments/new.html.erb

    r90 r99  
    3535            <th width="99%">Host</th> 
    3636          </tr> 
    37           <% for host in @stage.hosts %> 
     37          <% for host in @stage.hosts.sort_by{|x| x.name} %> 
    3838            <tr class="<%= cycle :even, :odd, :name => 'hosts'  %> <%= if_disabled_host?(host,'disabled_host') %>"> 
    3939              <td style="padding:3px 0px 0px 0px;" valign="middle" align="center"> 
Download in other formats: Unified Diff  Zip Archive  


© 2007 - 2008 Peritor Wissensmanagement GmbH | Impressum | Legal

Powered by Trac 0.10.4 | Edgewall Software