From d05f678b385cbaa988c031024b16e47d7a87ebcb Mon Sep 17 00:00:00 2001 From: Stanislav Levin Date: Aug 28 2018 07:03:20 +0000 Subject: Integrate "migration" page to IPA Web framework. To use all advantages of entire Web framework the "migration" page should use "migrate" plugin. As well this allows to use IPA translations. Fixes: https://pagure.io/freeipa/issue/7641 Reviewed-By: Alexander Bokovoy Reviewed-By: Petr Vobornik Reviewed-By: Serhii Tsymbaliuk --- diff --git a/install/migration/index.html b/install/migration/index.html index 302eca2..7cdd6e3 100644 --- a/install/migration/index.html +++ b/install/migration/index.html @@ -1,70 +1,69 @@ - + IPA: Identity Policy Audit - - - - + - - - + + diff --git a/install/ui/src/freeipa/core.js b/install/ui/src/freeipa/core.js index d906ec9..4ac3f84 100644 --- a/install/ui/src/freeipa/core.js +++ b/install/ui/src/freeipa/core.js @@ -21,7 +21,8 @@ define([ './app_container', './plugins/sync_otp', - './plugins/login' + './plugins/login', + './plugins/migrate' ],function(app_container) { return app_container; -}); \ No newline at end of file +});