Show hardware or usage of selected node on server creation page.
🚀 Feature Request
Is your proposal related to a problem?
No
*Provide a clear and concise description of what the problem is. When a node is selected, there could be a smal summery of CPU Type, Ram Type, Disk Type and usage of that node. Also maybe show the location of that node infront.
Provide a clear and concise description of what you want to happen.
As shown in the picture, something like so. The usage would be enoth to either show the "At-A-Glance" Section of ptero
or it could show relation of total servers and servers running on that node.
The usage would just be great to give the user a tiny bit of information of what node to pick.

At-A-Glance of Ptero:

Yes, i´m aware of the fact that the hardware part could be added in pterodactyl as name of that node but i personaly disslike that idear.
Usage in % of the node eould be good. When the server will exceed allocated ram and storage limits, show error that it would exceed node allocation limit, and tell user to pick different node.
As now you can overallocate nodes, and go over the limit you set on ptero.
im pretty sure pterodactyl offers no such API?
They do. https://panel.ebg.pw/api/application/nodes/5
Nodes avaibke resources:
"memory": 131072,
"memory_overallocate": 250,
"disk": 819200,
"disk_overallocate": 5,
Currently allocated resources:
"allocated_resources": {
"memory": 12288,
"disk": 40960
}
You could add that to the cronjob that checks nodes once a min and then destroys / creates the product links as needed.
this is pretty important imo