mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
use the universal classes for states
This commit is contained in:
parent
575efe1495
commit
846d8a0c8f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ function queue(value) {
|
|||
}
|
||||
|
||||
function name(value, p, r) {
|
||||
return String.format('<div class="torrent-name {0}">{1}</div>', r.data['state'].toLowerCase(), value);
|
||||
return String.format('<div class="torrent-name x-deluge-{0}">{1}</div>', r.data['state'].toLowerCase(), value);
|
||||
}
|
||||
|
||||
function torrent_speed(value) {
|
||||
|
|
Loading…
Add table
Reference in a new issue