Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
07d274ca
Unverified
Commit
07d274ca
authored
Apr 11, 2022
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: admin system info to vue3 comp api
parent
464f55cf
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
AdminGeneral.vue
ux/src/pages/AdminGeneral.vue
+1
-1
AdminSystem.vue
ux/src/pages/AdminSystem.vue
+0
-0
routes.js
ux/src/router/routes.js
+1
-1
No files found.
ux/src/pages/AdminGeneral.vue
View file @
07d274ca
...
...
@@ -589,8 +589,8 @@ async function save () {
type
:
'positive'
,
message
:
t
(
'admin.general.saveSuccess'
)
})
await
adminStore
.
fetchSites
()
if
(
adminStore
.
currentSiteId
===
siteStore
.
id
)
{
await
adminStore
.
fetchSites
()
siteStore
.
$patch
({
title
:
state
.
config
.
title
,
description
:
state
.
config
.
description
,
...
...
ux/src/pages/AdminSystem.vue
View file @
07d274ca
This diff is collapsed.
Click to expand it.
ux/src/router/routes.js
View file @
07d274ca
...
...
@@ -48,7 +48,7 @@ const routes = [
// { path: 'extensions', component: () => import('../pages/AdminExtensions.vue') },
// { path: 'mail', component: () => import('../pages/AdminMail.vue') },
// { path: 'security', component: () => import('../pages/AdminSecurity.vue') },
//
{ path: 'system', component: () => import('../pages/AdminSystem.vue') },
{
path
:
'system'
,
component
:
()
=>
import
(
'../pages/AdminSystem.vue'
)
},
// { path: 'utilities', component: () => import('../pages/AdminUtilities.vue') },
// { path: 'webhooks', component: () => import('../pages/AdminWebhooks.vue') },
{
path
:
'flags'
,
component
:
()
=>
import
(
'../pages/AdminFlags.vue'
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment