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

enable aop.xml modifying

parent 3e760af7
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,10 @@ export default BaseModel.extend({
workingDirectory: attr("string"),
aopContent: attr("string"),
kiekerConfigContent: attr("string"),
agent: belongsTo("agent")
});
......@@ -19,7 +19,7 @@
</thead>
<tbody>
<tr>
<td><b>Procezz ID</b></td>
<td><b>OS Process ID (PID)</b></td>
<td>{{procezz.pid}}</td>
</tr>
<tr>
......@@ -74,6 +74,14 @@
<div class="well well-sm container-word-wrap" style="margin-bottom: 0px;">{{procezz.agentExecutionCommand}}
</div>
</td>
</tr>
<tr>
<td><b>Content of aop.xml</b></td>
<td>
<div class="form-group">
{{textarea class="form-control no-horizontal-scroll" rows="5" value=procezz.aopContent}}
</div>
</td>
</tr>
<tr>
<td><b>OS (initial) Execution Command</b></td>
......
......@@ -16,4 +16,8 @@
overflow-y: scroll;
overflow-x: hidden;
max-height: 100%;
}
.no-horizontal-scroll {
resize: vertical;
}
\ No newline at end of file
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