fleet/frontend/pages/config/ConfigOptionsPage
John Murphy d533931799 Addresses Issue where the reset button doesn't work on options page (#1447)
Closes issue #1388. The problem here is that previously, the reset button loaded a hard coded list of default options into the component state, instead of the proper behavior which is to reset the options to default values on the back end, and then load them back into the redux store. This PR adds a ResetOptions endpoint on the server, and wires up the UI so that it triggers the endpoint, then loads the default options from the backend server.
2017-03-30 18:56:11 -05:00
..
_styles.scss Style osquery config page (#968) 2017-01-17 11:38:56 -05:00
ConfigOptionsPage.jsx Addresses Issue where the reset button doesn't work on options page (#1447) 2017-03-30 18:56:11 -05:00
ConfigOptionsPage.tests.jsx Addresses Issue where the reset button doesn't work on options page (#1447) 2017-03-30 18:56:11 -05:00
default_config_options.js Scaffold import config page (#927) 2017-01-13 18:27:58 -05:00
helpers.js Scaffold import config page (#927) 2017-01-13 18:27:58 -05:00
helpers.tests.js Scaffold import config page (#927) 2017-01-13 18:27:58 -05:00
index.js Scaffold import config page (#927) 2017-01-13 18:27:58 -05:00