nci/static/js/app/components/terminal/terminal.jade
2015-12-03 20:23:34 +03:00

7 lines
148 B
Plaintext

.terminal
pre.terminal_code(ref="code")
each row, index in this.state.data
Row(row=row, key=index)
.terminal_footer(style={height: '30px'})