diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index 936b634d653..669203fa868 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -4,6 +4,11 @@ #Labels +label.action.migrate.systemvm=Migrate System VM +label.action.migrate.systemvm.processing=Migrating System VM.... +message.migrate.systemvm.confirm=Please confirm the host you wish to migrate the System VM to: +label.migrate.systemvm.to=Migrate System VM to + mode=Mode side.by.side=Side by Side inline=Inline diff --git a/ui/jsp/systemvm.jsp b/ui/jsp/systemvm.jsp index 0065263ef8c..8d35997fb05 100644 --- a/ui/jsp/systemvm.jsp +++ b/ui/jsp/systemvm.jsp @@ -18,7 +18,12 @@ dictionary = { 'message.action.reboot.systemvm' : '', 'label.action.destroy.systemvm': '', 'label.action.destroy.systemvm.processing': '', - 'message.action.destroy.systemvm': '' + 'message.migrate.systemvm.confirm' : '', + 'label.action.migrate.systemvm': '', + 'label.action.migrate.systemvm.processing': '', + 'message.action.destroy.systemvm': '', + 'label.full': '', + 'label.available': '' }; @@ -204,6 +209,27 @@ dictionary = { + + +