Use get_column for 'as' column (max_stoptime).

[?]
Mar 24, 2013, 5:50 PM
BZUB3ZSH7ZVUTNQYNQYZOCZQ5UIQKDNBC5BJU3T6ITHZ2CERJJ5AC

Dependencies

  • [2] HTL6HIBM machine-status: Read /etc/nix.machines instead of using the BuildMachines table
  • [3] R2PON6R7 Allow non-admin users to see the machine status page
  • [*] J5UVLXOK * Start of a basic Catalyst web interface.

Change contents

  • replacement in src/lib/Hydra/Controller/Root.pm at line 82
    [2.278][2.278:346]()
    ${$machines}{$idle->machine}{'idle'} = $idle->max_stoptime;
    [2.278]
    [2.346]
    ${$machines}{$idle->machine}{'idle'} = $idle->get_column('max_stoptime');