Skip to content

Commit

Permalink
support display bittorrent comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Jul 7, 2017
1 parent c3e7092 commit a37c662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/task-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
<span translate>Task Name</span>
</div>
<div class="setting-value col-sm-8">
<span class="allow-word-break" ng-bind="task.taskName"></span>
<span class="allow-word-break" ng-bind="task.taskName" ng-tooltip-container="body" ng-tooltip-placement="bottom"
ng-tooltip="{{(task.bittorrent && task.bittorrent.comment) ? task.bittorrent.comment : task.taskName}}"></span>
</div>
</div>
<div class="row" ng-if="task">
Expand Down

0 comments on commit a37c662

Please sign in to comment.