change meetings and calls dashlets layouts
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with EspoCRM. If not, see http://www.gnu.org/licenses/.
|
||||
************************************************************************/
|
||||
************************************************************************/
|
||||
|
||||
Espo.define('Crm:Views.Dashlets.Calls', 'Views.Dashlets.Abstract.RecordList', function (Dep) {
|
||||
|
||||
@@ -31,22 +31,6 @@ Espo.define('Crm:Views.Dashlets.Calls', 'Views.Dashlets.Abstract.RecordList', fu
|
||||
sortBy: 'createdAt',
|
||||
asc: false,
|
||||
displayRecords: 5,
|
||||
columnLayout: [
|
||||
{
|
||||
name: 'name',
|
||||
link: true,
|
||||
sortable: false,
|
||||
width: 40,
|
||||
},
|
||||
{
|
||||
name: 'status',
|
||||
sortable: false,
|
||||
},
|
||||
{
|
||||
name: 'dateStart',
|
||||
sortable: false,
|
||||
}
|
||||
],
|
||||
expandedLayout: {
|
||||
rows: [
|
||||
[
|
||||
@@ -56,9 +40,6 @@ Espo.define('Crm:Views.Dashlets.Calls', 'Views.Dashlets.Abstract.RecordList', fu
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
name: 'status'
|
||||
},
|
||||
{
|
||||
name: 'dateStart'
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with EspoCRM. If not, see http://www.gnu.org/licenses/.
|
||||
************************************************************************/
|
||||
************************************************************************/
|
||||
|
||||
Espo.define('Crm:Views.Dashlets.Meetings', 'Views.Dashlets.Abstract.RecordList', function (Dep) {
|
||||
|
||||
@@ -40,9 +40,6 @@ Espo.define('Crm:Views.Dashlets.Meetings', 'Views.Dashlets.Abstract.RecordList',
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
name: 'status'
|
||||
},
|
||||
{
|
||||
name: 'dateStart'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user