Skip to content
Snippets Groups Projects
Verified Commit 4acd96ad authored by Alexander-Krause's avatar Alexander-Krause
Browse files

added: new process atrributes to template

parent fee9e8cb
No related branches found
No related tags found
No related merge requests found
......@@ -31,15 +31,17 @@
<tr>
<td><b>Working Directory</b></td>
<td>
{{input class="form-control" value=process.workingDirectory}}
<div class="well well-sm container-word-wrap">
{{process.workingDirectory}}
</div>
</td>
</tr>
<tr>
<td><b>User-defined Execution Command</b></td>
<td>
<textarea class="form-control">
{{process.userExecutionCommand}}
</textarea>
<div contentEditable="true" class="form-control" style="height: auto;">
{{process.userExecutionCommand}}
</div>
</td>
</tr>
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment