As per Vadim, plugins is the way to go.
Regards
-ilya
On 11/11/15 6:45 AM, Илья Толстихин wrote:
> Many thanks.
>
> 2015-11-09 18:29 GMT+06:00 Vadim Kimlaychuk :
>
>> From my opinion better way is to write a plugin:
>> http://docs.cloudstack.apache.org/en/latest/plugins.html#how-to-write-a-plu
Many thanks.
2015-11-09 18:29 GMT+06:00 Vadim Kimlaychuk :
> From my opinion better way is to write a plugin:
> http://docs.cloudstack.apache.org/en/latest/plugins.html#how-to-write-a-plugin-overview
> and follow UI customization guide:
> http://support.citrix.com/servlet/KbServlet/download/38315
From my opinion better way is to write a plugin:
http://docs.cloudstack.apache.org/en/latest/plugins.html#how-to-write-a-plugin-overview
and follow UI customization guide:
http://support.citrix.com/servlet/KbServlet/download/38315-102-714564/CloudPlatform_4.5_User_Interface_Customization.pdf
D
Hi,
You can find the scripts at the location
"client/target/generated-webapp/scripts/". Make changes to cloudstack.js
here.
*Note: *First remove the corresponding gz file(in your case
cloudstack.js.gz) otherwise the changes won't reflect.
*The changes in generated-webapps are not saved and track
I guess you worked on old version before.
in 4.6, something changed. you might compress cloudStack.js to get
cloudStack.js.gz as well.
2015-11-08 15:05 GMT+01:00 Илья Толстихин :
> Hi all,
>
> Could please help with the process of UI customization:
>
> I have CloudStack 4.6.0 built from the sour