fleet/server/kolide
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
..
app.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
campaigns.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
datastore.go Speed up manage packs page loading (#1429) 2017-03-30 08:31:28 -07:00
decorators.go Decorator support (#1430) 2017-03-28 16:45:18 -05:00
emails_test.go App Settings - /admin/settings #363 (#590) 2016-12-20 15:54:30 -06:00
emails.go Add invite email template and use the new invite mailer pattern (#711) 2016-12-28 11:55:03 -05:00
file_integrity_monitoring.go Import Config - /config/import #366 (#764) 2017-01-13 12:35:25 -06:00
hosts_test.go Fix host status regression from #1334 (#1383) 2017-03-09 11:36:24 -07:00
hosts.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
import_config_test.go Fix issue where config interval can be number or string (#1432) 2017-03-21 12:02:13 -05:00
import_config_unmarshaler.go Fix issue where config interval can be number or string (#1432) 2017-03-21 12:02:13 -05:00
import_config.go Fix issue where config interval can be number or string (#1432) 2017-03-21 12:02:13 -05:00
invites.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
labels.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
licenses.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
network_interfaces.go Fix flapping host network interfaces (#1283) 2017-02-24 14:37:47 -08:00
options_test.go Osquery options 365 (#657) 2016-12-29 12:32:28 -06:00
options.go Addresses Issue where the reset button doesn't work on options page (#1447) 2017-03-30 18:56:11 -05:00
osquery.go Accelerate checkins when hosts enroll (#1423) 2017-03-21 09:17:38 -07:00
packs.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
queries.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
query_results.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
scheduled_queries.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service.go Decorator support (#1430) 2017-03-28 16:45:18 -05:00
sessions.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
targets.go Speed up manage packs page loading (#1429) 2017-03-30 08:31:28 -07:00
traits.go consolidate delete operations in mysql store (#746) 2017-01-04 13:18:21 -05:00
users_test.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
users.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
yara.go Import Config - /config/import #366 (#764) 2017-01-13 12:35:25 -06:00