mirror of
https://github.com/elastic/kibana.git
synced 2025-06-29 03:24:45 -04:00
When manually syncing ML saved objects using the sync flyout, the saved objects are now tagged to the `*` space. This now matches the behaviour of the server side auto sync and the sync which happens when the trained models page is loaded. The trained models page load sync has been extended to the AD and DA jobs lists and the overview page. If the user does not have write permission for ML in every space they cannot sync jobs to the `*` space. In this situation a warning is shown in the flyout and when they sync, the jobs/models will only be added to the current space.  |
||
---|---|---|
.. | ||
can_delete_job.ts | ||
can_delete_trained_model.ts | ||
can_sync_to_all_spaces.ts | ||
get_jobs_spaces.ts | ||
get_trained_model_spaces.ts | ||
index.ts | ||
initialize_jobs.ts | ||
initialize_trained_models.ts | ||
remove_from_current_space.ts | ||
status.ts | ||
sync_jobs.ts | ||
sync_trained_models.ts | ||
update_jobs_spaces.ts | ||
update_trained_model_spaces.ts |