Date: Fri, 2 Mar 2007 13:26:20 +0100
From: "Bob Noordam" <bno (at mark) salvagebv.nl>
Subject: [coba-e:08968] Re: Has anyone been able to increase listing of users for disk usage reports from 15 up
To: <coba-e (at mark) bluequartz.org>
Message-Id: <7ECAEE9C5D2AD34893C7FC0778689255352E0F (at mark) salvagebv.salvagebv.nl>
References: <B791FBAA-5908-4604-9DF7-85A4A6E0EA8D (at mark) comcast.net> <45E5A8C8.2060000 (at mark) dogsbody.org> <D0EF3E5E-DD12-476D-AC94-BD1BD216CD88 (at mark) comcast.net> <047201c75c02$c56acfb0$1801a8c0 (at mark) mcs1>
X-Mail-Count: 08968
>
> In the old (RAQ's) we were able to view disk usage for ALL of the users
> at
> one time
>
> The new pages are split to 15 users.
>
> Any way to change this default to like 25 or 50
>
> Marck
>
>
Quick and dirty way;
Edit;
/usr/sausalito/ui/web/base/disk/serverDiskUsage.php
Find and modify the 3 lines reading;
$page_length = 15; // FIXME configurable?
B.