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

wip

parent 539907da
No related branches found
No related tags found
No related merge requests found
......@@ -11,17 +11,7 @@ export default Component.extend({
saveProcess() {
this.get('process').save({include: 'agent'});
},
restartProcess() {
this.get("process").save({
include: "agent",
adapterOptions: {
pathExtension: "restart"
}
});
}
}
});
......@@ -66,7 +66,6 @@
</tbody>
</table>
<button type="button" class="btn btn-success" {{action "saveProcess"}}>Save</button>
<button type="button" class="btn btn-warning" {{action "restartProcess"}}>Restart Application</button>
</div>
</div>
</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