-
Notifications
You must be signed in to change notification settings - Fork 93
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
Dashboard - Running Index Jobs #153
Comments
Yep something that is likely to get fixed in the next few versions. I want to revisit a lot of how the admin screen works. |
Pretty simple. So implemented. Sitting in master. |
I think it looks better that way (scrolling inside panel-body, not panel and only if exceeds 160px):
and replaced
would be nice to skip the |
Agree with the first (in master already), not so sure about the second. I don't want to put too much information or time into this running box because its only purpose it to let you know if processes are running and if they are taking a long time. I will keep playing a bit though. Improving the admin screens is something I revisit every now and then. |
to defend the second:
If I would do it in c# it would be like:
or if you have to use string builder:
I don't know why in that place you:
|
The is there because intercooler.js will not update if there is an empty or whitespace string, which is annoying. I cannot remember the reason for the space though. Probably formatting issues would be my guess. BTW its possible to achieve the same code almost using Java 8 streams. Its not quite as nice looking at C# but does the job.
The result of the above is that it looks like the attached. Still not convinced that this is a better outcome though. I had hoped that users would use the superior repository overview page to get this information. |
Thats because you have repo names short, in my case those are avg of 42 characters and the longest is 65. I'm using namespaces as repo names. |
Fair point. The only catch is that is useful for yourself but not for those with short file names. Anyway irrelevant. I merged it in anyway so its sitting in master. |
Would be great to have this bit redesigned, now it covers all System Actions in my case.
You could:
The text was updated successfully, but these errors were encountered: