berserker
Version:
Web-based frontend for Aria2-JSONRPC
13 lines • 624 B
HTML
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h5>{{details.results.download.bittorrent.info.name || details.results.download.files[0].path.substring(details.results.download.files[0].path.lastIndexOf('/') + 1)}}</h5>
</div>
<div class="modal-body">
<div data-json-tree="{{details}}"
data-expand-path="{{details.expandPath}}"
data-expand="false">
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-inverse" data-ng-click="hide()"><i class="icon-remove icon-white"></i> Close</button>
</div>