diff --git a/src/views/xpack/GatherUser.vue b/src/views/xpack/GatherUser.vue index 0cb9f44ed..cc24229c5 100644 --- a/src/views/xpack/GatherUser.vue +++ b/src/views/xpack/GatherUser.vue @@ -1,13 +1,39 @@ - diff --git a/src/views/xpack/router.js b/src/views/xpack/router.js index 03fd660c7..70a305604 100644 --- a/src/views/xpack/router.js +++ b/src/views/xpack/router.js @@ -18,6 +18,12 @@ export default { component: () => import('@/views/xpack/License.vue'), name: 'License', meta: { title: 'License' } + }, + { + path: 'gathered-users', + component: () => import('@/views/xpack/GatherUser'), + name: 'GatherUser', + meta: { title: 'GatherUser' } } ] }