mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[ADF-4287] Fix tasks UI in Process Cloud (#4514)
* [ADF-4287] Fix tasks UI in Process Cloud * [ADF-4287] Remove uneeded code
This commit is contained in:
parent
4a49c086a4
commit
f98ea79d26
@ -615,6 +615,7 @@
|
|||||||
"key": "entry.id",
|
"key": "entry.id",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"title": "ADF_CLOUD_TASK_LIST.PROPERTIES.ID",
|
"title": "ADF_CLOUD_TASK_LIST.PROPERTIES.ID",
|
||||||
|
"cssClass": "adf-expand-cell-4",
|
||||||
"sortable": true
|
"sortable": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -622,7 +623,7 @@
|
|||||||
"type": "text",
|
"type": "text",
|
||||||
"title": "ADF_CLOUD_TASK_LIST.PROPERTIES.NAME",
|
"title": "ADF_CLOUD_TASK_LIST.PROPERTIES.NAME",
|
||||||
"sortable": true,
|
"sortable": true,
|
||||||
"cssClass": "full-width name-column ellipsis-cell"
|
"cssClass": "name-column adf-ellipsis-cell"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "entry.status",
|
"key": "entry.status",
|
||||||
|
@ -29,7 +29,7 @@ import { TaskListCloudSortingModel } from '../models/task-list-sorting.model';
|
|||||||
@Component({
|
@Component({
|
||||||
selector: 'adf-cloud-task-list',
|
selector: 'adf-cloud-task-list',
|
||||||
templateUrl: './task-list-cloud.component.html',
|
templateUrl: './task-list-cloud.component.html',
|
||||||
styleUrls: ['./task-list-cloud.component.css'],
|
styleUrls: ['./task-list-cloud.component.scss'],
|
||||||
encapsulation: ViewEncapsulation.None
|
encapsulation: ViewEncapsulation.None
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user