Hi, Are UI plugins implemented/deployed differently to other types such as API, Storage or Networking plugins (reside under /cloudstack/plugins)
I am looking at writing a UI plugin, browsing the wiki I have come across this page: https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Plugin+Tutorial It mentions plugins reside in the /ui/plugins/(pluginID)folder and are registered in: /ui/plugins/plugins.js Is the UI plugin wiki correct and the one I should follow as opposed to the API plugins? Thanks