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] Tooltip format in Dashboard /workers #2909

Open
rs2 opened this issue Jul 31, 2019 · 4 comments
Open

[UI] Tooltip format in Dashboard /workers #2909

rs2 opened this issue Jul 31, 2019 · 4 comments
Labels
diagnostics good first issue Clearly described and easy to accomplish. Good for beginners to the project.

Comments

@rs2
Copy link
Contributor

rs2 commented Jul 31, 2019

Hover over the dots representing CPU Use (%) in http://host:8787/workers. You see something like ???: 2.345.

Compare

self.names = [
"name",
"address",
"nthreads",
"cpu",
"memory",
"memory_limit",
"memory_percent",
"num_fds",
"read_bytes",
"write_bytes",
"cpu_fraction",
]

with
<span style="font-size: 10px; font-family: Monaco, monospace;">@worker: </span>
<span style="font-size: 10px; font-family: Monaco, monospace;">@memory_percent</span>

.

Assign to me.

@martindurant
Copy link
Member

Assign to me.

Do you mean that you are interested in providing a PR? That would be much appreciated.

@rs2
Copy link
Contributor Author

rs2 commented Jul 31, 2019

@martindurant Correct.

@GenevieveBuckley
Copy link
Contributor

Are you still interested in working on this, @rs2?

@GenevieveBuckley GenevieveBuckley added the good first issue Clearly described and easy to accomplish. Good for beginners to the project. label Oct 20, 2021
@rs2
Copy link
Contributor Author

rs2 commented Oct 21, 2021

Why not indeed. I'll take a look next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
diagnostics good first issue Clearly described and easy to accomplish. Good for beginners to the project.
Projects
None yet
Development

No branches or pull requests

3 participants