mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 18:38:42 +00:00
(web) remove the freespace-info label from the web client.
As discussed at https://trac.transmissionbt.com/ticket/4076#comment:25 the freespace indicator is being moved out of the statusbar to another place.
This commit is contained in:
@@ -18,8 +18,7 @@ var RPC = {
|
||||
_TurtleState : 'alt-speed-enabled',
|
||||
_TurtleUpSpeedLimit : 'alt-speed-up',
|
||||
_UpSpeedLimit : 'speed-limit-up',
|
||||
_UpSpeedLimited : 'speed-limit-up-enabled',
|
||||
_DownloadDirFreeSpace : 'download-dir-free-space'
|
||||
_UpSpeedLimited : 'speed-limit-up-enabled'
|
||||
};
|
||||
|
||||
function TransmissionRemote(controller)
|
||||
|
||||
Reference in New Issue
Block a user