1
0
Fork 0

Clean output when changing jobs lol

This commit is contained in:
Gregory Eremin 2017-11-08 00:13:32 +01:00
parent 51f16c1581
commit 7be787a914
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ export default class Output extends Component {
loadJob(id) {
if (id) {
this.refs["output"].innerHTML = ""
this.loadJobDetails(id)
this.loadCommandLog(id)
}