Env Variables and Health Status are not clickable.
Docker self hosted .
Since I updated from .43 to .44, on admin panel these two tabs turned gray and can't be clicked.
And workspace version not showing under general tab.
Then I updated from .44 to .50. It's not resolved.
In the database, workspace version is 0.50.5 now.
Is this normal?

4 Replies
@marie I think this is related to permissions?
@thomast I don't think so, access to admin panel isn't determined by permissions but by properties on user entity.
cf SettingsAdminContent.ts :
I think that disabled option for the tabs was recently introduced.
So @soundworker2003 I think you need to update the
canAccessFullAdminPanel
value in your user table on your user's row.
About the workspace version I don't know, maybe it's something we just removed ? @Weiko does it ring a bell ?Exactly, the GENERAL tab is still accessible for users with canImpersonate but with less details. The "version" is only displayed if you also have canAccessFullAdminPanel @soundworker2003
@marie @Weiko You are right. Thanks for your help. Everything is ok now. 😀