[PR #1539] [CLOSED] api(client): use server condition value for status #1443

Closed
opened 2026-02-05 18:14:11 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1539
Author: @AidanConn
Created: 7/21/2025
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • cfea069 api(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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1539 **Author:** [@AidanConn](https://github.com/AidanConn) **Created:** 7/21/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`cfea069`](https://github.com/pelican-dev/panel/commit/cfea069c5c9a0bf4be638e53400f9cd3d087443e) api(client): use server condition value for status ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Transformers/Api/Client/ServerTransformer.php` (+1 -1) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 18:14:11 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1443