mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-6031] Css classes added for maintaining minimum width in column header (#3523)
This commit is contained in:
@@ -2135,7 +2135,7 @@
|
|||||||
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
|
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
|
||||||
"type": "date",
|
"type": "date",
|
||||||
"format": "timeAgo",
|
"format": "timeAgo",
|
||||||
"class": "adf-ellipsis-cell",
|
"class": "adf-ellipsis-cell adf-no-grow-cell",
|
||||||
"sortable": true,
|
"sortable": true,
|
||||||
"desktopOnly": true,
|
"desktopOnly": true,
|
||||||
"order": 40
|
"order": 40
|
||||||
@@ -2320,7 +2320,7 @@
|
|||||||
"sortingKey": "modifiedAt",
|
"sortingKey": "modifiedAt",
|
||||||
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
|
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
|
||||||
"type": "date",
|
"type": "date",
|
||||||
"class": "adf-ellipsis-cell",
|
"class": "adf-ellipsis-cell adf-no-grow-cell",
|
||||||
"format": "timeAgo",
|
"format": "timeAgo",
|
||||||
"sortable": true,
|
"sortable": true,
|
||||||
"desktopOnly": true,
|
"desktopOnly": true,
|
||||||
@@ -2408,7 +2408,7 @@
|
|||||||
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
|
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
|
||||||
"type": "date",
|
"type": "date",
|
||||||
"format": "timeAgo",
|
"format": "timeAgo",
|
||||||
"class": "adf-ellipsis-cell",
|
"class": "adf-ellipsis-cell adf-no-grow-cell",
|
||||||
"sortable": true,
|
"sortable": true,
|
||||||
"desktopOnly": true,
|
"desktopOnly": true,
|
||||||
"order": 50
|
"order": 50
|
||||||
@@ -2472,7 +2472,7 @@
|
|||||||
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
|
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
|
||||||
"type": "date",
|
"type": "date",
|
||||||
"format": "timeAgo",
|
"format": "timeAgo",
|
||||||
"class": "adf-ellipsis-cell",
|
"class": "adf-ellipsis-cell adf-no-grow-cell",
|
||||||
"sortable": true,
|
"sortable": true,
|
||||||
"desktopOnly": true,
|
"desktopOnly": true,
|
||||||
"order": 50
|
"order": 50
|
||||||
|
Reference in New Issue
Block a user