added screenshot and reduced overview graph tick size

This commit is contained in:
hamza zia 2014-06-02 19:59:07 +08:00
parent 26e8055317
commit 2a35277100
5 changed files with 3 additions and 2 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
webui-aria2
===========
![Main interface](http://i.imgur.com/kOVFU7b.png)
![Main interface](/screenshot/overview.png?raw=true)
The aim for this project is to create the worlds best and hottest interface to interact with aria2. aria2 is the worlds best file downloader, but sometimes the command line brings more power than necessary. The project was created as part of the GSOC scheme with tremendous support and feedback from the aria2 community.

View File

@ -315,6 +315,7 @@
<li class="nav-header">Global Statistics</li>
<li>
<div
minTickSize="60"
dspeed="gstats.downloadSpeed"
uspeed="gstats.uploadSpeed"
dgraph ng-show="totalAria2Downloads()"

View File

@ -56,7 +56,7 @@ angular
show: true,
mode: "time",
timeformat: xfmt,
minTickSize: [30, "second"] // 180 / 30 == 6
minTickSize: [+attrs.minTickSize || 30, "second"] // 180 / 30 == 6
},
yaxis: {
position: "right",

BIN
screenshots/overview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB