mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Split download and upload lists in Web UI
This commit is contained in:
parent
ac6eb8c6bc
commit
b1c73cb401
15 changed files with 932 additions and 44 deletions
|
@ -60,7 +60,10 @@ var dynamicTable = new Class ({
|
|||
},
|
||||
|
||||
insertRow: function(id, row){
|
||||
this.removeRow(id);
|
||||
var tr = this.rows[id];
|
||||
if($defined(tr))
|
||||
return;
|
||||
//this.removeRow(id);
|
||||
var tr = new Element('tr');
|
||||
this.rows[id] = tr;
|
||||
for(var i=0; i<row.length; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue