Revert "[Dashboard] Turn on New Dashboard by Default (#11321)" (#11502)

This reverts commit f500292d41.
This commit is contained in:
Max Fitton
2020-10-20 10:53:10 -05:00
committed by GitHub
parent cbc5dac6c4
commit cdca5af53b
15 changed files with 814 additions and 123 deletions
+1 -2
View File
@@ -39,8 +39,7 @@ source "$HOME"/.nvm/nvm.sh
nvm use node
# Build the dashboard so its static assets can be included in the wheel.
# TODO(mfitton): switch this back when deleting old dashboard code.
pushd python/ray/new_dashboard/client
pushd python/ray/dashboard/client
npm ci
npm run build
popd