initial unified angular view
This commit is contained in:
parent
4e9404f29e
commit
42bb3aa34e
13
angular.html
13
angular.html
|
@ -212,6 +212,17 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- {{{ download template -->
|
<!-- {{{ download template -->
|
||||||
|
|
||||||
|
<!-- download filters -->
|
||||||
|
<form>
|
||||||
|
<fieldset>
|
||||||
|
<legend>Download Filters</legend>
|
||||||
|
<label>Page Size</label><input class="input" ng-model="pageSize"/>
|
||||||
|
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<!-- download template -->
|
||||||
<table
|
<table
|
||||||
ng-repeat="download in getDownloads()"
|
ng-repeat="download in getDownloads()"
|
||||||
class="download" data-gid="{{download.gid}}">
|
class="download" data-gid="{{download.gid}}">
|
||||||
|
@ -512,6 +523,8 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- }}} -->
|
<!-- }}} -->
|
||||||
|
|
||||||
|
<h3>Global Statistics</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- {{{ modals -->
|
<!-- {{{ modals -->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user