We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI
4.19.1.1
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.
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.
All icons from ant v3 should work
Only some icons from ant v3 are working.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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
No change icon value to euro-outlined and reload the page (delete caches!)
Some icons are working, some not.
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: