[PR #26] [MERGED] Refactored install and 404 pages #877

Closed
opened 2026-02-26 12:09:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/26
Author: @0xJacky
Created: 8/2/2022
Status: Merged
Merged: 8/2/2022
Merged by: @0xJacky

Base: masterHead: frontend-next


📝 Commits (2)

  • 070c53b [frontend-next] bug fix
  • 9be594f [frontend-next] Refactored install and 404 pages

📊 Changes

33 files changed (+613 additions, -528 deletions)

View changed files

📝 frontend/.env.development (+0 -1)
📝 frontend/.env.production (+1 -2)
📝 frontend/frontend.go (+1 -1)
frontend/public/vite.svg (+0 -18)
frontend/src/api/index.ts (+12 -0)
📝 frontend/src/components/StdDataDisplay/StdPagination.vue (+13 -21)
📝 frontend/src/components/StdDataDisplay/StdTable.vue (+12 -7)
📝 frontend/src/dark.less (+4 -0)
📝 frontend/src/lib/http/index.ts (+4 -6)
📝 frontend/src/main.ts (+1 -1)
📝 frontend/src/routes/index.ts (+5 -28)
📝 frontend/src/style.less (+1 -3)
📝 frontend/src/views/domain/cert/Cert.vue (+28 -30)
📝 frontend/src/views/domain/cert/CertInfo.vue (+4 -0)
📝 frontend/src/views/domain/cert/IssueCert.vue (+116 -119)
frontend/src/views/domain/methods.js (+0 -37)
frontend/src/views/domain/methods.ts (+40 -0)
📝 frontend/src/views/domain/ngx_conf/LocationEditor.vue (+4 -4)
📝 frontend/src/views/domain/ngx_conf/NgxConfigEditor.vue (+7 -18)
📝 frontend/src/views/domain/ngx_conf/directive/DirectiveAdd.vue (+16 -12)

...and 13 more files

📄 Description

No description provided


🔄 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/0xJacky/nginx-ui/pull/26 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 8/2/2022 **Status:** ✅ Merged **Merged:** 8/2/2022 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `master` ← **Head:** `frontend-next` --- ### 📝 Commits (2) - [`070c53b`](https://github.com/0xJacky/nginx-ui/commit/070c53b0b2362f6a3f8b2b2878abc32e5bff744d) [frontend-next] bug fix - [`9be594f`](https://github.com/0xJacky/nginx-ui/commit/9be594f9dc83716114e7c4279bc96ec5f3d9e4a1) [frontend-next] Refactored install and 404 pages ### 📊 Changes **33 files changed** (+613 additions, -528 deletions) <details> <summary>View changed files</summary> 📝 `frontend/.env.development` (+0 -1) 📝 `frontend/.env.production` (+1 -2) 📝 `frontend/frontend.go` (+1 -1) ➖ `frontend/public/vite.svg` (+0 -18) ➕ `frontend/src/api/index.ts` (+12 -0) 📝 `frontend/src/components/StdDataDisplay/StdPagination.vue` (+13 -21) 📝 `frontend/src/components/StdDataDisplay/StdTable.vue` (+12 -7) 📝 `frontend/src/dark.less` (+4 -0) 📝 `frontend/src/lib/http/index.ts` (+4 -6) 📝 `frontend/src/main.ts` (+1 -1) 📝 `frontend/src/routes/index.ts` (+5 -28) 📝 `frontend/src/style.less` (+1 -3) 📝 `frontend/src/views/domain/cert/Cert.vue` (+28 -30) 📝 `frontend/src/views/domain/cert/CertInfo.vue` (+4 -0) 📝 `frontend/src/views/domain/cert/IssueCert.vue` (+116 -119) ➖ `frontend/src/views/domain/methods.js` (+0 -37) ➕ `frontend/src/views/domain/methods.ts` (+40 -0) 📝 `frontend/src/views/domain/ngx_conf/LocationEditor.vue` (+4 -4) 📝 `frontend/src/views/domain/ngx_conf/NgxConfigEditor.vue` (+7 -18) 📝 `frontend/src/views/domain/ngx_conf/directive/DirectiveAdd.vue` (+16 -12) _...and 13 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:09:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#877
No description provided.