vmware / vmware-aria-operations-integration-sdk

The VMware Aria Operations Integration SDK contains libraries, tools, and documentation for developing Management Packs for VMware Aria Operations. It is intended to make creating a Management Pack simple and fast, while allowing developers to use the language of their choice.
https://vmware.github.io/vmware-aria-operations-integration-sdk/
Apache License 2.0
15 stars 6 forks source link

Adapter Kind, Resource Kind, and Traversal Icons do not work #369

Closed kjrokos closed 3 months ago

kjrokos commented 3 months ago

Describe the bug

Adapter Kind, Resource Kind, and Traversal Icons do not show up in the UI after being added to the proper 'images' subdirectory in a project

Reproduction steps

  1. Create a new project
  2. Add icons to images/ResourceKind/, images/AdapterKind, or images/TraversalSpec
  3. Build the project
  4. The icon files are not present in the generated pak file.

Expected behavior

When creating a pak file, the icons should be copied to the correct paths for Aria Ops to load and display them in the UI.

Additional context

No response