diff --git a/src/components/CscVoiceboxLanguage.vue b/src/components/CscVoiceboxLanguage.vue
index d845891b..df458321 100644
--- a/src/components/CscVoiceboxLanguage.vue
+++ b/src/components/CscVoiceboxLanguage.vue
@@ -36,6 +36,7 @@
diff --git a/src/layouts/CscLayoutLogin.vue b/src/layouts/CscLayoutLogin.vue
index 52ef15df..47fab323 100644
--- a/src/layouts/CscLayoutLogin.vue
+++ b/src/layouts/CscLayoutLogin.vue
@@ -5,3 +5,8 @@
+
diff --git a/src/layouts/CscLayoutMain.vue b/src/layouts/CscLayoutMain.vue
index 8ae978ac..3de51f49 100644
--- a/src/layouts/CscLayoutMain.vue
+++ b/src/layouts/CscLayoutMain.vue
@@ -242,7 +242,7 @@ import {
startCase
} from 'src/filters/string'
export default {
- name: 'CscMainLayout',
+ name: 'CscLayoutMain',
components: {
CscSelectionLanguage,
CscSelectionLanguageMobile,
diff --git a/src/pages/CscPageCallRecording.vue b/src/pages/CscPageCallRecording.vue
index 2bfed947..93f25933 100644
--- a/src/pages/CscPageCallRecording.vue
+++ b/src/pages/CscPageCallRecording.vue
@@ -181,7 +181,7 @@ import CscRemoveDialog from 'components/CscRemoveDialog'
import { LIST_DEFAULT_ROWS } from 'src/api/common'
import moment from 'moment'
export default {
- name: 'CscCallBlocking',
+ name: 'CscPageCallRecording',
components: {
CscAudioPlayer,
CscPageSticky,
diff --git a/src/pages/CscPageConversations.vue b/src/pages/CscPageConversations.vue
index a473816b..38a5c258 100644
--- a/src/pages/CscPageConversations.vue
+++ b/src/pages/CscPageConversations.vue
@@ -124,7 +124,7 @@ import CscConversationsCallsFilter from 'components/pages/Conversations/CscConve
import CscRemoveDialog from 'components/CscRemoveDialog'
import { mapWaitingActions } from 'vue-wait'
export default {
- name: 'CscConversations',
+ name: 'CscPageConversations',
components: {
CscRemoveDialog,
CscConversationsFilter,
diff --git a/src/pages/CscPagePbxCallQueues.vue b/src/pages/CscPagePbxCallQueues.vue
index 5e4c849d..5a7c7ce0 100644
--- a/src/pages/CscPagePbxCallQueues.vue
+++ b/src/pages/CscPagePbxCallQueues.vue
@@ -105,6 +105,7 @@ import CscFade from 'components/transitions/CscFade'
import CscListActionButton from 'components/CscListActionButton'
export default {
+ name: 'CscPagePbxCallQueues',
components: {
CscListActionButton,
CscFade,
diff --git a/src/pages/CscPagePbxDevices.vue b/src/pages/CscPagePbxDevices.vue
index ebef90bb..e7ec3ccc 100644
--- a/src/pages/CscPagePbxDevices.vue
+++ b/src/pages/CscPagePbxDevices.vue
@@ -166,7 +166,7 @@ import {
RequestState
} from 'src/store/common'
export default {
- name: 'CscPbxDevices',
+ name: 'CscPagePbxDevices',
components: {
CscRemoveDialog,
CscPbxDeviceAddForm,
diff --git a/src/pages/CscPagePbxGroupDetails.vue b/src/pages/CscPagePbxGroupDetails.vue
index 1710ac2d..272f0906 100644
--- a/src/pages/CscPagePbxGroupDetails.vue
+++ b/src/pages/CscPagePbxGroupDetails.vue
@@ -264,7 +264,7 @@ import CscInputButtonReset from 'components/form/CscInputButtonReset'
import CscCallForwardDetails from 'components/pages/CallForward/CscCallForwardDetails.vue'
import useValidate from '@vuelidate/core'
export default {
- name: 'CscPbxGroupDetails',
+ name: 'CscPagePbxGroupDetails',
components: {
CscInputButtonReset,
CscInputButtonSave,
diff --git a/src/pages/CscPagePbxGroups.vue b/src/pages/CscPagePbxGroups.vue
index 304327c3..4b39a930 100644
--- a/src/pages/CscPagePbxGroups.vue
+++ b/src/pages/CscPagePbxGroups.vue
@@ -152,6 +152,7 @@ import CscFade from 'components/transitions/CscFade'
import CscListSpinner from 'components/CscListSpinner'
export default {
+ name: 'CscPagePbxGroups',
components: {
CscListSpinner,
CscFade,
diff --git a/src/pages/CscPagePbxMsConfigs.vue b/src/pages/CscPagePbxMsConfigs.vue
index 65610013..ced532cf 100644
--- a/src/pages/CscPagePbxMsConfigs.vue
+++ b/src/pages/CscPagePbxMsConfigs.vue
@@ -103,6 +103,7 @@ import CscFade from 'components/transitions/CscFade'
import CscListActionButton from 'components/CscListActionButton'
export default {
+ name: 'CscPagePbxMsConfigs',
components: {
CscListActionButton,
CscFade,
diff --git a/src/pages/CscPagePbxSeats.vue b/src/pages/CscPagePbxSeats.vue
index b4a51727..1717abbe 100644
--- a/src/pages/CscPagePbxSeats.vue
+++ b/src/pages/CscPagePbxSeats.vue
@@ -126,6 +126,7 @@ import CscPageSticky from 'components/CscPageSticky'
import CscPbxSeatFilters from 'components/pages/PbxConfiguration/CscPbxSeatFilters'
export default {
+ name: 'CscPagePbxSeats',
components: {
CscPbxSeatFilters,
CscPageSticky,
diff --git a/src/pages/CscPagePbxSettings.vue b/src/pages/CscPagePbxSettings.vue
index f39e7553..cb2ac63e 100644
--- a/src/pages/CscPagePbxSettings.vue
+++ b/src/pages/CscPagePbxSettings.vue
@@ -46,6 +46,7 @@ import {
import CscSpinner from 'components/CscSpinner'
import { getSubscriberId } from 'src/auth'
export default {
+ name: 'CscPagePbxSettings',
components: {
CscSpinner,
CscPage
diff --git a/src/pages/CscPagePbxSoundSetDetails.vue b/src/pages/CscPagePbxSoundSetDetails.vue
index 40eaddd5..70df1500 100644
--- a/src/pages/CscPagePbxSoundSetDetails.vue
+++ b/src/pages/CscPagePbxSoundSetDetails.vue
@@ -194,7 +194,7 @@ import CscListItemTitle from 'components/CscListItemTitle'
import useValidate from '@vuelidate/core'
import _ from 'lodash'
export default {
- name: 'CscPbxSoundSet',
+ name: 'CscPagePbxSoundSetDetails',
components: {
CscInputButtonReset,
CscInputButtonSave,
diff --git a/src/pages/CscPagePbxSoundSets.vue b/src/pages/CscPagePbxSoundSets.vue
index ceecf08d..cb41b811 100644
--- a/src/pages/CscPagePbxSoundSets.vue
+++ b/src/pages/CscPagePbxSoundSets.vue
@@ -105,6 +105,7 @@ import CscPbxSoundSetAddForm from 'components/pages/PbxConfiguration/CscPbxSound
import CscRemoveDialog from 'components/CscRemoveDialog'
export default {
+ name: 'CscPagePbxSoundSets',
components: {
CscRemoveDialog,
CscPbxSoundSetAddForm,
diff --git a/src/pages/CscPageSpeedDial.vue b/src/pages/CscPageSpeedDial.vue
index 2e4b6887..364179c2 100644
--- a/src/pages/CscPageSpeedDial.vue
+++ b/src/pages/CscPageSpeedDial.vue
@@ -107,6 +107,7 @@ import CscPopupMenu from 'components/CscPopupMenu'
import CscPopupMenuItem from 'components/CscPopupMenuItem'
export default {
+ name: 'CscPageSpeedDial',
components: {
CscPopupMenuItem,
CscPopupMenu,
diff --git a/src/pages/CscPageVoicebox.vue b/src/pages/CscPageVoicebox.vue
index a08a3699..3bf7fcdb 100644
--- a/src/pages/CscPageVoicebox.vue
+++ b/src/pages/CscPageVoicebox.vue
@@ -174,6 +174,7 @@ import CscVoiceboxLanguage from 'components/CscVoiceboxLanguage'
import { mapWaitingActions } from 'vue-wait'
import useValidate from '@vuelidate/core'
export default {
+ name: 'CscPageVoicebox',
components: {
CscVoiceboxLanguage,
CscSpinner,