We can able to change and modify the plugins of Cumulocities Default Core app.
- Go to Administration application -> Own applications
- Click on add new
- Select clone existing application
- Select administration and fill the form as shown on image.
- Click clone
- When ready click done.
- On administration app box click on add plugin
- Upload your plugin here For cockpit and devicemanagement repeat those steps. Other way is more developers friendly (and allows easily install updated UI when released).
# fetch latest version of cumulocity ui
c8y install
# print plugin imports used for devicemanagement
c8y util:showimports devicemanagement
# build device management app
c8y build:app devicemanagement
# retrieve manifest as is
cat build/devicemanagement/cumulocity.json
that last file has everything needed to customize device management app. Extract it outside, this is your appliciation manifest to work with now, add your plugin to list of imports and build that app. After those steps are completed you can run:
c8y deploy:app devicemanagement
- Go to Administration application -> Own applications
- Select any one of the Cumulocity core application you need to remove some plugins.
- Then select plugins. It shows the entire list of plugins.
- Finally you can remove plugins as your wish.
- Go to Administration application -> Own applications
- Click on add new
- Select clone existing application
- Select administration and fill the form as shown on image.
- Click clone
- When ready click done.
- Go to Administration application -> Own applications
- Select any one of the Cumulocity core application you need to remove some plugins.
- Then select plugins. It shows the entire list of plugins.
- Finally you can remove plugins as your wish.