Skip to content

Dask Dashboard "More" tab not accessible from "Workers" tab #5136

@avriiil

Description

@avriiil

What happened:
When on the "Workers" page of the Dask Dashboard, the "More" tab is not fully accessible.
It drops down but I can't navigate to any items past "Groups". Seems like there's a conflict with the underlaying information in the read/write columns of the workers. See screencast below.

Screen.Recording.2021-07-29.at.08.36.54.mov

What you expected to happen:
To be able to click on items in the "More" tab like "CPU", "Cluster Memory", etc. etc.

Minimal Complete Verifiable Example:

import coiled
import dask.dataframe as  dd
from dask.distributed import LocalCluster

client = LocalCluster()
client

Anything else we need to know?:

Environment:

  • Dask/Distributed version: 2021.07.1
  • Bokeh version: 2.3.3
  • Python version: 3.8
  • Operating System: OS 11.3.1
  • Install method (conda, pip, source): conda

[EDIT]

  • Browser: Brave 1.27.108, Chrome 92.0.45 , Firefox 90.0.2
  • clearing the cache does not resolve the issue for me

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions