From d3dcb671e85af2c3f290531d31deae16a30c046a Mon Sep 17 00:00:00 2001 From: Hans-Peter Herzog Date: Mon, 29 Jul 2019 10:44:51 +0200 Subject: [PATCH] TT#56394 Show proper message if entity list is empty Change-Id: I4b8531797414cce6ab865e80443c1ec985212adf --- .../pages/PbxConfiguration/CscPbxCallQueues.vue | 7 +++++++ .../pages/PbxConfiguration/CscPbxDevices.vue | 15 ++++++++++++++- .../pages/PbxConfiguration/CscPbxGroups.vue | 4 ++-- .../pages/PbxConfiguration/CscPbxMsConfigs.vue | 7 +++++++ .../pages/PbxConfiguration/CscPbxSoundSets.vue | 7 +++++++ src/locales/en.json | 3 ++- src/store/pbx-callqueues.js | 3 +++ src/store/pbx-devices.js | 2 +- src/store/pbx-groups.js | 2 +- src/store/pbx-ms-configs.js | 3 +++ src/store/pbx-soundsets.js | 2 +- 11 files changed, 48 insertions(+), 7 deletions(-) diff --git a/src/components/pages/PbxConfiguration/CscPbxCallQueues.vue b/src/components/pages/PbxConfiguration/CscPbxCallQueues.vue index 33a149ab..32ef0ed3 100644 --- a/src/components/pages/PbxConfiguration/CscPbxCallQueues.vue +++ b/src/components/pages/PbxConfiguration/CscPbxCallQueues.vue @@ -57,6 +57,12 @@ /> +
+ {{ $t('pbxConfig.noCallQueues') }} +
+
+ {{ $t('pbxConfig.noDevicesFound') }} +
+
+ {{ $t('pbxConfig.noDevicesCreated') }} +
- {{ $t('pbxConfig.noSeats') }} + {{ $t('pbxConfig.noGroups') }}
+
+ {{ $t('pbxConfig.noMsConfigs') }} +
+
+ {{ $t('pbxConfig.noSoundSets') }} +