Skip to content
Snippets Groups Projects
Verified Commit 3e760af7 authored by Alexander Krause's avatar Alexander Krause
Browse files

introducing: agent execution command

parent 6055ba17
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@ export default BaseModel.extend({
applicationName: attr("string"),
osExecutionCommand: attr("string"),
userExecutionCommand: attr("string"),
agentExecutionCommand: attr("string"),
shutdownCommand: attr("string"),
......
......@@ -54,7 +54,7 @@
</tr>
<tr>
<td>
<b>User-defined Execution Command</b>
<b>User Execution Command</b>
<p class="text-muted" style="margin-top: 1cm;">
Possible Entry
</p>
......@@ -67,7 +67,16 @@
</td>
</tr>
<tr>
<td><b>Execution Command</b></td>
<td>
<b>Agend Execution Command</b>
</td>
<td>
<div class="well well-sm container-word-wrap" style="margin-bottom: 0px;">{{procezz.agentExecutionCommand}}
</div>
</td>
</tr>
<tr>
<td><b>OS (initial) Execution Command</b></td>
<td>
<div class="well well-sm container-word-wrap" style="margin-bottom: 0px;">{{procezz.osExecutionCommand}}
</div>
......
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