ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
OS / ENVIRONMENT
SUMMARY
As documented in https://docs.cloudstack.apache.org/en/4.19.1.1/adminguide/ui.html#basic-ui-customization you are able to add menu points to the UI via plugins section in config.json file.
You should be able to use all icons from this link: https://3x.antdv.com/components/icon
Bit it is not the case. Only a few icons are working.
STEPS TO REPRODUCE
add the follwoing code to the plugin section of /etc/cloudstack/management/config.json
"plugins": [
{
"name": "Testmenu",
"icon": "read-outlined",
"path": "https://cloudstack.apache.org/"
}
],
No change icon value to euro-outlined and reload the page (delete caches!)
Some icons are working, some not.
EXPECTED RESULTS
All icons from ant v3 should work
ACTUAL RESULTS
Only some icons from ant v3 are working.