Summary
Pure JS/HTML/CSS update for MC webapp that does:
- fixed grid layout algorithm
- made settings dynamic or responsive so they reflect the actual chart selected and its current values - for this the settings are now purely generated by JS
- organised and cleaned the JS code (main separation into model view and chart specific code all under the global object
MonitoringConsole
)
Reviewer Notes
Remember that monitoring-console.js
is merged from the other JS files and does not need to be reviewed.
该提问来源于开源项目:payara/Payara