mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1539] [CLOSED] api(client): use server condition value for status #1443
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/1539
Author: @AidanConn
Created: 7/21/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
cfea069api(client): use server condition value for status📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
app/Transformers/Api/Client/ServerTransformer.php(+1 -1)📄 Description
api(client): use condition property for server status
Fixes client api, api:client:server.view, by replacing the server status field with the value from the server’s condition property, which was previously always null. Now returns “offline”, “running”, etc.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.