mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#7019
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/0xJacky/nginx-ui/pull/1310
Author: @0xJacky
Created: 8/14/2025
Status: ✅ Merged
Merged: 8/14/2025
Merged by: @0xJacky
Base:
dev← Head:feat/site-navigation📝 Commits (1)
e2b66fdfeat(dashboard): add sites navigation #1054📊 Changes
49 files changed (+4131 additions, -284 deletions)
View changed files
📝
api/cluster/namespace.go(+1 -1)📝
api/config/list.go(+9 -9)📝
api/openai/router.go(+0 -1)📝
api/sites/list.go(+5 -5)📝
api/sites/router.go(+12 -0)📝
api/sites/site.go(+2 -2)➕
api/sites/sitecheck.go(+195 -0)➕
api/sites/websocket.go(+164 -0)📝
api/streams/streams.go(+6 -6)📝
api/user/passkey.go(+2 -2)📝
app/components.d.ts(+4 -0)➕
app/src/api/site_navigation.ts(+151 -0)📝
app/src/components/Notification/notifications.ts(+8 -8)➕
app/src/constants/site-status.ts(+34 -0)📝
app/src/routes/modules/dashboard.ts(+8 -0)➕
app/src/views/dashboard/SiteNavigation.vue(+292 -0)➕
app/src/views/dashboard/components/SiteCard.vue(+323 -0)➕
app/src/views/dashboard/components/SiteHealthCheckModal.vue(+709 -0)➕
app/src/views/dashboard/components/SiteNavigationToolbar.vue(+106 -0)📝
go.mod(+1 -3)...and 29 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.