Changeset 2059


Ignore:
Timestamp:
Jan 31, 2009, 7:15:45 AM (15 years ago)
Author:
quentin
Message:

Sort the UUIDs so that dom0 appears first

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/munin/web/all-usage.cgi

    r2058 r2059  
    6161my $color_index = 0;
    6262
    63 foreach my $uuid (keys %uuids) {
     63foreach my $uuid (sort keys %uuids) {
    6464  my @uuid_files = grep { m|$uuid-.\.rrd$| } @files;
    6565  foreach my $i (0..$#uuid_files) {
Note: See TracChangeset for help on using the changeset viewer.