mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-12 00:35:08 +00:00
20 lines
325 B
Plaintext
20 lines
325 B
Plaintext
|
|
- var buildId = this.props.params.buildId;
|
|
- var total = this.state.data.total;
|
|
- var output = this.state.data.output;
|
|
|
|
div
|
|
| build:
|
|
span= buildId
|
|
|
|
div
|
|
| lines in total:
|
|
span= total
|
|
|
|
div
|
|
| from:
|
|
input(type="text", value=this.state.from, onChange=this.onFromChange)
|
|
br
|
|
.terminal
|
|
.terminal_code(ref="code")!= output
|