<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Thanks Yu Xin,<br>
    <br>
    I have already sent a V2 that fix this.<br>
    <br>
    Best Regards<br>
    Wang Wen<br>
    <br>
    <div class="moz-cite-prefix">On 8/20/2014 5:13 PM, Yu Xin Huo wrote:<br>
    </div>
    <blockquote cite="mid:53F466B0.1030902@linux.vnet.ibm.com"
      type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">If I continue to change the "Network
        Name", then the button is enabled with text "Creating".<br>
        <img src="cid:part1.05090605.07080409@linux.vnet.ibm.com" alt=""><br>
        On 8/19/2014 1:42 PM, Wen Wang wrote:<br>
      </div>
      <blockquote
        cite="mid:1408426971-20842-1-git-send-email-wenwang@linux.vnet.ibm.com"
        type="cite">
        <pre wrap="">From: Wen Wang <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:wenwang@linux.vnet.ibm.com">&lt;wenwang@linux.vnet.ibm.com&gt;</a>

When network is generating, if the network is not up, we bring the
network up first, then we create the network. During the time we bring
the network up(less than 10s), we change the text as well as the layout
of the button to indicate this process is working.

Signed-off-by: Wen Wang <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:wenwang@linux.vnet.ibm.com">&lt;wenwang@linux.vnet.ibm.com&gt;</a>
---
 ui/js/src/kimchi.network.js |    3 +++
 ui/pages/i18n.json.tmpl     |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ui/js/src/kimchi.network.js b/ui/js/src/kimchi.network.js
index c8f983f..cee5864 100644
--- a/ui/js/src/kimchi.network.js
+++ b/ui/js/src/kimchi.network.js
@@ -270,6 +270,8 @@ kimchi.openNetworkDialog = function(okCallback) {
         title : i18n.KCHNET6003M
     });
     $("#networkFormOk").on("click", function() {
+        $("#networkFormOk").button("disable");
+        $("#networkFormOk span").text(i18n.KCHAPI6008M);
         okCallback();
     });
     $("#enableVlan").on("click", function() {
@@ -337,6 +339,7 @@ kimchi.cleanNetworkDialog = function() {
     $("#networkDestinationLabel").text($("#networkDestinationID li:first-child").text());
     $("#networkFormOk").off("click");
     $("#networkFormOk").button("disable");
+    $("#networkFormOk span").text(i18n.KCHAPI6005M);
     $("#networkVlanID").toggle(false);
     $("#labelNetworkVlanID").toggle(false);
     $("#enableVlan").prop("checked", false);
diff --git a/ui/pages/i18n.json.tmpl b/ui/pages/i18n.json.tmpl
index ccfb081..cbcd077 100644
--- a/ui/pages/i18n.json.tmpl
+++ b/ui/pages/i18n.json.tmpl
@@ -49,6 +49,7 @@
     "KCHAPI6005M": "$_("Create")",
     "KCHAPI6006M": "$_("Warning")",
     "KCHAPI6007M": "$_("Save")",
+    "KCHAPI6008M": "$_("Creating...")",

     "KCHGRD6001M": "$_("Loading...")",
     "KCHGRD6002M": "$_("An error occurs while checking for packages update.")",
</pre>
      </blockquote>
      <br>
    </blockquote>
    <br>
  </body>
</html>