Merge branch 'error-log-summary' into 'v3'
Reduce spacing in action log error summary to prevet cut-off Closes #811 See merge request openflexure/openflexure-microscope-server!638
This commit is contained in:
commit
20d9a6d0e4
1 changed files with 1 additions and 2 deletions
|
|
@ -16,8 +16,7 @@
|
|||
<div class="log-summary">
|
||||
<div class="log-summary-text">
|
||||
<div v-if="taskStatus === 'error'" class="status-error">
|
||||
<p>The task failed due to an error:</p>
|
||||
<p>{{ errorMessage }}</p>
|
||||
<p>The task failed due to an error:<br />{{ errorMessage }}</p>
|
||||
</div>
|
||||
|
||||
<div v-else-if="taskStatus == 'cancelled'" class="status-cancelled">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue