diff --git a/src/api/pbx-config.js b/src/api/pbx-config.js index 84bc0f53..2dd608cb 100644 --- a/src/api/pbx-config.js +++ b/src/api/pbx-config.js @@ -10,7 +10,7 @@ import { getList, get, patchReplace } from './common' var createId = uuid.v4; -export const PBX_CONFIG_ORDER_BY = 'created_timestamp'; +export const PBX_CONFIG_ORDER_BY = 'create_timestamp'; export const PBX_CONFIG_ORDER_DIRECTION = 'desc'; export function getGroups(options) { diff --git a/src/components/pages/PbxConfiguration/CscPbxDevices.vue b/src/components/pages/PbxConfiguration/CscPbxDevices.vue index af759086..c325320a 100644 --- a/src/components/pages/PbxConfiguration/CscPbxDevices.vue +++ b/src/components/pages/PbxConfiguration/CscPbxDevices.vue @@ -32,7 +32,7 @@ :after="searchButtonStationName" /> {{ listStationNameFilter }} @@ -54,7 +54,7 @@ :after="searchButtonMacAddress" /> {{ listMacAddressFilter }} @@ -79,7 +79,7 @@ @select="filterByProfile" /> - - + + + - - {{ entityTitle }} - - + + - {{ $t('pbxConfig.extension') }}: {{ seat.pbx_extension }} - - - - - + +
+ {{ $t('pbxConfig.extension') }}: + {{ seat.pbx_extension }} +
+
+ +
+ + {{ $t('pbxConfig.noGroupAssigned') }} +
+
+ + {{ $t('pbxConfig.groups') }}: + + + {{ group.display_name }} + +
+
+ + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - -
+ +
+ +
+
+ +
+
+ -
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/pages/PbxConfiguration/CscPbxSeats.vue b/src/components/pages/PbxConfiguration/CscPbxSeats.vue index 1339e0fb..1303bf3f 100644 --- a/src/components/pages/PbxConfiguration/CscPbxSeats.vue +++ b/src/components/pages/PbxConfiguration/CscPbxSeats.vue @@ -1,14 +1,7 @@