mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 13:56:47 +00:00
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) {
|
||||
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…
x
Reference in New Issue
Block a user