initial unified angular view
This commit is contained in:
parent
4e9404f29e
commit
42bb3aa34e
13
angular.html
13
angular.html
|
@ -212,6 +212,17 @@
|
|||
</div>
|
||||
|
||||
<!-- {{{ 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
|
||||
ng-repeat="download in getDownloads()"
|
||||
class="download" data-gid="{{download.gid}}">
|
||||
|
@ -512,6 +523,8 @@
|
|||
</div>
|
||||
<!-- }}} -->
|
||||
|
||||
<h3>Global Statistics</h3>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- {{{ modals -->
|
||||
|
|
Loading…
Reference in New Issue
Block a user