Hi Rolandas,

On 19 June 2013 08:12, Rolandas Naujikas <[email protected]>wrote:

> diff -urbBd opennebula-3.8.3/src/sunstone/**public/js/opennebula.js
> opennebula-3.8.4/src/sunstone/**public/js/opennebula.js
> --- opennebula-3.8.3/src/sunstone/**public/js/opennebula.js 2013-01-11
> 13:05:02.000000000 +0200
> +++ opennebula-3.8.4/src/sunstone/**public/js/opennebula.js 2013-06-11
> 20:34:40.000000000 +0300
> @@ -1039,6 +1039,7 @@
>          "resource" : "MARKETPLACE",
>
>          "show" : function(params){
> +            params.error = notifyError("Cannot connect with OpenNebula
> Marketplace");
>
> OpenNebula.Action.show(params,**OpenNebula.Marketplace.**resource);
>          },
>          "list" : function(params){
> @@ -1059,7 +1060,7 @@
>                          callback(request, response) : null;
>                  },
>                  error: function(res){
> -                    return callback_error ? callback_error(request,
> OpenNebula.Error(res)) : null;
> +                    return notifyError("Cannot connect with OpenNebula
> Marketplace");
>                  }
>              });
>          }
>
> See 
> http://idioms.**thefreedictionary.com/connect+**with<http://idioms.thefreedictionary.com/connect+with>,
> probably better use 
> http://idioms.**thefreedictionary.com/connect+**to<http://idioms.thefreedictionary.com/connect+to>
> .
>


Fixed, thank you.

-- 
Join us at OpenNebulaConf2013 <http://opennebulaconf.com/> in Berlin, 24-26
September, 2013
--
Daniel Molina
Project Engineer
OpenNebula - The Open Source Solution for Data Center Virtualization
www.OpenNebula.org | [email protected] | @OpenNebula
_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to