Skip to content

Commit

Permalink
Calling out error in log pane as error box
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Nov 27, 2023
1 parent 857eb6b commit 3e7cfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fprime_gds/flask/static/js/vue-support/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let template = `
<pre><code>{{ text }}</code></pre>
</div>
</div>
<span>{{ error }}</span>
<div class="alert alert-danger" role="alert" v-if="error">{{ error }}</div>
</div>
`;

Expand Down

0 comments on commit 3e7cfe3

Please sign in to comment.