Improve design of read-only pop up device info dialog

Re design device details dialog
Aldo did some folder info related changes at server side php file
This commit is contained in:
csoni
2017-02-21 12:42:13 +05:30
committed by Ronald Toussaint
parent 1b0d83f0e2
commit 1ff20da262
12 changed files with 489 additions and 247 deletions

View File

@ -15,7 +15,11 @@ Zarafa.plugins.mdm.data.MDMDeviceRecordFields = [
{name: 'totalfolders', type: 'string'},
{name: 'shortfolderids', type: 'string'},
{name: 'synchronizedfolders', type: 'string'},
{name: 'synchronizeddata', type: 'string'},
{name: 'emailsfolder', type: 'string'},
{name: 'contactsfolder', type: 'string'},
{name: 'tasksfolder', type: 'string'},
{name: 'calendarsfolder', type: 'string'},
{name: 'notesfolder', type: 'string'},
{name: 'koeversion', type: 'string'},
{name: 'koebuild', type: 'string'},
{name: 'koebuilddate', type: 'date', dateFormat: 'timestamp'}