mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Merge pull request #145 from Dahlgren/feature/clone-server-disable-autostart
Disable autostart for cloned server
This commit is contained in:
commit
90c3d609f3
@ -27,7 +27,7 @@ define(function (require) {
|
||||
clone: function (e) {
|
||||
var title = this.model.get('title') + ' Clone';
|
||||
var clone = this.model.clone();
|
||||
clone.set({id: null, title: title});
|
||||
clone.set({id: null, title: title, auto_start: false});
|
||||
clone.save();
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user