Skip to content

Commit

Permalink
Clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Jul 13, 2020
1 parent e2ff099 commit 94473d0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions frontend/app/views/directives/dashboard/item.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h3 class="box-title">
options="component.options"
filter="filter"
autoload="autoload"
refresh-on="{{refreshOn}}"
refresh-on="{{refreshOn}}"
mode="mode"></dashboard-text>

<dashboard-counter ng-switch-when="counter"
Expand All @@ -74,6 +74,5 @@ <h3 class="box-title">

<div ng-switch-default>Unhandled chart type</div>

<!-- <pre>{{component.options | json}}</pre> -->
</div>
</div>
1 change: 0 additions & 1 deletion frontend/app/views/partials/admin/analyzer-templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ <h3 class="box-title">Analyzer template management</h3>
<td>
{{::analyzer.name || analyzer.id}}<br>
<small class="text-muted">{{::analyzer.description}}</small>
<!-- <pre>{{analyzer | json}}</pre> -->
</td>
<td class="vmiddle">
<div class="btn-group btn-group-sm" ng-if="analyzer.template.id">
Expand Down
2 changes: 0 additions & 2 deletions frontend/app/views/partials/alert/custom.fields.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<div class="case-custom-fields">
<pre>{{dialog.event.customFields | orderBy:'order' | json}}</pre>

<div ng-if="dialog.event.customFields.length === 0">
<em>No aditional information have been specified</em>
</div>
Expand Down

0 comments on commit 94473d0

Please sign in to comment.