mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-02-11 06:09:20 +00:00
show error stderr
This commit is contained in:
parent
254239e182
commit
72a1d40bf9
@ -42,8 +42,10 @@ div.row
|
|||||||
.build-view_info
|
.build-view_info
|
||||||
if this.state.build.error && this.state.build.error.message
|
if this.state.build.error && this.state.build.error.message
|
||||||
.text-center.alert.alert-danger
|
.text-center.alert.alert-danger
|
||||||
| Error:
|
| Error:
|
||||||
span= this.state.build.error.message
|
div= this.state.build.error.message
|
||||||
|
if this.state.build.error.stderr
|
||||||
|
div= this.state.build.error.stderr
|
||||||
.row
|
.row
|
||||||
.col-md-6
|
.col-md-6
|
||||||
p
|
p
|
||||||
|
Loading…
Reference in New Issue
Block a user