You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2012/11/06 09:13:07 UTC

[2/2] git commit: CS-16752:Mode option need to be removed whiile adding Netscaler Device

CS-16752:Mode option need to be removed whiile adding Netscaler Device


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b67cd923
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/b67cd923
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/b67cd923

Branch: refs/heads/master
Commit: b67cd923d1814cca6dd35a736c54fa966dcac8dd
Parents: 8633062
Author: Pranav Saxena <pr...@citrix.com>
Authored: Tue Nov 6 13:32:43 2012 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Tue Nov 6 13:32:43 2012 +0530

----------------------------------------------------------------------
 ui/scripts/system.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b67cd923/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index d27abcc..a216574 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -6075,7 +6075,7 @@
                     label: 'label.numretries',
                     defaultValue: '2'
                   },
-                  inline: {
+                 /* inline: {
                     label: 'Mode',
                     select: function(args) {
                       var items = [];
@@ -6083,7 +6083,7 @@
                       items.push({id: "true", description: "inline"});
                       args.response.success({data: items});
                     }
-                  },
+                  },*/
                   dedicated: {
                     label: 'label.dedicated',
                     isBoolean: true,


Re: [2/2] git commit: CS-16752:Mode option need to be removed whiile adding Netscaler Device

Posted by David Nalley <da...@gnsa.us>.
Is there a reason to only comment this out instead of just removing it?

--David

On Tue, Nov 6, 2012 at 3:13 AM,  <pr...@apache.org> wrote:
> CS-16752:Mode option need to be removed whiile adding Netscaler Device
>
>
> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
> Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b67cd923
> Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/b67cd923
> Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/b67cd923
>
> Branch: refs/heads/master
> Commit: b67cd923d1814cca6dd35a736c54fa966dcac8dd
> Parents: 8633062
> Author: Pranav Saxena <pr...@citrix.com>
> Authored: Tue Nov 6 13:32:43 2012 +0530
> Committer: Pranav Saxena <pr...@citrix.com>
> Committed: Tue Nov 6 13:32:43 2012 +0530
>
> ----------------------------------------------------------------------
>  ui/scripts/system.js |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b67cd923/ui/scripts/system.js
> ----------------------------------------------------------------------
> diff --git a/ui/scripts/system.js b/ui/scripts/system.js
> index d27abcc..a216574 100644
> --- a/ui/scripts/system.js
> +++ b/ui/scripts/system.js
> @@ -6075,7 +6075,7 @@
>                      label: 'label.numretries',
>                      defaultValue: '2'
>                    },
> -                  inline: {
> +                 /* inline: {
>                      label: 'Mode',
>                      select: function(args) {
>                        var items = [];
> @@ -6083,7 +6083,7 @@
>                        items.push({id: "true", description: "inline"});
>                        args.response.success({data: items});
>                      }
> -                  },
> +                  },*/
>                    dedicated: {
>                      label: 'label.dedicated',
>                      isBoolean: true,
>