mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-22 10:17:02 +00:00
Merge pull request #9682 from overleaf/ds-deleted-projects-sorting
Admin Panel- deleted projects sorting GitOrigin-RevId: 2a320a2bd060ff455d97adc4d4e6f40a36d19373
This commit is contained in:
parent
618b116ac3
commit
f031aba162
2 changed files with 3 additions and 1 deletions
services/web/frontend
|
@ -118,6 +118,7 @@
|
|||
"delete_folder": "",
|
||||
"delete_projects": "",
|
||||
"delete_your_account": "",
|
||||
"deleted_at": "",
|
||||
"deleting": "",
|
||||
"demonstrating_git_integration": "",
|
||||
"department": "",
|
||||
|
@ -483,6 +484,8 @@
|
|||
"raw_logs": "",
|
||||
"raw_logs_description": "",
|
||||
"read_only": "",
|
||||
"read_only_token": "",
|
||||
"read_write_token": "",
|
||||
"reauthorize_github_account": "",
|
||||
"recaptcha_conditions": "",
|
||||
"recent_commits_in_github": "",
|
||||
|
|
|
@ -446,7 +446,6 @@ ul.structured-list {
|
|||
.header {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.select-item,
|
||||
.select-all {
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Reference in a new issue