From f867c69d26057f4e0ca0c75899b0fcfe76bb91d0 Mon Sep 17 00:00:00 2001 From: Hans-Peter Herzog Date: Tue, 10 Jul 2018 17:04:34 +0200 Subject: [PATCH] TT#40250 PBXConfig: As a Customer, I want to get notified about invalid input before creating a PBXGroup Change-Id: Iaf18363545097ffe733034a94daa1e42fb228242 --- .../pages/PbxConfiguration/CscPbxDevices.vue | 1 + .../pages/PbxConfiguration/CscPbxGroup.vue | 255 +++++++++++------- .../PbxConfiguration/CscPbxGroupAddForm.vue | 232 +++++++++++++--- .../pages/PbxConfiguration/CscPbxGroups.vue | 76 ++++-- .../pages/PbxConfiguration/CscPbxSeat.vue | 93 +------ .../pages/PbxConfiguration/CscPbxSeats.vue | 4 +- src/locales/en.json | 13 +- src/themes/app.common.styl | 9 + 8 files changed, 416 insertions(+), 267 deletions(-) diff --git a/src/components/pages/PbxConfiguration/CscPbxDevices.vue b/src/components/pages/PbxConfiguration/CscPbxDevices.vue index c325320a..c2ec7674 100644 --- a/src/components/pages/PbxConfiguration/CscPbxDevices.vue +++ b/src/components/pages/PbxConfiguration/CscPbxDevices.vue @@ -157,6 +157,7 @@ separator sparse multiline + :highlight="!isMobile" > - - + + - - {{ entityTitle }} - - + + - {{ $t('pbxConfig.extension') }}: {{ group.pbx_extension }} - - - - - + +
+ {{ $t('pbxConfig.extension') }}: + {{ group.pbx_extension }} +
+
+ +
+ + {{ $t('pbxConfig.noSeatAssigned') }} +
+
+ {{ $t('pbxConfig.seats') }}: + + {{ seat.display_name }} + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - -
+ +
+ +
+
+ +
+
+ -
+