fixed #10;fixed mobile table layout issue;included stylesheets in js file and deleted original css files
This commit is contained in:
@@ -234,7 +234,7 @@ class Aria2Controller extends Controller
|
||||
$actions[] = $this->createActionItem('unpause', 'unpause');
|
||||
}
|
||||
if ($this->aria2->methodName === "tellActive") {
|
||||
$speed = [Helper::formatBytes($value['downloadSpeed']), $left . " left"];
|
||||
$speed = [Helper::formatBytes($value['downloadSpeed']), $left];
|
||||
$tmp['speed'] = $speed;
|
||||
$tmp['progress'] = $value['progress'];
|
||||
$actions[] = $this->createActionItem('pause', 'pause');
|
||||
|
||||
Reference in New Issue
Block a user