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,
I’m trying to write a 3rd party UI plugin for cloudstack for a university
project, unfortunately I can’t seem to get the “plugins” section of the UI to
display.
In usr/share/cloudstack-management/webapps/client/plugins
I have two test plugins “testPlugin” and “csMyFirstPlugin” which are fol