mirror of
https://github.com/vale981/ray
synced 2025-03-13 14:46:38 -04:00
![]() The old dashboard UI was much easier at seeing all the work across all workers because workers were shown along side nodes in the main nodes page. This change brings the same functionality to the new Dashboard UI. Some changes in this PR: Factor out the NodeRow into its own component and into its own file. Introduce WorkerRow which shows information about a worker Updates the heading of the table column because the column will show different data depending on if its a node row or a worker row. Makes sure we're rounding percentages to a single decimal place. Logs button for worker row will go to the logs page and filter out just the log files related to that worker. Update the api for fetching nodes into fetching nodes + workers. fix bug where object store memory was not showing the total size but instead the remaining size |
||
---|---|---|
.. | ||
client | ||
modules | ||
tests | ||
__init__.py | ||
agent.py | ||
BUILD | ||
consts.py | ||
dashboard.py | ||
datacenter.py | ||
head.py | ||
http_server_agent.py | ||
http_server_head.py | ||
k8s_utils.py | ||
memory_utils.py | ||
optional_deps.py | ||
optional_utils.py | ||
state_aggregator.py | ||
utils.py |