Project

General

Profile

« Previous | Next » 

Revision 59e60b04

Added by Ranjan Kumar about 8 years ago

Fixes #14173 - Puppet Summary Report host listing should be alphabetically sorted.

(cherry picked from commit cce67207deb0eb33eecd725cf89ebd6768a5dbc5)

View differences:

app/mailers/host_mailer.rb
@hosts = host_data
@timerange = time
@out_of_sync = hosts.out_of_sync
@disabled = hosts.alerts_disabled
@out_of_sync = hosts.out_of_sync.sort
@disabled = hosts.alerts_disabled.sort
set_url
set_locale_for(user) do

Also available in: Unified diff