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({ ...@@ -22,8 +22,8 @@ export default BaseModel.extend({
applicationName: attr("string"), applicationName: attr("string"),
osExecutionCommand: attr("string"), osExecutionCommand: attr("string"),
userExecutionCommand: attr("string"), userExecutionCommand: attr("string"),
agentExecutionCommand: attr("string"),
shutdownCommand: attr("string"), shutdownCommand: attr("string"),
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<b>User-defined Execution Command</b> <b>User Execution Command</b>
<p class="text-muted" style="margin-top: 1cm;"> <p class="text-muted" style="margin-top: 1cm;">
Possible Entry Possible Entry
</p> </p>
...@@ -67,7 +67,16 @@ ...@@ -67,7 +67,16 @@
</td> </td>
</tr> </tr>
<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> <td>
<div class="well well-sm container-word-wrap" style="margin-bottom: 0px;">{{procezz.osExecutionCommand}} <div class="well well-sm container-word-wrap" style="margin-bottom: 0px;">{{procezz.osExecutionCommand}}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment