зеркало из https://github.com/docker/kitematic.git
Add transition to setup if creating new VM.
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
Родитель
5d67f1f0a3
Коммит
591ec5cbcd
|
@ -65,6 +65,7 @@ export default {
|
|||
setupServerActions.started({started: true});
|
||||
let exists = await virtualBox.vmExists(machine.name()) && fs.existsSync(path.join(util.home(), '.docker', 'machine', 'machines', machine.name()));
|
||||
if (!exists) {
|
||||
router.get().transitionTo('setup');
|
||||
setupServerActions.started({started: true});
|
||||
this.simulateProgress(60);
|
||||
try {
|
||||
|
|
Загрузка…
Ссылка в новой задаче