Web UI Columns

Post Reply
mcgreeb

Web UI Columns

Post 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
frasurf
New User
New User
Posts: 2
Joined: Thu Jun 26, 2014 12:19 pm

Re: Web UI Columns

Post 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
melat0nin
Member
Member
Posts: 16
Joined: Tue Apr 08, 2008 10:27 am

Re: Web UI Columns

Post 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?
alllexx
Member
Member
Posts: 30
Joined: Sat May 23, 2015 1:30 pm

Re: Web UI Columns

Post 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
Henshin
New User
New User
Posts: 9
Joined: Thu Nov 12, 2015 9:41 pm

Re: Web UI Columns

Post 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.
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Web UI Columns

Post by Cas »

Click the arrow in the column header to select columns to show!!
Post Reply