Merge branch 'admin-dashboard-fixes' into shigusegubu-vue3
This commit is contained in:
commit
44087e997e
32 changed files with 181 additions and 36 deletions
|
|
@ -26,6 +26,7 @@ const adminSettingsStorage = {
|
|||
},
|
||||
setAvailableFrontends (state, { frontends }) {
|
||||
state.frontends = frontends.map(f => {
|
||||
f.installedRefs = f.installed_refs
|
||||
if (f.name === 'pleroma-fe') {
|
||||
f.refs = ['master', 'develop']
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue