kricud commented on pull request #5392: URL: https://github.com/apache/cloudstack/pull/5392#issuecomment-910118932
@utchoang In Legacy UI if you want to use custom offering you need to enter/fill 3 values CPU (in MHz), # of CPU Cores, Memory (in MB) they are mandatory. In New UI you can enter only 2 values CPU Cores, Memory (in MB). If you want to create service offering manually or dynamically you need to specify CPU (in MHz) in both cases its mandatory field. New UI is missing CPU (in MHz). My two cents: New UI sliders in their existing form are pointless: For RAM slider you would expect increments in 1024MB. For CPU Cores you would expect averaged maximum of host vCPU. For CPU MHz you would expect all host MHz options. I would suggest remove sliders if only things they do is increase number from 1 to something. New UI:  Legacy UI:  Static offering:  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
