ATIX-AG / foreman_resource_quota

Foreman plugin to allow resource management with Resource Quotas among users and usergroups.
GNU General Public License v3.0
4 stars 0 forks source link

Fix @patternfly/react-icons import paths #55

Closed bastian-src closed 2 months ago

bastian-src commented 2 months ago

Change from explicit

@patternfly/react-icons/dist/esm/icons/*

to

@patternfly/react-icons

due to import resolution in RPM build (see here).