1
0
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:
kaichen999
2025-07-22 13:16:20 +08:00
committed by GitHub
parent 104802c7f4
commit 1f2c8ed3cc
16 changed files with 1236 additions and 20 deletions

View File

@@ -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: '' }
];