nci/static/js/app/components/terminal/terminal.jade

7 lines
148 B
Plaintext
Raw Normal View History

2015-06-14 15:28:22 +00:00
.terminal
2015-11-18 20:14:46 +00:00
pre.terminal_code(ref="code")
each row, index in this.state.data
Row(row=row, key=index)
.terminal_footer(style={height: '30px'})