* hydra: make chart zoomable and clickable

This commit is contained in:
Rob Vermaas
2010-02-11 09:18:30 +00:00
parent 6dd87f5851
commit 3753ccb1ce
2 changed files with 61 additions and 42 deletions

View File

@ -59,7 +59,7 @@ sub view_build : Chained('build') PathPart('') Args(0) {
, finished => 1
, buildstatus => 0
}
, { order_by => "id DESC", rows => 20 }
, { order_by => "id DESC", rows => 100 }
)
];
}