mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Web UI: Display generation information in torrent properties
This commit is contained in:
parent
ce6f665a7b
commit
e35d100769
8 changed files with 210 additions and 53 deletions
|
@ -43,6 +43,13 @@ var dynamicTable = new Class ({
|
|||
this.priority_hidden = false;
|
||||
this.progressIndex = progressIndex;
|
||||
this.filter = 'all';
|
||||
this.current_hash = '';
|
||||
},
|
||||
|
||||
getCurrentTorrentHash: function() {
|
||||
if(this.cur.length > 0)
|
||||
return this.cur[0];
|
||||
return '';
|
||||
},
|
||||
|
||||
altRow: function()
|
||||
|
@ -200,6 +207,7 @@ var dynamicTable = new Class ({
|
|||
temptr.addClass('selected');
|
||||
}
|
||||
this.cur[0] = id;
|
||||
// TODO: Warn Properties panel
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue