use the universal classes for states
This commit is contained in:
parent
575efe1495
commit
846d8a0c8f
@ -26,7 +26,7 @@ function queue(value) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function name(value, p, r) {
|
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) {
|
function torrent_speed(value) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user