change meetings and calls dashlets layouts

This commit is contained in:
yuri
2015-01-27 10:30:48 +02:00
parent a9b3320302
commit 9e28d4a261
2 changed files with 2 additions and 24 deletions
@@ -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'
}