Show reboot button on every page

This commit is contained in:
Angelina Filippova 2020-04-17 22:27:00 +00:00
commit 655584c877
51 changed files with 2032 additions and 964 deletions

View file

@ -12,7 +12,9 @@ const localVue = createLocalVue()
localVue.use(Vuex)
localVue.use(Element)
jest.mock('@/api/app')
jest.mock('@/api/invites')
jest.mock('@/api/nodeInfo')
describe('Invite tokens', () => {
let store

View file

@ -1,12 +1,14 @@
import app from '@/store/modules/app'
import user from '@/store/modules/user'
import invites from '@/store/modules/invites'
import settings from '@/store/modules/settings'
import getters from '@/store/getters'
export default {
modules: {
app,
invites,
settings,
user
},
getters