Skip to content

UI: Missing icons when implementing custom menu points #9747

@sbrueseke

Description

@sbrueseke
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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions