Skip to content

Commit

Permalink
#466 Fix report template name
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Mar 20, 2018
1 parent 94b30c3 commit 617b801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/views/partials/admin/report-templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h3 class="box-title">Report template management</h3>
<tbody>
<tr ng-repeat="analyzerId in vm.analyzerIds | orderBy:'toString()'" ng-init="analyzer=vm.analyzers[analyzerId]">
<td>
{{::analyzer.id}}<br>
{{::analyzer.name || analyzer.id}}<br>
<small class="text-muted">{{::analyzer.description}}</small>
</td>
<td class="vmiddle">
Expand Down

0 comments on commit 617b801

Please sign in to comment.