osuosl / ganeti_webmgr

Ganeti Web Manager is a Django based web application that allows administrators and clients access to their ganeti clusters. It includes a permissions and quota system that allows administrators to grant access to both clusters and virtual machines. It also includes user groups for structuring access to organizations.
https://code.osuosl.org/projects/ganeti-webmgr
GNU General Public License v2.0
64 stars 32 forks source link

Use minmem value when available #107

Closed nabilbendafi closed 3 years ago

nabilbendafi commented 6 years ago

Fixes #51

Prevent "Memory (Min/Max)" from being display with default -1 value

jfut commented 3 years ago

Hi, I have encountered this bug. I hope this PR will be merged because I think this is an important UI issue.

jfut commented 3 years ago

Thanks!