List folders that have been opened through the api
Added button in MDMDeviceGeneralTab Created MDMManageSharedFolderContentPanel and MDMManageSharedFolderPanel to show a dialog with multi select hierarchy Created substore sharedfolder Added proxy and response handler to handel device response Used message class instead of object type, Override hierarchy tree , hierarchy loader and folder node ui
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
background-image:url(../icons/mdm_icon.png) !important;
|
||||
}
|
||||
|
||||
|
||||
.mdm-devicepanel.x-panel.tabpanel-container
|
||||
> .x-panel-bwrap
|
||||
> .x-panel-body {
|
||||
@ -17,7 +16,6 @@
|
||||
padding: 0!important;
|
||||
}
|
||||
|
||||
|
||||
.mdm-display-name {
|
||||
font-weight: bold !important;
|
||||
padding: 4px 0 2px 0;
|
||||
@ -36,5 +34,17 @@
|
||||
.mdm-synchronize-panel {
|
||||
border: 0px;
|
||||
margin-left: 10px;
|
||||
padding: 0px;
|
||||
padding: 9px 0 0 0;
|
||||
}
|
||||
|
||||
.mdm-managesharedfolder-button {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.mdm-create-tree-panel-item {
|
||||
margin: 0 0 5px 0;
|
||||
}
|
||||
|
||||
.mdm-synchronize-shared-panel {
|
||||
padding-top: 9px;
|
||||
}
|
Reference in New Issue
Block a user