Fixes a couple of MoC visual bugs

- Fixes metric font-size on selected nodes
- Round metric-height value to be the same as rounded displayed value.
- No red/green colors in the MoC! They have to much association w/ success/failure
This commit is contained in:
Simon Howe
2016-03-23 13:35:33 +01:00
parent 1710db6262
commit 3fdd7809f7
8 changed files with 24 additions and 9 deletions

View File

@@ -68,7 +68,10 @@
"test": "jest",
"coveralls": "cat coverage/lcov.info | coveralls",
"lint": "eslint app",
"clean": "rm build/app.js"
"clean": "rm build/app.js",
"noprobe": "../scope stop && ../scope launch --no-probe --app.window 24h",
"loadreport": "npm run noprobe && sleep 1 && curl -X POST -H \"Content-Type: application/json\" http://$BACKEND_HOST/api/report",
"loadreportjson": "npm run loadreport -- -d @../k8s_report.json"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",