bulk actions and modal details, WIP
This commit is contained in:
parent
ec5dbe1792
commit
8a29bd5fdd
8 changed files with 188 additions and 141 deletions
|
|
@ -114,6 +114,9 @@ const adminSettingsStorage = {
|
|||
adminChangeStatusScope (store, { opts }) {
|
||||
return store.rootState.api.backendInteractor.adminChangeStatusScope({ opts })
|
||||
},
|
||||
adminDisableMFA (store, { opts }) {
|
||||
return store.rootState.api.backendInteractor.adminDisableMFA({ opts })
|
||||
},
|
||||
loadFrontendsStuff ({ rootState, commit }) {
|
||||
rootState.api.backendInteractor.fetchAvailableFrontends()
|
||||
.then(frontends => commit('setAvailableFrontends', { frontends }))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue