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

wip

parent 539907da
Branches
Tags
No related merge requests found
...@@ -11,17 +11,7 @@ export default Component.extend({ ...@@ -11,17 +11,7 @@ export default Component.extend({
saveProcess() { saveProcess() {
this.get('process').save({include: 'agent'}); this.get('process').save({include: 'agent'});
},
restartProcess() {
this.get("process").save({
include: "agent",
adapterOptions: {
pathExtension: "restart"
}
});
} }
} }
}); });
...@@ -66,7 +66,6 @@ ...@@ -66,7 +66,6 @@
</tbody> </tbody>
</table> </table>
<button type="button" class="btn btn-success" {{action "saveProcess"}}>Save</button> <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> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment