
TODO: - Error-handling - Text not in i18n - Getting data from user input in UI to be passed in to backend There are places in kimchi.guest_main.js that I've tagged with //TODO I've tested migrateGuest (in kimchi.api.js) by using hard-coded values to be passed in to the backend so I know that API works. Hopefully just minimal modifications are needed for the actual panel itself. The main piece missing is the user input from UI to be passed into the backend. Socorro Stoppler (1): Initial checkin for live migration UI support src/wok/plugins/ginger | 2 +- src/wok/plugins/kimchi/ui/js/src/kimchi.api.js | 3 +- .../plugins/kimchi/ui/js/src/kimchi.guest_main.js | 46 ++++++++++++++- .../kimchi/ui/pages/guest-migration.html.tmpl | 65 ++++++++++++++++++++++ src/wok/plugins/kimchi/ui/pages/guest.html.tmpl | 1 + 5 files changed, 113 insertions(+), 4 deletions(-) create mode 100644 src/wok/plugins/kimchi/ui/pages/guest-migration.html.tmpl -- 1.9.1