From a045478354c941fddcfc0767d035e3951f48bc6d Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Wed, 28 Mar 2012 15:07:05 -0700 Subject: [PATCH] bug 14519 Show separate message for basic zone setup physical network UI Conflicts: client/WEB-INF/classes/resources/messages.properties status 14519: resolved fixed reviewed-by: jessica --- client/WEB-INF/classes/resources/messages.properties | 1 + ui/index.jsp | 6 +++++- ui/scripts/zoneWizard.js | 7 +++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index 4ae8529164d..50256517048 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -4,6 +4,7 @@ label.devices=Devices label.rules=Rules label.traffic.label=Traffic label label.vm.state=VM state +message.setup.physical.network.during.zone.creation.basic=When adding a basic zone, you can set up one physical network, which corresponds to a NIC on the hypervisor. The network carries several types of traffic.

You may also drag and drop other traffic types onto the physical network. #new labels (end) ************************************************************************************************ diff --git a/ui/index.jsp b/ui/index.jsp index a64facfc782..5de56a509ba 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -496,9 +496,12 @@
  • -
    +
    +
    + +
     
    @@ -1646,6 +1649,7 @@