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

Fix possible broken graph in a cluster with more than 5 nodes. #99

Closed thomaspierson closed 7 years ago

thomaspierson commented 8 years ago

This commit replace the hard-coded value '5' in the declaration of the polypointscircle object by the dynamic gnodes_json array length.

thomaspierson commented 8 years ago

The travis build failed but I think it's not related to my pull request.

MorganEPatch commented 7 years ago

This PR has been merged into develop.