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
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.
> 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
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
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
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
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
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.
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.
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
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"
>
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
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
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
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
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
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
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
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
: 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
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
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
> -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
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.
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
> -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
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
>
27 matches
Mail list logo