Skip to content

Commit

Permalink
#139 Fix cache column in analayzers admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Oct 9, 2018
1 parent 5f44600 commit a5874c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ <h4 class="media-heading">
<span ng-show="!$ctrl.activeAnalyzers[def].rate || !$ctrl.activeAnalyzers[def].rateUnit" class="label label-lg label-default">None</span>
</div>
<div class="flex-col flex-w-100 text-center vertical centered" ng-if="$ctrl.activeAnalyzers[def]">
<span ng-show="$ctrl.activeAnalyzers[def].jobCache === undefined" class="label label-lg label-default">Default</span>
<span ng-show="$ctrl.activeAnalyzers[def].jobCache === null" class="label label-lg label-default">Default</span>
<span ng-show="$ctrl.activeAnalyzers[def].jobCache !== null" class="label label-lg label-primary">{{$ctrl.activeAnalyzers[def].jobCache}} Minutes</span>
</div>
Expand Down

0 comments on commit a5874c4

Please sign in to comment.