Page 1 of 1

Web UI Columns

Posted: Tue May 13, 2014 5:31 pm
by mcgreeb
Hey guys.

Im currently running deluge as a daemon with WebUI on my debian box.

When I connect to the web UI I can see columns for #, Name, Size, Progress, Down Speed, Up Speed & Eta.

How do I add things like seed ratio ect. to displayed, I cant see it in any of the config files and obviously you cant just right click like you can on the non webui.

Probably a stupid question.

Cheers

-McGreeb

Re: Web UI Columns

Posted: Thu Jun 26, 2014 12:22 pm
by frasurf
I was able to edit this file. Here it's specified which columns are hidden:
/usr/lib/python2.7/dist-packages/deluge/ui/web/js/deluge-all.js

Re: Web UI Columns

Posted: Thu Jul 09, 2015 4:21 pm
by melat0nin
frasurf wrote:I was able to edit this file. Here it's specified which columns are hidden:
/usr/lib/python2.7/dist-packages/deluge/ui/web/js/deluge-all.js
Can you be more specific as to what you changed?

Re: Web UI Columns

Posted: Fri Aug 28, 2015 7:19 pm
by alllexx
This is fixed in the develop version: now there is a popup message appearing after you press near the right border of any column that has 'Sort Ascending', 'Sort Descending' and 'Columns' fields

Re: Web UI Columns

Posted: Thu Nov 12, 2015 9:46 pm
by Henshin
melat0nin wrote:
frasurf wrote:I was able to edit this file. Here it's specified which columns are hidden:
/usr/lib/python2.7/dist-packages/deluge/ui/web/js/deluge-all.js
Can you be more specific as to what you changed?
I also had the same problem.

Search for:

Code: Select all

{header:_("Ratio"),hidden:true,...}
and change the 'true' to 'false' or just delete the hidden property.

Re: Web UI Columns

Posted: Thu Nov 12, 2015 9:57 pm
by Cas
Click the arrow in the column header to select columns to show!!