Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ui-storagebrowser] adds change permission action to new storage browser #3975

Merged
merged 9 commits into from
Jan 31, 2025
Prev Previous commit
updates the storage browser tab label
ramprasadagarwal committed Jan 31, 2025
commit 59384abf00f588ec946a9c9ca1dbbc0d62ff3d62
6 changes: 3 additions & 3 deletions desktop/core/src/desktop/models.py
Original file line number Diff line number Diff line change
@@ -2015,9 +2015,9 @@ def _get_browser(self):
if ENABLE_NEW_STORAGE_BROWSER.get():
interpreters.append({
'type': 'newfilebrowser',
'displayName': _('New File Browser'),
'buttonName': _('New File Browser'),
'tooltip': _('New File Browser'),
'displayName': _('Storage Browser'),
'buttonName': _('Storage Browser'),
'tooltip': _('Storage Browser'),
'page': '/filebrowser/new'
})
else: