made status into own view

This commit is contained in:
Torsten Ruger
2015-07-31 14:10:55 +03:00
parent 5bd6b3517d
commit 1728cc1b25
5 changed files with 54 additions and 32 deletions

View File

@ -0,0 +1,17 @@
<:Title>
status index
<:Body>
<div class="status-view">
<h4> Interpreter </h4>
Instruction {{ _clock}}
<button e-click="tick"> Next </button>
<br/>
<span> State </span>
<span> {{_state}} </span>
<br/>
<span> Link: {{_link}} </span>
<br/>
Stdout <br/>
<span> {{_stdout}} </span>
</div>