mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #96] [CLOSED] First removal of unused variables #589
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/96
Author: @notAreYouScared
Created: 4/17/2024
Status: ❌ Closed
Base:
3.x← Head:issue/fix-2📝 Commits (1)
6d42a73First removal of unused variables📊 Changes
21 files changed (+51 additions, -51 deletions)
View changed files
📝
app/Http/Controllers/Admin/Nodes/NodeController.php(+1 -1)📝
app/Http/Controllers/Admin/Nodes/NodeViewController.php(+5 -5)📝
app/Http/Controllers/Admin/NodesController.php(+1 -1)📝
app/Http/Controllers/Admin/Servers/ServerController.php(+1 -1)📝
app/Http/Controllers/Admin/Servers/ServerViewController.php(+8 -8)📝
app/Http/Controllers/Admin/ServersController.php(+1 -1)📝
app/Http/Controllers/Admin/UserController.php(+1 -1)📝
app/Http/Controllers/Api/Application/Eggs/EggController.php(+2 -2)📝
app/Http/Controllers/Api/Application/Nodes/AllocationController.php(+1 -1)📝
app/Http/Controllers/Api/Application/Nodes/NodeController.php(+2 -2)📝
app/Http/Controllers/Api/Application/Servers/DatabaseController.php(+4 -4)📝
app/Http/Controllers/Api/Application/Servers/ExternalServerController.php(+1 -1)📝
app/Http/Controllers/Api/Application/Servers/ServerController.php(+2 -2)📝
app/Http/Controllers/Api/Application/Servers/ServerManagementController.php(+3 -3)📝
app/Http/Controllers/Api/Application/Users/ExternalUserController.php(+1 -1)📝
app/Http/Controllers/Api/Application/Users/UserController.php(+2 -2)📝
app/Http/Controllers/Api/Client/Servers/NetworkAllocationController.php(+5 -5)📝
app/Http/Controllers/Api/Client/Servers/ScheduleController.php(+4 -4)📝
app/Http/Controllers/Api/Client/Servers/SettingsController.php(+1 -1)📝
app/Http/Controllers/Api/Client/Servers/StartupController.php(+1 -1)...and 1 more files
📄 Description
Working on Issue #2, Removing unused variables.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.