From cd026131733d3f2a4b4f9978245d89b770e281a5 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Fri, 7 Oct 2011 15:04:16 -0700 Subject: [PATCH] bug 11481: cloudStack 2.2 - system VM page - add "Migration System VM" action. --- .../classes/resources/messages.properties | 5 ++ ui/jsp/systemvm.jsp | 28 +++++- ui/scripts/cloud.core.systemvm.js | 87 ++++++++++++++++++- 3 files changed, 115 insertions(+), 5 deletions(-) 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 = { + + +