Skip to content

Commit

Permalink
Fix markup in script history expanding cell. (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Ellis authored May 11, 2020
1 parent 4c66edb commit f98030e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy/src/app/partials/script-results-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h3 class="p-heading--five" data-ng-if="title !== 'null'">{$ title $}</h3>
<div class="col-12">
<p class="u-text--loading"><i class="p-icon--spinner u-animation--spin"></i>&nbsp;&nbsp;Loading...</p>
</div>
</div>
</td>
<td class="p-table-expanding__panel col-12" aria-label="history" data-ng-if="result.showing_history">
<div class="row">
<div class="col-12">
Expand Down

0 comments on commit f98030e

Please sign in to comment.