mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 15:54:39 +00:00
add-search-trash (#8045)
* add-search-trash * update * Update settings.py * Update __init__.py * change search trash style * update * Update models.py * change search trash style and text * change error text * Update models.py --------- Co-authored-by: r350178982 <32759763+r350178982@users.noreply.github.com> Co-authored-by: Michael An <1822852997@qq.com>
This commit is contained in:
@@ -239,7 +239,7 @@ class Content extends React.Component {
|
||||
{ width: '5%', text: '' },
|
||||
{ width: '20%', text: gettext('Name') },
|
||||
{ width: '40%', text: gettext('Original path') },
|
||||
{ width: '12%', text: gettext('Delete Time') },
|
||||
{ width: '12%', text: gettext('Deleted time') },
|
||||
{ width: '13%', text: gettext('Size') },
|
||||
{ width: '10%', text: '' }
|
||||
];
|
||||
|
Reference in New Issue
Block a user