mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
Reduce activation indication movement (#215)
This commit is contained in:
parent
e4963b0511
commit
b668b8ed2b
3 changed files with 3 additions and 3 deletions
|
@ -114,7 +114,7 @@ func create(cmd *cobra.Command, creator cloudCreator, fileHandler file.Handler)
|
|||
}
|
||||
}
|
||||
|
||||
spinner := newSpinner(cmd, "Loading ", true)
|
||||
spinner := newSpinner(cmd, "Creating", false)
|
||||
spinner.Start()
|
||||
state, err := creator.Create(cmd.Context(), provider, config, flags.name, instanceType, flags.controllerCount, flags.workerCount)
|
||||
spinner.Stop()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue