mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
parent
967537a409
commit
5f6f65a065
1 changed files with 7 additions and 0 deletions
|
@ -404,6 +404,13 @@ class TorrentView(ListView, component.Component):
|
|||
status_field=['last_seen_complete'],
|
||||
default=False,
|
||||
)
|
||||
self.add_func_column(
|
||||
_('Last Transfer'),
|
||||
funcs.cell_data_time,
|
||||
[int],
|
||||
status_field=['time_since_transfer'],
|
||||
default=False,
|
||||
)
|
||||
self.add_texticon_column(
|
||||
_('Tracker'),
|
||||
function=funcs.cell_data_trackericon,
|
||||
|
|
Loading…
Add table
Reference in a new issue