(web) #5214 'add free space indicator': added with patch by taem

This commit is contained in:
Jordan Lee
2013-01-27 17:41:35 +00:00
parent 895f86e0fb
commit 729ef84e62
7 changed files with 49 additions and 1 deletions

View File

@@ -18,7 +18,8 @@ var RPC = {
_TurtleState : 'alt-speed-enabled',
_TurtleUpSpeedLimit : 'alt-speed-up',
_UpSpeedLimit : 'speed-limit-up',
_UpSpeedLimited : 'speed-limit-up-enabled'
_UpSpeedLimited : 'speed-limit-up-enabled',
_DownloadDirFreeSpace : 'download-dir-free-space'
};
function TransmissionRemote(controller)