mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #559] [MERGED] Fix isViable for Nodes with "unlimited" resources #829
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/559
Author: @Boy132
Created: 8/20/2024
Status: ✅ Merged
Merged: 8/22/2024
Merged by: @Boy132
Base:
main← Head:fix/deployment-unlimited-node📝 Commits (1)
0c3f207fix isViable for nodes with "unlimited" resources📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
app/Models/Node.php(+3 -3)📄 Description
"Unlimited" is stored as
0which currently isn't handled correctly in theisViablemethod for nodes.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.