-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Show that the overall assigned server diskspace exceeds physical disksize #10240
Comments
if you are talking about the nextcloud data folder usage, there is some apps available like the "dashboard apps". Usually, in order to avoid chrashing your server due to available hdd space, you may want to create specific partition:
In my case, i have 2 disk:
|
@stratege1401 Its not about crashing my server, its about the visual information that your total assigned quota of all user exceeds the remaining free diskspace. While it's true that there are apps that add this function, it could be a corefunctionality since this is a vital information for every admin needs. Also this was a proposal for a feature, and more or less open for discussion ;) @MorrisJobke I think such an indicator (total assigned space/physical dispace) could find its place directly above the useradministration. Its a place where you assign the quota, and therefore you need this information there. What do you think? |
Makes sense 👍 cc @nextcloud/designers for more input |
Totally agree, really good place to put it. :) That’s where the individual quota and usage of everyone is shown, and hence we should put the whole usage there too. |
@jancborchardt I had the old useradministration in mind when i made the proposition. The new design gets rid of the first row, which i would need to reintroduce. This may, or may not be good, i am not sure. Also i want this bar bigger, at least twice that big, but i havent found out how to do this, yet :D |
@newhinton good mockup, yes! Looking at it I’m actually thinking it might be nicer to do it just like in the Files app, where it is on the bottom left in the navigation: That way it’s consistent and basically standardized. :) What do you think @nextcloud/designers? |
I have thought about that too, but it also could be confusing, since this changes from overall to user usage, and this is not directly clear. We would need to make a clear distinction between those two elements, and i have no good idea how to achieve this |
Just a quick idea, what if we move it down there, but make it a pie chart? dont know if it would look good ^^ |
It should have a clear indicator that it is about the system storage quota, but then it is the best position to put it, i think.
Not sure, but the usual look seems already fine to me as it is not to bloated and we have consistency with the files app then. But feel free to do a mockup on how you think this could look like. That makes it easier to discuss. |
@juliushaertl I have decided that in the first version i am using the "old" way, like in the filesapp. For that i moved the css regarding the quota from the files app to apps.scss in the core. Is that okay? @jancborchardt I am currently showing only the used to assigned ratio, the information if assigned exceeds the overall storage is missing. For that i would use an idea from stack-overflow which uses three overlapping div's to emulate a tiered bar. It looks the same, but works differently. I rewrote like 95% of the stackoverflow-code, but i would request advice here, if it is okay to use that code. If i can use the code, than we wouldn't need to move the quota-css, instead we would introduce new classes in the core ;) nextcloud:/feature/10240/show-overall-server-usage-in-useradministration |
@juliushaertl @jancborchardt can you give me feedback here? |
Yes, that should be fine. Regarding the exceeding overal storage, how about just showing an error icon next to the quota bar with a tooltip that gives some more details on the error? |
@juliushaertl That depends on what we want to show |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
The |
Currently there is no indicator how much disk-space the current nextcoud-instance is using. Add an indicator to show this.
See #10127
The text was updated successfully, but these errors were encountered: