🐞 Not possible to use values other than predefined values for VMs in flight #1164
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ref: #1131
Issue:
In the console plugin for MTV the available settings for maximum VMs in flight is 2,10,20, and more.
I would like to at least have 1 and 5 as well to reduce load on our demo environment.
Fix:
use numeric input
Screenshot:
![inflight-before](https://private-user-images.githubusercontent.com/2181522/332789269-31e5123f-2ee8-435d-9558-5a6d784d3743.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTgxMjcsIm5iZiI6MTczOTYxNzgyNywicGF0aCI6Ii8yMTgxNTIyLzMzMjc4OTI2OS0zMWU1MTIzZi0yZWU4LTQzNWQtOTU1OC01YTZkNzg0ZDM3NDMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMTExMDI3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OWJmZDkxYTRjYzFiY2Q5NGMwYTU0ZjI0YWU1YmRmZTk1NDgwMmQ3MjkzOTZiYzQwNzM2NDRiZmRlYzUzODJhNyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.WTP5IKkfZeMbUIumXxYHFO7XJsqhGvI1RVhG-vTRVJs)
Before:
After:
![inflight-after](https://private-user-images.githubusercontent.com/2181522/332789284-446f84da-c06c-4edd-aa99-e557b9b9a50a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTgxMjcsIm5iZiI6MTczOTYxNzgyNywicGF0aCI6Ii8yMTgxNTIyLzMzMjc4OTI4NC00NDZmODRkYS1jMDZjLTRlZGQtYWE5OS1lNTU3YjliOWE1MGEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMTExMDI3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NzU0N2UxMjk0NzI0ODgwNThjZDliMWUyMzkyNWJkNzk1OTdmODBhMDFkYzUwNDc3ZDZmMzNhMTg4OTI4YzM3YyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.ROLr-2m1n6x6-55WNCO5XpgdwWj8rpZZ1wdbWCIIFMU)