You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The organization page (http://localhost:9000/organizations/sample_organization) shows 0.0/infinity as the used storage even when multiple GB are in fact used. The reason for this is that apparently TB is chosen as a unit which is then rounded to 0.0.
Expected behavior
There should be a (sensible) unit. In the above scenario I would expect something like 5.5 / infinity GB or maybe 5.5 GB / infinity?
Hints for developing
The used storage can also be changed in the organizations sql table instead of trying to upload many datasets.
The text was updated successfully, but these errors were encountered:
Context
application.conf
)Current behavior
The organization page (http://localhost:9000/organizations/sample_organization) shows
0.0/infinity
as the used storage even when multiple GB are in fact used. The reason for this is that apparently TB is chosen as a unit which is then rounded to 0.0.Expected behavior
There should be a (sensible) unit. In the above scenario I would expect something like
5.5 / infinity GB
or maybe5.5 GB / infinity
?Hints for developing
The used storage can also be changed in the organizations sql table instead of trying to upload many datasets.
The text was updated successfully, but these errors were encountered: