mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
d533931799
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. |
||
---|---|---|
.. | ||
inmem | ||
internal/appstate | ||
mysql | ||
datastore_app_test.go | ||
datastore_campaigns_test.go | ||
datastore_decorators_test.go | ||
datastore_email_changes_test.go | ||
datastore_hosts_test.go | ||
datastore_invites_test.go | ||
datastore_labels_test.go | ||
datastore_licenses_test.go | ||
datastore_migrations_test.go | ||
datastore_options_test.go | ||
datastore_packs_test.go | ||
datastore_password_reset_test.go | ||
datastore_queries_test.go | ||
datastore_scheduled_queries_test.go | ||
datastore_targets_test.go | ||
datastore_test.go | ||
datastore_unicode_test.go | ||
datastore_users_test.go | ||
datastore_yara_test.go | ||
file_integrity_monitoring_test.go | ||
inmem_test.go | ||
mysql_test.go |