Skip to content

Commit

Permalink
Hide TTL if no TTL is set
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-sgaron committed Apr 7, 2020
1 parent bece58f commit 3319915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assemblyline_ui/templates/submission_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h5 class="text-muted" ng-hide="!sid">{{sid}}</h5>
{{data.params.priority}}
</div>
</div>
<div class="row">
<div ng-show="data.params.ttl!=0" class="row">
<div class="col-xs-5 col-sm-3 col-md-2"><strong>Time&nbsp;To&nbsp;Live</strong></div>
<div class="col-xs-7 col-sm-9 col-md-10">
{{data.params.ttl}} days
Expand Down

0 comments on commit 3319915

Please sign in to comment.