mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #803] [MERGED] Dynamic server status #977
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/803
Author: @lancepioch
Created: 12/9/2024
Status: ✅ Merged
Merged: 12/11/2024
Merged by: @lancepioch
Base:
main← Head:lance/dynamic-server-status📝 Commits (9)
3a6329bBetter readability5d313a3Force refresh the server instanced795c0cUse kebab case for these589d0aaFix phpstan54206c1Retry a little longerc756308Updatese2d3c1fAdd pint0797dcaDon’t need thisbb2491dPint fix📊 Changes
7 files changed (+107 additions, -32 deletions)
View changed files
📝
app/Enums/ContainerStatus.php(+31 -0)📝
app/Filament/Server/Pages/Console.php(+11 -10)📝
app/Filament/Server/Widgets/ServerConsole.php(+1 -1)➕
app/Livewire/ServerConflictBanner.php(+34 -0)📝
resources/views/filament/components/server-console.blade.php(+8 -2)📝
resources/views/filament/server-conflict-banner.blade.php(+1 -19)➕
resources/views/livewire/server-conflict-banner.blade.php(+21 -0)📄 Description
The server status banner at the top is dynamically reloaded whenever the power status changes also now.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.