Skip to content
New issue

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: Missing icons when implementing custom menu points #9747

Open
sbrueseke opened this issue Sep 30, 2024 · 0 comments · May be fixed by #9744
Open

UI: Missing icons when implementing custom menu points #9747

sbrueseke opened this issue Sep 30, 2024 · 0 comments · May be fixed by #9744

Comments

@sbrueseke
Copy link

ISSUE TYPE
  • Improvement Request
COMPONENT NAME
UI
CLOUDSTACK VERSION
4.19.1.1
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants