1
0
Fork 0

Add more pages in the WebUI

This commit is contained in:
Jorge Gonzalez 2019-09-10 14:40:05 +02:00 committed by Traefiker Bot
parent 2b828765e3
commit fcc1109e76
82 changed files with 5005 additions and 249 deletions

View file

@ -3,6 +3,8 @@ import Vuex from 'vuex'
import core from './core'
import entrypoints from './entrypoints'
import http from './http'
import tcp from './tcp'
Vue.use(Vuex)
@ -15,7 +17,9 @@ export default function (/* { ssrContext } */) {
const Store = new Vuex.Store({
modules: {
core,
entrypoints
entrypoints,
http,
tcp
},
// enable strict mode (adds overhead!)