changed the controls ordering in the sidebar
This commit is contained in:
parent
3dfa47fa23
commit
1b6969cf81
38
index.html
38
index.html
|
@ -290,6 +290,25 @@
|
|||
|
||||
<br>
|
||||
|
||||
<!-- {{{ global statistics -->
|
||||
<ul class="nav nav-list" ng-if="enable.sidebar.stats">
|
||||
<li class="nav-header">Global Statistics</li>
|
||||
<li>
|
||||
<div
|
||||
yticks="3"
|
||||
xticks="3"
|
||||
dspeed="gstats.downloadSpeed"
|
||||
uspeed="gstats.uploadSpeed"
|
||||
dgraph ng-show="totalAria2Downloads()"
|
||||
nolabel="true"
|
||||
draw="true">
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- }}} -->
|
||||
|
||||
<br>
|
||||
|
||||
<!-- {{{ starred properties -->
|
||||
<ul class="clearfix nav nav-list" ng-controller="StarredPropsCtrl" ng-show="properties.length && enable.sidebar.starredProps">
|
||||
<li class="nav-header">Quick Access Settings</li>
|
||||
|
@ -308,25 +327,6 @@
|
|||
</ul>
|
||||
<!-- }}} -->
|
||||
|
||||
<br>
|
||||
|
||||
<!-- {{{ global statistics -->
|
||||
<ul class="nav nav-list" ng-if="enable.sidebar.stats">
|
||||
<li class="nav-header">Global Statistics</li>
|
||||
<li>
|
||||
<div
|
||||
yticks="3"
|
||||
xticks="3"
|
||||
dspeed="gstats.downloadSpeed"
|
||||
uspeed="gstats.uploadSpeed"
|
||||
dgraph ng-show="totalAria2Downloads()"
|
||||
nolabel="true"
|
||||
draw="true">
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- }}} -->
|
||||
|
||||
|
||||
</div>
|
||||
<!-- }}} -->
|
||||
|
|
Loading…
Reference in New Issue
Block a user