mirror of
https://github.com/clonos/control-pane.git
synced 2026-04-27 05:35:55 +03:00
[PR #41] [MERGED] Extracted Menu from ClonOS #58
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/control-pane#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/clonos/control-pane/pull/41
Author: @bozhinov
Created: 2/23/2021
Status: ✅ Merged
Merged: 2/23/2021
Merged by: @olevole
Base:
master← Head:master📝 Commits (10+)
3413646* Fixesc5b1466* Refactored more scripts499ea23* Refactored more scriptsf72514a* Some more refactoringfbf5af6* fixed includes161e5b4* Merge with parentd10a544* Merged with masterac0c401* Menu class does not depend on ClonOS781d53d* fixes11fade7* Missed from refactoring pull📊 Changes
30 files changed (+323 additions, -188 deletions)
View changed files
📝
php/clonos.php(+92 -96)📝
php/config.php(+5 -3)📝
php/db.php(+13 -6)➕
php/locale.php(+31 -0)📝
php/menu.php(+29 -28)➕
php/utils.php(+17 -0)➕
public/curl2.php(+17 -0)📝
public/dialogs/k8s-new.php(+6 -2)📝
public/index.php(+23 -20)📝
public/js/clonos.js(+48 -2)📝
public/pages/authkey/a.json.php(+1 -1)📝
public/pages/bases/a.json.php(+2 -2)📝
public/pages/bhyvevms/a.json.php(+2 -2)📝
public/pages/imported/a.json.php(+1 -1)📝
public/pages/instance_jail/a.json.php(+6 -4)📝
public/pages/instance_jail/helpers.php(+3 -1)📝
public/pages/jailscontainers/a.json.php(+2 -2)📝
public/pages/jailscontainers/helpers.json.php(+2 -2)📝
public/pages/k8s/k8slist.table(+2 -2)📝
public/pages/k8s/ru.index.php(+6 -0)...and 10 more files
📄 Description
Somehow a bunch of code from the previous commit was not merged
this pull adds that code
Also:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.