Re: cloudstack UI

2015-11-18 Thread Miguel Ferreira
I think that would be a good move too. The only impediment I see are the hardcoved url endpoints. Specifically "client/" and "client/api". The UI code is already a separate module. But that gets bundled inside the management server WAR. We could separate that in two WARs if te UI would allow us

Re: cloudstack UI

2015-11-18 Thread Abhinandan Prateek
On 17/11/15, 1:49 PM, "Sebastien Goasguen" wrote: > >> On Nov 17, 2015, at 7:24 AM, Abhinandan Prateek >> wrote: >> >> Hi, >> >> I am considering some improvements to cloudstack UI. Like delinking the >> quick view with the details page. Such that the details page can contain >> listView.

Re: cloudstack UI

2015-11-17 Thread Sebastien Goasguen
> On Nov 17, 2015, at 7:24 AM, Abhinandan Prateek > wrote: > > Hi, > > I am considering some improvements to cloudstack UI. Like delinking the > quick view with the details page. Such that the details page can contain > listView. > > Another change that can make UI more compact and flex

RE: CloudStack UI Plugins section not showing

2015-07-21 Thread Hopkins, Michael
e.org Subject: Re: CloudStack UI Plugins section not showing Define and include your plugin in the top plugins.js file, also remove any .js.gz file. Which CloudStack branch are you working against? Make sure to define correct names and use something like firebug or chrome dev-tools to see if requi

Re: CloudStack UI Plugins section not showing

2015-07-21 Thread Rohit Yadav
Define and include your plugin in the top plugins.js file, also remove any .js.gz file. Which CloudStack branch are you working against? Make sure to define correct names and use something like firebug or chrome dev-tools to see if require.js is missing to load any plugin asset (like js, css, im

Re: cloudstack ui plugin

2015-02-19 Thread Daniel Vega Simões
Hi, Ramzi Check out the documentation for UI widgets instead: https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+widget+samples DetailView widget allows for multiple tabs (and you can nest a listView under it as well). You can also take a look at the javascript files that already have mul

Re: cloudstack ui plugin

2015-02-06 Thread Mike Tutkowski
I've CCed a couple people who commonly develop GUI code for CloudStack. Hopefully one or both can help you out, Ramzi. On Fri, Feb 6, 2015 at 2:41 AM, Ramzi Youssefi wrote: > Hello everyone! > > I'm trying to develop a UI plugin in javascript for cloudstack. > I have read a lot but I think the

Re: CloudStack UI Issue with latest and any RHEL tomcat 6.0.24

2015-01-23 Thread ilya musayev
Well, apparently latest is tomcat6-6.0.24-80.el6.x86_64 and that is still missing that patch.. it sad. We dont have too many options here. I'm thinking of taking the source code of tomcat6-6.0.24-80.el6.x86_64 and applying the patch on top, but we would need to ask RedHat to backport this.

Re: CloudStack UI - very slow or never loads content in large env

2014-08-20 Thread ilya musayev
Ian, If i'm not mistaken, was it you who helped with graphics optimization? Thanks ilya On 8/20/14, 3:40 AM, Ian Duffy wrote: Ilya, I'm interesting in knowing if this is due to the UI or just slow responses from the API. Can you open the UI within Google Chrome and open the developer tools.

Re: CloudStack UI - very slow or never loads content in large env

2014-08-20 Thread ilya musayev
It seems to be more apparent now. If i use "chrome incognito" or "safari private browsing" mode, which does not cache anything, it works just fine. If i use browser "as-is", its not really usable. At least a work around, albeit - i have to tell all end users to do this now. On 8/20/14, 3:4

Re: CloudStack UI - very slow or never loads content in large env

2014-08-20 Thread Nux!
I have found the UI got more responsive after I did this: http://theresnomon.co/2014/improving-cloudstack-ui-performance/ I don't have that many instances though. HTH -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "ilya musayev" >

Re: CloudStack UI - very slow or never loads content in large env

2014-08-20 Thread Ian Duffy
Ilya, I'm interesting in knowing if this is due to the UI or just slow responses from the API. Can you open the UI within Google Chrome and open the developer tools. If you switch over to the networking tab you should be able to see how long API calls are taking to respond. On 20 August 2014 08

Re: cloudstack UI: add shared network

2013-06-11 Thread Wei ZHOU
Jessica, Thank you so much. -Wei 2013/6/11 Jessica Wang > Wei, > > ** ** > > > What do you think about show/hide the button according to account/user > on Network tab? > > Network tab is for normal user. > > We put everything that only root-admin is allowed to access in > Infras

Re: CloudStack UI login hang

2013-05-01 Thread Nguyen Anh Tu
Finally I saw the issue. I deployed RabbitMQ server and had stuck from it. Events was blocked when pushed to RabbitMQ. So I need to change some threshold params to discard the blocking. Thanks :-) 2013/5/2 Pranav Saxena > Could you upload a screenshot of the same somewhere and share it ? Also

RE: CloudStack UI login hang

2013-05-01 Thread Pranav Saxena
Could you upload a screenshot of the same somewhere and share it ? Also , if possible could you check the Firebug logs for UI specific errors if any ? Thanks, Pranav -Original Message- From: Nguyen Anh Tu [mailto:ng.t...@gmail.com] Sent: Thursday, May 02, 2013 8:06 AM To: dev@cloudstack

Re: CloudStack UI Authentication Mechanism

2013-04-08 Thread Chiradeep Vittal
Simon Waterhouse; dev@cloudstack.apache.org >Cc: Pranav Saxena >Subject: RE: CloudStack UI Authentication Mechanism > >Thanks for upgrading the .NET SDK I created :) > >Will this be the official public location? > > >> -Original Message- >> From: Simon Waterh

RE: CloudStack UI Authentication Mechanism

2013-04-05 Thread Simon Waterhouse
ive in the long term? Regards Simon -Original Message- From: Donal Lafferty Sent: 05 April 2013 13:21 To: Simon Waterhouse; dev@cloudstack.apache.org Cc: Pranav Saxena Subject: RE: CloudStack UI Authentication Mechanism Thanks for upgrading the .NET SDK I created :) Will this be the offic

RE: CloudStack UI Authentication Mechanism

2013-04-05 Thread Donal Lafferty
Thanks for upgrading the .NET SDK I created :) Will this be the official public location? > -Original Message- > From: Simon Waterhouse > Sent: 05 April 2013 9:34 AM > To: dev@cloudstack.apache.org > Cc: Donal Lafferty; Pranav Saxena > Subject: RE: CloudStack UI Authen

RE: CloudStack UI Authentication Mechanism

2013-04-05 Thread Simon Waterhouse
ferty Subject: RE: CloudStack UI Authentication Mechanism The CloudStack .NET SDK at https://github.com/siwater/cloudstack_dotnetsdk has support for both user name/password and apiKey/secretKey authentication. -Original Message- From: Pranav Saxena [mailto:pranav.sax...@citrix.com] Sen

RE: CloudStack UI Authentication Mechanism

2013-04-05 Thread Simon Waterhouse
: cloudstack-...@incubator.apache.org; Donal Lafferty Subject: RE: CloudStack UI Authentication Mechanism Hey Donal, Sorry , I should have responded you a bit earlier but had no access to email today . Yeah you are absolutely right . UI uses Jsession ID to bypaas login check something like this as

RE: CloudStack UI Authentication Mechanism

2013-04-04 Thread Jessica Wang
Donal, > 1. How are API calls authenticated and authorized if they are not signed with > API keys? API calls are authenticated and authorized by sessionkey returned by login API. When logging in to cloudstack UI, cloudstack UI passes userName/password/domainName to login API, then login API re

RE: CloudStack UI Authentication Mechanism

2013-04-04 Thread Pranav Saxena
else g_timezoneoffset = null; } Let me know if you need any more details. Thanks, Pranav -Original Message- From: Donal Lafferty [mailto:donal.laffe...@citrix.com] Sent: Thursday, April 04, 2013 9:33 PM To: dev@cloudstack.a

RE: CloudStack UI Authentication Mechanism

2013-04-04 Thread Donal Lafferty
> -Original Message- > From: rohityada...@gmail.com [mailto:rohityada...@gmail.com] On Behalf > Of Rohit Yadav > Sent: 04 April 2013 4:36 PM > To: dev@cloudstack.apache.org > Cc: cloudstack-...@incubator.apache.org > Subject: Re: CloudStack UI Authentication Mechani

Re: CloudStack UI Authentication Mechanism

2013-04-04 Thread Abhinandan Prateek
On 04/04/13 7:23 PM, "Rohit Yadav" wrote: >On Thu, Apr 4, 2013 at 4:50 PM, Donal Lafferty >wrote: > >> I noticed that the CloudStack UI allows VM control to accounts that >>don't >> have an API key set defined. >> >> How does its authentication mechanism work? E.g. >> >> >> 1.

Re: CloudStack UI Authentication Mechanism

2013-04-04 Thread Rohit Yadav
t; Cc: cloudstack-...@incubator.apache.org > > Subject: Re: CloudStack UI Authentication Mechanism > > > > On Thu, Apr 4, 2013 at 4:50 PM, Donal Lafferty > > wrote: > > > > > I noticed that the CloudStack UI allows VM control to accounts that > > > don&#

RE: CloudStack UI Authentication Mechanism

2013-04-04 Thread Donal Lafferty
> -Original Message- > From: rohityada...@gmail.com [mailto:rohityada...@gmail.com] On Behalf > Of Rohit Yadav > Sent: 04 April 2013 2:52 PM > To: dev@cloudstack.apache.org > Cc: cloudstack-...@incubator.apache.org > Subject: Re: CloudStack UI Authentication Mechani

Re: CloudStack UI Authentication Mechanism

2013-04-04 Thread Rohit Yadav
On Thu, Apr 4, 2013 at 4:50 PM, Donal Lafferty wrote: > I noticed that the CloudStack UI allows VM control to accounts that don't > have an API key set defined. > > How does its authentication mechanism work? E.g. > > > 1. How are API calls authenticated and authorized if they >