mirror of https://github.com/docker/docs.git
Added sub message for routing step during setup.
This commit is contained in:
parent
3817e346df
commit
4c7f6affb9
|
@ -36,6 +36,7 @@ var steps = [
|
|||
},
|
||||
pastMessage: 'Container routing set up (root required).',
|
||||
message: 'Setting up container routing (root required).',
|
||||
subMessage: '(This may take a few minutes)',
|
||||
futureMessage: 'Set up container routing to VM (root required).'
|
||||
},
|
||||
|
||||
|
@ -163,4 +164,3 @@ Template.setup_install.helpers({
|
|||
return Session.get('failedError');
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue