Changing the name for status column on process list cloud. (#4254)

Remove processName from properties used on demo-shell.
This commit is contained in:
cristinaj
2019-02-04 15:29:34 +02:00
committed by Eugenio Romano
parent 3b455524b9
commit 2a630381b7

View File

@@ -546,7 +546,7 @@
}, },
"adf-edit-process-filter": { "adf-edit-process-filter": {
"properties": [ "properties": [
"state", "sort", "order", "processName" "state", "sort", "order"
] ]
}, },
"content-metadata": { "content-metadata": {
@@ -579,7 +579,7 @@
{ {
"key": "entry.status", "key": "entry.status",
"type": "text", "type": "text",
"title": "ADF_CLOUD_TASK_LIST.PROPERTIES.NAME", "title": "ADF_CLOUD_TASK_LIST.PROPERTIES.STATUS",
"sortable": true "sortable": true
}, },
{ {