added screenshot and reduced overview graph tick size
This commit is contained in:
parent
26e8055317
commit
2a35277100
|
@ -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.
|
||||
|
||||
|
|
|
@ -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()"
|
||||
|
|
|
@ -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
BIN
screenshots/overview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 174 KiB |
Loading…
Reference in New Issue
Block a user