[dashboard] Only show workers from the correct cluster (#8434)

This commit is contained in:
Max Fitton
2020-05-18 13:30:41 -05:00
committed by GitHub
parent 13231ba63b
commit 0fadc11437
10 changed files with 143 additions and 81 deletions
+4 -1
View File
@@ -31,7 +31,10 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"lint": "npm run eslint && npm run prettier",
"prettier": "./node_modules/.bin/prettier -c src/",
"eslint": "./node_modules/.bin/eslint \"src/**\""
},
"eslintConfig": {
"extends": [