edge / account

Account portal for managing Edge services
Other
3 stars 1 forks source link

Make server disk slider fully reactive to config #219

Closed willgarrett64 closed 1 year ago

willgarrett64 commented 1 year ago

Disk options in server specs (https://github.com/edge/account/blob/fda02a0aed9aa8d2f10b943c10ab0f4e8b062acd/src/components/server/deploy/ServerSpecs.vue#L303-L312) uses the config min/max, however there was a manual override that set the min as 10GiB so that the markers could be evenly divided between 16GiB and 512GiB. This needs to be changed so it's fully reactive to config min/max.

The new MN min is 16GiB but TN min is still 10GiB.