Fix the title of Model column in ECM License datatable. (#2770)

This commit is contained in:
cristinaj
2017-12-06 12:30:10 +02:00
committed by Eugenio Romano
parent cb06c8a963
commit 791e443a72

View File

@@ -80,7 +80,7 @@ export class AboutComponent implements OnInit {
{type: 'text', key: 'expiresAt', title: 'Expires At', sortable: true},
{type: 'text', key: 'remainingDays', title: 'Remaining Days', sortable: true},
{type: 'text', key: 'holder', title: 'Holder', sortable: true},
{type: 'text', key: 'mode', title: 'Is Cluster Enabled', sortable: true},
{type: 'text', key: 'mode', title: 'Mode', sortable: true},
{type: 'text', key: 'isClusterEnabled', title: 'Is Cluster Enabled', sortable: true},
{type: 'text', key: 'isCryptodocEnabled', title: 'Is Cryptodoc Enable', sortable: true}
]);